Re: [rules-users] Problems deploying BRMS on Jboss 4.0.1 AS

2008-01-07 Thread Michael Neale
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBRMSjsfdependencies may provide
some tips.

Post 4.0.1, this problem goes away (4.0.1 is a tad old now).

Michael.

On Jan 5, 2008 4:15 PM, Rahul Upadhyay [EMAIL PROTECTED] wrote:

  I Think you don't have  full permission of  JBOSS or BRMS war. Go to
 root  login then  try run .. it will work or change the permission.
 also stop any  eclipse or netbeans  any application that use java
 process.. I don't know why but  it will work..

 Let me know if it works

 all the Best

 Rahul  upadhyay


 On Jan 4, 2008 9:13 PM, [EMAIL PROTECTED] wrote:

  I followed the instructions on the wiki page below and copied the 2 jar
  files to server/default/lib.  I then tried both 4.0.3 and 4.0.1 BRMS
  .war files but got different errors for each.  They are below.
 
  4.0.3
  INFO  [Contexts] starting up: repositoryConfiguration
  ERROR [Engine] StandardContext[/drools-jbrms]Exception sending context
  initialized event to listener instance of class
  org.jboss.seam.servlet.SeamListener
  java.lang.NoSuchMethodError:
  javassist.bytecode.Bytecode.addPutfield
  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
 at
  org.jboss.seam.util.ProxyFactory.makeConstructor(ProxyFactory.java :519)
 at
  org.jboss.seam.util.ProxyFactory.makeConstructors(ProxyFactory.java:414)
 
  4.0.1
  INFO  [org.jboss.seam.contexts.Lifecycle] starting up:
  repositoryConfiguration
  DEBUG [org.jboss.seam.Component ] instantiating Seam component:
  repositoryConfiguration
  ERROR [org.jboss.web.localhost.Engine]
  StandardContext[/drools-jbrms]Exception sending context initialized
  event to listener instance of class org.jboss.seam.servlet.SeamListener
  java.lang.NoSuchMethodError:
  net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V
 at
  org.jboss.seam.Component.createProxyFactory(Component.java:1933)
 at org.jboss.seam.Component.getProxyFactory(Component.java:1122)
 
  I don't know if it makes a difference, so I didn't mention it before,
  but I'm using JBossIDE 2.0 with eclipse.
 
  On Fri, Jan 04, 2008 at 12:05:14PM -0200, Fernando Meyer wrote:
   http://wiki.jboss.org/wiki/Wiki.jsp?page=JBRMSjsfdependencies
  
   On Jan 4, 2008 12:01 PM,  [EMAIL PROTECTED] wrote:
  
   I'm sorry, I'm just learning all this.  Could you be more
  specific;
   which files do I need (and where do I get them) and in which
  directory
   should I put them?
  
   Thank you
   On Fri, Jan 04, 2008 at 11:54:31AM -0200, Fernando Meyer wrote:
Try to install jsf dependencies on your app server
   
On Jan 4, 2008 11:45 AM, [EMAIL PROTECTED] wrote:
   
I tried version 4.0.3 with Jboss 4.0.1 AS and these are the
  errors I
   get
   
ERROR [Engine] StandardContext[/drools-jbrms]Exception
  sending
   context
initialized event to listener instance of class
org.jboss.seam.servlet.SeamListener
java.lang.RuntimeException: Could not create Component:
org.jboss.seam.security.identity
   at
org.jboss.seam.init.Initialization.addComponent (
  Initialization.java
   :964)
   at
org.jboss.seam.init.Initialization.installComponents
(Initialization.java :891)
   at
org.jboss.seam.init.Initialization.init(Initialization.java
  :547)
   at
org.jboss.seam.servlet.SeamListener.contextInitialized
(SeamListener.java :34)
   
Caused by: java.lang.NoClassDefFoundError:
javax/faces/application/FacesMessage$Severity
   at java.lang.Class.getDeclaredMethods0(Native Method)
 
   at java.lang.Class.privateGetDeclaredMethods (Unknown
  Source)
   at java.lang.Class.getDeclaredMethods(Unknown Source)
   
ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Incompletely deployed packages:
[EMAIL PROTECTED] {
url=file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/
   drools-jbrms.war
}
 deployer: [EMAIL PROTECTED]
 status: Deployment FAILED reason: URL
