Bugs item #575767, was opened at 2002-06-30 14:35
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=575767&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Greg Turner (sgturner)
Assigned to: Scott M Stark (starksm)
Summary: Bug in startup
Initial Comment:
This is a bug in 3.0.1RC1. OS = Win2000 JDK=1.3
I have an ear file whose meta-inf directory contains a jboss-app.xml file. The
jboss-app.xml file
references a sar file which is located in the root of the ear file. The
meta-inf/manifest.mf file references a
dependency library jar file called common.jar in the class path. common.jar is also
located in the root of
the ear file. The MBean referenced in the sar file uses a class (InvokerProperties)
that is located in
common.jar. On startup, there is a error message that complains that the sar can not
find
InvokerProperties. The classes in my war file are able to locate the classes in
common.jar, should the
same be true for the MBean class in the sar?
url=file:/C:/JBoss/build/output/JBoss/server/default/tmp/deploy/server/default/deploy/Application.ear/62.Ap
plication.ear-contents/TesFramework.sar }
2002-06-30 14:12:55,792 DEBUG [org.jboss.system.ServiceCreator] About to create bean:
TiburonFramework:service=PropertiesCache
2002-06-30 14:12:55,792 DEBUG [org.jboss.system.ServiceCreator] code:
com.tes.framework.base.mbeans.PropertiesCache
2002-06-30 14:12:55,802 ERROR [org.jboss.deployment.MainDeployer] could not create
deployment:
file:/C:/JBoss/build/output/JBoss/server/default/tmp/deploy/server/default/deploy/Application.ear/62.Applic
ation.ear-contents/TesFramework.sar
java.lang.NoClassDefFoundError: com/tes/framework/base/common/InvokerProperties
at java.lang.Class.getMethods0(Native Method)
at java.lang.Class.getMethods(Class.java:742)
at org.jboss.mx.metadata.StandardMetaData.build(StandardMetaData.java:65)
at org.jboss.mx.metadata.MBeanCapability.of(MBeanCapability.java:63)
at
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:178)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:949)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:896)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:268)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:86)
at
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:167)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:130)
at org.jboss.system.ServiceController.install(ServiceController.java:217)
----------------------------------------------------------------------
>Comment By: Scott M Stark (starksm)
Date: 2002-07-30 18:53
Message:
Logged In: YES
user_id=175228
Recent fixes to the handling of ear contents have fixed this
issue.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=575767&group_id=22866
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development