According to the error trace the JVM is trying to locate the class
"allaire.jrun.jms.JmsBindingService" and is unable to find it. In JRun 3.0
sp2 that class is in jrun.jar which is in the <JRun dir>\lib\ folder.  It is
acting as if that jar file is not on your classpath.  I can't imagine how
you could even begin to load JRun if it isn't, however.  You might try
opening up that Jar file in Winzip to verify that the
allaire.jrun.jms.JmsBindingService class is really in there.  It could be
that you are running a different version of JRun than I am and the class may
have been moved to another jar file.

I any case, JRun is trying to start JMS and it is failing.

-----Original Message-----
From: Robert Jacobs [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 8:26 AM
To: JRun-Talk
Subject: JRun Server Stopping


Hi,

My JRun Default Server as well as all other servers that I created are
stopped and will not start.  The event log says the following

11/12 11:59:08 info (JRun) Loading monitor
11/12 11:59:08 info (JRun) Loading license
11/12 11:59:08 info (license) Enabling unlimited concurrency for Enterprise
11/12 11:59:08 info (JRun) Loading control
11/12 11:59:09 info (control) control listening on 127.0.0.1:53000
11/12 11:59:09 info (JRun) Loading jrunauth
11/12 11:59:09 info (jrunauth) Loading propfile
11/12 11:59:09 info (JRun) Loading jdbc
11/12 11:59:09 info (jdbc) Successfully bound java:comp/env/jdbc/titan
11/12 11:59:09 info (JRun) (titan) Initializing JDBC connection pool with 0
connections
11/12 11:59:09 info (jdbc) Successfully bound java:comp/env/jdbc/taglib
11/12 11:59:09 info (jdbc) Successfully bound java:comp/env/jdbc/sample9b
11/12 11:59:09 info (JRun) Loading ejb
11/12 11:59:10 error (ejb) Invalid database driver taglib
11/12 11:59:10 error (ejb) Invalid database driver sample9b
11/12 11:59:10 error (ejb) Invalid database driver titan
11/12 11:59:10 info (ejb) Loading HelloWorld...
11/12 11:59:10 info (ejb) Loading jrun.RoleHome...
11/12 11:59:11 info (ejb) Loading jrun.LoginSessionHome...
11/12 11:59:11 info (ejb) Loading default.TopicConnectorHome...
11/12 11:59:11 info (ejb) Loading default.TopicDispatcherHome...
11/12 11:59:11 info (ejb) Loading default.UserHome...
11/12 11:59:11 info (ejb) Loading default.QueueConnectorHome...
11/12 11:59:11 info (ejb) Loading default.AdminHome...
11/12 11:59:11 info (ejb) Loading default.DurableQueueHome...
11/12 11:59:11 info (ejb) Loading default.MulticasterHome...
11/12 11:59:11 info (ejb) Loading default.MessageQueueHome...
11/12 11:59:11 info (ejb) Starting server...
11/12 11:59:11 info (JRun) connected to ejb server ejipt://127.0.0.1:2323
11/12 11:59:11 info (JRun) Loading jms
11/12 11:59:11 error (JRun) JRun Aborting! [javax.servlet.ServletException:
Could not instantiate allaire.jrun.jms.JmsBindingService]
[1]java.lang.ClassNotFoundException: allaire.jrun.jms.JmsBindingService
[allaire.jrun.jms.JmsBindingService]
        at
allaire.jrun.servlet.JRunServletLoader.loadClass(../servlet/JRunServletLoade
r.java:430)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JRunSe
rvletLoader.java:194)
        at
allaire.jrun.servlet.JRunSE.initService(../servlet/JRunSE.java:891)
        at
allaire.jrun.servlet.JRunSE.initServices(../servlet/JRunSE.java:858)
        at
allaire.jrun.servlet.JvmContext.initServices(../servlet/JvmContext.java:130)
        at allaire.jrun.servlet.JRunSE.init(../servlet/JRunSE.java:222)
        at
allaire.jrun.servlet.JvmContext.init(../servlet/JvmContext.java:69)
        at allaire.jrun.ServletService.init(../ServletService.java:66)
        at allaire.jrun.ServletService.init(../ServletService.java:31)
        at JRun.main(../../../JRun.java:172)
[0]javax.servlet.ServletException: Could not instantiate
allaire.jrun.jms.JmsBindingService
        at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JRunSe
rvletLoader.java:209)
        at
allaire.jrun.servlet.JRunSE.initService(../servlet/JRunSE.java:891)
        at
allaire.jrun.servlet.JRunSE.initServices(../servlet/JRunSE.java:858)
        at
allaire.jrun.servlet.JvmContext.initServices(../servlet/JvmContext.java:130)
        at allaire.jrun.servlet.JRunSE.init(../servlet/JRunSE.java:222)
        at
allaire.jrun.servlet.JvmContext.init(../servlet/JvmContext.java:69)
        at allaire.jrun.ServletService.init(../ServletService.java:66)
        at allaire.jrun.ServletService.init(../ServletService.java:31)
        at JRun.main(../../../JRun.java:172)

11/12 11:59:11 info (JRun) Destroying ejb
11/12 11:59:11 info (ejb) Server stopped
11/12 11:59:11 info (JRun) Destroying jdbc
11/12 11:59:11 warning (jdbc) Unbinding exception: Need to specify class
name in environment or system property, or as an applet parameter, or in an
application resource file:  java.naming.factory.initial
11/12 11:59:11 warning (jdbc) Unbinding exception: Need to specify class
name in environment or system property, or as an applet parameter, or in an
application resource file:  java.naming.factory.initial
11/12 11:59:11 warning (jdbc) Unbinding exception: Need to specify class
name in environment or system property, or as an applet parameter, or in an
application resource file:  java.naming.factory.initial
11/12 11:59:11 info (JRun) Destroying jrunauth
11/12 11:59:11 info (JRun) Destroying control
11/12 11:59:11 info (JRun) Destroying license
11/12 11:59:11 info (JRun) Destroying monitor
11/12 11:59:11 info (JRun) Destroying logging
11/12 11:59:11 info (JRun) Destroying scheduler


Does anyone have an idea of what is going on?  Any help would be most
appreciated.


Thanks,
Bob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to