but it works fine when i set the bindaddress ip to localhost. I think the problem is at jboss bindaddress conf. implementation.
Any thoughts? Kevin Conner wrote: >>I setup a customized configuration of final jboss 3.0.1 with the >>following files: >> >>jbossmq-destinations-service.xml >>jmx-console.war >>jbossmq-service.xml >>oracle-service.xml >>ejb-management.jar >>jca-service.xml >>tomcat4-service.jar >>jboss-local-jdbc.rar >>jms-ra.rar >>tomcat4-service.xml >>jboss-xa.rar >>jms-service.xml >>user-service.xml >> >>I use this confuration to allow more than one instance of >>jboss at same >>time (in a central machine for all developers). >>The problem is that the tests from junit (standalone client) doesn't >>work. it gives the message : >> >>java.rmi.UnmarshalException: error unmarshalling arguments; nested >>exception is: >>java.io.StreamCorruptedException >> >> >>I use a bindaddress in the jboss-service of custom config to >>avoid port >>conflict. >> >>The custom config worked in 3.0.0. > > > We saw this problem when we moved from 3.0.1RC1 to 3.0.1 and > traced it down to a 3.0.1RC1 server being called from a 3.0.1 > client. Further investigation revealed that the externalised > representation of org.jboss.invocation.MarshalledInvocation > had changed between the two. > > Our problem was fixed by upgrading the server to 3.0.1. > > If you are seeing the same then it is probably because your client > and server libraries are mismatched. > > Kev > > Kevin Conner > Orchard Information Systems Limited > Newcastle Technopole, Kings Manor > Newcastle Upon Tyne, NE1 6PA. United Kingdom > Registered in England, Number 1900078 > Tel: +44 (0) 191-2032536 Fax: +44 (0) 191 2302515 > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > -- Emerson Cargnin - MSA SICREDI - Tel : 3358-4860 ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
