deployment error

2001-07-13 Thread Armin Michel
Hi. I've got an j2ee-app that works fine with: Orion1.5.2, linux, Sun JDK 1.3.1. Now I am forced to move to: Orion 1.5.2, Win2k (sp2), Sun JDK 1.3.1. When I try to deploy my app, I get the following error-msgs: Error in application protestanttester: Error loading package at file:/D:/java/prote

RE: >>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-29 Thread Ernie Phelps
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Sent: Tuesday, May 29, 2001 7:59 AM To: Orion-Interest Subject: Re: >>>Re: ATM example -> deployment error -> PLEASE some HELP Hellu there, I already solved it myself. How ??? I di

Re: >>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-29 Thread Eddie
- Original Message - From: Eddie <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 7:48 PM Subject: >>>Re: ATM example -> deployment error -> PLEASE some HELP > Ok... forgot something... > > I did some debugging by

>>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-28 Thread Eddie
- Original Message - From: Eddie <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 7:13 PM Subject: >>Re: ATM example -> deployment error -> PLEASE some HELP > Ok, > I now have my tiny jms client submitting messages

>>Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-28 Thread Eddie
Ok, I now have my tiny jms client submitting messages, but the ejb doesn't consume them. I use the atm example as guideline and have this running. However when I have a look at the atm example, I notice that neither does atm logs !!1 That is, there doesn't appear anything in the table com_acme_at

Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-28 Thread Eddie
Title: SV: ATM example -> deployment error -> PLEASE some HELP Hi Magnus,   Thanks for the advice. I did some tests with the original config files and noticed that I have:   set in my server.xml while I am still using 1.4.7, whereas this tag is only needed from 1.4.8. After removin

SV: ATM example -> deployment error -> PLEASE some HELP

2001-05-27 Thread Magnus Rydin
Title: SV: ATM example -> deployment error -> PLEASE some HELP Ed. 1) did you install Orion properly? 2) Do you have a line that goes:     in your [ORION-DIR]/config/server.xml ? 3) Does your [ORION-DIR]/config/jms.xml looks anything like this: http://www.orionserver.com/dt

Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-26 Thread Ed Bras
Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: Re: ATM example -> deployment error -> PLEASE some HELP >Date: Wed, 23 May 2001 21:03:19 -0400 (EDT) > >I had a similar problem running it on orion1.4.5. >I put this in server.xml, r

Re: ATM example -> deployment error -> PLEASE some HELP

2001-05-23 Thread Joel B. Kinney
I had a similar problem running it on orion1.4.5. I put this in server.xml, reference the list archive, after I commented it out the atm example worked. Joel On Wed, 23 May 2001, Eddie wrote: > SV: abstract-schema-nameI am trying to develop an JMS EJB, but I have bad luck with >it. > If I

ATM example -> deployment error -> PLEASE some HELP

2001-05-23 Thread Eddie
Title: SV: abstract-schema-name I am trying to develop an JMS EJB, but I have bad luck with it. If I try to deploy the atm example out of the box, just as explained on the orion web site, I get the same error as with my tiny, simple, short... JMS EJB: Error deploying file:/opt/Orion

Re: deployment error

2000-07-21 Thread Tom MAK
If you are using UNIX or UNIX-like OS, make sure file permission setting is okay. >From: "Enrique Wallace" <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: deployment error >Date: Thu, 20 Jul 2000 22:21:52 GMT > >Can anyone help

deployment error

2000-07-20 Thread Enrique Wallace
Can anyone help me with this error message when starting orion? Auto-deploying titan-ejb.jar... Error compiling file:/D:/orion/applications/titan/titan-ejb.jar: IO Error: EntityBeanWrapper0.java (Access is denied) Orion/1.0.3 initialized This jar was working fine when it contained one session

Weird deployment error....cmt-datasource?

2000-03-22 Thread Victor A. Salaman
Well, I wish I had real documentation or source, but I'll have to accept realities :)   Anyways, I'm having this error in 0.94p,   Auto-deploying tspg-ejb... Error compiling file:/C:/projects/tspg/deploy/tspg-ejb/: No default cmt-datasource and no source specified.   This is my ebj-bar:  

Re: Deployment error

2000-01-26 Thread Magnus Stenman
From: "Simon Harris" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, January 26, 2000 1:53 PM Subject: Deployment error > I have a a number of entity beans all in there own packages that I wish > to deploy. If I point orion at t

Deployment error

2000-01-26 Thread Simon Harris
I have a a number of entity beans all in there own packages that I wish to deploy. If I point orion at the base directory all is fine. However if I package them into a jar file I get the following error: Error loading package at file:/C:/dev/build/java/workflow/workflow.jar, DeploymentDescrip

bean deployment error

2000-01-07 Thread Byron Hawkins
  I have two simple session beans that were working just fine for a few weeks, and suddenly today I get a crazy compile error on auto-deployment:   SessionHomeWrapper3.java:65: Invalid cast from java.lang.Thread to com.evermind.server.ApplicationServerThread.    ApplicationServ