file:/C:/apps/jboss- 4.0.1sp1/server/default/tmp/deploy/
tmp56124drools-jbrms-exp.war/
deployment failed
 state: FAILED
 watch:
file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-
  jbrms.war
 altDD: null
 lastDeployed: 1199453750061
 lastModified: 1199453749483
 mbeans:
   
Any other ideas why Drools 4.0.1 BRMS (or 4.0.3) won't work
  with
   Jboss
4.0.1 AS?
   
On Fri, Jan 04, 2008 at 09:03:32AM +0530, Rahul Upadhyay
  wrote:
 It seems that some class files are missing in your BRMS
  war.
 domload BRMS war version4.0.3 form
 

Re: [rules-users] Problems deploying BRMS on Jboss 4.0.1 AS

2008-01-04 Thread Fernando Meyer
Try to install jsf dependencies on your app server

On Jan 4, 2008 11:45 AM, [EMAIL PROTECTED] wrote:

 I tried version 4.0.3 with Jboss 4.0.1 AS and these are the errors I get

 ERROR [Engine] StandardContext[/drools-jbrms]Exception sending context
 initialized event to listener instance of class
 org.jboss.seam.servlet.SeamListener
 java.lang.RuntimeException: Could not create Component:
 org.jboss.seam.security.identity
at
 org.jboss.seam.init.Initialization.addComponent(Initialization.java:964)
at
 org.jboss.seam.init.Initialization.installComponents(Initialization.java
 :891)
at
 org.jboss.seam.init.Initialization.init(Initialization.java:547)
at
 org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java
 :34)

 Caused by: java.lang.NoClassDefFoundError:
 javax/faces/application/FacesMessage$Severity
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)

 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
 Incompletely deployed packages:
 [EMAIL PROTECTED] {
 url=file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
 }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: URL
 file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp56124drools-
 jbrms-exp.war/
 deployment failed
  state: FAILED
  watch:
 file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
  altDD: null
  lastDeployed: 1199453750061
  lastModified: 1199453749483
  mbeans:

 Any other ideas why Drools 4.0.1 BRMS (or 4.0.3) won't work with Jboss
 4.0.1 AS?

 On Fri, Jan 04, 2008 at 09:03:32AM +0530, Rahul Upadhyay wrote:
  It seems that some class files are missing in your BRMS war.
  domload BRMS war version4.0.3 form
  http://labs.jboss.com/drools/downloads.html.
 
  This will work.
 
  cheers
  Rahul Upadhyay
 
  On Jan 3, 2008 10:37 PM, [EMAIL PROTECTED] wrote:
 
  Hello,
 
  I'm trying to deploy the Drools 4.0.1 JBRMS on the Jboss 4.0.1 AS
 and
  these are the errors I'm getting.  Can somone tell me why?
 
  INFO  [Scanner] scanning:
  C:\apps\jboss-4.0.1sp1\server\default\tmp\deploy\
  tmp7104drools-jbrms-exp.war\WEB-INF\classes
  INFO  [Initialization] reading /WEB-INF/components.xml
  ERROR [Engine] StandardContext[/drools-jbrms]Exception sending
 context
  initialized event to listener instance of class
  org.jboss.seam.servlet.SeamListener
  java.lang.NoClassDefFoundError: javax/faces/context/FacesContext
  at org.jboss.seam.util.Resources.getResourceAsStream(Resources.java
 :21)
 
  ERROR [Context] Error listenerStart
  ERROR [Context] Context startup failed due to previous errors
  ERROR [WebModule] Starting failed
  jboss.web.deployment:war=drools-jbrms.war,id=-873092459
  org.jboss.deployment.DeploymentException: URL
  file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/
  tmp7104drools-jbrms-exp.war /
  deployment failed at
  org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal
  (TomcatDeployer.java:365)
  at
  org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy
  (TomcatDeployer.java:92)
 
  WARN  [ServiceController] Problem starting service
  jboss.web.deployment:war=drools-jbrms.war,id=-873092459
  org.jboss.deployment.DeploymentException: URL
  file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/
  tmp7104drools-jbrms-exp.war/
  deployment failed at
  org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal
  (TomcatDeployer.java:365)
  at
  org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy
  (TomcatDeployer.java:92)
 
  ERROR [MainDeployer] could not start deployment:
  file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
  org.jboss.deployment.DeploymentException: URL
  file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/
  tmp7104drools-jbrms-exp.war/
  deployment failed at
  org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal
  (TomcatDeployer.java:365)
  at
  org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy
  (TomcatDeployer.java:92)
 
 
  ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  Incompletely deployed packages:
  [EMAIL PROTECTED] {
  url=file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-
 jbrms.war
  }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: URL
  file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/
  tmp7104drools-jbrms-exp.war/
  deployment failed
   state: FAILED
   watch:
  file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools- jbrms.war
   altDD: null
   lastDeployed: 1199378127367
   lastModified: 1199378127038
   mbeans:
 
  MBeans waiting for other MBeans:
  ObjectName: 

