It looks like JRun is trying to run the compiler and can't find it.  Check
your JRun settings that specify which JVM JRun is using.  Try putting the
bin directory of your JDK on the PATH (if this is a Windows box).

If you are sure that this is not the issue then it is possible that javac is
throwing some kind of error.  For example, it may be failing to write a
..class file because there is already a class file by the same name that is
flagged read-only.

-----Original Message-----
From: Bhuvana Suresh [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 4:11 AM
To: JRun-Talk
Subject: EJB deployment error


Hi,
When I try to deploy any ejb, my JRun server gives the following error.
Some of the ejbs I try to deploy works on other machines.  But even the most
simple ejb gives this error on my machine.  Can anyone help ??

java.io.IOException: CreateProcess: javac -classpath
e:/JRun/servers/default/deploy/lib;e:/JRun/servers/default/deploy/testejb.ja
r;lib/ejipt.jar;e:/JRun/lib/ext;e:/JRun/lib/ext/activation.jar;e:/JRun/lib/e
xt/ejb.jar;e:/JRun/lib/ext/jaxp.jar;e:/JRun/lib/ext/jdbc.jar;e:/JRun/lib/ext
/jms.jar;e:/JRun/lib/ext/jndi.jar;e:/JRun/lib/ext/jta.jar;e:/JRun/lib/ext/ma
il.jar;e:/JRun/lib/ext/parser.jar;e:/JRun/lib/ext/pop3.jar;e:/JRun/lib/ext/s
ervlet.jar;e:/JRun/lib/jrun.jar;e:/JRun/lib/install.jar;e:/JRun/servers/lib;
e:/JRun/servers/lib/jruntags.jar;e:/JRun/servers/admin/lib;e:/JRun/lib/ejipt
...jar;e:/JRun/lib/ejipt_client.jar;e:/JRun/lib/ejipt_tools.jar;e:/JRun/lib/j
s
p.jar;e:/JRun/lib/ssi.jar;e:/JRun/lib/wddx.jar;e:/JRun/lib/xt.jar;e:/JRun/li
b/rhino.jar -d e:/JRun/servers/default/deploy/lib
@e:/JRun/servers/default/deploy/src/list  error=2
        at java.lang.Win32Process.create(Native Method)
        at java.lang.Win32Process.<init>(Unknown Source)
        at java.lang.Runtime.execInternal(Native Method)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at allaire.ejipt.tools.Deploy._compileFiles(Deploy.java, Compiled Code)
        at allaire.ejipt.tools.Deploy.redeployJars(Deploy.java:193)
        at allaire.ejipt.tools.Deploy.deployJars(Deploy.java:149)
        at allaire.ejipt.tools.Deploy.main(Deploy.java:117)

        at
allaire.jrun.admin.EjbConfiguration.redeployAllJars(EjbConfiguration.java:10
1)
        at allaire.jrun.admin.EjbConfiguration.deployJar(EjbConfiguration.java,
Compiled Code)
        at
jrun__jvm__jarDeploy2ejsp12._jspService(jrun__jvm__jarDeploy2ejsp12.java,
Compiled Code)
        at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java, Compiled
Code)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
        at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
        at
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java,
Compiled Code)
        at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java, Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
        at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
        at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a, Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
        at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java, Compiled Code)
        at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java, Compiled Code)
        at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to