Hello.
I am running JRun (JRun 3.0 Service Pack 2a Version 3.02a.11614) on Windows NT and 
after weeks of flawless running
I can't seem
to start the default server.
The error I get is:

JRun was unable to locate a required class. This typically occurs when a required jar 
file is not located in the
classpath.
java.lang.NoClassDefFoundError: allaire/ejipt/Ejipt

This is strange because the jar file that contains this class - ejipt.jar is located 
in the JRun/lib directory.
This directory is set in the classpath in global.properties
java.classpath={jrun.classpath};{user.classpath};{ejb.classpath};{servlet.classpath}
jrun.classpath={jrun.rootdir}/lib/ext;{jrun.rootdir}/lib/jrun.jar;{jrun.rootdir}/lib/install.jar;d:\\jdk1.2.2\\lib\\tools.jar

user.classpath={jrun.rootdir}/servers/lib;{jrun.server.rootdir}/lib

Thanks for you help in advance.

Stack trace
 at java.lang.Class.newInstance0(Native Method)
 at java.lang.Class.newInstance(Class.java:241)
 at 
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader.java:231)
 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)

JRun-Talk wrote:

> JRun-Talk-List                 Thu, 31 May 2001            Volume 1 : Number 2
>
> In this issue:
>
>         Finding A File's real Name
>
> ----------------------------------------------------------------------
>
> Date: Thu, 31 May 2001 13:16:14 -0400
> From: "Boogie Brown" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Finding A File's real Name
> Message-ID: <[EMAIL PROTECTED]>
>
> How can I find a files name ie:
>
> If I am submitting a form to itself.
>
> I used: String RealPath = application.getRealPath(request.getRequestURI()) ;
> But this returns the path.
>
> I jut want the name
>
> Michael Brown
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> End of JRun-Talk-List V1 #2
> ***************************
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

--
Erik I Morton
Software Developer
------------------
CommerceHub
http://www.commercehub.com
518-886-0704
21 Corporate Drive
Clifton Park, NY 12065


Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to