[
http://jira.jboss.com/jira/browse/JBAS-44?page=all ]
Dimitris Andreadis closed JBAS-44.
----------------------------------
pooled.test.BeanStressTestCase failure
--------------------------------------
Key: JBAS-44
URL:
http://jira.jboss.com/jira/browse/JBAS-44
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: EJB2
Affects Versions: JBossAS-3.2.7 Final
Environment: [starksm@banshee9100 case2471]$ $JAVA_HOME/bin/java -version
java version "1.3.1_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_14-b03)
Java HotSpot(TM) Client VM (build 1.3.1_14-b03, mixed mode)
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossAS-3.2.7 Final
Original Estimate: 1 hour
Remaining Estimate: 1 hour
The org.jboss.test.pooled.test.BeanStressTestCase fails under jdk 1.3.1 due to a connect
problem.
<testcase classname="org.jboss.test.pooled.test.BeanStressTestCase"
name="testOldProxy" time="0.032">
<error
type="java.lang.reflect.UndeclaredThrowableException">java.lang.reflect.UndeclaredThrowableException:
java.net.BindException: Cannot assign requested address: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
at java.net.Socket.<init>(Socket.java:268)
at java.net.Socket.<init>(Socket.java:95)
at
org.jboss.invocation.pooled.interfaces.PooledInvokerProxy.getConnection(PooledInvokerProxy.java:236)
at
org.jboss.invocation.pooled.interfaces.PooledInvokerProxy.invoke(PooledInvokerProxy.java:322)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:96)
at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:173)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:91)
at $Proxy1.create(Unknown Source)
at
org.jboss.test.pooled.test.BeanStressTestCase.runOldProxy(BeanStressTestCase.java:192)
at
org.jboss.test.pooled.test.BeanStressTestCase.testOldProxy(BeanStressTestCase.java:176)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
</error>
</testcase>
--
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