Hi All:

I tried to educate myself with a Sun J2EE tutorial which implements a simple
ejb and servlet. I used the server ( and deployment tool ) that comes with
J2EE SDK - Apache/Tomcat, I believe. That worked fine. Then when I tried to
access my JRun default server, I find that it's not running. It also will
not start. I've rebooted to no avail. I am using a correct JVM; the JRun
admin server is running fine, which uses the same JVM. The log entry
indicates an error opening a zip file. Does anyone have any insight?

The only other thing I did that may have caused a problem was to try to
deploy the ejb I created with the tutorial. I successfully deployed it, but
didn't test it, then I deleted it from the JMC thinking that may have been
the problem. 

Thanks a million!
bill


Here's the error from the logs:

08/15 13:52:25 info (JRun) Loading monitor
08/15 13:52:25 info (JRun) Loading license
08/15 13:52:25 info (license) Did not find a valid license key, limiting to
3 concurrent requests
08/15 13:52:25 info (JRun) Loading control
08/15 13:52:25 info (control) control listening on 127.0.0.1:53000
08/15 13:52:25 info (JRun) Loading ejb
08/15 13:52:26 error (JRun) The ejb service failed to load. Please verify
that you are using a Java Virtual Machine version 1.2 or higher.
08/15 13:52:26 error (JRun) JRun Aborting! [javax.servlet.ServletException:
error in opening zip file]
javax.servlet.ServletException: error in opening zip file
javax.servlet.ServletException: error in opening zip file
        at allaire.jrun.ejb.EjbService.init(EjbService.java:83)
        at allaire.jrun.ServletService.init(ServletService.java, Compiled
Code)
        at allaire.jrun.ServletService.init(ServletService.java:31)
        at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader
.java:236)
        at allaire.jrun.servlet.JRunSE.initServices(JRunSE.java, Compiled
Code)
        at allaire.jrun.servlet.JvmContext.initServices(JvmContext.java:96)
        at allaire.jrun.servlet.JRunSE.init(JRunSE.java, Compiled Code)
        at allaire.jrun.servlet.JvmContext.init(JvmContext.java:35)
        at allaire.jrun.ServletService.init(ServletService.java, Compiled
Code)
        at allaire.jrun.ServletService.init(ServletService.java:31)
        at JRun.main(JRun.java, Compiled Code)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



------------------------------------------------------------------------------
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.

Reply via email to