Re: [rules-users] Problems deploying BRMS on Jboss 4.0.1 AS

2008-01-04 Thread kissro
I followed the instructions on the wiki page below and copied the 2 jar
files to server/default/lib.  I then tried both 4.0.3 and 4.0.1 BRMS
.war files but got different errors for each.  They are below.

4.0.3
INFO  [Contexts] starting up: repositoryConfiguration
ERROR [Engine] StandardContext[/drools-jbrms]Exception sending context
initialized event to listener instance of class
org.jboss.seam.servlet.SeamListener
java.lang.NoSuchMethodError:
javassist.bytecode.Bytecode.addPutfield(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
at
org.jboss.seam.util.ProxyFactory.makeConstructor(ProxyFactory.java:519)
at
org.jboss.seam.util.ProxyFactory.makeConstructors(ProxyFactory.java:414)

4.0.1
INFO  [org.jboss.seam.contexts.Lifecycle] starting up:
repositoryConfiguration
DEBUG [org.jboss.seam.Component] instantiating Seam component:
repositoryConfiguration
ERROR [org.jboss.web.localhost.Engine]
StandardContext[/drools-jbrms]Exception sending context initialized
event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.NoSuchMethodError:
net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V
at
org.jboss.seam.Component.createProxyFactory(Component.java:1933)
at org.jboss.seam.Component.getProxyFactory(Component.java:1122)

I don't know if it makes a difference, so I didn't mention it before,
but I'm using JBossIDE 2.0 with eclipse.

On Fri, Jan 04, 2008 at 12:05:14PM -0200, Fernando Meyer wrote:
 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBRMSjsfdependencies
 
 On Jan 4, 2008 12:01 PM,  [EMAIL PROTECTED] wrote:
 
 I'm sorry, I'm just learning all this.  Could you be more specific;
 which files do I need (and where do I get them) and in which directory
 should I put them?

 Thank you
 On Fri, Jan 04, 2008 at 11:54:31AM -0200, Fernando Meyer wrote:
  Try to install jsf dependencies on your app server
 
  On Jan 4, 2008 11:45 AM, [EMAIL PROTECTED] wrote:
 
  I tried version 4.0.3 with Jboss 4.0.1 AS and these are the errors I
 get
 
  ERROR [Engine] StandardContext[/drools-jbrms]Exception sending
 context
  initialized event to listener instance of class
  org.jboss.seam.servlet.SeamListener
  java.lang.RuntimeException: Could not create Component:
  org.jboss.seam.security.identity
 at
  org.jboss.seam.init.Initialization.addComponent(Initialization.java
 :964)
 at
  org.jboss.seam.init.Initialization.installComponents
  (Initialization.java :891)
 at
  org.jboss.seam.init.Initialization.init(Initialization.java:547)
 at
  org.jboss.seam.servlet.SeamListener.contextInitialized
  (SeamListener.java :34)
 
  Caused by: java.lang.NoClassDefFoundError:
  javax/faces/application/FacesMessage$Severity
 at java.lang.Class.getDeclaredMethods0(Native Method)
 at java.lang.Class.privateGetDeclaredMethods (Unknown Source)
 at java.lang.Class.getDeclaredMethods(Unknown Source)
 
  ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  Incompletely deployed packages:
  [EMAIL PROTECTED] {
  url=file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/
 drools-jbrms.war
  }
   deployer: [EMAIL PROTECTED]
   status: Deployment FAILED reason: URL
  file:/C:/apps/jboss- 4.0.1sp1/server/default/tmp/deploy/
  tmp56124drools-jbrms-exp.war/
  deployment failed
   state: FAILED
   watch:
  file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
   altDD: null
   lastDeployed: 1199453750061
   lastModified: 1199453749483
   mbeans:
 
  Any other ideas why Drools 4.0.1 BRMS (or 4.0.3) won't work with
 Jboss
  4.0.1 AS?
 
  On Fri, Jan 04, 2008 at 09:03:32AM +0530, Rahul Upadhyay wrote:
   It seems that some class files are missing in your BRMS war.
   domload BRMS war version4.0.3 form
   http://labs.jboss.com/drools/downloads.html.
  
   This will work.
  
   cheers
   Rahul Upadhyay
  
   On Jan 3, 2008 10:37 PM, [EMAIL PROTECTED]  wrote:
  
   Hello,
  
   I'm trying to deploy the Drools 4.0.1 JBRMS on the Jboss 4.0.1
 AS and
   these are the errors I'm getting.  Can somone tell me why?
  
   INFO  [Scanner] scanning:
   C:\apps\jboss-4.0.1sp1\server\default\tmp\deploy\
   tmp7104drools-jbrms-exp.war\WEB-INF\classes
   INFO  [Initialization] reading /WEB-INF/components.xml
   ERROR [Engine] StandardContext[/drools-jbrms]Exception sending
  context
   initialized event to 

[rules-users] Problems deploying BRMS on Jboss 4.0.1 AS

2008-01-03 Thread kissro
Hello,

I'm trying to deploy the Drools 4.0.1 JBRMS on the Jboss 4.0.1 AS and
these are the errors I'm getting.  Can somone tell me why?

INFO  [Scanner] scanning:
C:\apps\jboss-4.0.1sp1\server\default\tmp\deploy\tmp7104drools-jbrms-exp.war\WEB-INF\classes
INFO  [Initialization] reading /WEB-INF/components.xml
ERROR [Engine] StandardContext[/drools-jbrms]Exception sending context
initialized event to listener instance of class
org.jboss.seam.servlet.SeamListener
java.lang.NoClassDefFoundError: javax/faces/context/FacesContext
at org.jboss.seam.util.Resources.getResourceAsStream(Resources.java:21)

ERROR [Context] Error listenerStart
ERROR [Context] Context startup failed due to previous errors
ERROR [WebModule] Starting failed
jboss.web.deployment:war=drools-jbrms.war,id=-873092459
org.jboss.deployment.DeploymentException: URL
file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-jbrms-exp.war/
deployment failed at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:365)
at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:92)

