• Isolated EJB2 Access from a Client - Jboss 4.3 EAP

    Hi..   I have a task to Isolate Class libraries between 2 Enterprise Application A.ear and B.ear.  B EJB requires to Access A's Remote EJB, but it is throwing exception. But calling A's client to call A's e...
    Profile Photo
    last modified by limacon
  • Communication between JBoss 5.1.0 GA and JBoss AS 7.1.1

    In my case I have an application deployed in JBoss 5.1.0 that needs to communicate with another application deployed in JBoss AS 7.1.1. Is there an option for such communication using JBoss Remoting? I'm getting an ex...
    Profile Photo
    last modified by phobo
  • Newbie: JBoss Remoting Multiplex to solve multiple client connections through a firewall

    I'm a contractor working for a large telecom company which has a legacy system into which has been introduced a twist, and I'd like to describe the general setup, as it appears JBoss Remoting Multiplex may offer a sol...
    Profile Photo
    last modified by floogle
  • Jboss 4.2.3.GA Remote client connection drops

    Hi there,   I am relatively new to JBoss, running JBoss 4.2.3.GA, JBM 1.4.2.GA-SP1 and JBoss Remoting 2.2.2 SP8 I often come across this WARN/ERROR in server logs.   2013-04-04 09:38:36,449 WARN  [org...
    Profile Photo
    last modified by akilesh
  • NullPointer after a while, running Arquillian tests [Remoting 3]

    Hi all   We're testing out running our app in EAP, 6.1.  After a while, our Arquillian tests stop running.  I found this NPE when running it on the console.   https://gist.github.com/johnament/58...
    Profile Photo
    created by meetoblivion
  • Is JBoss Remoting project currently alive and supported.

    Is JBoss Remoting project currently active, and supported by JBOSS group? I was looking for a remoting solution, but wasn’t sure whether Jboss remoting project is still supported.  The reason I am asking th...
    Profile Photo
    last modified by dnautiyal1
  • SSL bisocket socketWrite0() hangs, while holding Messaging Post Office lock (on a network failure)

    Hi ...   We are using EAP5.1.1 (remoting-2-4-5.SP2) and experience a problem when using SSL and there is a network hard failure (e.g. ethernet cable pulled), a socketWrite0() hangs while holding a  Messag...
    Profile Photo
    last modified by toddler
  • number of homes != number of connecthomes  => Error

    Hello,   If the number of host entered in homes  does not equal  the connecthomes, then I will get following exception:   java.lang.IndexOutOfBoundsException: Index: 2, Size: 2    ...
    Profile Photo
    last modified by benawi
  • [Remoting 3]: context lookup authentication in JBoss AS 6

    any idea how to do the authentication from remote client? Running on jboss as 6.1.0.final   I tried:   java.util.Properties p = new java.util.Properties(); p.put("java.naming.provider.url", "jnp://localhos...
    Profile Photo
    created by reyaron
  • [Remoting 3]: EOFExceptions and IOExceptions in remote EJB calls under load

    Hi   I have posted this question in the JBoss 7 forum but didn't get an answer. I hope that somebody in this forum has some idea what's the problem here.   We have a web application that ist split up in a fr...
    Profile Photo
    created by chrkoelle
  • [Remoting 3]: Can EJB client Server(EAP 6.0) access EJB's deployed as war on diffrerent Server(EAP 6.0)

    I am not able access EJB's deployed on an EJB Server(EAP 6) as WAR. The client is also EAP 6.0 and deployed as WAR.   both client and server run on different physical servers.   I have followed the below u...
    Profile Photo
    created by jyothyanjuri
  • [Remoting 3]: Remoting threads never get closed

    Hi,   I'm using a standalone remote client as described in the wiki in combination with a ConfigBasedEJBClientContextSelector. Several worker threads named Remoting "endpoint name" read-1, write-1, task-1, task-...
    Profile Photo
    last modified by kieselhorst
  • Remoting3 configuration on JBoss AS7

    Hi,   We are migrating to  JBoss AS 7.1 from AS5.1.0. Our client is a standalone, which will establish a remote MBeanServerConnection as a stub using JRMPInvoker. Our services are registered as JMX MBean's ...
    Profile Photo
    last modified by tosaravananm
  • How to detect when database connection fail

    Hi all, is it possible to detect when the connection between application and database fails (for any reason, like network problem or max users exceeded) ?   I implemented the ConnectionValidator (as says on Cha...
    Profile Photo
    last modified by recanto
  • BisocketServerInvoker$ControlMonitorTimerTask@3c19da7c: detected failure on control connection Thread[control: Socket[addr=/10.85.101.34,port=5209

    Hi, i am using jboss-5.1.0.GA as appserver and jbossesb-server-4.10 for messages. After some time M, connections to ESB server is lost resulting in biosocket error on ESB server and APP server 2012-11-06 00:00:57,7...
    Profile Photo
    last modified by javed_ansari
  • detected failure on control connection

    We are seeing a number of 'detected failure on control connection' errors in our logs which eventually makes our system unresponsive.     2012-11-27 19:04:07,242 WARN  [org.jboss.remoting.transport.bis...
    Profile Photo
    last modified by ajnagaraj
  • invoke frequency and classloader

    Hello world,   I noticed a strange behaviour and i want to knwow if this has already been pointed or fixed.   My client is invoking my remoting server by sending inside an InvocationRequest a parameter that ...
    Profile Photo
    last modified by liobod
  • JBoss 4 to JBoss 6 - remoting client invocation - Exception due to not being connected to server

    Hello, we have an Web Start application using JBoss. The client application works fine with JBoss 4.2.3.GA but throws Exception using JBoss 6. We use a code sniplet to invoke a bean home interface:   try  &...
    Profile Photo
    last modified by katerchen0815
  • Thread leakage in long run in JMS remote messaging

    Hi   Our application has around 10 Java modules. We are using JBOSS App server and JMS messaging for synchronous and asynchronous intercommunication between these modules. The thread threshold we maintained for...
    Profile Photo
    last modified by bhaskar1212
  • How to verify that an remote interface on client and server side is the same?

    Hi, I've a fatclient consuming a @Remote ejb-service at jboss 6.1.0. Both client and server are sharing the same remote-interface. To get a proxyobject for the service on client-side looks something like this:  ...
    Profile Photo
    last modified by windigo