[JBoss Messaging] - Warning Message in Server Console log
by Craig2007
We are using JBoss 4.0.4.GA and JBoss Messaging 1.0.1.GA
When message is published , receiver receives the message.
everything is working fine with this setup.
When receiver is stopped by Ctrl+C or just shutdown the system in which receiver is running. i am getting the below warnings in Server Log console...
Is there any impact or any problem for the server.
Please share your valuable thoughts with us.
I wud very much appreciate it
|
| 20:52:26,073 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=
| :50s:168ms
| 21:15:34,284 WARN [SimpleConnectionManager] A problem has been detected with the connection to
| 4o90t2u-1-f4o910pb-4. It is possible the client has exited without closing its connection(s) or
| All connection resources corresponding to that client process will now be removed.
| 09:45:58,061 WARN [SimpleConnectionManager] A problem has been detected with the connection to
| 4o9j810-1-f4o9jg4v-4. It is possible the client has exited without closing its connection(s) or
| All connection resources corresponding to that client process will now be removed.
| 11:00:31,208 WARN [SimpleConnectionManager] A problem has been detected with the connection to
| remote client a0i36-b5fa6s-f4o90y0i-1-f4o91f7i-4. It is possible the client has exited without c
| losing its connection(s) or there is a network problem. All connection resources corresponding t
| o that client process will now be removed.
| 11:18:20,401 WARN [SimpleConnectionManager] A problem has been detected with the connection to
| remote client a0i36-1lslsb-f4p34dz1-1-f4p34rm9-4. It is possible the client has exited without c
| losing its connection(s) or there is a network problem. All connection resources corresponding t
| o that client process will now be removed.
| 11:18:35,479 WARN [SimpleConnectionManager] A problem has been detected with the connection to
| remote client a0i36-50tqg-f4p3bn2y-1-f4p3bz3x-4. It is possible the client has exited without cl
| osing its connection(s) or there is a network problem. All connection resources corresponding to
| that client process will now be removed.
| 11:23:33,568 WARN [SimpleConnectionManager] A problem has been detected with the connection to
| remote client a0i37-3f3ry3-f4p0ebp9-1-f4p0eruq-4. It is possible the client has exited without c
| losing its connection(s) or there is a network problem. All connection resources corresponding t
| o that client process will now be removed.
|
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068532#4068532
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068532
18Â years, 8Â months
[JBoss Seam] - Re: examples didn't work
by alex_enache
"guiltyxsin" wrote : Really??
|
| Hmm...ok here is what happens when I type 'ant deploy' within the booking example directory
|
| [img]http://farm2.static.flickr.com/1311/806595456_82608f8623.jpg?v=0[/img]
|
| Is there any problem there? because it says Build successful so I thought there's no problem on deployment part.
In this picture, you can see that the deployment is done in the directory:
C:\jboss-seam\examples\booking\jboss-4.0.2.GA\server\default\deploy
This means that either you have installed JBoss AS there, or maybe there is a mistake of some sort. I suggest installing JBoss AS under C:\
"ntsankov" wrote : ok, look at build.properties I guess
| there you should have the property to point to your jboss installation
As ntsankov sais, after installing JBoss, you need to configure seam to refer to it. So you need to look the build.properties file in the jboss-seam directory and edit it. For example, I have:
C:\jboss (the AS)
C:\jboss-seam (the Seam)
In this case, I first installed the JBoss AS to C:\jboss, then Seam to C:\jboss-seam. And them, I edited the file C:\jboss-seam\build.properties to have:
tomcat.home = C:\\Tomcat-5.5
jboss.home = C:\\jboss
(the tomcat.home part doesn't matter in your case).
Hope this helps. In any case, you can visit this link for any additional infos,links.
http://labs.jboss.com/jbossseam/gettingstarted
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068525#4068525
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068525
18Â years, 8Â months