WARN  [ServiceController] Problem starting service
jboss.web.deployment:war=drools-jbrms.war,id=-873092459
org.jboss.deployment.DeploymentException: URL
file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-jbrms-exp.war/
deployment failed at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:365)
at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:92)

ERROR [MainDeployer] could not start deployment:
file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
org.jboss.deployment.DeploymentException: URL
file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-jbrms-exp.war/
deployment failed at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:365)
at
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:92)


ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Incompletely deployed packages:
[EMAIL PROTECTED] {
url=file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
}
deployer: [EMAIL PROTECTED]
status: Deployment FAILED reason: URL
file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-jbrms-exp.war/
deployment failed
  state: FAILED
  watch:
file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
  altDD: null
  lastDeployed: 1199378127367
  lastModified: 1199378127038
  mbeans:

MBeans waiting for other MBeans:
ObjectName: jboss.web.deployment:war=drools-jbrms.war,id=-873092459
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: URL
file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-jbrms-exp.war/
deployment failed

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.web.deployment:war=drools-jbrms.war,id=-873092459
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: URL
file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-jbrms-exp.war/
deployment failed
 
Thanks,
Rod
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Problems deploying BRMS on Jboss 4.0.1 AS

2008-01-03 Thread Rahul Upadhyay
It seems that some class files are missing in your BRMS war.
domload BRMS war version4.0.3 form
http://labs.jboss.com/drools/downloads.html.

