[JBoss-dev] [JBoss JIRA] Created: (JBMQ-106) Could not stop JMS connection

2005-01-26 Thread Tim McCune (JIRA)
Could not stop JMS connection
-

 Key: JBMQ-106
 URL: http://jira.jboss.com/jira/browse/JBMQ-106
 Project: JBoss MQ
Type: Bug
  Components: Server  
Versions: JBossAS-4.0.1
Reporter: Tim McCune
 Assigned to: Adrian Brock 


Sometimes my JBoss client will lose its connection to the server and it gets 
into a never-ending loop of spewing errors because Connection.doStop throws an 
exception.  The stack trace looks like this:

 ERROR Jan 26 08:53:25 [plugins.jms.JMSContainerInvoker] - Could not 
stop JMS connectionorg.jboss.mq.SpyJMSException: Cannot disable the connection 
with the JMS server; - nested throwable: (java.io.IOException: Client is not 
connected)at org.jboss.mq.Connection.doStop(Connection.java:1289)   
 at org.jboss.mq.Connection.stop(Connection.java:718)at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStop(JMSContainerInvoker.java:876)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1316)
at java.lang.Thread.run(Thread.java:595)Caused by: java.io.IOException: 
Client is not connectedat 
org.jboss.mq.il.uil2.SocketManager.internalSendMessage(SocketManager.java:232)  
  at org.jboss.mq.il.uil2.SocketManager.sendMessage(SocketManager.java:200) 
   at org.jboss.mq.il.uil2.UILServerIL.setEnabled(UILServerIL.java:189) 
   at org.jboss.mq.Connection.doStop(Connection.java:1285)... 4 more


This error occurs every 2 minutes until I restart the server.  I patched 
Connection.java inside doStop to just log a warning if the call to 
serverIL.setEnabled throws an exception instead of wrapping it in a 
JMSException and rethrowing 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBJCA-15) BaseConnectionManager2 swallows exceptions

2005-01-25 Thread Tim McCune (JIRA)
BaseConnectionManager2 swallows exceptions
--

 Key: JBJCA-15
 URL: http://jira.jboss.com/jira/browse/JBJCA-15
 Project: JBoss JCA
Type: Bug
Versions: JBossAS-4.0.1
Reporter: Tim McCune
 Assigned to: Adrian Brock 


allocateConnection in 
org.jboss.resource.connectionmanager.BaseConnectionManager2 swallows 
exceptions.  I'm attaching a patch to fix 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBJCA-15) BaseConnectionManager2 swallows exceptions

2005-01-25 Thread Tim McCune (JIRA)
 [ http://jira.jboss.com/jira/browse/JBJCA-15?page=history ]

Tim McCune updated JBJCA-15:


Attachment: patch.txt

 BaseConnectionManager2 swallows exceptions
 --

  Key: JBJCA-15
  URL: http://jira.jboss.com/jira/browse/JBJCA-15
  Project: JBoss JCA
 Type: Bug
 Versions: JBossAS-4.0.1
 Reporter: Tim McCune
 Assignee: Adrian Brock
  Attachments: patch.txt


 allocateConnection in 
 org.jboss.resource.connectionmanager.BaseConnectionManager2 swallows 
 exceptions.  I'm attaching a patch to fix 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBJCA-15) BaseConnectionManager2 swallows exceptions

2005-01-25 Thread Tim McCune (JIRA)
 [ http://jira.jboss.com/jira/browse/JBJCA-15?page=comments#action_12314918 
]
 
Tim McCune commented on JBJCA-15:
-

I think you're right.  The problem I was running into was that my transaction 
was timing out and calling getConnection on my data source threw an exception, 
but the real exception (RollbackException) was getting swallowed by 
BaseConnectionManager2.

 BaseConnectionManager2 swallows exceptions
 --

  Key: JBJCA-15
  URL: http://jira.jboss.com/jira/browse/JBJCA-15
  Project: JBoss JCA
 Type: Bug
 Versions: JBossAS-4.0.1
 Reporter: Tim McCune
 Assignee: Adrian Brock
  Attachments: patch.txt


 allocateConnection in 
 org.jboss.resource.connectionmanager.BaseConnectionManager2 swallows 
 exceptions.  I'm attaching a patch to fix 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1310) EJB timer implementation on top of Quartz

2005-01-21 Thread Tim McCune (JIRA)
EJB timer implementation on top of Quartz
-

 Key: JBAS-1310
 URL: http://jira.jboss.com/jira/browse/JBAS-1310
 Project: JBoss Application Server
Type: Patch
  Components: EJBs  
Versions: JBossAS-4.0.1 Final
Reporter: Tim McCune
 Assigned to: Scott M Stark 
Priority: Minor


This is an implementation of the EJB timer API on top of Quartz.  I originally 
posted this about a year ago at 
http://sourceforge.net/tracker/?func=detailaid=881597group_id=22866atid=376687
 and am reposting it here in Jira at Scott's request.  See 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863002 for more info.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1310) EJB timer implementation on top of Quartz

2005-01-21 Thread Tim McCune (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1310?page=history ]

Tim McCune updated JBAS-1310:
-

Attachment: quartzEJB.tar.gz

 EJB timer implementation on top of Quartz
 -

  Key: JBAS-1310
  URL: http://jira.jboss.com/jira/browse/JBAS-1310
  Project: JBoss Application Server
 Type: Patch
   Components: EJBs
 Versions: JBossAS-4.0.1 Final
 Reporter: Tim McCune
 Assignee: Scott M Stark
 Priority: Minor
  Attachments: quartzEJB.tar.gz


 This is an implementation of the EJB timer API on top of Quartz.  I 
 originally posted this about a year ago at 
 http://sourceforge.net/tracker/?func=detailaid=881597group_id=22866atid=376687
  and am reposting it here in Jira at Scott's request.  See 
 http://www.jboss.org/index.html?module=bbop=viewtopicp=3863002 for more 
 info.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1306) Can't create timer because TARGETID column is too small

2005-01-19 Thread Tim McCune (JIRA)
Can't create timer because TARGETID column is too small
---

 Key: JBAS-1306
 URL: http://jira.jboss.com/jira/browse/JBAS-1306
 Project: JBoss Application Server
Type: Bug
  Components: EJBs  
Versions: JBossAS-4.0.1 Final
 Environment: JBoss 4.0.1, Oracle 9
Reporter: Tim McCune
 Assigned to: Scott M Stark 
Priority: Minor


I tried using the timer service in JBoss 4 for the first time today and the 
timer creation failed because the TARGETID column is defined as VARCHAR(80), 
and the code is trying to insert a value that is 88 chars long:

target=jboss.j2ee:jndiName=com/hmsonline/harvester/control/client/Scheduler,service=EJB

Can you just increase the column size to something like 255 chars by default?

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development