[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2009-07-10 Thread ataylor
anonymous wrote : can u let me know to to release the memory acquired by the 
JBossMQ

This is the JBoss Messaging forum,  please post om the JBossMQ channel.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242766
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2009-07-09 Thread mayankmit2002
Hello,
 can u let me know to to release the memory acquired by the JBossMQ

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242748
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-30 Thread pradeepbhat
Thanks.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968324
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-25 Thread timfox
When the number of messages in memory reaches fullSize then any more messages 
go into the downcache.

When the down cache is full they are flushed to storage.

As messages are consumed if the number of messages in memory reaches fullSize - 
pageSize and there are messages in storage a max. of pageSize messasges are 
loaded from storage.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967460
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-25 Thread pradeepbhat
For paging which messages are stored into the database and removed from memory 
? The older ones or the newer ones ?When will the messages be loaded back into 
memory?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967458
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread timfox
If your messages don't vary that much in size you can work out the size from 
memory / average size of message.

There is a task to automatically kick in paging once memory thresholds are 
reached. But this is not going to be available for a while.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965955
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread pradeepbhat
"timfox" wrote : 
http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.CR4/html/configuration.html#conf.destination.paging

Thanks but the configuration can be only be  specified for the number of 
messages. why is messages size not taken into consideration? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965943
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread timfox
BTW you mustn't use HSQL:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965686
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread timfox
http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.CR4/html/configuration.html#conf.destination.paging

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965683
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread pradeepbhat
"timfox" wrote : You are more than likely running out of memory.
  | 
  | You won't see the warning any more - it has been removed.
  | 
  | You should get an OutOfMemoryError in the logs using the Sun VM, although I 
have found that for some people running on JRockit they don't get this.
  | 
  | You need to tune the paging params appropriately to avoid running out of 
memory.
  | 
  | See user guide for details.

Thanks Tim fox. When you say about tuning paging param are you talking about 
tuning the queue/topic pagesize ?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965681
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread timfox
You are more than likely running out of memory.

You won't see the warning any more - it has been removed.

You should get an OutOfMemoryError in the logs using the Sun VM, although I 
have found that for some people running on JRockit they don't get this.

You need to tune the paging params appropriately to avoid running out of memory.

See user guide for details.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965679
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread pradeepbhat
"igarashit" wrote : I also have seen NoutFoundInDispatcherException on client 
side, and OutOfMemoryError is on server side at the same time. Don't you have 
any OutOfMemoryError? It may be in jboss server.log.

Yes I checked the server log file but I am not seeing any outof memory error. 
Usually when JBOSS server is short on memory one would see a memory warning 
message later followed by java.lang.OutOfMemoryError. I am neither seeing the 
memory warning or outofMemoryError. As i said before  from the JProfiler graph 
the max heap memory (-xmx) is never reached. Very Strange. Is this  a JBoss 
defect ?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965666
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: org.jboss.aop.NotFoundInDispatcherException under heavy

2006-08-17 Thread igarashit
I also have seen NoutFoundInDispatcherException on client side, and 
OutOfMemoryError is on server side at the same time. Don't you have any 
OutOfMemoryError? It may be in jboss server.log.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965656
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user