RE: Deployable Item?

2003-06-05 Thread Skip Klobucher
Are you running CFMX on JRun, or just JRun?
 

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 7:36 PM
To: JRun-Talk
Subject: Deployable Item?

Error received when trying to start my admin server:

java.lang.NoClassDefFoundError: org/apache/axis/deployment/DeployableItem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=8

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm




RE: Deployable Item?

2003-06-05 Thread Richard Crawford
I've got CFMX running on top of JRun.


At 10:31 AM 6/4/2003 -0400, you wrote:
Are you running CFMX on JRun, or just JRun?


-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 03, 2003 7:36 PM
To: JRun-Talk
Subject: Deployable Item?

Error received when trying to start my admin server:

java.lang.NoClassDefFoundError: org/apache/axis/deployment/DeployableItem



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=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




RE: Deployable Item?

2003-06-05 Thread Richard Crawford
At 08:03 PM 6/3/2003 -0400, Eric Anderson wrote:
Richard,

Can you post the full stack trace?


Here you go.  As you can see, it reports server admin being ready at the 
end, but when I try to browse to unexgal77:8001 (I have it set to 8001 
instead of 8000), I get an error reading, There is no web application 
configured to service your request.  The default server won't even start.

This has been going on for a couple of days.  I've even tried reinstalling 
everything from scratch, but that hasn't worked.  It *was* working.  Now 
it's not.

[EMAIL PROTECTED]:/space/usr/jrun/bin
$ ./jrun start admin
Starting Macromedia JRun 4 (Build 54102), admin server
06/04 07:56:59 error Error thrown in operation init
[1]java.lang.NoClassDefFoundError: org/apache/axis/deployment/DeployableItem
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
 at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
 at 
jrun.servlet.WebApplicationFactory.init(WebApplicationFactory.java:65)
 at jrun.deployment.DeployerService.init(DeployerService.java:673)
 at java.lang.reflect.Method.invoke(Native Method)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
 at 
jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
 at 
jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
 at 
jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
 at 
jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
 at 
jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
 at java.lang.reflect.Method.invoke(Native Method)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at jrunx.kernel.JRun.startServer(JRun.java:557)
 at jrunx.kernel.JRun.init(JRun.java:475)
 at jrunx.kernel.JRun$1.run(JRun.java:328)
 at java.security.AccessController.doPrivileged(Native Method)
 at jrunx.kernel.JRun.start(JRun.java:325)
 at java.lang.reflect.Method.invoke(Native Method)
 at jrunx.kernel.JRun.invoke(JRun.java:179)
 at jrunx.kernel.JRun.main(JRun.java:167)
[0]javax.management.RuntimeErrorException: Error thrown in operation init
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1642)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
 at 
jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
 at 
jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
 at 
jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
 at 
jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
 at 
jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
 at java.lang.reflect.Method.invoke(Native Method)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at jrunx.kernel.JRun.startServer(JRun.java:557)
 at jrunx.kernel.JRun.init(JRun.java:475)
 at jrunx.kernel.JRun$1.run(JRun.java:328)
 at java.security.AccessController.doPrivileged(Native Method)
 at jrunx.kernel.JRun.start(JRun.java:325)
 at java.lang.reflect.Method.invoke(Native Method)
 at jrunx.kernel.JRun.invoke(JRun.java:179)
 at jrunx.kernel.JRun.main(JRun.java:167)

06/04 07:57:00 info JRun Naming Service listening on *:2910
06/04 07:57:01 info No JDBC data sources have been configured for this 
server (see jrun-resources.xml)
06/04 07:57:01 info JRun Web Server listening on *:8001
Server admin ready (startup time: 4 seconds)




RE: Deployable Item?

2003-06-05 Thread Jayson Falkner
Hi Richard,

Did someone change your default path, or perhaps remove some of the JAR
files JRun uses when it starts up? The error is saying it can't find the
DeployableItem class from the org/apache/axis/deployment/ (Apache's Axis
project, I guess JRun uses it?)

This type of error commonly happens when code, say JRun, relies on other
Java code, say Axis, and at runtime the JVM doesn't have access to one
of the sets of code, i.e. the JAR file is missing or the -classpath flag
is wrongly used.

There are several fixes you could try, but first try to verify the JAR
file(s) for Axis are included with the JAR files JRun loads when it
starts up.

Jayson Falkner
[EMAIL PROTECTED]

On Wed, 2003-06-04 at 11:00, Richard Crawford wrote:
 At 08:03 PM 6/3/2003 -0400, Eric Anderson wrote:
 Richard,
 
 Can you post the full stack trace?
 
 
 Here you go.  As you can see, it reports server admin being ready at the 
 end, but when I try to browse to unexgal77:8001 (I have it set to 8001 
 instead of 8000), I get an error reading, There is no web application 
 configured to service your request.  The default server won't even start.
 
 This has been going on for a couple of days.  I've even tried reinstalling 
 everything from scratch, but that hasn't worked.  It *was* working.  Now 
 it's not.
 
 [EMAIL PROTECTED]:/space/usr/jrun/bin
 $ ./jrun start admin
 Starting Macromedia JRun 4 (Build 54102), admin server
 06/04 07:56:59 error Error thrown in operation init
 [1]java.lang.NoClassDefFoundError: org/apache/axis/deployment/DeployableItem
  at java.lang.ClassLoader.defineClass0(Native Method)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
  at 
 java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
  at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
  at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
  at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
  at 
 jrun.servlet.WebApplicationFactory.init(WebApplicationFactory.java:65)
  at jrun.deployment.DeployerService.init(DeployerService.java:673)
  at java.lang.reflect.Method.invoke(Native Method)
  at 
 com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
  at 
 com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
  at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
  at 
 jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
  at 
 jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
  at 
 jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
  at 
 jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
  at 
 jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
  at java.lang.reflect.Method.invoke(Native Method)
  at 
 com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
  at 
 com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
  at jrunx.kernel.JRun.startServer(JRun.java:557)
  at jrunx.kernel.JRun.init(JRun.java:475)
  at jrunx.kernel.JRun$1.run(JRun.java:328)
  at java.security.AccessController.doPrivileged(Native Method)
  at jrunx.kernel.JRun.start(JRun.java:325)
  at java.lang.reflect.Method.invoke(Native Method)
  at jrunx.kernel.JRun.invoke(JRun.java:179)
  at jrunx.kernel.JRun.main(JRun.java:167)
 [0]javax.management.RuntimeErrorException: Error thrown in operation init
  at 
 com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1642)
  at 
 com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
  at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
  at 
 jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
  at 
 jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
  at 
 jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
  at 
 jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
  at 
 jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
  at java.lang.reflect.Method.invoke(Native Method)
  at 
 com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
  at 
 

RE: Deployable Item?

2003-06-05 Thread Richard Crawford
At 11:21 AM 6/4/2003 -0400, Jayson Falkner wrote:
There are several fixes you could try, but first try to verify the JAR
file(s) for Axis are included with the JAR files JRun loads when it
starts up.

Thanks for the tip; turns out that it was trying to load jrun_axis.jar (the 
file was in /servers/lib), but that in itself was causing 
difficulties.  I moved that .jar file to a backup directory, and now jrun 
seems to be working fine.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=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




RE: Deployable Item?

2003-06-04 Thread Eric Anderson
Richard,

Can you post the full stack trace?

Eric

-Original Message-
From: Richard Crawford [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 04, 2003 8:36 AM
To: JRun-Talk
Subject: Deployable Item?


Error received when trying to start my admin server:

java.lang.NoClassDefFoundError: org/apache/axis/deployment/DeployableItem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=8

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com