Jrun 3.1 has been crashing quite often, and lately with more users and more
applications being hosted, the default Jrun server has been crashing too often!

I can't find a consistent error to track the problem.  I'm pretty sure it's with
the jdbc driver because it crashes when pulling data from the db.

I tried to make sense out of the logs but here are some that I found could mean
something.

Can someone help me figure out what I need to do to stop this from happening?

Thanks

Under default-out.log I found this error (am not sure if it's related  or not)
Cannot load the driver, reason:java.lang.ClassNotFoundException:
JData2_0.sql.$Driver [JData2_0.sql.$Driver]
Most likely the Java class path is incorrect.

Under default-event.log, I found the following different errors:
- debug (JRun)
getResourceURL(/WEB-INF/classes/com/sun/jndi/url/java/javaURLContextFactory.class):
 No such resource [real path:E:
\webdocs\wpa\WEB-INF\classes\com\sun\jndi\url\java\javaURLContextFactory.class]
- 03/07 14:17:31 debug (JRun)
getResourceURL(/WEB-INF/lib/com/sun/jndi/url/java/javaURLContextFactory.class):
No such resource [real path:E:
\webdocs\wpa\WEB-INF\lib\com\sun\jndi\url\java\javaURLContextFactory.class]
- 03/07 13:45:41 debug (jcp) jcp-2 caught Exception while swapping
[java.lang.InterruptedException]

I am not using any threads, so I am assuming this error is from JRUN server and
not my code
java.lang.InterruptedException
      at allaire.jrun.jrpp.ProxyService.swapRunnable(ProxyService.java, Compiled
Code)
      at allaire.jrun.ThreadPool.swapRunnable(ThreadPool.java, Compiled Code)
      at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

03/07 13:39:37 debug (jcp) jcp-1 caught Exception while swapping
[java.lang.InterruptedException]
java.lang.InterruptedException
      at allaire.jrun.jrpp.ProxyService.swapRunnable(ProxyService.java:51)
      at allaire.jrun.ThreadPool.swapRunnable(ThreadPool.java, Compiled Code)
      at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

03/07 14:26:54 debug (jcp) jcp-6 caught Exception while swapping
[java.lang.InterruptedException]
java.lang.InterruptedException
      at allaire.jrun.jrpp.ProxyService.swapRunnable(ProxyService.java, Compiled
Code)
      at allaire.jrun.ThreadPool.swapRunnable(ThreadPool.java, Compiled Code)
      at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

-03/07 14:27:05 debug (jcp) jcp-4 caught Exception while swapping
[java.lang.InterruptedException]
java.lang.InterruptedException
      at allaire.jrun.jrpp.ProxyService.swapRunnable(ProxyService.java, Compiled
Code)
      at allaire.jrun.ThreadPool.swapRunnable(ThreadPool.java, Compiled Code)
      at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

-03/07 13:21:24 error (jms) Can not create JNDI initial context:
QueueConnectionFactory not found
03/07 13:21:24 info (JRun) Loading jndi
03/07 13:21:24 debug (JRun) Instantiating allaire.jrun.jndi.JNDIService as jndi
in default


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=8
Get the JRun Web Application Construction Kit - the only book written specifically for 
JRun developers.
http://www.amazon.com/exec/obidos/ASIN/0789726009/houseoffusion

                        

Reply via email to