[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Bad JMS Object stuck in queue

2005-03-15 Thread dmorris1238
The problem guys was that we were not getting any exceptions thrown in 3.2.2 on 
the JBoss Server or on the client listener.  So I could only report the 
'symptoms'.  There was no exception reporting.

I'll advise our client to 'upgrade' to 3.2.7 Final version.  

Thanks Scott & Adrian for your assistance!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870251#3870251

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870251


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Bad JMS Object stuck in queue

2005-03-15 Thread dmorris1238
The object cannot be processed in JBoss.  The first 'bad' object prevents 
further queue processing.  The queue will continue adding objects.  However, 
the queue listener does not continue processing.  In other words, the queue 
size continues to grow.

I think the 'bad' queue object gets corrupted somehow before it is put on the 
queue.

Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870228#3870228

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870228


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Bad JMS Object stuck in queue

2005-03-14 Thread dmorris1238
We are using JBoss 3.2.2  in a production environment on a Dell server using  
MS-SQL as the JMS DB.  The problem we run across occasionally is that a 'bad' 
JMS message object gets stuck in the queue.  We notice that we have a 'bad' JMS 
object because the queue size starts building up.  To fix the issue, we have to 
stop JBoss. Go into MS-SQL, clear the top message (or messages) in  
JMS_MESSAGES table for a particular queue and restart JBoss.  The issue is 
'fixed' when we notice that the JMS objects in the queue are being consumed.

The question is: 

Is there an easier way to delete a 'bad' message object from the JBoss queue 
without having to do the above steps?


Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870093#3870093

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870093


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss messages not consuming

2004-11-03 Thread dmorris1238
We solved this issue with 3.2.2. We are using MS-SQL as the JMS DB. 

The following steps resolved the issue:

1. Through MS SQL Enterprise Manager, list all messages in order, and delete the 1st 
message.
2. Restart the JMS server.
3. Restart the message consumer (receiver).

Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853729#3853729

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853729


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss messages not consuming

2004-11-02 Thread dmorris1238
We are using JBoss 3.2.2.  We have an instance where we suspect a bad message object 
is NOT being consumed on the receiver end.  When the receiver tries to 'consume' the 
bad message object, the message object is NEVER removed from the queue.  This causes 
the queue size to increase but never go down past the point of where the bad message 
object exists.  Is there a solution in JBoss to 'throw out'  one object in the queue 
instead of clearing all messages in the queue?

Thanks in advance!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853652#3853652

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853652


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Peformance Tuning for JBOSS 3.2.2

2004-07-26 Thread dmorris1238
We have a production environment in which there are several remote servers which will 
go online next week (10 servers).  We are using JMS queues to store messages to be 
sent to the servers when they go 'online' for updates.  One server for example has 
over 34,000 messages in it's queue ready to be processed.  In the meantime we have 3 
servers with their own queues already in production.  Everything was running fine for 
the past 2 months, until over the weekend when at 3am the JBOSS server was 'hung' and 
we had to restart it in the morning.  At 3am we have nightly updates to be sent to the 
enterprise server.  For some reason the nightly updates did not appear on the 
enterprise server.  We had to resolve this issue manually.  However, when we restarted 
the JBOSS server the message processing is again running smoothly as it has for the 
last 2 months. We do notice a performance degregation later in the day.  

What should we look at to resolve this issue?  Keep in mind that we will have 180+ 
servers and 180+ queues when we are fully 100% in production.

The enterprise "JBOSS" server  is a Pentium IV computer running Windows 2000 Server 
Edition with 2 gigs of memory.

We changed the hsqldb-ds.xml setting for max pool size from 20 to 100 today to see if 
this improves the performance.  

Please Advise.

Thanks!





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843278#3843278

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843278


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Power Failure causing java.sql.SQLException

2004-06-02 Thread dmorris1238
Our JBOSS server took a power hit.  We restarted the JBOSS server, and during restart 
we receive a message:

10:25:14,517 INFO  [TxConnectionManager] Started 
jboss.jca:service=LocalTxCM,name=DefaultDS
10:25:22,909 WARN  [JBossManagedConnectionPool] Throwable while attempting to get a 
new connection:
org.jboss.resource.JBossResourceException: Could not create connection; - nested 
throwable: (java.sql.SQLException: Unexpected token: Unexpected token:   in statement [

   ¦à++Gça+ª?àx»GWÄ-{?¦Æ+¤(_£])
at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.c
reateManagedConnection(LocalManagedConnectionFactory.java:160)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.cr
eateConnectionEventListener(InternalManagedConnectionPool.java:451)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.ge
tConnection(InternalManagedConnectionPool.java:212)

Checking one of our JMS queues, we get the following exceptions:

ReceiversCount value

RuntimeMBeanException: RuntimeException in MBean when getting attribute 
'ReceiversCount' Cause: java.lang.NullPointerException 

MessageCounter value

RuntimeMBeanException: RuntimeException in MBean when getting attribute 
'MessageCounter' Cause: java.lang.NullPointerException 

ScheduledMessageCount value

RuntimeMBeanException: RuntimeException in MBean when getting attribute 
'ScheduledMessageCount' Cause: java.lang.NullPointerException 

We have reinstalled JBOSS to recover from the above issue in the past.

Question: what steps can we take to recover from JBOSS DB corruption?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837273#3837273

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837273



---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user