Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-04 Thread Adrian Brock
My bad sorry!!! :-(

I can't just copy the source from head because it has
incompatible changes that need to be fixed.

I guess this was also the problem with the build timeout
Ryan and Brian were looking at concurrently?

On Fri, 2006-02-03 at 22:01, Bill Burke wrote:
 JMSDestinationManager had typo.  it should be a null check instead of a 
 != null check.  Typo from backmerge.   I guess if you put down the code 
 for awhile you see it!
 
 /**
  * Gets the ID attribute of the JMSServer object
  *
  * @return   The ID value
  */
 public String getID()
 {
String ID = null;
 
while (true)
{
   try
   {
  if (stateManager != null)
 throw new IllegalStateException(Null state manager);
 
 
 Bill Burke wrote:
  Let me expand on this.  When deploying an MDB3, it just hangs on 
  deployment.  Thread dump shows this.
  
  Same EJB 3.0 code (same dist).  MDB runs fine on 4.0.3SP1. I also see 
  that the MDB EJB3 tests are passing in HEAD as well from nightly build 
  from like 5 hours ago.  I haven't gotten a successful 4.0.x message 
  since 10:30 am.  I also see a few build timeouts for Branch_4_0 at 5:30 
  am and 7:30 am.  Again, has anybody committed any JMS stuff to branch 4 
  that would effect this?
  
  Bill Burke wrote:
  
  My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
  dump and got the following...  Any clues?  Did somebody recently 
  change JMS on Branch_4_0?
 
  Thanks
 
 
  RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
  nid=0xc78 runnable [0x285fc000..0x285ffd68]
  at java.lang.Throwable.fillInStackTrace(Native Method)
  at java.lang.Throwable.init(Throwable.java:196)
  at java.lang.Exception.init(Exception.java:41)
  at java.lang.RuntimeException.init(RuntimeException.java:43)
  at 
  java.lang.IllegalStateException.init(IllegalStateException.java:38)
  at 
  org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245)
   
 
  at 
  org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92)
   
 
  at 
  org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
  at 
  org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)
  at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
  at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
  at org.jboss.mq.Connection.checkClientID(Connection.java:998)
  - locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
  at 
  org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105)
   
 
  at 
  org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326)
   
 
  at 
  org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156)
   
 
  at 
  org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91)
   
 
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   
 
  at 
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   
 
  at java.lang.reflect.Method.invoke(Method.java:585)
  at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
  at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)
  
  
-- 
 
Adrian Brock
Chief Scientist
JBoss Inc.
 



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently change 
JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245)
at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92)
at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105)
at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326)
at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156)
at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)
--
Bill Burke
--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
Let me expand on this.  When deploying an MDB3, it just hangs on 
deployment.  Thread dump shows this.


Same EJB 3.0 code (same dist).  MDB runs fine on 4.0.3SP1. I also see 
that the MDB EJB3 tests are passing in HEAD as well from nightly build 
from like 5 hours ago.  I haven't gotten a successful 4.0.x message 
since 10:30 am.  I also see a few build timeouts for Branch_4_0 at 5:30 
am and 7:30 am.  Again, has anybody committed any JMS stuff to branch 4 
that would effect this?


Bill Burke wrote:
My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently change 
JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245) 

at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92) 

at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105)
at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326) 

at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156) 

at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91) 


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
JMSDestinationManager had typo.  it should be a null check instead of a 
!= null check.  Typo from backmerge.   I guess if you put down the code 
for awhile you see it!


   /**
* Gets the ID attribute of the JMSServer object
*
* @return   The ID value
*/
   public String getID()
   {
  String ID = null;

  while (true)
  {
 try
 {
if (stateManager != null)
   throw new IllegalStateException(Null state manager);


Bill Burke wrote:
Let me expand on this.  When deploying an MDB3, it just hangs on 
deployment.  Thread dump shows this.


Same EJB 3.0 code (same dist).  MDB runs fine on 4.0.3SP1. I also see 
that the MDB EJB3 tests are passing in HEAD as well from nightly build 
from like 5 hours ago.  I haven't gotten a successful 4.0.x message 
since 10:30 am.  I also see a few build timeouts for Branch_4_0 at 5:30 
am and 7:30 am.  Again, has anybody committed any JMS stuff to branch 4 
that would effect this?


Bill Burke wrote:

My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently 
change JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245) 

at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92) 

at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105) 

at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326) 

at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156) 

at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91) 


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)





--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development