[esb-issues] [JBoss JIRA] Commented: (JBESB-1711) ESB unit test suite hangs when run against SOA-P CP1
Tom Cunningham (JIRA)
jira-events at lists.jboss.org
Wed Jun 18 11:44:37 EDT 2008
[ http://jira.jboss.com/jira/browse/JBESB-1711?page=comments#action_12417814 ]
Tom Cunningham commented on JBESB-1711:
---------------------------------------
I see the freeze, and when I kill off the tests, I see an exception here :
java.io.IOException
at java.io.DataInputStream.readFully(DataInputStream.java:178)
at java.io.DataInputStream.readLong(DataInputStream.java:380)
at org.jboss.jms.wireformat.ClosingRequest.read(ClosingRequest.java:56)
at org.jboss.jms.wireformat.JMSWireFormat.read(JMSWireFormat.java:298)
at org.jboss.remoting.transport.socket.ServerThread.versionedRead(ServerThread.java:665)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:533)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:387)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:166)
Try copying over the versions of jboss-messaging-client.jar and jboss-remoting.jar over from SOA-P into your product/lib/ext directory. That got me past the hangs, although I did see errors on FTP tests afterwards.
> ESB unit test suite hangs when run against SOA-P CP1
> ----------------------------------------------------
>
> Key: JBESB-1711
> URL: http://jira.jboss.com/jira/browse/JBESB-1711
> Project: JBoss ESB
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Aleksandar Kostadinov
> Assigned To: Tom Cunningham
>
> unzip SOA-P distribution in $WORKSPACE/jbosssoa
> chprop product.properties org.jboss.esb.server.home "$WORKSPACE/jbosssoa/jboss-as"
> chprop product.properties org.jboss.esb.server.config $SERVER_NAME
> chprop product.properties org.jboss.esb.test.ftp.hostname dev39.qa.atl.jboss.com
> chprop product.properties org.jboss.esb.test.ftp.user user
> chprop product.properties org.jboss.esb.test.ftp.pwd pass
> chprop product.properties org.jboss.esb.test.ftp.dir /esb-in-soa
> then:
> cd product
> ant org.jboss.esb.integration.test
> Test suite hangs after first few tests.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the esb-issues
mailing list