[jBPM] - assign activity unusable via jBPM Eclipse Tools?
by Stephan Ritzkowski
white.templar [http://community.jboss.org/people/white.templar] created the discussion
"assign activity unusable via jBPM Eclipse Tools?"
To view the discussion, visit: http://community.jboss.org/message/579078#579078
--------------------------------------------------------------
Hi,
hope this is the right place to adress my issue...I'm new here so feel free to move it to a place probably more suitable...
i've encountered some trouble using the "assign" activity nodes as described in
http://docs.jboss.org/jbpm/v4/devguide/html_single/#assign http://docs.jboss.org/jbpm/v4/devguide/html_single/#assign
with the Eclipse jBPM 4 Graphical Edtior and Tools.
Versions are:
jBPM 4 Graphical Editor and Tools 4.0.0.v201007071649-795-8s73533H3H5FBL
Eclipse Platform Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
I can get used to the fact, that it is not possible to create "assign" activitiy nodes within the graphical editor.
So when I add the following line (as described in the development guide):
<assign name='copy' from-var='person' to-var='clone'>
</assign>
the assign node is not displayed in the graphical editor.
Even worse:
When I add a transition to any node in my process graph in the source sheet like:
<transition to="copy"/>
this transition is removed whenever I switch to graphical view and back.
So the visual editor destroys an otherwise valid process. Tried to add "g"-attribute to the assign-tag already.
But didn't change. Note was not displayed and the transition to the "invisble" node was removed from the xml.
If foreach nodes and transitions to them are added everyhting works fine.
Searched this forum and the rest of the web already, but haven't found anything regarding my problem.
What am I doing wrong?
Will the visual web editor be able to deal with assign-nodes?
Is the solution to abandon the usage of the graphical editor entirely and just edited plain XML?
Thanks for any suggestions.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/579078#579078]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 3 months
[JNDI and Naming] - Issue with HA JNDI
by Maurizio Moscatelli
Maurizio Moscatelli [http://community.jboss.org/people/topizio] created the discussion
"Issue with HA JNDI"
To view the discussion, visit: http://community.jboss.org/message/579887#579887
--------------------------------------------------------------
Hi guys,
I'm trying to build an develop environment with two JBoss AS in cluster mode balanced via Apache mod_jk to deploy an EAR application with two WAR and two MDBs in HA mode.
Unfortunately something goes wrong because when one server is online the application run correctly. When the second server enter in the cluster it's unable to reach the MDBs defined in the master node. Every time I've got the exception *javax.naming.NameNotFoundException: queue not bound.*
As the guide said I left untouched the *jndi.properties* and I've changed the each jboss.xml as the follows:
<jboss>
<enterprise-beans>
<message-driven>
<ejb-name>Engine</ejb-name>
<resource-ref>
* <res-ref-name>queue/Engine</res-ref-name>*
* <jndi-name>jnp://localhost:1100/queue/Engine</jndi-name>*
</resource-ref>
</message-driven>
</enterprise-beans>
<resource-managers>
</resource-managers>
</jboss>
and each ejb-jar.xml as the follows:
<ejb-jar >
<description><![CDATA[No Description.]]></description>
<display-name>Engine</display-name>
<enterprise-beans>
<message-driven >
<description><![CDATA[Bean to access messages]]></description>
<display-name>Engine</display-name>
* <ejb-name>Engine</ejb-name>*
* <ejb-class>com.web.ejb.engine.EngineBean</ejb-class>*
<transaction-type>Bean</transaction-type>
<acknowledge-mode>Auto-acknowledge</acknowledge-mode>
<message-driven-destination>
* <destination-type>javax.jms.Queue</destination-type>*
</message-driven-destination>
<resource-ref>
* <res-type>javax.jms.Queue</res-type>*
* <res-ref-name>queue/Engine</res-ref-name>*
* <res-auth>Container</res-auth>*
</resource-ref>
</message-driven>
</enterprise-beans>
</assembly-descriptor>
</ejb-jar>
I've tried to query the service *JNDIView* in jmx-console and HA-JNDI Namespace is still empty.
Have somebody got any idea?
Thanks a lot for your attention.
Best regards
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/579887#579887]
Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 3 months
[Beginner's Corner] - JBoss6 AOP Load-Time-Weaving
by Fabian Engels
Fabian Engels [http://community.jboss.org/people/nemesis7705] created the discussion
"JBoss6 AOP Load-Time-Weaving"
To view the discussion, visit: http://community.jboss.org/message/579868#579868
--------------------------------------------------------------
Hello everbody,
first my english is not so well but I hope it will be better sometime.
My Question is how do I get AOP and speacaly load time weaving on JBoss 6 working.
Setup:
JBoss 6.0.0.M5 + JDK 1.6 + Eclipse Hellios
JBoss was running well with our webprojekt which is based on the apache-wicket framework.
I tried to get a aspect working on one of the org.apache.wicket.DefaultMapper methods,
change something in the exception handling flow.
I changed as discribed in some of the Documents I studied the VM arguments for the JBoss Runntime out of Eclipse.
The pluggable-instrumentor.jar has been copied into the /bin folder the args are now:
"-Dprogram.name=JBossTools: JBoss 6.0 Runtime" -Xms256m -Xmx768m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Djava.endorsed.dirs=C:\JBoss-6.0.0-M5\lib\endorsed" -Djava.library.path="C:\JBoss-6.0.0-M5\bin\native;" -javaagent:pluggable-instrumentor.jar
and under JBoss/server/default/conf/boostrap the loadtimeweaving option got changed to *true*.
But I got many errors on the JBoss start and it wont work.
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,655 ERROR [AbstractKernelController] Error installing to Described: name=BeanAnnotationAdapterFactory state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,666 ERROR [AbstractKernelController] Error installing to Described: name=aop-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,669 ERROR [AbstractKernelController] Error installing to Described: name=aop-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,802 ERROR [AbstractKernelController] Error installing to Described: name=jmx-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,805 ERROR [AbstractKernelController] Error installing to Described: name=jmx-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,842 ERROR [AbstractKernelController] Error installing to Described: name=deployers-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,845 ERROR [AbstractKernelController] Error installing to Described: name=deployers-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,906 ERROR [AbstractKernelController] Error installing to Described: name=profile-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,910 ERROR [AbstractKernelController] Error installing to Described: name=profile-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,964 ERROR [AbstractKernelController] Error installing to Described: name=security-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
19:22:45,970 ERROR [AbstractKernelController] Error installing to Described: name=security-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
Failed to boot JBoss:
java.lang.Exception: Encountered exception in server startup
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:325)
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257)
at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Incompletely deployed:
DEPLOYMENTS IN ERROR:
Deployment "ClassLoading" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "bootstrap-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "ClassLoaderDomain" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "aop-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "profile-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "stdio-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "BeanAnnotationAdapterFactory" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "deployers-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "bootstrap-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "jmx-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "stdio-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "jmx-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "JBossServer" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "deployers-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "aop-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "ClassLoaderSystem" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "security-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "security-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "asynch-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "asynch-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
Deployment "profile-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "ServiceDeploymentDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ClassLoadingMetaDataParser" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "topContextComparator" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AspectManager" is missing the following dependencies:
Dependency "AOPJBossIntegration" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "PersistenceRepository" is missing the following dependencies:
Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "AttachmentsSerializer" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "MainDeployer" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "ServerInfo" is missing the following dependencies:
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ClassLoaderDescribeDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ClassLoading" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ProfileServiceConfig" is missing the following dependencies:
Dependency "TypedProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "ProfileLifeCycleCallbackActions" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "ProfileDeployerPluginRegistry" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "MainDeployerPlugin" is missing the following dependencies:
Dependency "ProfileDeployerPluginRegistry" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "MainDeployer" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "BeansDeploymentAopMetaDataDeployer" is missing the following dependencies:
Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JMXStartStopAdvice" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "MavenArtifactMetaData" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "BeanMetaDataICF" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "jboss.kernel:service=KernelController" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ManagedDeploymentCreator" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ArtifactRepositoryManager" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ControllerExecutorInstaller" is missing the following dependencies:
Dependency "asynch-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "BootstrapExecutorFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "BeanDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JARStructure" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "JARStructureCandidates" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "ActionController" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "DeploymentValidationDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "jboss.kernel:service=KernelController" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JBossClClassPoolConfig" is missing the following dependencies:
Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ClassLoading" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AOPDeploymentAopMetaDataDeployer" is missing the following dependencies:
Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ManagedObjectCreator" is missing the following dependencies:
Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "DeclaredStructure" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ServiceDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "DeploymentMetaDataParser" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JBossStdioSystemInStream" is missing the following dependencies:
Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "SecurityConstantsBridge" is missing the following dependencies:
Dependency "JNDIBasedSecurityManagement" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "security-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JMXStartStopAdvice$AnnotationPlugin" is missing the following dependencies:
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "StructureModificationChecker" is missing the following dependencies:
Dependency "FileStructure" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "MainDeployer" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "StructureModCache" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "JMXRegistrationAdvice" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ClassLoadingDefaultDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "FileArtifactRepositoryFactory" is missing the following dependencies:
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "UserProfileFactory" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "KernelInstaller" is missing the following dependencies:
Dependency "asynch-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ServiceClassLoaderDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "StructureModCache" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "MetaValueFactory" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AOPJBossIntegration" is missing the following dependencies:
Dependency "JBossClClassPoolConfig" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "AOPClassLoaderScopingPolicy" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ProfileDeployerPluginRegistry" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "DefaultAspectManager" is missing the following dependencies:
Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "CoreBeanAnnotationAdapterFactory" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ClassLoaderDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ClassLoaderSystem" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ClassLoading" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JBossStdioContext" is missing the following dependencies:
Dependency "JBossStdioSystemErrStream" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "JBossStdioSystemOutStream" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "JBossStdioSystemInStream" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JARStructureCandidates" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "JARFilter" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "JMXKernel" is missing the following dependencies:
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "JBossServer" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ServerInfo" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "StructuralDeployers" is missing the following dependencies:
Dependency "StructureBuilder" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AOPAnnotationMetaDataParserDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "BeanAnnotationAdapter" is missing the following dependencies:
Dependency "BeanAnnotationAdapterFactory" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JNDIBasedSecurityManagement" is missing the following dependencies:
Dependency "security-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "DelegateModificationChecker" is missing the following dependencies:
Dependency "StructureModificationChecker" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "KernelDeploymentComponentMapper" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "AOPClassLoaderScopingPolicy" is missing the following dependencies:
Dependency "JBossClClassPoolConfig" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JMXCreateDestroyAdvice$AnnotationPlugin" is missing the following dependencies:
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "StructureBuilder" is missing the following dependencies:
Dependency "ModificationTypeStructureProcessor" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ProfileLifeCycleCallbackActions" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ActionController" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "JARFilter" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AOPXMLMetaDataParserDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ProfileServicePersistenceDeployer" is missing the following dependencies:
Dependency "PersistenceRepository" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AspectManagerJMXRegistrar" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "InMemoryClassesDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "KernelDeploymentDeployer" is missing the following dependencies:
Dependency "ManagedDeploymentCreator" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ManagedDeploymentCreator" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "KernelDeploymentManagedObjectCreator" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "ClassLoaderDomainRegistry" is missing the following dependencies:
Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "AOPClassLoaderScopingPolicy" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "MainDeployer" is missing the following dependencies:
Dependency "topContextComparator" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "StructuralDeployers" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "Deployers" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "ManagedDeploymentCreator" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "SARDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ModificationTypeStructureProcessor" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AttachmentsSerializer" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "JMXCreateDestroyAdvice" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "HDScannerFactory" is missing the following dependencies:
Dependency "ActionController" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "TypedProfileFactory" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "CoreBeanAnnotationAdapter" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "CoreBeanAnnotationAdapterFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "MavenArtifactRepository" is missing the following dependencies:
Dependency "MavenArtifactMetaData" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ProfileRepositoryFactory" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JBossStdioSystemErrStream" is missing the following dependencies:
Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ProfileServiceBootstrap" is missing the following dependencies:
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "HDScannerFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "BasicProfileFactory" is missing the following dependencies:
Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JBossStdioContextSelector" is missing the following dependencies:
Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "JBossStdioContext" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "HDScannerCallbackAction" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "HDScannerFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "ManagedObjectFactory" is missing the following dependencies:
Dependency "MetaValueFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "BootstrapExecutorFactory" is missing the following dependencies:
Dependency "asynch-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "FileStructure" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ServiceDeploymentComponentMapper" is missing the following dependencies:
Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JBossStdioSystemOutStream" is missing the following dependencies:
Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "ServiceMetaDataICF" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "ScanningProfileFactory" is missing the following dependencies:
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "DelegateModificationChecker" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "ClassLoaderClassPathDeployer" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JBossStdioService" is missing the following dependencies:
Dependency "JBossStdioContext" (should be in state "Create", but is actually in state "Not Installed")
Dependency "JBossStdioContext" (should be in state "Start", but is actually in state "Not Installed")
Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "JMXRegistrationAdvice$AnnotationPlugin" is missing the following dependencies:
Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "AOPClassLoaderDeployer" is missing the following dependencies:
Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "WebVisitorAttributes" is missing the following dependencies:
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "KernelDeploymentManagedObjectCreator" is missing the following dependencies:
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "PersistenceFactory" is missing the following dependencies:
Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Deployment "Deployers" is missing the following dependencies:
Dependency "jboss.kernel:service=KernelController" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ManagedObjectCreator" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "BootstrapProfileFactory" is missing the following dependencies:
Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Not Installed")
Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
Deployment "BeanMetaDataDeployer" is missing the following dependencies:
Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:278)
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:314)
... 4 more
Posting Shutdown Request to the server...
Server startup has not completed, so halting the process
I hope you people could teach me how to configure the JBoss 6 AOP right, thanks very much to all answers.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/579868#579868]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 3 months
[JBoss Messaging] - Unable to open connection to the JMS provider
by Tim Blakeley
Tim Blakeley [http://community.jboss.org/people/timb68] created the discussion
"Unable to open connection to the JMS provider"
To view the discussion, visit: http://community.jboss.org/message/579494#579494
--------------------------------------------------------------
Hi,
I support a JBOSS application running on SLES9, the system has been running in production for 5 years.
Nine months ago, JBOSS failed with the above error, nothing had been changed. I eventually found the problem was that the server had been powered off causing JBOSS crash. I was able to fix the problem by taking the following steps:
Went to the: /usr/share/jboss/server/application/data/hypersonic Directory
Deleted all the files except: localDB.script
Started JBOSS and everything worked fine!
It happened again on 30th December, and I followed the same steps however this time it didn't work!.
I am at a loss as nothing has been changed, I believe the server may well have crashed again but the client is not telling me, and I don't have remote access at present.
Thanks in advance...
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/579494#579494]
Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 3 months
[JBoss Cache] - cache NULL when clicking on a button
by barbara b
barbara b [http://community.jboss.org/people/barbaraboie] created the discussion
"cache NULL when clicking on a button"
To view the discussion, visit: http://community.jboss.org/message/579791#579791
--------------------------------------------------------------
Hello
Before I used a previous version of JBoss Cache where I simply could use in every bean:
@In(create=true)CacheProvider cacheProvider
public void method(){
...
List) cacheProvider.get("tree-"+id);
if (rubriek == null){
cacheProvider.put("tree-"+id,getTree());
}
...
}
and the caching worked just fine through the whole site.
Now I'm trying to work with JBoss Cache 3.2.5.GA and it's not working. Every time I click on a button, the cache is empty.
What I did were these steps:
I started changing the code in each bean into
CacheFactory factory = new DefaultCacheFactory();Cache cache = factory.createCache("cache-configuration.xml"); public void method(){ ... List) cache.get(fqn,"tree"); if (rubriek == null){ cache.put(fqn,"tree",getTree()); } ...}
When I tried this code, I saw that the cache was each time emptied when I hit a button. I thought I could come because I start in each bean a new Cache by using +factory.createCache("cache-configuration.xml")+
So I made a new class that can be used in every bean and so that the cache is only started once
public class CacheHelper{
public static CacheFactory factory = new DefaultCacheFactory();
public static Cache cache = factory.createCache("cache-configuration.xml");
}
public void method(){
...
but the cache is still empty each time I hit a button.
Is there anyone who can tell me what I'm doing wrong?
Thanks in advance!
barbara
O, and this is my cache-configuration.xml
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/579791#579791]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 3 months
[JBoss Web Services] - Re: WS-Security: keystores and truststores
by Himaja Thovi
Himaja Thovi [http://community.jboss.org/people/t.himaja] created the discussion
"Re: WS-Security: keystores and truststores"
To view the discussion, visit: http://community.jboss.org/message/579694#579694
--------------------------------------------------------------
Hi All,
I'm trying to build the same application exposing EJB 3.0 as WebService using jboss 5.1.0.GA.Need to secure WS using WS-Security. My client is stand alone client. While creating the whole application i followed Jboss In Action textbook.
Client -
keystore has private & public key of client itself, also the servers public key.
truststore has clients public key.
Server -
keystore has private & public key of server itself, also the client public key.
truststore has server public key.
And I'm getting exception as
We have shown parts of the error log...
ERROR [HandlerChainExecutor] Exception during handler processing
org.jboss.ws.core.CommonSOAPFaultException: This service requires <wsse:Security>, which is missing.
[SOAPFaultHelperJAXWS] SOAP request exception
org.jboss.ws.core.CommonSOAPFaultException: This service requires <wsse:Security>, which is missing.
SOAP request exception
javax.xml.rpc.soap.SOAPFaultException: This service requires <wsse:Security>, which is missing.
at org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC.exceptionToFaultMessage(SOAPFaultHelperJAXRPC.java:189)
Exception caught while (preparing for) performing the invocation:
javax.xml.ws.soap.SOAPFaultException: This service requires <wsse:Security>, which is missing.
at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:84)
javax.xml.ws.soap.SOAPFaultException: This service requires <wsse:Security>, which is missing.
12:22:38,266 ERROR [STDERR] at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:84)
Please reply.
Thanks in advance,
Regards,
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/579694#579694]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 3 months
[Datasource Configuration] - jboss datasource
by dee bharam
dee bharam [http://community.jboss.org/people/dhanashribharambe] created the discussion
"jboss datasource"
To view the discussion, visit: http://community.jboss.org/message/579390#579390
--------------------------------------------------------------
Hello,
I am trying to configure datasource in jboss6.0 with oracle11g. I took following steps
1) Download jboss 6.0
2) download java 1.6
3) download oracle jdbc driver ojdbc6.jar copied this file in C:\jboss-6.0.0.Final\server\default\lib
4) created oracle-ds.xml under C:\jboss-6.0.0.Final\server\default\deploy
5) placed necessary configuration.
6) started jboss server
7) run http://localhost:8080/admin-console http://localhost:8080/admin-console
8) and on this when I try to test connection I get following error.
any help will be very helpful.
16:59:06,218 ERROR [org.jboss.security.auth.spi.UsersRolesLoginModule] Failed to load users/passwords/role files:
java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties foundat org.jboss.security.auth.spi.Util.loadProperties(
Util.java:201) [:3.0.0.CR2]at org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(
UsersRolesLoginModule.java:186) [:3.0.0.CR2]at org.jboss.security.auth.spi.UsersRolesLoginModule.createUsers(
UsersRolesLoginModule.java:200) [:3.0.0.CR2]at org.jboss.security.auth.spi.UsersRolesLoginModule.initialize(
UsersRolesLoginModule.java:127) [:3.0.0.CR2]at sun.reflect.NativeMethodAccessorImpl.invoke0(
Native Method) [:1.6.0_21]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [:1.6.0_21]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [:1.6.0_21]
at java.lang.reflect.Method.invoke(Unknown Source) [:1.6.0_21]
at javax.security.auth.login.LoginContext.invoke(Unknown Source) [:1.6.0_21]
at javax.security.auth.login.LoginContext.access$000(Unknown Source) [:1.6.0_21]
at javax.security.auth.login.LoginContext$4.run(Unknown Source) [:1.6.0_21]
at java.security.AccessController.doPrivileged(
Native Method) [:1.6.0_21]at javax.security.auth.login.LoginContext.invokePriv(Unknown Source) [:1.6.0_21]
at javax.security.auth.login.LoginContext.login(Unknown Source) [:1.6.0_21]
at org.jboss.security.plugins.auth.JaasSecurityManagerBase.defaultLogin(
JaasSecurityManagerBase.java:553) [:3.0.0.CR2]at org.jboss.security.plugins.auth.JaasSecurityManagerBase.authenticate(
JaasSecurityManagerBase.java:487) [:3.0.0.CR2]at org.jboss.security.plugins.auth.JaasSecurityManagerBase.isValid(
JaasSecurityManagerBase.java:365) [:3.0.0.CR2]at org.jboss.security.plugins.JaasSecurityManager.isValid(
JaasSecurityManager.java:160) [:6.0.0.Final]at org.jboss.security.integration.JBossSecuritySubjectFactory.createSubject(
JBossSecuritySubjectFactory.java:90) [:6.0.0.Final]at org.jboss.resource.connectionmanager.JBossManagedConnectionPool.testConnection(
JBossManagedConnectionPool.java:389) [:6.0.0.Final]at sun.reflect.NativeMethodAccessorImpl.invoke0(
Native Method) [:1.6.0_21]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [:1.6.0_21]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [:1.6.0_21]
at java.lang.reflect.Method.invoke(Unknown Source) [:1.6.0_21]
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(
ReflectedDispatcher.java:157) [:6.0.0.GA]at org.jboss.mx.server.Invocation.dispatch(
Invocation.java:96) [:6.0.0.GA]at org.jboss.mx.server.Invocation.invoke(
Invocation.java:88) [:6.0.0.GA]at org.jboss.mx.server.AbstractMBeanInvoker.invoke(
AbstractMBeanInvoker.java:271) [:6.0.0.GA]at org.jboss.mx.server.MBeanServerImpl.invoke(
MBeanServerImpl.java:670) [:6.0.0.GA]at org.jboss.system.microcontainer.ServiceControllerContext.invoke(
ServiceControllerContext.java:194) [:2.2.0.GA]at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(
LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.GA]at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(
LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.GA]at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(
BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.GA]at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(
LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.GA]at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(
KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(
AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(
DelegatingComponentDispatcherImpl.java:93) [:0.2.2]at sun.reflect.GeneratedMethodAccessor515.invoke(Unknown Source) [:1.6.0_21]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [:1.6.0_21]
at java.lang.reflect.Method.invoke(Unknown Source) [:1.6.0_21]
at org.jboss.aop.Dispatcher.invoke(
Dispatcher.java:121) [jboss-aop.jar:2.2.1.GA]at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(
AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(
ProfileServiceInvocationHandler.java:99) [:6.0.0.Final]at org.jboss.remoting.ServerInvoker.invoke(
ServerInvoker.java:898) [:6.0.0.Final]at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(
LocalClientInvoker.java:106) [:6.0.0.Final]at org.jboss.remoting.Client.invoke(
Client.java:1961) [:6.0.0.Final]at org.jboss.remoting.Client.invoke(
Client.java:804) [:6.0.0.Final]at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(
InvokeRemoteInterceptor.java:60) [:1.0.1.GA]at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(
MethodInvocation.java:102) [jboss-aop.jar:2.2.1.GA]at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(
MergeMetaDataInterceptor.java:74) [:1.0.1.GA]at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(
MethodInvocation.java:102) [jboss-aop.jar:2.2.1.GA]at org.jboss.aspects.security.SecurityClientInterceptor.invoke(
SecurityClientInterceptor.java:65) [:1.0.1]at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(
MethodInvocation.java:102) [jboss-aop.jar:2.2.1.GA]at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]
at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(
ManagedOperationDelegate.java:63) [:6.0.0.Final]at org.rhq.plugins.jbossas5.ManagedComponentComponent.invokeOperation(
ManagedComponentComponent.java:216)at sun.reflect.NativeMethodAccessorImpl.invoke0(
Native Method) [:1.6.0_21]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [:1.6.0_21]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [:1.6.0_21]
at java.lang.reflect.Method.invoke(Unknown Source) [:1.6.0_21]
at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(
ResourceContainer.java:525)at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [:1.6.0_21]
at java.util.concurrent.FutureTask.run(Unknown Source) [:1.6.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) [:1.6.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.6.0_21]
at java.lang.Thread.run(Unknown Source) [:1.6.0_21]
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/579390#579390]
Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 3 months