[jboss-user] [Clustering/JBoss] - Re: jBoss Cluster jvmRoute Value and HTTP Server Request Pro

2009-07-27 Thread sjunejo

I found my above huge descriptive problem working now. 

1) First of all I changed the entire machine because there are some netwroking 
issues with that as I can not access my jboss using IP and Tomcat status on web 
console was showing that jBoss is only bind with 127.0.0.1.

2) Secondly when I copied over the same setup to other machine with no network 
issues i had same issue. I just copied over my working server directory to 
other server and changed the name to Server2 with unique ServerPeerID and its 
start working. 

3) One more thing which is worth mentioning here is that I was using Service 
Binding Manager with port-01 settings which I just changed back to default.

saisurya_bhasker

I think you miss posted your above POST...anyway I am not a huge jboss geek 
like other people here but just copy your(part of) 'web.xml' where you have 
defined the distributable tag. It should be;



That's it.

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

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


[jboss-user] [Clustering/JBoss] - Re: jBoss Cluster jvmRoute Value and HTTP Server Request Pro

2009-07-26 Thread saisurya_bhasker
i am getting the following exception
java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute
at 
org.jboss.web.tomcat.service.session.ClusteredSession.setAttribute(ClusteredSession.java:535)
at 
org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:130)
at 
org.springframework.web.servlet.mvc.AbstractFormController.showForm(AbstractFormController.java:566)
at 
org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:198)
at org.springframework.web.servle

after adding distributable  tag in my application the session is not 
replicating , 
i hav googled for this error and found that my session should be serialized, 
please clarify me on this is it must to serialize or else is there any other 
way to do session replication




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

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


[jboss-user] [Clustering/JBoss] - Re: jBoss Cluster jvmRoute Value and HTTP Server Request Pro

2009-07-24 Thread sjunejo
Now I found that even If I shutdown my Server1 and only Server2 is up and 
running.

I applied http://localhost/BrowserWeb/servlet/BrowserServlet in my address bar 
and it loads the main page. but when I submit my user name and password servlet 
got stuck and i have this exception on jboss console.


  | 14:25:59,059 ERROR [CoyoteAdapter] An exception or error occurred in the 
container during the request processing
  | java.lang.RuntimeException: JvmRouteValve.checkJvmRoute(): Tomcat JvmRoute 
is null. Need to assign a value in Tomcat serv
  | at 
org.jboss.web.tomcat.service.session.JvmRouteValve.checkJvmRoute(JvmRouteValve.java:106)
  | at 
org.jboss.web.tomcat.service.session.JvmRouteValve.invoke(JvmRouteValve.java:81)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  | at 
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
  | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)
  | at 
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:366)
  | at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
  | at java.lang.Thread.run(Unknown Source)
  | 

please help this is happening even when its try to replicate the session in 
absence of other server :-(

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

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