[jboss-user] [Tomcat, HTTPD, Servlets JSP] - jboss 3.2.8 (SP1) with tomcat 5.5

2007-02-20 Thread mkehrer
I've tried to deploy jbossweb-tomcat55.sar (taken from jboss-4.0.3SP1) into 
jboss-3.2.8.SP1 instead of the original jbossweb-tomcat50.sar but it seems, 
that further configuration steps are required.

Message while staring up jboss is:

10:35:14,359 ERROR (main) [MainDeployer] could not create deployment: 
file:/J:/jboss-3.2.8.SP1_sandbox/server/default/deploy/jbossweb-tomcat55.sar/
  | org.jboss.deployment.DeploymentException: create operation failed for 
package 
file:/J:/jboss-3.2.8.SP1_sandbox/server/default/deploy/jbossweb-tomcat55.sar/; 
- nested throwable: (org.jboss.deployment.DeploymentException: - nested 
throwable: (java.lang.reflect.UndeclaredThrowableException))

Just to deploy the different sar seems not to be enough. What else do I have to 
change?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4019267#4019267

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019267
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Late Or Wrong Detected Deadlocks ?

2007-02-13 Thread mkehrer
Environment:
JBoss 3.2.7; J2EE 1.3.1; JDK 1.4.2_11; MSSQL 2005;

Problem:
We have observerd that a QueuedPessimisticEJBLock is detected (too late?) after 
a object has been accessed several times before, already...


2007-02-11 13:16:26,573 9345975 ERROR (JMS SessionPool Worker-38) 
[org.jboss.ejb.plugins.LogInterceptor]TransactionRolledbackLocalException in 
method: public abstract long 
com.foo.blah.package.ejb.ExampleLocal.getTrackId(), causedBy:
java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
at 
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.doSchedule(QueuedPessimisticEJBLock.java:228)
at 
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.schedule(QueuedPessimisticEJBLock.java:183)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:85)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterceptor.java:54)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:317)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:150)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:484)
at org.jboss.ejb.Container.invoke(Container.java:709)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:419)
at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:44)
at $Proxy559.getTrackId(Unknown Source)
at 
com.foo.blah.package.ejb.control.FooServiceBean.checkSomethingOfExample(FooServiceBean.java:899)
at sun.reflect.GeneratedMethodAccessor289.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:317)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:150)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
at org.jboss.ejb.Container.invoke(Container.java:709)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:419)
at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:83)
at $Proxy676.checkSomethingOfExample(Unknown Source)
at 
com.foo.blah.package.ejb.control.RoutingServiceBean.checkSomethingOfExample(RoutingServiceBean.java:711)
at sun.reflect.GeneratedMethodAccessor288.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:144)
at 
org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
at 

[jboss-user] [EJB/JBoss] - Re: Late Or Wrong Detected Deadlocks ?

2007-02-13 Thread mkehrer
Also important to know:
The 'ExampleLocal' Entity is forced to be locked immediately.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4015896#4015896

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015896
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user