[JBoss JIRA] Created: (JBAS-4380) Deployers are not working when deploying/undeploying different JARS with the same name
by Clebert Suconic (JIRA)
Deployers are not working when deploying/undeploying different JARS with the same name
--------------------------------------------------------------------------------------
Key: JBAS-4380
URL: http://jira.jboss.com/jira/browse/JBAS-4380
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ClassLoading
Affects Versions: JBossAS-5.0.0.Beta3
Reporter: Clebert Suconic
Assigned To: Scott M Stark
Priority: Blocker
Fix For: JBossAS-5.0.0.Beta3
Suppose you have two distinct jars with the same name..
You deploy the first one (using deployers on JMX) and undeploy it.
You deploy the second one (using deployers on JMX again)... you will get an exception... and the first jar will be deployed sometimes, as something is cached somewhere.
(I will add a replication test for this issue, and a description for how to do it)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Created: (BPEL-252) constraint violation deleting process instance
by Alejandro Guizar (JIRA)
constraint violation deleting process instance
----------------------------------------------
Key: BPEL-252
URL: http://jira.jboss.com/jira/browse/BPEL-252
Project: JBoss jBPM BPEL
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Alejandro Guizar
Assigned To: Alejandro Guizar
Fix For: jBPM BPEL 1.1 GA
When removing a process definition using graphSession.deleteProcessDefinition(), the following exception is thrown:
2007-04-02 11:28:12,558 DEBUG [org.hibernate.util.JDBCExceptionReporter] Could not execute JDBC batch update [/* delete com.ibm.wsdl.MessageImpl */ delete from WSDL_MESSAGE where ID_=?]
java.sql.BatchUpdateException: ORA-02292: integrity constraint (JBPM.FK_MESSAGETYPE_MESSAGE) violated - child record found
Cascade settings for the delete operation have to be reviewed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months
[JBoss JIRA] Created: (JBCACHE-743) InterruptedException in ReadWriteLockWithUpgrade$ReaderLock.attempt
by Marius Kotsbak (JIRA)
InterruptedException in ReadWriteLockWithUpgrade$ReaderLock.attempt
-------------------------------------------------------------------
Key: JBCACHE-743
URL: http://jira.jboss.com/jira/browse/JBCACHE-743
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: PojoCache
Affects Versions: 1.2.4
Environment: Debian sarge linux. Postgresql database.
Reporter: Marius Kotsbak
Assigned To: Manik Surtani
2006-08-19 19:14:24,219 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract int no.boostcom.accounting.AccountingLocal.getCustomerIDOfAccount(int) throws no.boostcom.accounting.AccountNotFoundException, causedBy:
org.jboss.util.NestedRuntimeException: - nested throwable: (java.lang.InterruptedException)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:4344)
at org.jboss.cache.TreeCache.get(TreeCache.java:2897)
at org.jboss.cache.TreeCache.get(TreeCache.java:2880)
at org.jboss.cache.TreeCache.get(TreeCache.java:2868)
at sun.reflect.GeneratedMethodAccessor249.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy1169.get(Unknown Source)
at no.boostcom.accounting.AccountingDataAccess.getAccountVO(AccountingDataAccess.java:85)
....
Caused by: java.lang.InterruptedException
at org.jboss.cache.lock.ReadWriteLockWithUpgrade$ReaderLock.attempt(ReadWriteLockWithUpgrade.java:303)
at org.jboss.cache.lock.IdentityLock.acquireReadLock(IdentityLock.java:202)
at org.jboss.cache.TreeNode.acquireReadLock(TreeNode.java:459)
at org.jboss.cache.TreeNode.acquire(TreeNode.java:430)
at org.jboss.cache.interceptors.PessimisticLockInterceptor.lock(PessimisticLockInterceptor.java:227)
at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:164)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:41)
at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:35)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:4339)
... 92 more
This happens during heavy load on our appserver.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 10 months