• Unable to start jboss in cluster mode in azure (Redhat 7)

    2019-10-22 11:55:07,568 [Thread-2       ] INFO  Http11Protocol   - Starting Coyote HTTP/1.1 on http-server1hostaname%2F10.18.160.135-9000 2019-10-22 11:55:07,574 [Thread-2...
    Profile Photo
    last modified by kiodex_devops
  • Problem with EJB 3 Jndi lookup

    org.jboss.remoting.CannotConnectException: Can not get connection to server.  Problem establishing socket connection.         at org.jboss.remoting.transport.socket.SocketClien...
    Profile Photo
    last modified by mullairedhat
  • problem injecting remote ejb with @ejb in wildfly 10

    Hi,   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...
    Profile Photo
    created by robyp1
  • Two remote EJB calls to two different servers in the same transaction

    It 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...
    Profile Photo
    last modified by dbdbdb
  • Remote outbound connection : heartbeat_interval

    We 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 ...
    Profile Photo
    last modified by a.durussel
  • 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 : ...
    Profile Photo
    created by paatalom
  • 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 ...
    Profile Photo
    last modified by jasonglass
  • 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 ...
    Profile Photo
    created by whitingjr
  • [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 ...
    Profile Photo
    last modified by sunil_dixit
  • Running Remote Naming client via a proxy server

    I 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...
    Profile Photo
    last modified by nlsurfman
  • JBOSS 6.0 is not connecting to remote server via web service call

    Hi 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 ...
    Profile Photo
    last modified by manzer.imam
  • Standalone remoting application

    Hello, 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...
    Profile Photo
    last modified by danjee
  • java.net.SocketException: Connection reset

    Hi,   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...
    Profile Photo
    last modified by sudhir.pavankumar
  • Multiple threads on client side for remote EJB calls on Jboss7

    Hello 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(...
    Profile Photo
    last modified by danjee
  • JMS client not able to receive messages after 3 days run

    Hi 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...
    Profile Photo
    last modified by raj_kumar
  • [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 ...
    Profile Photo
    last modified by whitingjr
  • StackOverflowError - A channel event listener threw an exception

    We 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...
    Profile Photo
    created by deveshmishra
  • jboss EAP 6.2.1.1 domain mode - security domain authentication login module

    I have a war file, which have few remote connections (httpclient, zookeeper, mongodb etc...).   Since default security domain for JBoss is "other", where other domain have "Remoting" and "RealmDirect" login mod...
    Profile Photo
    created by umang.in60
  • Is there a way to configure the max outbound/inbound messages for remoting connection

    I'm observing logs like the following in the server.log   2015-02-24 07:51:09,048 ERROR [Remoting_Connector_ThreadPool-976]-[org.jboss.remotingjmx.protocol.v2.ServerCommon] org.jboss.remoting3.ChannelBusyExcepti...
    Profile Photo
    last modified by jmathews
  • Need to connect with protocol TLSv1.1 and above

    Hi 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...
    Profile Photo
    created by praveen.mca88