Log in to follow, share, and participate in this community.
Thread Isolated EJB2 Access from a Client - Jboss 4.3 EAP
Isolated EJB2 Access from a Client - Jboss 4.3 EAPHi.. 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...
Thread Communication between JBoss 5.1.0 GA and JBoss AS 7.1.1
Communication between JBoss 5.1.0 GA and JBoss AS 7.1.1In 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...
Jboss 4.2.3.GA Remote client connection dropsHi 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...
Thread NullPointer after a while, running Arquillian tests [Remoting 3]
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...
Thread Is JBoss Remoting project currently alive and supported.
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...
Thread number of homes != number of connecthomes => Error
number of homes != number of connecthomes => ErrorHello, 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 ...
Thread [Remoting 3]: context lookup authentication in JBoss AS 6
[Remoting 3]: context lookup authentication in JBoss AS 6any 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...
Thread [Remoting 3]: Remoting threads never get closed
[Remoting 3]: Remoting threads never get closedHi, 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-...
Remoting3 configuration on JBoss AS7Hi, 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 ...
Thread How to detect when database connection fail
How to detect when database connection failHi 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...
Thread BisocketServerInvoker$ControlMonitorTimerTask@3c19da7c: detected failure on control connection Thread[control: Socket[addr=/10.85.101.34,port=5209
detected failure on control connectionWe 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...
invoke frequency and classloaderHello 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 ...
Thread Thread leakage in long run in JMS remote messaging
Thread leakage in long run in JMS remote messagingHi 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...