Problem with EJB 3 Jndi lookuporg.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection. at org.jboss.remoting.transport.socket.SocketClien...
Thread problem injecting remote ejb with @ejb in wildfly 10
problem injecting remote ejb with @ejb in wildfly 10Hi, I have got two wildfy (version 10, running both not in clustered mode, but in standalone mode): In the first server, i have deploied an ejb module (jar) that contains a remote Ejb interface (EmailCh...
Thread Two remote EJB calls to two different servers in the same transaction
Two remote EJB calls to two different servers in the same transactionIt is possible to invoke two remote EJB targeting two remote server (each EJB in their own server) in the same distributed transaction? (cascanding calls) I am using Wildfly 12 and for this situation, the cont...
Remote outbound connection : heartbeat_intervalWe are facing the same problem as mentioned in [WFLY-5534] Standalone EJB client resets connection after 5 minutes of inactivity - JBoss Issue Tracker but concerning a remote-outbound-connection. Let me ...
Thread Client Remote Address(Hostname or IP) into EJB Interceptor.
Client Remote Address(Hostname or IP) into EJB Interceptor.hello team, I'm trying to retriev remote client address (IP Address) and client jndi username into my ejb interceptor. but no success. Is there any example how to do this ? 1. EJB Session Bean Sample Code : ...
Thread JMS Message Queue, NAT'ed IP - change ?advertised? address
JMS Message Queue, NAT'ed IP - change ?advertised? address Hi All! So problem, and likely a simple (I hope!) answer! We're using Jboss EAP 6, we have a JMS queue. We're switching to SaaS (unfortunately) so our vendor is trying to connect to the JMS ...
Migration to jdk9.Hi, I am looking to migrate a working benchmark application from jdk8 to jdk9. The application uses remote EJB calls as part of the workload. I am seeing an error on the client during initialisation by the ...
Thread [Remoting 3] Possible bug in "org.jboss.ejb.client.EjbClientContext"
[Remoting 3] Possible bug in "org.jboss.ejb.client.EjbClientContext"jboss-ejb-client (Version 1.0.18.Final and above) has one bug (garbage collection related) in "public void unregisterEJBReceiver(final EJBReceiver receiver)" API. This API uses "ExecutorService" to send close ...
Thread Running Remote Naming client via a proxy server
Running Remote Naming client via a proxy serverI have a Swing application that uses remote naming, i.e. http-remote://<servername>:<port> as Context.PROVIDER_URL. Now I want this client to use the proxy specified by -Dhttp.proxyHost and -Dhttp.proxyPor...
Thread JBOSS 6.0 is not connecting to remote server via web service call
JBOSS 6.0 is not connecting to remote server via web service callHi Team, I am very new to jboss server. Our application is having 2 modules, Financial and SNT modules which is deployed in same server JBOSS 6.0 and connecting one another via web service call. When It went ...
Standalone remoting applicationHello, I want to upgrade an existing rmi standalone application to remoting 3. I've searched for some examples where I can register a class to do the server side part by an identifier and some client examples for loo...
java.net.SocketException: Connection resetHi, We are running web-service in Jboss server using REST and we are accessing the web-service using a client. we get Connection Reset issue only in the production environment we couldn't replicate the case in...
Thread Multiple threads on client side for remote EJB calls on Jboss7
Multiple threads on client side for remote EJB calls on Jboss7Hello I am using JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) to deploy an ear that contains some stateless ejb 3. My problem is in the client side:
public class TestJndi {
public static void main(...
Thread JMS client not able to receive messages after 3 days run
JMS client not able to receive messages after 3 days runHi All, I have a remote client which is connected to jboss JMS topic to receive messages. I have an JMS ExceptionListener listening to any excetion, and when exception occurs then it re-connects to JMS topic a...
Thread [Remoting3] Indefinitely waiting threads when remoting layer closing.
[Remoting3] Indefinitely waiting threads when remoting layer closing.Hi, I am running a benchmark that creates some load. Some of the load is doing remote ejb calls. When my ejb client jvm attempts to close down the vm is getting wedged. It has happened more than once. jstack ...
Thread StackOverflowError - A channel event listener threw an exception
StackOverflowError - A channel event listener threw an exceptionWe are receiving multiple errors and a hang situation while shutting down JBOSS. I upgraded to latest xnio and remoting packages but still see the same error Following is the stack trace .. 10 Jun 2015 09:42...
Thread Need to connect with protocol TLSv1.1 and above
Need to connect with protocol TLSv1.1 and aboveHi All, I am using Jboss remoting API for our RMI invocation with SSL protocol. I want to disable SSLv3 protocol onbehalf of recent POODLE issue in my application. So i am planning to use TLS v1.1 or higher in...