[jboss-jira] [JBoss JIRA] Created: (JBRULES-2658) Guvnor deployment issue with Glassfish and JBOSS AS

S�bastien HO (JIRA) jira-events at lists.jboss.org
Wed Aug 11 06:08:49 EDT 2010


Guvnor deployment issue with Glassfish and JBOSS AS
---------------------------------------------------

                 Key: JBRULES-2658
                 URL: https://jira.jboss.org/browse/JBRULES-2658
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-guvnor
    Affects Versions: 5.1.0.FINAL
         Environment: OS : Windows XP professionnel  Version 2002 SP3
JDK : jdk1.6.0_21
EDI : Eclipse Helios.
Application server : Glassfish V3.0.1; jboss-6.0.0.20100721-M4
            Reporter: S�bastien HO
            Assignee: Mark Proctor


Hi, 

I have dowloaded Drools Guvnor 5.1 Guvnor, web based BRMS (war) and intended to deploy it on GlassfishV3 using the consol admin feature.
Steps :
- Connect to https:\\localhost:4848\.
- Go through the application server load interface
- Choose the drools-5.1.0-guvnor.war file.
- Glassfish return this issue :  "Unable to load EJB module. DeploymentContext does not contain any EJB Check archive to ensure correct packaging..."

Once it has failed I tried then to deploy it on JBOSS AS.
- Unzip the drools-5.1.0-guvnor into C:\Programmation\Serveur_app\jboss-6.0.0.20100721-M4\server\default\deploy\drools-5.1.0-guvnor.war
- Start the server and I got the following error in the log file :

2010-08-11 12:04:56,710 ERROR [org.jboss.profileservice.bootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "MK2TimerServiceFactory" is missing the following dependencies:
    Dependency "persistence.unit:unitName=#timerdb" (should be in state "Installed", but is actually in state "Configured")
  Deployment "jboss.ejb:persistencePolicy=database,service=EJBTimerService" is missing the following dependencies:
    Dependency "jboss.jdbc:datasource=DefaultDS,service=metadata" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' **")
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.ejb:service=EJBTimerService" is missing the following dependencies:
    Dependency "jboss.ejb:persistencePolicy=database,service=EJBTimerService" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss:service=KeyGeneratorFactory,type=HiLo" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "persistence.unit:unitName=#timerdb" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")

DEPLOYMENTS IN ERROR:
  Deployment "org.hornetq:module=JMS,name="NettyThroughputConnectionFactory",type=ConnectionFactory" is in error due to the following reason(s): java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
  Deployment "jboss.jca:name=DefaultDS,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **
  Deployment "vfs:///C:/Programmation/Serveur_app/jboss-6.0.0.20100721-M4/server/default/deploy/hornetq/jms-ds.xml" is in error due to the following reason(s): java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
  Deployment "org.hornetq:module=JMS,name="NettyConnectionFactory",type=ConnectionFactory" is in error due to the following reason(s): java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
  Deployment "org.hornetq:module=JMS,name="InVMConnectionFactory",type=ConnectionFactory" is in error due to the following reason(s): java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
  Deployment "jboss.jdbc:datasource=DefaultDS,service=metadata" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' **
  Deployment "vfs:///C:/Programmation/Serveur_app/jboss-6.0.0.20100721-M4/server/default/deploy/jms-ra.rar" is in error due to the following reason(s): java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
  Deployment "vfs:///C:/Programmation/Serveur_app/jboss-6.0.0.20100721-M4/server/default/deploy/hsqldb-ds.xml" is in error due to the following reason(s): java.lang.LinkageError: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "javax/transaction/xa/XAResource"
  Deployment "vfs:///C:/Programmation/Serveur_app/jboss-6.0.0.20100721-M4/server/default/deploy/drools-5.1.0-guvnor.war" is in error due to the following reason(s): java.lang.reflect.GenericSignatureFormatError

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.Alpha6]
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.Alpha6]
	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.20100721-M4]
	at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:118) [:0.1.0.Alpha1]
	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:133) [:6.0.0.20100721-M4]
	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.20100721-M4]
	at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
	at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
	at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]

2010-08-11 12:04:56,726 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Démarrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
2010-08-11 12:04:56,773 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
2010-08-11 12:04:56,773 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.20100721-M4 "Neo"] Started in 42s:79ms

 Can someone help me?
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jboss-jira mailing list