Tim,
It looks like I 'fixed' the problem.
I copied the messaging-users.properties and messaging-roles.properties files
into the:
\server\messaging
\server\messaging\conf
\server\messaging\conf\props
directories.
The keep-alive jsp has been running for over an hour.
Over the next
Tim,
Sounds lika a good idea.
Let me see if I can disable the code that accesses other systems so that it is
self contained.
Thanks,
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953713#3953713
Reply to the post :
http://www.jboss.com/index.ht
Tim,
The machine is not running out of memory and I am not sending messages faster
than I can comsume them.
I can send messages every 2 minutes or every ten minutes and at 30 minutes I
will get that exception. It is always 30 minutes - not 28 or 33.
It sounds like some lease expires and the
Tim,
QUEUE ALWAYS DIES AFTER 30 MINUTES!
I tried using the preconfigured testQueue and A queues for the reponse queue -
same exceptions. Then I started the server and used a keep-alive jsp to hit
the server every 10 seconds. After 30 minutes (everytime) the server threw the
following except
Tim,
No.
2006-06-26 13:50:32,593 WARN [org.jboss.jms.client.JBossConnectionConsumer]
Connection consumer closing due to error in listening thread
JBossConnectionConsumer[-2147483628, 1]
javax.jms.JMSSecurityException: User null is NOT authenticated
at
org.jboss.jms.server.security.S
Tim,
No change. I still get the same exception.
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953507#3953507
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953507
Using Tomcat but need to do more? Need to s
Tim,
I changed the login-config.xml file and now the other domain section looks like
this:
guest
It will take me about an hour to test it since the exception only occurs after
the system has been idle
Hi Tim,
Here is the login-config.xml file.
http://www.jboss.org/j2ee/dtd/security_config.dtd";>
guest
messaging-users.properties
messaging-roles.properties
Here is some more data that might shed some light on the problem.
destinations-service.xml CONFIGURATION DATA
jboss.messaging:service=ServerPeer
jboss.messaging:service=ServerPeer
jboss.messaging:service=ServerPeer
jboss.messaging:service=Se
Ovidiu,
Thanks for the follow-up.
I have a jsp that requests data using the following code (cdCountyData is the
stateless EJB):
try
{
String sessionKey = request.getRequestedSessionId() + (10 +
System.currentTimeMillis()%10);
int intCounties = cdCountyData.sendDataRequest(sessionKey,
Tim,
Here is just the exception part.
2006-06-23 10:16:19,718 DEBUG
[org.jboss.jms.server.endpoint.ServerConnectionEndpoint] Connection -2147483617
stopped
2006-06-23 10:16:19,718 DEBUG
[org.jboss.jms.server.endpoint.ServerConnectionEndpoint] Connection -2147483617
stopped
2006-06-23 10:16:
Tim,
It looks like it cut off my server log. Can I send you an email attachment?
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953014#3953014
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953014
Using Tomc
Tim,
Here is another clue. The exception occurs immediately after the MDB has
finished putting the TextMessage in the response queue.
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952730#3952730
Reply to the post :
http://www.jboss.com/index.htm
Tim,
Forgot to point out the system fails at this location:
System.out.println("CountyDataBean.getDataResponse Ready to get response
message");
responseMessage = messageConsumer.receive(waitTime);
System.out.println("CountyDataBean.getDataResponse Ready got response message");
Dennis
Vie
Tim,
Don't know why it messed up my queue configuration data but it is pretty
standard.
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952722#3952722
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952722
Us
Hi Tim,
Thanks for taking a look at my code. I will give what I think is relevent code
since the entire application is a bit large. Let me know if you need anything
else.
Keep in mind I am in a development and debug mode so the code is a bit sloppy
and inefficient.
destinations-service.x
Hello again,
I am using:
JBoss_4_0_4_GA
JBoss Messaging 1.0.1.CR2
Windows XP Professional
Everything is on one JBoss server.
I have an EJB that is virtually identical to the messaging stateless EJB in the
examples that come with JBoss Messaging. The EJB has a sendRequest method that
puts a Tex
Hello,
Delete this post - it was a case of stupidity.
The message selector works great.
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952159#3952159
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952159
Hello,
I am passing messages around in a couple queues and want to filter the messages
based a session key.
I have a SessionKey string property in the TextMessages and try to filter the
messages with this code:
String messageSelector = "SessionKey='" + sessionKey + "'";
Tim,
The messaging bombs as soon the string goes over 32K - to the byte.
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951391#3951391
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951391
__
I am running into a 32K limit - to the byte.
I have 32K test string that works but as soon as I add 1 more character it bombs
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951396#3951396
Reply to the post :
http://www.jboss.com/index.html?module=
Tim,
The messaging bombs as soon the string goes over 32K - to the byte.
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951391#3951391
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951391
__
Hi Tim,
This is very strange.
Looked at the logs - no memory exceptions.
Created an object with a string property for the message. Sent the
ObjectMessage. Same result. Once the string exceeded a certain limit (I'm
guessing about 40K) the string didn't get passed with the object.
I'm at a
Tim,
Thanks for the response to both of my messages. They address the same problem
so I will only follow this thread. If you could delete my other posting it
would be appreciated.
I found the problem. It only occurs when the text message exceeds a certain
size.
I don't know how to increas
Tim,
Thanks for the response.
I found the problem. It only occurs when the text message exceeds a certain
size.
I don't know how to increase this limit. The messages could be as much as 100K.
Thanks again,
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
Hello again,
Going to try this again under a different subject.
I am using:
JBoss_4_0_4_GA
JBoss Messaging 1.0.1.CR2
Everything is on one JBoss server.
I have an EJB that is virtually identical to the messaging stateless EJB in the
examples that come with JBoss Messaging. The EJB has a sendReq
Hello,
I am using:
JBoss_4_0_4_GA
JBoss Messaging 1.0.1.CR2
Everything is on one JBoss server.
I have an EJB that is virtually identical to the messaging stateless EJB in the
examples that come with JBoss Messaging. The EJB has a sendRequest method that
puts a TextMessage in a queue n
Hi,
I have an EJB that gathers data from several sites using HTTP/XML requests.
Right now I send the requests serially.
I need to send the requests in parallel or the response time will grow to be
unacceptable as more sites are added.
Do you have any ideas on how to accomplish this?
Thanks
28 matches
Mail list logo