Log in to follow, share, and participate in this community.
Thread SSL calls thru a proxy with authentication?
SSL calls thru a proxy with authentication?Hi! Have to pass a bluecoat proxy with authentication to make client SSL calls from my application to an external webservice. Running solaris, jdk5 and jboss_4.0.5.GA. Version 1.4.3.GA accoding to the jboss-remoting....
Thread [Urgent] Random org.jboss.remoting.CannotConnectException
[Urgent] Random org.jboss.remoting.CannotConnectExceptionHi We are running a Client/Server Application were there is a server receiving incoming remote requests. Everything works ok until we double the number of clients (workers). Then we start having this e...
PingTimerTask in JBoss AS 5.0.1.GA EAPHi there, since we switched to JBoss 5.0.1.GA EAP (from 5.1.0.GA), plenty of times we see warnings in server.log like this: 2010-08-31 16:34:37,211 WARN [org.jboss.remoting.transport.bisocket.BisocketCl...
Thread SocketClientInvoker - NEW ClientSocketWrapper Errors
SocketClientInvoker - NEW ClientSocketWrapper ErrorsWe have a messaging server running with the following versions and have a few clients that connect to this messaging server (with the same version of jar files....) jboss messaging 1.4.6 jboss remoting 2.5.2 ...
Thread How to upgrade JBoss AS 4.2.2 with JBoss Remoting 2.2.3?
How to upgrade JBoss AS 4.2.2 with JBoss Remoting 2.2.3?Hi! Stupid question: How can I upgrade my existing JBoss AS 4.2.2 with a newer version of JBoss Remoting? The only two files I can find in the AS are jboss-remoting.jar and jboss-remoting-int.jar. In t...
How to use Remoting 2 with J/Boss 4.2.3?We have a J2SE application that currently exposes WebServices via Axis2, to an EJB running within J/Boss 4.2.3. What we would like to do is convert the WebServices to RMI and use J/Boss as the repository of the remote...
Thread How do I deploy the JBoss Remoting examples in JBoss AS 5.1?
How do I deploy the JBoss Remoting examples in JBoss AS 5.1? Hi, I've downloaded the JBoss Remoting 2_5_3_SP1 zip file and am able to build and run the SimpleServer and SimpleClient examples from the command line, using ant, as described in the doc...
Dynamic classloading issueI'm using Remoting 2.5.2.SP3 with JBoss 6.0.M3. Remote class loading works only for some common classes but not for my beans. I have a simple bean with remote interface. When I try accessing it by InitialContext.looku...
Too many thread in Jboss 4.2.2Hi, We have many Jboss servers talking to each other using EJB 3.0 (SLSB). Now that the servers are getting very busy, we are having problem with Jboss creating too many Threads. At some point, we have an e...
JBoss Remoting and compressionI've spent some time digging into compression and I managed to make it work with JBoss 4.2.3 and Remoting 2.2.2SP8. The problem I found was with an error previously described in another post. http://www.jboss.com/ind...
Thread Socket Communication - StreamCorruptedException
Socket Communication - StreamCorruptedExceptionHi, I am using EJB3 as the client socket and the server socket is a normal java class. My Application server is Sun GlassfishV2. I would like to communicate from the EJBBean(Client) to the server using Jboss R...
Article Unable to find Remoting services in Jboss 5.1.0
Unable to find Remoting services in Jboss 5.1.0Hi My project was eariler deployed on Jboss 4.2.2 and now we are migrating towards jboss 5.1.0, We used Jboss remoting in Jboss 4.2.2 and so we edited Jboss-Service.xml in <JBOSS_HOME>\Server...
Thread Remoting - "replacing control socket" Question
Remoting - "replacing control socket" QuestionWe have a JBOSS server ( messaging - 1.4.6. GA and remoting is from the 5.0.0 GA version) used exclusively for messaging purposes, and the last few weeks ,we see this in the remoting logs - DEBUG [org.jboss.re...
Thread Threads Hanging in MicroSocketClientInvoker.readVersion()
Threads Hanging in MicroSocketClientInvoker.readVersion()Note: this issue was originally reported here: https://community.jboss.org/message/548382#548382 On the web server side we see occasionally see threads with this stack: 75: [Thread[jrpp-1390,5,jrpp]]/id...
Thread How do set socket read timeout in JBoss Remoting ?
How do set socket read timeout in JBoss Remoting ?Hello all. I have had next problem. I am using JBoss WS with JBoss-4.2.2GA. And my web service hang rarely. And I want that client (JBossWS work through JBoss Remoting Client) break connection if web service...
Thread Remote MDBs seem to stop after marshalling exception
Remote MDBs seem to stop after marshalling exceptionEnvironment ------------------------- JBoss 4.2.3 JBoss Messaging 1.4.4 JBoss Remoting 2.2.3 We have a couple servers and each have local queues and remote mdbs. After running for a coupl...
Retrieve Server's CertificateHi, I currently have EJB3 via SSL working with a self signed certificate for the server. The client specifies a truststore which includes the server's certificate and all works well in this scenario. H...
How to set timeout for method invocation?I found an issue and I can't handle it myself. I set jnp.timeout and when I connect to remote server from jboss (there is another jboss which runs on remote machine) and server is down then I get exception aft...