I'm running RedHat Linux 6.1. Everytime I try to restart the default JRun
server, it shuts down, but it won't restart. It also leaves a bunch of
zombie java threads behind to eat up memory. After a while, my system is
littered with these zombie threads, even if I shut down JRun entirely. I
have to "killall java" to get rid of the leftoveres, and even then, I
sometimes have to do a "kill -s 9 [pid]" to get rid of the ones that
"killall" doesn't kill. I have a lot of other JRun servers running, but they
don't seem to have this problem. It's only the default server. It seems to
happen when on starting the default server, the following error occurs (as
per default-err.log):
Operating System: Linux Version 2.2.14-6.0.1
Java Virtual Machine: build Linux_JDK_1.2.2_RC4, native threads, sunwjit fr
om Blackdown Java-Linux Team
JRun 3.0 3.00.3694 Starting default...
Current Locale: en_US
Loading scheduler
Loading logging
Exception: [10:36:43] Unable to install java:comp/env/ejb/TxnHome
Exception: [10:36:43] Unable to install default.RoleHome
Exception: [10:36:44] Unable to install default.QueueConnectorHome
Exception: [10:36:45] Unable to install default.LoginSessionHome
Exception: [10:36:45] Unable to install default.TopicConnectorHome
Exception: [10:36:45] Unable to install default.UserHome
Exception: [10:36:46] java.lang.IllegalStateException: No default.UserHome
found
So, on the next attempted restart, it shuts down the server (though not
completely) and won't start it again. Here's the output for the "restart":
06/30 17:57:37 info (JRun) Destroying demo-app
06/30 17:57:38 info (JRun) Destroying default-app
06/30 17:57:38 info (JRun) Destroying url
06/30 17:57:38 info (JRun) Destroying mail
06/30 17:57:38 info (JRun) Destroying web
06/30 17:57:38 info (JRun) Destroying jdbc
06/30 17:57:38 info (JRun) Destroying jndi
06/30 17:57:38 info (JRun) Destroying jms
06/30 17:57:38 info (JRun) Destroying ejb
06/30 17:57:38 info (ejb) Server stopped
06/30 17:57:38 info (JRun) Destroying control
06/30 17:57:38 info (JRun) Destroying license
06/30 17:57:38 info (JRun) Destroying monitor
06/30 17:57:38 info (JRun) Destroying logging
06/30 17:57:38 info (JRun) Destroying scheduler
And it stops there. Normally, one would expect it to continue with:
07/03 13:07:19 info (JRun) Loading monitor
07/03 13:07:20 info (JRun) Loading license
... etc ...
But it doesn't. Can anyone help?
Thanks,
-Matt
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.