This will work.

cheers
Rahul Upadhyay

On Jan 3, 2008 10:37 PM, [EMAIL PROTECTED] wrote:

 Hello,

 I'm trying to deploy the Drools 4.0.1 JBRMS on the Jboss 4.0.1 AS and
 these are the errors I'm getting.  Can somone tell me why?

 INFO  [Scanner] scanning:
 C:\apps\jboss-
 4.0.1sp1\server\default\tmp\deploy\tmp7104drools-jbrms-exp.war\WEB-INF\classes
 INFO  [Initialization] reading /WEB-INF/components.xml
 ERROR [Engine] StandardContext[/drools-jbrms]Exception sending context
 initialized event to listener instance of class
 org.jboss.seam.servlet.SeamListener
 java.lang.NoClassDefFoundError: javax/faces/context/FacesContext
 at org.jboss.seam.util.Resources.getResourceAsStream(Resources.java:21)

 ERROR [Context] Error listenerStart
 ERROR [Context] Context startup failed due to previous errors
 ERROR [WebModule] Starting failed
 jboss.web.deployment:war=drools-jbrms.war,id=-873092459
 org.jboss.deployment.DeploymentException: URL
 file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-
 jbrms-exp.war/
 deployment failed at
 org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(
 TomcatDeployer.java:365)
 at
 org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java
 :92)

 WARN  [ServiceController] Problem starting service
 jboss.web.deployment:war=drools-jbrms.war,id=-873092459
 org.jboss.deployment.DeploymentException: URL
 file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-
 jbrms-exp.war/
 deployment failed at
 org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(
 TomcatDeployer.java:365)
 at
 org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java
 :92)

 ERROR [MainDeployer] could not start deployment:
 file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
 org.jboss.deployment.DeploymentException: URL
 file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-
 jbrms-exp.war/
 deployment failed at
 org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(
 TomcatDeployer.java:365)
 at
 org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java
 :92)


 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
 Incompletely deployed packages:
 [EMAIL PROTECTED] {
 url=file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
 }
 deployer: [EMAIL PROTECTED]
 status: Deployment FAILED reason: URL
 file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-
 jbrms-exp.war/
 deployment failed
  state: FAILED
  watch:
 file:/C:/apps/jboss-4.0.1sp1/server/default/deploy/drools-jbrms.war
  altDD: null
  lastDeployed: 1199378127367
  lastModified: 1199378127038
  mbeans:

 MBeans waiting for other MBeans:
 ObjectName: jboss.web.deployment:war=drools-jbrms.war,id=-873092459
  state: FAILED
  I Depend On:
  Depends On Me: org.jboss.deployment.DeploymentException: URL
 file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-
 jbrms-exp.war/
 deployment failed

 MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
 ObjectName: jboss.web.deployment:war=drools-jbrms.war,id=-873092459
  state: FAILED
  I Depend On:
  Depends On Me: org.jboss.deployment.DeploymentException: URL
 file:/C:/apps/jboss-4.0.1sp1/server/default/tmp/deploy/tmp7104drools-
 jbrms-exp.war/
 deployment failed

 Thanks,
 Rod
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] problems with BRMS

2007-09-10 Thread Isabelle Hupont

Hi!

I'm running insurance example in the BRMS web interface with Tomcat, and it
works well. But when I try to create my own new rules or DSL language and
save them, I have a java.lang.ClassNotFoundException:
org.drools.brms.client.rpc.RuleAsset.
Is it a bug? Is there any problem using Tomcat?
-- 
View this message in context: 
http://www.nabble.com/problems-with-BRMS-tf4417023.html#a12598525
Sent from the drools - user mailing list archive at Nabble.com.

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] problems with BRMS

