Re: [rules-users] Error deploy Guvnor - DEPLOYMENTS MISSING DEPENDENCIES

2010-04-26 Thread andre . fonseca

 Thanks Jervis,

I will check the link and post back.

André
 


 

 

-Original Message-
From: Jervisliu j...@redhat.com
To: Rules Users List rules-users@lists.jboss.org
Sent: Mon, Apr 26, 2010 2:33 am
Subject: Re: [rules-users] Error deploy Guvnor - DEPLOYMENTS MISSING 
DEPENDENCIES


 Hi, please refer to this doc on how to deploy Guvnor in JBOSS AS 5.1 
[1]. Have not tried this on AS 6, let me know if it does not work.

[1]. http://community.jboss.org/docs/DOC-14395

Cheers,
Jervis Liu

andre.fons...@mail.com wrote:

 Hi all,

 I am trying to deployed Guvnor (5.0 and 5.1) in Jboss 6.0 using Windows 7

 I edited WEB-INF/components.xml to change the directory to uncoment 
 the properties

 property name=homeDirectoryC:/my-path/property
 property 
 name=configuratororg.drools.repository.JackrabbitRepositoryConfigurator/property

 Then I created a folder in default/deploy in Jboss and copy all the 
 content to there.

 I am getting the exception below

 Could someone please assist? There are something else I need to do 
 except to edit components.xml?

 I have also tested the deploy with the war file without sucess.

 TIA

 2010-04-23 10:17:44,761 INFO  
 [org.jboss.system.server.profileservice.ProfileServiceBootstrap] 
 (Thread-2) Loading profile: profile...@2c842c[domain=default, 
 server=default, name=default]
 2010-04-23 10:17:44,777 ERROR 
 [org.jboss.system.server.profileservice.ProfileServiceBootstrap] 
 (Thread-2) Failed to load profile: Summary of incomplete deployments 
 (SEE PREVIOUS ERRORS FOR DETAILS):

 DEPLOYMENTS MISSING DEPENDENCIES:
   Deployment JBossTimerServiceFactory is missing the following 
 dependencies:
 Dependency jboss.ejb:service=EJBTimerService (should be in state 
 Create, but is actually in state Configured)
   Deployment 
 jboss.ejb:persistencePolicy=database,service=EJBTimerService 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' **)
 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' **)
   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.messaging.connectionfactory:service=ClusterPullConnectionFactory 
 is missing the following dependencies:
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
 Dependency 
 jboss.messaging.connectionfactory:service=ClusteredConnectionFactory 
 (should be in state Create, but is actually in state Configured)
   Deployment 
 jboss.messaging.connectionfactory:service=ClusteredConnectionFactory 
 is missing the following dependencies:
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
   Deployment 
 jboss.messaging.connectionfactory:service=ConnectionFactory is 
 missing the following dependencies:
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
   Deployment jboss.messaging.destination:name=DLQ,service=Queue is 
 missing the following dependencies:
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
   Deployment 
 jboss.messaging.destination:name=ExpiryQueue,service=Queue is 
 missing the following dependencies:
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
   Deployment jboss.messaging:service=JMSUserManager 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 jboss.messaging:service=PersistenceManager is missing 
 the following dependencies:
 Dependency jboss.jca:name=DefaultDS,service=DataSourceBinding 
 (should be in state Create, but is actually in state

Re: [rules-users] Error deploy Guvnor - DEPLOYMENTS MISSING DEPENDENCIES

2010-04-26 Thread andre . fonseca

 Jervis,

- downloaded Drools Guvnor 5.0
- removed el-*jars
- added support for JSF in the app (for deploy in Tomcat 6.0) - jsf-api, 
jsf-impl

The deploy in Tomcat 6.0 has been successfully.

Many Thanks!


 


 

 

-Original Message-
From: andre.fons...@mail.com
To: rules-users@lists.jboss.org
Sent: Mon, Apr 26, 2010 9:08 am
Subject: Re: [rules-users] Error deploy Guvnor - DEPLOYMENTS MISSING 
DEPENDENCIES


 Thanks Jervis,

I will check the link and post back.

André
 


 

 

-Original Message-
From: Jervisliu j...@redhat.com
To: Rules Users List rules-users@lists.jboss.org
Sent: Mon, Apr 26, 2010 2:33 am
Subject: Re: [rules-users] Error deploy Guvnor - DEPLOYMENTS MISSING 
DEPENDENCIES


 Hi, please refer to this doc on how to deploy Guvnor in JBOSS AS 5.1 

[1]. Have not tried this on AS 6, let me know if it does not work.



[1]. http://community.jboss.org/docs/DOC-14395



Cheers,

Jervis Liu



andre.fons...@mail.com wrote:



 Hi all,



 I am trying to deployed Guvnor (5.0 and 5.1) in Jboss 6.0 using Windows 7



 I edited WEB-INF/components.xml to change the directory to uncoment 

 the properties



 property name=homeDirectoryC:/my-path/property

 property 

 name=configuratororg.drools.repository.JackrabbitRepositoryConfigurator/property



 Then I created a folder in default/deploy in Jboss and copy all the 

 content to there.



 I am getting the exception below



 Could someone please assist? There are something else I need to do 

 except to edit components.xml?



 I have also tested the deploy with the war file without sucess.



 TIA



 2010-04-23 10:17:44,761 INFO  

 [org.jboss.system.server.profileservice.ProfileServiceBootstrap] 

 (Thread-2) Loading profile: profile...@2c842c[domain=default, 

 server=default, name=default]

 2010-04-23 10:17:44,777 ERROR 

 [org.jboss.system.server.profileservice.ProfileServiceBootstrap] 

 (Thread-2) Failed to load profile: Summary of incomplete deployments 

 (SEE PREVIOUS ERRORS FOR DETAILS):



 DEPLOYMENTS MISSING DEPENDENCIES:

   Deployment JBossTimerServiceFactory is missing the following 

 dependencies:

 Dependency jboss.ejb:service=EJBTimerService (should be in state 

 Create, but is actually in state Configured)

   Deployment 

 jboss.ejb:persistencePolicy=database,service=EJBTimerService 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' **)

 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' **)

   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.messaging.connectionfactory:service=ClusterPullConnectionFactory 

 is missing the following dependencies:

 Dependency jboss.messaging:service=PostOffice (should be in 

 state Create, but is actually in state Configured)

 Dependency jboss.messaging:service=ServerPeer (should be in 

 state Create, but is actually in state Configured)

 Dependency 

 jboss.messaging.connectionfactory:service=ClusteredConnectionFactory 

 (should be in state Create, but is actually in state Configured)

   Deployment 

 jboss.messaging.connectionfactory:service=ClusteredConnectionFactory 

 is missing the following dependencies:

 Dependency jboss.messaging:service=PostOffice (should be in 

 state Create, but is actually in state Configured)

 Dependency jboss.messaging:service=ServerPeer (should be in 

 state Create, but is actually in state Configured)

   Deployment 

 jboss.messaging.connectionfactory:service=ConnectionFactory is 

 missing the following dependencies:

 Dependency jboss.messaging:service=ServerPeer (should be in 

 state Create, but is actually in state Configured)

 Dependency jboss.messaging:service=PostOffice (should be in 

 state Create, but is actually in state Configured)

   Deployment jboss.messaging.destination:name=DLQ,service=Queue is 

 missing the following dependencies:

 Dependency jboss.messaging:service=PostOffice (should be in 

 state Create, but is actually in state Configured)

 Dependency jboss.messaging:service=ServerPeer (should be in 

 state Create, but is actually in state Configured)

   Deployment 

 jboss.messaging.destination:name=ExpiryQueue,service=Queue is 

 missing the following dependencies:

 Dependency jboss.messaging:service=ServerPeer (should be in 

 state Create, but is actually in state Configured)

 Dependency jboss.messaging:service=PostOffice (should be in 

 state Create, but is actually in state Configured

Re: [rules-users] Error deploy Guvnor - DEPLOYMENTS MISSING DEPENDENCIES

2010-04-25 Thread Jervisliu
 Hi, please refer to this doc on how to deploy Guvnor in JBOSS AS 5.1 
[1]. Have not tried this on AS 6, let me know if it does not work.

[1]. http://community.jboss.org/docs/DOC-14395

Cheers,
Jervis Liu

andre.fons...@mail.com wrote:

 Hi all,

 I am trying to deployed Guvnor (5.0 and 5.1) in Jboss 6.0 using Windows 7

 I edited WEB-INF/components.xml to change the directory to uncoment 
 the properties

 property name=homeDirectoryC:/my-path/property
 property 
 name=configuratororg.drools.repository.JackrabbitRepositoryConfigurator/property

 Then I created a folder in default/deploy in Jboss and copy all the 
 content to there.

 I am getting the exception below

 Could someone please assist? There are something else I need to do 
 except to edit components.xml?

 I have also tested the deploy with the war file without sucess.

 TIA

 2010-04-23 10:17:44,761 INFO  
 [org.jboss.system.server.profileservice.ProfileServiceBootstrap] 
 (Thread-2) Loading profile: profile...@2c842c[domain=default, 
 server=default, name=default]
 2010-04-23 10:17:44,777 ERROR 
 [org.jboss.system.server.profileservice.ProfileServiceBootstrap] 
 (Thread-2) Failed to load profile: Summary of incomplete deployments 
 (SEE PREVIOUS ERRORS FOR DETAILS):

 DEPLOYMENTS MISSING DEPENDENCIES:
   Deployment JBossTimerServiceFactory is missing the following 
 dependencies:
 Dependency jboss.ejb:service=EJBTimerService (should be in state 
 Create, but is actually in state Configured)
   Deployment 
 jboss.ejb:persistencePolicy=database,service=EJBTimerService 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' **)
 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' **)
   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.messaging.connectionfactory:service=ClusterPullConnectionFactory 
 is missing the following dependencies:
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
 Dependency 
 jboss.messaging.connectionfactory:service=ClusteredConnectionFactory 
 (should be in state Create, but is actually in state Configured)
   Deployment 
 jboss.messaging.connectionfactory:service=ClusteredConnectionFactory 
 is missing the following dependencies:
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
   Deployment 
 jboss.messaging.connectionfactory:service=ConnectionFactory is 
 missing the following dependencies:
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
   Deployment jboss.messaging.destination:name=DLQ,service=Queue is 
 missing the following dependencies:
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
   Deployment 
 jboss.messaging.destination:name=ExpiryQueue,service=Queue is 
 missing the following dependencies:
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
 Dependency jboss.messaging:service=PostOffice (should be in 
 state Create, but is actually in state Configured)
   Deployment jboss.messaging:service=JMSUserManager 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 jboss.messaging:service=PersistenceManager 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 jboss.messaging:service=PostOffice is missing the 
 following dependencies:
 Dependency jboss.messaging:service=ServerPeer (should be in 
 state Create, but is actually in state Configured)
 Dependency 

[rules-users] Error deploy Guvnor - DEPLOYMENTS MISSING DEPENDENCIES

2010-04-23 Thread andre . fonseca

 

 Hi all,

I am trying to deployed Guvnor (5.0 and 5.1) in Jboss 6.0 using Windows 7

I edited WEB-INF/components.xml to change the directory to uncoment the 
properties 

property name=homeDirectoryC:/my-path/property
property 
name=configuratororg.drools.repository.JackrabbitRepositoryConfigurator/property

Then I created a folder in default/deploy in Jboss and copy all the content to 
there.

I am getting the exception below

Could someone please assist? There are something else I need to do except to 
edit components.xml?

I have also tested the deploy with the war file without sucess.

TIA

2010-04-23 10:17:44,761 INFO  
[org.jboss.system.server.profileservice.ProfileServiceBootstrap] (Thread-2) 
Loading profile: profile...@2c842c[domain=default, server=default, name=default]
2010-04-23 10:17:44,777 ERROR 
[org.jboss.system.server.profileservice.ProfileServiceBootstrap] (Thread-2) 
Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS 
FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment JBossTimerServiceFactory is missing the following dependencies:
Dependency jboss.ejb:service=EJBTimerService (should be in state 
Create, but is actually in state Configured)
  Deployment jboss.ejb:persistencePolicy=database,service=EJBTimerService 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' **)
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' **)
  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.messaging.connectionfactory:service=ClusterPullConnectionFactory is 
missing the following dependencies:
Dependency jboss.messaging:service=PostOffice (should be in state 
Create, but is actually in state Configured)
Dependency jboss.messaging:service=ServerPeer (should be in state 
Create, but is actually in state Configured)
Dependency 
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory (should 
be in state Create, but is actually in state Configured)
  Deployment 
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory is 
missing the following dependencies:
Dependency jboss.messaging:service=PostOffice (should be in state 
Create, but is actually in state Configured)
Dependency jboss.messaging:service=ServerPeer (should be in state 
Create, but is actually in state Configured)
  Deployment jboss.messaging.connectionfactory:service=ConnectionFactory is 
missing the following dependencies:
Dependency jboss.messaging:service=ServerPeer (should be in state 
Create, but is actually in state Configured)
Dependency jboss.messaging:service=PostOffice (should be in state 
Create, but is actually in state Configured)
  Deployment jboss.messaging.destination:name=DLQ,service=Queue is missing 
the following dependencies:
Dependency jboss.messaging:service=PostOffice (should be in state 
Create, but is actually in state Configured)
Dependency jboss.messaging:service=ServerPeer (should be in state 
Create, but is actually in state Configured)
  Deployment jboss.messaging.destination:name=ExpiryQueue,service=Queue is 
missing the following dependencies:
Dependency jboss.messaging:service=ServerPeer (should be in state 
Create, but is actually in state Configured)
Dependency jboss.messaging:service=PostOffice (should be in state 
Create, but is actually in state Configured)
  Deployment jboss.messaging:service=JMSUserManager 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 jboss.messaging:service=PersistenceManager 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 jboss.messaging:service=PostOffice is missing the following 
dependencies:
Dependency jboss.messaging:service=ServerPeer (should be in state 
Create, but is actually in state Configured)
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.messaging:service=ServerPeer is missing the following 
dependencies:
Dependency jboss.messaging:service=JMSUserManager