Trying to Understand Class LoadingI'm a little lost and trying to find answers but am struggling, so please forgive me if anything appears...well stupid. I am trying to follow the org.jboss.remoting.samples.transporter.serialization and incorporate i...
Secure JMX InvokerHello, I have enabled authentication for the JMX invoker. However when I try to access the MBeans, I get the following error. java.lang.SecurityException: Failed to authenticate principal=null, securi...
JMREM-821 Included in 2.2.3 SP1 ???Can someone tell me if https://jira.jboss.org/browse/JBREM-821 is included in 2.2.3 SP1? Reading JIRA it is hard to tell because it says fixed in 2.4.0.Beta1 (Pinto) but I think 2.2.3 SP1 came out after th...
Thread Need help in configuring JMS with JBoss Messaging in JBoss 4.2.3
Need help in configuring JMS with JBoss Messaging in JBoss 4.2.3Hi, We were using JBoss MQ with JBoss 4.2.3. Now we have replaced JBoss MQ with JBoss Messaging by going through the migration instructions provided in the JBoss User guides. We have a number of Client...
Thread Need help invoking EJB 2.0 on JBoss 4.3.0 from JBoss 4.0.5 client
Need help invoking EJB 2.0 on JBoss 4.3.0 from JBoss 4.0.5 clientWith a client on JBoss 4.0.5 invoking an EJB on JBoss 4.3.0 The client gets the error: ERROR [org.jboss.remoting.transport.socket.SocketClientInvoker] Got marshalling exception, exiting java.io.OptionalData...
Thread Server restart does not appear to be noticed by Client
Server restart does not appear to be noticed by ClientHi, We are in the process of migrating from JBoss MQ over to JBoss Messaging, running on 4.2.3 GA. We are using the jboss-remoting.jar from 2.2.3. A little background, we have a Central serve...
JBOSS 5.1.0GA + EJB/JNDI over HTTPSHi there, I am trying to tunnel EJB and JNDI operations over a single HTTP(S) port by using the unified invoker. The client application is a Swing GUI launched via webstart. The server is the stock "d...
Thread JBoss EJB3 remote invocation from client app
JBoss EJB3 remote invocation from client appHi, I'm trying to workout an EJB example with JBoss, but I'm having some trouble understanding some things, and making other things to work. My Environment: - Windows XP; - JBoss 5.1.0.GA; - Eclipse. &...
Can't create control connectionNguyen Dang Quang asks: I'm using the jboss SocketServerInvoker for start multi Servers jboss for my project. For now, It works on two server run concurrency. But when I start the thirst...
Thread Is RMI dynamic class loading broken in JBoss 6?
Is RMI dynamic class loading broken in JBoss 6?It works well in JBoss 5. ejb3-connectors-jboss-beans.xml <bean name="org.jboss.ejb3.RemotingConnector"
class="org.jboss.remoting.transport.Connector">
<property ...
Thread Invoke remote service between two diferent jboss version
Invoke remote service between two diferent jboss versionHI, I have the next problem and I wish that anyone can help me to find the best solution: In jboss 4.3 I have an ejb module wich has a service (@Stateless) that implements a Remote Interface, in Jboss 4.2.2 I ...
Thread Detection failure delay for JMS bisocket connection
Detection failure delay for JMS bisocket connectionHi, We have the same JBoss server (JBAS5.1.0GA) running on two different networks and a JMS client. When the server is running on one network and if ethernet cable is pulled at the client side the fail...
Disable Weak Ciphers for PCI-DSSWe have to disable the weak ciphers in Jboss-4.2.3.GA (ejb3 application) for pci compliance. Can someone help me with the configuration or point me to a document that explain how to disable ciphers. Following is curr...
Thread Client hangs when get JMS connection factory
Client hangs when get JMS connection factorySometimes, my client will hang when client try to get JMS connection factory from JBoss Messaging Server. Server side exception is thrown when issue occurred:
2009-10-20 18:08:09,655 ERROR [org.jboss.remoting.transp...
Invalid pointer operation?Has anyone seen this error before? More importantly do you know what it means? It occurs after numerous (100,000's) of successful followed by a few unsuccessful invokeOneway calls? First error (occurs several ...
Thread Application ClassNotFound within InvocationHandler.invoke() on AS6 M2
Application ClassNotFound within InvocationHandler.invoke() on AS6 M2Hi, I'm in the process of upgrading the JBoss 6 M2 and I'm getting a ClassNotFound error within MyRemotingInvocationHandler.invoke(InvocationRequest invocation) when an applications class object is received by...
Remote client receives 'connection refused'JBoss 4.2.0 with JBoss Remoting 2.2.2SP1. The server is started with "-b 0.0.0.0" We have a remote client using http(s) transport. On upgrading JBoss Remoting to 2.2.2SP11 (tried 2.3.x and 2.5.x also). We star...