2007-09-10 Thread Mark Proctor

it's a bug and we are trying to narrow it down.

Mark
Isabelle Hupont wrote:

Hi!

I'm running insurance example in the BRMS web interface with Tomcat, and it
works well. But when I try to create my own new rules or DSL language and
save them, I have a java.lang.ClassNotFoundException:
org.drools.brms.client.rpc.RuleAsset.
Is it a bug? Is there any problem using Tomcat?
  


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Problems with BRMS

2007-08-14 Thread Felipe Piccolini
Its me again I have to apologize...it seems it was my fault... as  
far as I can get, the problem
was some classes not having right libraries or imports... jodatime  
for example...  but the halt

on modal window and the lack of good error report had me on limbo...

Thanks anyway.


On 13-08-2007, at 19:03, Felipe Piccolini wrote:

Using the last brms from snapshot repo (http:// 
cruisecontrol.jboss.com/cc/artifacts/jboss-rules) I can load a  
model jar but it
never show me the options to create LHS or RHS ... this is a  
picture of how it stay for ever and ever...


I really need to use the brms, we like it very much but still can  
use it right...


Picture 1.png

Thanks.

On 13-08-2007, at 18:17, Felipe Piccolini wrote:

Im having problems using the BRMS 4.0GA and BRMS 4.0 stand alone  
(v 1.0).


Things just crash without reason... importing models crash  
sometimes, and trying to create LHS in business rules

got stall... not showing any option to add fact or whatever...

