Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-9891

ParameterPassingStressTestCase fails consistently on IBMJDK7 when run as part of eap testsuite

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • EAP_EWP 5.2.0 ER4
    • EAP_EWP 5.2.0 ER2
    • IIOP, Testsuite
    • None
    • Not Required
    • NEW

    Description

      test_exception and test_getexception of ParameterPassingStressTestCase fails on IBMJDK7 due to Assertionfailure error

      https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP5/view/JDK7/job/eap-5.2.x-IBMJDk7-RHEL6-matrix/lastCompletedBuild/testReport/
      Error Message

      expected:<-1> but was:<-2>

      Stacktrace

      junit.framework.AssertionFailedError: expected:<-1> but was:<-2>
      at org.jboss.test.iiop.test.ParameterPassingStressTestCase.test_exception(ParameterPassingStressTestCase.java:265)
      at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
      at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
      at junit.extensions.TestSetup.run(TestSetup.java:25)

      test log:

      2012-09-11 11:45:58,173 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecce303): close()
      2012-09-11 11:45:58,173 INFO [jacorb.orb.iiop] Client-side TCP transport to 127.0.0.1:3528 closed.
      2012-09-11 11:45:58,173 DEBUG [jacorb.orb.iiop] Transport to 127.0.0.1:3528: stream closed Socket closed
      2012-09-11 11:45:58,174 DEBUG [jacorb.orb.delegate] Delegate released!
      2012-09-11 11:45:58,174 INFO [jacorb.orb.giop] ClientConnectionManager: created new ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,174 DEBUG [jacorb.orb.giop] ClientConnectionManager: releasing ClientGIOPConnection to 127.0.0.1:3528 (1ecfd596)
      2012-09-11 11:45:58,174 DEBUG [jacorb.util.tpool] [0/1] creating new thread
      2012-09-11 11:45:58,174 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecfd596): close()
      2012-09-11 11:45:58,174 DEBUG [jacorb.ssl.sessionlistener] Unknown exception type java.net.SocketException with exception java.net.SocketException: Socket closed
      2012-09-11 11:45:58,174 INFO [jacorb.orb.iiop] Client-side TCP transport to 127.0.0.1:3528 closed.
      2012-09-11 11:45:58,174 DEBUG [jacorb.orb.iiop] Transport to 127.0.0.1:3528: stream closed Socket closed
      2012-09-11 11:45:58,174 DEBUG [jacorb.orb.delegate] Delegate released!
      2012-09-11 11:45:58,174 DEBUG [jacorb.orb.iiop] Caught exception
      java.net.SocketException: Socket closed
      at java.net.SocketInputStream.read(SocketInputStream.java:161)
      at java.net.SocketInputStream.read(SocketInputStream.java:132)
      at org.jacorb.orb.etf.StreamConnectionBase.read(Unknown Source)
      at org.jacorb.orb.giop.GIOPConnection.getMessage(Unknown Source)
      at org.jacorb.orb.giop.GIOPConnection.receiveMessages(Unknown Source)
      at org.jacorb.orb.giop.MessageReceptor.doWork(Unknown Source)
      at org.jacorb.util.threadpool.ConsumerTie.run(Unknown Source)
      at java.lang.Thread.run(Thread.java:769)
      2012-09-11 11:45:58,174 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3): sendMessage() – opening transport
      2012-09-11 11:45:58,174 DEBUG [jacorb.orb.giop] ClientConnectionManager: releasing ClientGIOPConnection to 127.0.0.1:3528 (1ecdc7a5)
      2012-09-11 11:45:58,175 DEBUG [jacorb.orb.iiop] Trying to connect to 127.0.0.1:3528 with timeout=90000.
      2012-09-11 11:45:58,174 DEBUG [jacorb.ssl.sessionlistener] Unknown exception type java.net.SocketException with exception java.net.SocketException: Socket closed
      2012-09-11 11:45:58,174 DEBUG [jacorb.util.tpool] [0/2] removed idle thread (job scheduled)
      2012-09-11 11:45:58,174 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecce303): getMessage() – COMM_FAILURE
      2012-09-11 11:45:58,175 DEBUG [jacorb.orb.iiop] Caught exception
      java.net.SocketException: Socket closed
      at java.net.SocketInputStream.read(SocketInputStream.java:161)
      at java.net.SocketInputStream.read(SocketInputStream.java:132)
      at org.jacorb.orb.etf.StreamConnectionBase.read(Unknown Source)
      at org.jacorb.orb.giop.GIOPConnection.getMessage(Unknown Source)
      at org.jacorb.orb.giop.GIOPConnection.receiveMessages(Unknown Source)
      at org.jacorb.orb.giop.MessageReceptor.doWork(Unknown Source)
      at org.jacorb.util.threadpool.ConsumerTie.run(Unknown Source)
      at java.lang.Thread.run(Thread.java:769)
      2012-09-11 11:45:58,175 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecce303): streamClosed()
      2012-09-11 11:45:58,175 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecdc7a5): close()
      2012-09-11 11:45:58,175 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecce303): closeAllowReopen()
      2012-09-11 11:45:58,175 DEBUG [jacorb.orb.iiop] Transport to 127.0.0.1:3528: stream closed Socket closed
      2012-09-11 11:45:58,175 INFO [jacorb.orb.iiop] Connected to 127.0.0.1:3528 from local port 48369
      2012-09-11 11:45:58,175 INFO [jacorb.orb.iiop] Client-side TCP transport to 127.0.0.1:3528 closed.
      2012-09-11 11:45:58,175 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecfd596): getMessage() – COMM_FAILURE
      2012-09-11 11:45:58,175 DEBUG [jacorb.orb.delegate] Delegate released!
      2012-09-11 11:45:58,175 DEBUG [jacorb.ssl.sessionlistener] Unknown exception type java.net.SocketException with exception java.net.SocketException: Socket closed
      2012-09-11 11:45:58,175 DEBUG [jacorb.util.tpool] [1/2] job queue empty
      2012-09-11 11:45:58,176 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecfd596): streamClosed()
      2012-09-11 11:45:58,175 DEBUG [jacorb.orb.iiop] wrote 72 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,176 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecfd596): closeAllowReopen()
      2012-09-11 11:45:58,176 DEBUG [jacorb.orb.iiop] wrote 24 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,176 DEBUG [jacorb.util.tpool] [1/2] job queue empty
      2012-09-11 11:45:58,176 DEBUG [jacorb.orb.iiop] wrote 44 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,176 DEBUG [jacorb.orb.iiop] Caught exception
      java.net.SocketException: Socket closed
      at java.net.SocketInputStream.read(SocketInputStream.java:161)
      at java.net.SocketInputStream.read(SocketInputStream.java:132)
      at org.jacorb.orb.etf.StreamConnectionBase.read(Unknown Source)
      at org.jacorb.orb.giop.GIOPConnection.getMessage(Unknown Source)
      at org.jacorb.orb.giop.GIOPConnection.receiveMessages(Unknown Source)
      at org.jacorb.orb.giop.MessageReceptor.doWork(Unknown Source)
      at org.jacorb.util.threadpool.ConsumerTie.run(Unknown Source)
      at java.lang.Thread.run(Thread.java:769)
      2012-09-11 11:45:58,176 DEBUG [jacorb.giop.conn] wrote GIOP message of size 124 to ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,176 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,176 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecdc7a5): getMessage() – COMM_FAILURE
      2012-09-11 11:45:58,177 DEBUG [jacorb.orb.iiop] read 13 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,177 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecdc7a5): streamClosed()
      2012-09-11 11:45:58,177 DEBUG [jacorb.giop.conn] read GIOP message of size 25 from ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,177 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecdc7a5): closeAllowReopen()
      2012-09-11 11:45:58,177 DEBUG [jacorb.util.tpool] [1/2] job queue empty
      2012-09-11 11:45:58,180 DEBUG [jacorb.orb.iiop] wrote 76 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,180 DEBUG [jacorb.giop.conn] wrote GIOP message of size 76 to ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,181 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,181 DEBUG [jacorb.orb.iiop] read 528 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,181 DEBUG [jacorb.giop.conn] read GIOP message of size 540 from ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,184 INFO [jacorb.orb.giop] ClientConnectionManager: found ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,186 DEBUG [jacorb.orb.iiop] wrote 420 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,186 DEBUG [jacorb.giop.conn] wrote GIOP message of size 420 to ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,188 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,188 DEBUG [jacorb.orb.iiop] read 520 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,188 DEBUG [jacorb.giop.conn] read GIOP message of size 532 from ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,190 DEBUG [jacorb.orb.iiop] wrote 84 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,190 DEBUG [jacorb.giop.conn] wrote GIOP message of size 84 to ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,190 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,190 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,190 DEBUG [jacorb.giop.conn] read GIOP message of size 24 from ClientGIOPConnection to 127.0.0.1:3528 (1ecb99c3)
      2012-09-11 11:45:58,192 DEBUG [org.jboss.test.iiop.test.ParameterPassingStressTestCase] ==== Starting test_exception ====
      2012-09-11 11:45:58,193 WARN [jacorb.config] jacorb.home unset! Will use '.'
      2012-09-11 11:45:58,194 WARN [jacorb.config] File ./jacorb.properties for configuration jacorb not found
      2012-09-11 11:45:58,195 DEBUG [jacorb.orb] jacorb.interop.strict_check_on_tc_creation set to false
      2012-09-11 11:45:58,195 DEBUG [jacorb.poa.controller] RequestProcessorPoolFactory settings: thread_pool_min=5 thread_pool_max=20 thread_pool_shared=false
      2012-09-11 11:45:58,196 WARN [jacorb.orb] unable to build ORBInitializer from class org.jboss.tm.iiop.TxClientInterceptorInitializer: Ignoring
      2012-09-11 11:45:58,196 DEBUG [jacorb.orb] added ORBInitializer: org.jboss.iiop.csiv2.SASClientInitializer
      2012-09-11 11:45:58,197 DEBUG [jacorb.orb] Registering initial ref SASCurrent
      2012-09-11 11:45:58,197 DEBUG [jacorb.orb.factory] defaulting to DefaultSocketFactory
      2012-09-11 11:45:58,197 DEBUG [jacorb.orb.giop] Maximum connection threads: 1000
      2012-09-11 11:45:58,197 DEBUG [jacorb.orb.giop] Maximum idle threads: 5
      2012-09-11 11:45:58,197 INFO [jacorb.orb] Property "jacorb.hashtable_class" is set to: java.util.HashMap
      2012-09-11 11:45:58,197 INFO [jacorb.orb.interceptors] InterceptorManager started with 1 Server Interceptors, 1 Client Interceptors and 0 IOR Interceptors
      2012-09-11 11:45:58,197 DEBUG [jacorb.orb.giop] created org.omg.ETF.Factories: org.jacorb.orb.iiop.IIOPFactories
      2012-09-11 11:45:58,198 INFO [jacorb.orb.giop] ClientConnectionManager: created new ClientGIOPConnection to 127.0.0.1:3528 (1ecd18ec)
      2012-09-11 11:45:58,198 DEBUG [jacorb.util.tpool] [0/0] creating new thread
      2012-09-11 11:45:58,198 DEBUG [jacorb.util.tpool] [0/1] removed idle thread (job scheduled)
      2012-09-11 11:45:58,198 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecd18ec): sendMessage() – opening transport
      2012-09-11 11:45:58,198 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecd18ec): will wait until connected
      2012-09-11 11:45:58,198 DEBUG [jacorb.orb.factory] created SocketFactory: org.jacorb.orb.factory.DefaultSocketFactory
      2012-09-11 11:45:58,198 DEBUG [jacorb.orb.iiop] Trying to connect to 127.0.0.1:3528 with timeout=90000.
      2012-09-11 11:45:58,199 INFO [jacorb.orb.iiop] Connected to 127.0.0.1:3528 from local port 48372
      2012-09-11 11:45:58,199 DEBUG [jacorb.orb.iiop] wrote 12 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,199 DEBUG [jacorb.orb.iiop] wrote 36 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,199 DEBUG [jacorb.orb.iiop] wrote 92 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,199 DEBUG [jacorb.giop.conn] wrote GIOP message of size 108 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd18ec)
      2012-09-11 11:45:58,199 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,199 DEBUG [jacorb.orb.iiop] read 13 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,199 DEBUG [jacorb.giop.conn] read GIOP message of size 25 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd18ec)
      2012-09-11 11:45:58,200 DEBUG [jacorb.orb.iiop] wrote 89 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,200 DEBUG [jacorb.giop.conn] wrote GIOP message of size 89 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd18ec)
      2012-09-11 11:45:58,200 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,200 DEBUG [jacorb.orb.iiop] read 524 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,200 DEBUG [jacorb.giop.conn] read GIOP message of size 536 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd18ec)
      2012-09-11 11:45:58,203 DEBUG [jacorb.orb.delegate] trying is_a remotely
      2012-09-11 11:45:58,203 INFO [jacorb.orb.giop] ClientConnectionManager: created new ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,203 DEBUG [jacorb.util.tpool] [0/1] creating new thread
      2012-09-11 11:45:58,203 DEBUG [jacorb.util.tpool] [0/2] removed idle thread (job scheduled)
      2012-09-11 11:45:58,203 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4): will wait until connected
      2012-09-11 11:45:58,204 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4): sendMessage() – opening transport
      2012-09-11 11:45:58,204 DEBUG [jacorb.orb.iiop] Trying to connect to 127.0.0.1:3528 with timeout=90000.
      2012-09-11 11:45:58,204 INFO [jacorb.orb.iiop] Connected to 127.0.0.1:3528 from local port 48373
      2012-09-11 11:45:58,204 DEBUG [jacorb.orb.iiop] wrote 72 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,204 DEBUG [jacorb.orb.iiop] wrote 24 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,204 DEBUG [jacorb.orb.iiop] wrote 44 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,204 DEBUG [jacorb.giop.conn] wrote GIOP message of size 124 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,205 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,205 DEBUG [jacorb.orb.iiop] read 13 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,205 DEBUG [jacorb.giop.conn] read GIOP message of size 25 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,205 DEBUG [jacorb.orb.iiop] wrote 76 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,205 DEBUG [jacorb.giop.conn] wrote GIOP message of size 76 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,206 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,206 DEBUG [jacorb.orb.iiop] read 528 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,206 DEBUG [jacorb.giop.conn] read GIOP message of size 540 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,207 INFO [jacorb.orb.giop] ClientConnectionManager: found ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,207 DEBUG [jacorb.orb.iiop] wrote 100 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,207 DEBUG [jacorb.giop.conn] wrote GIOP message of size 100 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,208 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,208 DEBUG [jacorb.orb.iiop] read 24 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,208 DEBUG [jacorb.giop.conn] read GIOP message of size 36 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,208 DEBUG [jacorb.orb.iiop] wrote 100 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,208 DEBUG [jacorb.giop.conn] wrote GIOP message of size 100 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,209 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,209 DEBUG [jacorb.orb.iiop] read 24 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,209 DEBUG [jacorb.giop.conn] read GIOP message of size 36 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,209 DEBUG [jacorb.orb.iiop] wrote 100 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,209 DEBUG [jacorb.giop.conn] wrote GIOP message of size 100 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,210 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,210 DEBUG [jacorb.orb.iiop] read 24 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,210 DEBUG [jacorb.giop.conn] read GIOP message of size 36 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,210 DEBUG [jacorb.orb.iiop] wrote 100 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,210 DEBUG [jacorb.giop.conn] wrote GIOP message of size 100 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,215 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,215 DEBUG [jacorb.orb.iiop] read 8548 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,215 DEBUG [jacorb.giop.conn] read GIOP message of size 8560 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,225 DEBUG [jacorb.orb.client_interceptors] org.jboss.test.iiop.interfaces.NegativeArgumentEx
      2012-09-11 11:45:58,244 DEBUG [jacorb.orb.iiop] wrote 100 bytes to 127.0.0.1:3528
      2012-09-11 11:45:58,244 DEBUG [jacorb.giop.conn] wrote GIOP message of size 100 to ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,248 DEBUG [jacorb.orb.iiop] read 12 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,248 DEBUG [jacorb.orb.iiop] read 8548 bytes from 127.0.0.1:3528
      2012-09-11 11:45:58,248 DEBUG [jacorb.giop.conn] read GIOP message of size 8560 from ClientGIOPConnection to 127.0.0.1:3528 (1ecd64b4)
      2012-09-11 11:45:58,256 DEBUG [jacorb.orb.client_interceptors] org.jboss.test.iiop.interfaces.NegativeArgumentEx

      Attachments

        Issue Links

          Activity

            People

              ncross@redhat.com Nick Cross
              madhumita12_jira Madhumita Sadhukhan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: