Bugs item #515546, was opened at 2002-02-10 08:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=515546&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Georg Schmid (giorgio42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deployment exc. for jars in lib/ext

Initial Comment:

Basic info:

INFO JBoss (MX MicroKernel) 3.0.0DR1(200202092237) 
[RABBIT-HOLE]
...
11:40:24,734 INFO  [Info] Java version: 1.3.1_02,Sun 
Microsystems Inc.
11:40:24,734 INFO  [Info] Java VM: Java HotSpot(TM) 
Client VM 1.3.1_02-b02,Sun Microsystems Inc.

11:40:24,734 INFO  [Info] OS-System: Windows 2000 
5.0,x86

Bug:
During the cluster service deployment
$JBOSS_HOME/deploy is searched for jbosshar.jar,
but it is in $JBOSS_HOME/lib/ext.
Thus ...

INFO [MainDeployer] Deploying: file:/I:/jboss/jboss-
3.0.0DR1/deploy/cluster-service.xml
ERROR [SARDeployer] operation failed
org.jboss.deployment.DeploymentException:
url file:/I:/jboss/jboss-3.0.0DR1/deploy/jbossha.jar 
could not be opened, does it exist?
  at org.jboss.deployment.DeploymentInfo.<init>
(DeploymentInfo.java:157)
        at 
org.jboss.deployment.SARDeployer.parseXMLClasspath
(SARDeployer.java:429)
        at org.jboss.deployment.SARDeployer.init
(SARDeployer.java:168)
        at org.jboss.deployment.MainDeployer.deploy
(MainDeployer.java:390)
        at org.jboss.deployment.MainDeployer.deploy
(MainDeployer.java:362)
        at org.jboss.deployment.MainDeployer.scan
(MainDeployer.java:243)
        at 
org.jboss.deployment.MainDeployer.startService
(MainDeployer.java:196)
        at org.jboss.system.ServiceMBeanSupport.start
(ServiceMBeanSupport.java:130)
        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 org.jboss.system.Server.<init>
(Server.java:182)
        at org.jboss.Main.boot(Main.java:243)
        at org.jboss.Main.run(Main.java:44)
        at java.lang.Thread.run(Unknown Source)
2002-02-10 11:40:40,703 DEBUG 
[org.jboss.deployment.SARDeployer] deployed classes 
for file:/I:/jboss/jboss-3.0.0DR1/deploy/jbossha.jar

This seems to happen with all jars/zips installed
in lib/ext (like Oracle's classes12.zip).

Apart from the spurious exception things might be OK 
(they work; but to be honest, I don't really believe 
it. At least the jars should be searched in lib/ext, 
not in deploy; or if deploy is the correct location, 
why is jbossha.jar in lib/ext?).

Georg




Georg


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=515546&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to