In standalone version I have this error trying to load a model jar:
ERROR 13-08 18:14:32,552 (ApplicationContext.java:log:675)
Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException:  
java.lang.ClassNotFoundException:  
org.drools.brms.client.rpc.RuleAsset
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.d 
eserialize(ServerSerializationStreamReader.java:156)
at  
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader 
.readObject(AbstractSerializationStreamReader.java:61)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.d 
eserializeValue(ServerSerializationStreamReader.java:70)
at  
org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.processCall 
(GWTRemoteServiceServlet.java:285)
at  
org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.doPost 
(GWTRemoteServiceServlet.java:181)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: 
709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: 
802)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.jboss.seam.web.ContextFilter.doFilter 
(ContextFilter.java:56)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke 
(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke 
(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke 
(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke 
(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke 
(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke 
(AccessLogValve.java:541)
at org.apache.catalina.connector.CoyoteAdapter.service 
(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process 
(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol 
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java: 
664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket 
(PoolTcpEndpoint.java:527)
at  
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt 
(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool 
$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.ClassNotFoundException:  
org.drools.brms.client.rpc.RuleAsset

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal 
(ClassLoader.java:319)

at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.d 
eserialize(ServerSerializationStreamReader.java:135)

... 24 more

PD: I checked the classes/enums in my model jar and all of them  
are Serializable...


PD2: Also have this error trying to show rule source from a  
business rule in the insurance example which is included with the  
stand alone

brms.

Thanks

Felipe Piccolini M.
[EMAIL PROTECTED]




___
rules-users mailing list
rules-users@lists.jboss.org

Re: [rules-users] Problems with BRMS

2007-08-14 Thread Felipe Piccolini
I still have the problem in stand alone version trying to save an  
uploaded jar with model classes...


This works fine in brms.war version in jbossAS 4.0.5.

What am I doing wrong?...What can I do to solve this?... I like the  
way extra constrains are added down side (not

in the right side) of the constraint, like this:

$p: Person(code == 101 ||
== 102 ||
== 104 ||
== 105 ||
== 106 ||
== 107 ||

because in the actual BRMS GUI this is added aside...making the  
window larger to the right. and that is awful.


Thanks



Im having problems using the BRMS 4.0GA and BRMS 4.0 stand alone  
(v 1.0).


Things just crash without reason... importing models crash  
sometimes, and trying to create LHS in business rules

got stall... not showing any option to add fact or whatever...

In standalone version I have this error trying to load a model jar:
ERROR 13-08 18:14:32,552 (ApplicationContext.java:log:675)
Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException:  
java.lang.ClassNotFoundException:  
org.drools.brms.client.rpc.RuleAsset
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.d 
eserialize(ServerSerializationStreamReader.java:156)
at  
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader 
.readObject(AbstractSerializationStreamReader.java:61)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.d 
eserializeValue(ServerSerializationStreamReader.java:70)
at  
org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.processCall 
(GWTRemoteServiceServlet.java:285)
at  
org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.doPost 
(GWTRemoteServiceServlet.java:181)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: 
709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: 
802)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.jboss.seam.web.ContextFilter.doFilter 
(ContextFilter.java:56)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke 
(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke 
(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke 
(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke 
(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke 
(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke 
(AccessLogValve.java:541)
at org.apache.catalina.connector.CoyoteAdapter.service 
(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process 
(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol 
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java: 
664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket 
(PoolTcpEndpoint.java:527)
at  
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt 
(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool 
$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.ClassNotFoundException:  
org.drools.brms.client.rpc.RuleAsset

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal 
(ClassLoader.java:319)

at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.d 
eserialize(ServerSerializationStreamReader.java:135)

... 24 more

PD: I checked the classes/enums in my model jar and all of them  
are Serializable...


PD2: Also have this error trying to show rule source from a  
business rule in the insurance example which is included with the  
stand alone

brms.

Thanks

Felipe Piccolini M.
[EMAIL PROTECTED]




___
rules-users mailing list
rules-users@lists.jboss.org

Re: [rules-users] Problems with BRMS

2007-08-14 Thread Fernando Meyer

Hey felipe,

	Im going to check the standalone version to see whats going on, 	 
thanks for your feedback

tks



On Aug 14, 2007, at 12:27 PM, Felipe Piccolini wrote:

I still have the problem in stand alone version trying to save an  
uploaded jar with model classes...


This works fine in brms.war version in jbossAS 4.0.5.

What am I doing wrong?...What can I do to solve this?... I like the  
way extra constrains are added down side (not

in the right side) of the constraint, like this:

$p: Person(code == 101 ||
== 102 ||
== 104 ||
== 105 ||
== 106 ||
== 107 ||

because in the actual BRMS GUI this is added aside...making the  
window larger to the right. and that is awful.


Thanks



Im having problems using the BRMS 4.0GA and BRMS 4.0 stand alone  
(v 1.0).


Things just crash without reason... importing models crash  
sometimes, and trying to create LHS in business rules

got stall... not showing any option to add fact or whatever...

In standalone version I have this error trying to load a model jar:
ERROR 13-08 18:14:32,552 (ApplicationContext.java:log:675)
Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException:  
java.lang.ClassNotFoundException:  
org.drools.brms.client.rpc.RuleAsset
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader. 
deserialize(ServerSerializationStreamReader.java:156)
at  
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReade 
r.readObject(AbstractSerializationStreamReader.java:61)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader. 
deserializeValue(ServerSerializationStreamReader.java:70)
at  
org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.processCall 
(GWTRemoteServiceServlet.java:285)
at  
org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.doPost 
(GWTRemoteServiceServlet.java:181)
at javax.servlet.http.HttpServlet.service 
(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service 
(HttpServlet.java:802)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:252)
at  
org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.jboss.seam.web.ContextFilter.doFilter 
(ContextFilter.java:56)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:202)
at  
org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke 
(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke 
(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke 
(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke 
(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke 
(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke 
(AccessLogValve.java:541)
at org.apache.catalina.connector.CoyoteAdapter.service 
(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process 
(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol 
$Http11ConnectionHandler.processConnection 
(Http11BaseProtocol.java:664)
at  
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket 
(PoolTcpEndpoint.java:527)
at  
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt 
(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool 
$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.ClassNotFoundException:  
org.drools.brms.client.rpc.RuleAsset

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native  
Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java: 
188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal 
(ClassLoader.java:319)

at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader. 
deserialize(ServerSerializationStreamReader.java:135)

... 24 more

PD: I checked the classes/enums in my model jar and all of them  
are Serializable...


PD2: Also have this error trying to show rule source from a  
business rule in the insurance example which is included with the  
stand alone


[rules-users] Problems with BRMS

2007-08-13 Thread Felipe Piccolini
Im having problems using the BRMS 4.0GA and BRMS 4.0 stand alone (v  
1.0).


Things just crash without reason... importing models crash sometimes,  
and trying to create LHS in business rules

got stall... not showing any option to add fact or whatever...

In standalone version I have this error trying to load a model jar:
ERROR 13-08 18:14:32,552 (ApplicationContext.java:log:675)
Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException:  
java.lang.ClassNotFoundException: org.drools.brms.client.rpc.RuleAsset
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.dese 
rialize(ServerSerializationStreamReader.java:156)
at  
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.re 
adObject(AbstractSerializationStreamReader.java:61)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.dese 
rializeValue(ServerSerializationStreamReader.java:70)
at  
org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.processCall 
(GWTRemoteServiceServlet.java:285)
at org.jboss.seam.remoting.gwt.GWTRemoteServiceServlet.doPost 
(GWTRemoteServiceServlet.java:181)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.jboss.seam.web.ContextFilter.doFilter 
(ContextFilter.java:56)
at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke 
(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke 
(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke 
(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke 
(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke 
(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke 
(AccessLogValve.java:541)
at org.apache.catalina.connector.CoyoteAdapter.service 
(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process 
(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol 
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket 
(PoolTcpEndpoint.java:527)
at  
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt 
(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool 
$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.ClassNotFoundException:  
org.drools.brms.client.rpc.RuleAsset

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 
319)

at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at  
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.dese 
rialize(ServerSerializationStreamReader.java:135)

... 24 more

PD: I checked the classes/enums in my model jar and all of them are  
Serializable...


PD2: Also have this error trying to show rule source from a business  
rule in the insurance example which is included with the stand alone

brms.

Thanks

Felipe Piccolini M.
[EMAIL PROTECTED]




___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Problems running brms

2007-07-27 Thread Fernando Meyer

Aziz,

It was a problem with our last build, please download the latest brms  
war from http://labs.jboss.com/drools/downloads


Regards

Fernando Meyer http://fmeyer.org
[EMAIL PROTECTED]
PGP: 0xD804DDFB



On Jul 27, 2007, at 6:17 PM, Aziz Boxwala wrote:

I am having a problem running brms. I cannot view any part of the  
web page except the mast head.


I earlier had downloaded and tried out brms 4.0 MR3 and it appeared  
to work fine. I then downloaded a continuous build release and  
subsequently the 4.0.0 release. In both of these, I encountered the  
problem.


I am running the brms under JBoss AS 4.2 on Windows Vista. I have  
used IE 7, Firefox 2.0.0.5 and Safari as the browser.


--Aziz

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Problems running brms

2007-07-27 Thread Aziz Boxwala
That solved the problem. Thanks.

--Aziz

Fernando Meyer [EMAIL PROTECTED] wrote:  Aziz, 


It was a problem with our last build, please download the latest brms war from 
http://labs.jboss.com/drools/downloads
 

Regards 

 Fernando Meyer http://fmeyer.org
[EMAIL PROTECTED]
PGP: 0xD804DDFB




 

On Jul 27, 2007, at 6:17 PM, Aziz Boxwala wrote:

I am having a problem running brms. I cannot view any part of the web page 
except the mast head.

I earlier had downloaded and tried out brms 4.0 MR3 and it appeared to work 
fine. I then downloaded a continuous build release and subsequently the 4.0.0 
release. In both of these, I encountered the problem.

I am running the brms under JBoss AS 4.2 on Windows Vista. I have used IE 7, 
Firefox 2.0.0.5 and Safari as the browser.

--Aziz

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
 

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users