Re: How do you shut down orion after it's initialized

2001-12-17 Thread Chris Callaghan
Make sure you have removed deactivated="true" from the admin user in config/principals.xml, then use: java -jar admin.jar ormi://localhost:23791/ admin 123 -shutdown James Beeson wrote: > > How do you shut down orion after it's initialized? > I've tried several commands, but I can't get any to

How do you shut down orion after it's initialized

2001-12-17 Thread James Beeson
How do you shut down orion after it's initialized? I've tried several commands, but I can't get any to work. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

RE: Very Long Deployment Time

2001-12-17 Thread Rice, Ted
try using jikes for your compiler inside of orion. we experience similar delays in deployment and using jikes cut deployment time to about 10% of the original time.   ./ted -Original Message-From: Gustavo Comba [mailto:[EMAIL PROTECTED]]Sent: Monday, December 17, 2001 8:34 AMTo

RE: Very Long Deployment Time

2001-12-17 Thread The elephantwalker
It shouldn't take this long. So there is some problem. Make sure that you have enough memory, and you aren't paging during the deploy.   I do not use jdeveloper to deploy applications during development. I use ant. It could be there is some hangup with jdeveloper during the deploy.   Also,

RE: System.exit(0)

2001-12-17 Thread Trujillo, Kris
I was faced with a similar problem .. had an executable jar that would get started before the deployment of the EJBs had finished. The only thing I could come up with was to check if the HTTP listener was up. I've noticed that the HTTP listener seems to be the last thing started .. unless one o

RE: Unsubscribe

2001-12-17 Thread Dan Hoyal
Please remove me as well.  I've also tried several times.   Thank you, Dan -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew PullenSent: Monday, December 17, 2001 7:11 AMTo: Orion-InterestSubject: Unsubsribe  Even i tried to unsub

RE: Very Long Deployment Time

2001-12-17 Thread Peter Dunn
I've used delegates for the implementation logic from the EJB classes and created a batch file that re-packages the delegate classes into the .jar file. It takes less than 5 seconds for redeployment, only when I've changed my interface do I redeploy the EJB,  I've also done something similia

CMP Mapping

2001-12-17 Thread Ed Brown
Monday, 14:01 I have a field in the database that is named LAST_MODIFIED_DATE. In my bean, the field is named lastModifiedDate. The ejb-jar.xml entry is: lastModifiedDate The orion-ejb-jar.xml file entry is: When I try to access the be

Re: System.exit(0)

2001-12-17 Thread Namor Taror
How do you start your services before orion has finished its init phase. What are those services? servlets or ejbs? I have marked my servlet to be loaded on start-up but it happens after the initialization. Roman >From: erik <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >T

Automated reply from rvirkus@www.scaraboo.com

2001-12-17 Thread rvirkus
Sehr geehrte Damen und Herren, ich befinde mich vom 18.12.2001 bis 04.01.2002 im Urlaub. Herr Ochotnicki übernimmt in dieser Zeit meine Aktivitäten. Bitte senden Sie Ihre E-Mail an [EMAIL PROTECTED] Vielen Dank Robert Virkus Director Mobile Solutions - scaraboo GmbH Georg-Wulf

Very Long Deployment Time

2001-12-17 Thread Gustavo Comba
Hello,       I'm deploying a little project with a Client Application Module and a EJB Module with several EJB (about 30 Entity and 5 Session Beans). I'm using JDeveloper 9i Release Cantidate to develop/deploy my project.       My project compiles very fast, but when I do the deployment, it

Unsubsribe

2001-12-17 Thread Matthew Pullen
 Even i tried to unsubscribe at the specifed address.It did not work.Please remove my name from the list.    Thank you,   Matthew 

Re: System.exit(0)

2001-12-17 Thread Lachezar Dobrev
Try removing shutdown hooks. That may however result in data loss, desync and so on. Lachezar > Hi Folks, > I try to exit Orion via System.exit() from within the running > application server. This works fine. My problem is: This works only fine > after Orion has completely initialized a

System.exit(0)

2001-12-17 Thread erik
Hi Folks, I try to exit Orion via System.exit() from within the running application server. This works fine. My problem is: This works only fine after Orion has completely initialized and says "Orion initialized" on the console. I do start some services within the initialize phase of Orion and in

Re: Topic: Weird behaviour with and

2001-12-17 Thread Giuseppe Galli
Hi Bernard, you are right: we cannot mix variables with static content. try: "/> This is the message from resin: /0.jsp:13: interpolated runtime values are forbidden by the JSP spec at `The result was <%=result%>' while tomcat 3.5.1 (or its jasper compiler) needs \ chars to escape " "/> HTH Pi

Problems with auto-deploy.

2001-12-17 Thread JoseMa
    Hi for all,       I've some applications in one Orion server. One of these applications only have a EJB modules and the others only have WAR modules. The war application connect to EJB application for use some methods through jndi properties.           My problem is the next: