Trying to use the EJB Execution step to connect to a JBOSS 7 server.
For now we tried with the predefined “JBoss 3.2/4.0” from the server list. The (unproven?) assumption being that a JBOSS 4.0 client could still connect to a JBOSS 7 server. After making jbossall-client.jar available to the workstation we are running into below errors when connecting to JNDI:
ERROR - Error loading JNDI Name List: javax.naming.CommunicationException: Could not obtain connection to any of these urls: IPADDRESS:4547 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to retrieve stub from server IPADDRESS:4547 [Root exception is java.io.StreamCorruptedException: invalid stream header: 0000001D]]
ERROR - Error loading JNDI Name List: javax.naming.CommunicationException: Could not obtain connection to any of these urls: IPADDRESS:4447 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to retrieve stub from server IPADDRESS:4447 [Root exception is java.io.StreamCorruptedException: invalid stream header: 0000001D]]
DevTest EJB Execution Step connect to a JBOSS 7 server?
All supported DevTest releases.