[Issue 1256] New - MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

View: New views
12 Messages — Rating Filter:   Alert me  

[Issue 1256] New - MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256
                 Issue #|1256
                 Summary|MTOM 109-Interop  - IllegalArgumentException: WARNING:
                        | GMBAL702: Exception in register
               Component|wsit
                 Version|2.0
                Platform|All
              OS/Version|SunOS
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|monitoring
             Assigned to|haroldcarr
             Reported by|jbenoit






------- Additional comments from jbenoit@... Sun Sep 20 16:32:00 +0000 2009 -------
GF b63-v3-classic with metro2.0 nightly.
MTOM Interop Tests - JSR 109 Servlet deployment (against 3.0 endpoints)
mtom.​soap11signonly.​client.​JAXWSClient
test: testEchoBinaryAsString seeing error:

java.lang.IllegalArgumentException: WARNING: GMBAL702: Exception in register

testEchoBinaryAsString:

      junit.framework.AssertionFailedError: java.lang.IllegalArgumentException:
WARNING: GMBAL702: Exception in register
        at junit.framework.Assert.fail(Assert.java:47)
        at
mtom.soap11signonly.client.JAXWSClient.testEchoBinaryAsString(JAXWSClient.java:80)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:191)
        at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:146)
        at
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:82)


here is stack trace from test4u log:

[jvmTestRunner] - test suite mtom.soap11signonly.client.JAXWSClient started
[jvmTestRunner] testEchoBinaryAsString Failed!
[jvmTestRunner] javax.xml.ws.soap.SOAPFaultException:
java.lang.IllegalArgumentException: WARNING: GMBAL702: Exception in register
[jvmTestRunner] at
com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:189)
[jvmTestRunner] at
com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:130)
[jvmTestRunner] at
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
[jvmTestRunner] at
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
[jvmTestRunner] at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)
[jvmTestRunner] at $Proxy42.echoBinaryAsString(Unknown Source)
[jvmTestRunner] at
mtom.soap11signonly.client.JAXWSClient.testEchoBinaryAsString(JAXWSClient.java:70)
[jvmTestRunner] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[jvmTestRunner] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[jvmTestRunner] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[jvmTestRunner] at java.lang.reflect.Method.invoke(Method.java:597)
[jvmTestRunner] at junit.framework.TestCase.runTest(TestCase.java:164)
[jvmTestRunner] at junit.framework.TestCase.runBare(TestCase.java:130)
[jvmTestRunner] at junit.framework.TestResult$1.protect(TestResult.java:106)
[jvmTestRunner] at junit.framework.TestResult.runProtected(TestResult.java:124)
[jvmTestRunner] at junit.framework.TestResult.run(TestResult.java:109)
[jvmTestRunner] at junit.framework.TestCase.run(TestCase.java:120)
[jvmTestRunner] at junit.framework.TestSuite.runTest(TestSuite.java:230)
[jvmTestRunner] at junit.framework.TestSuite.run(TestSuite.java:225)
[jvmTestRunner] at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:191)
[jvmTestRunner] at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:146)
[jvmTestRunner] at
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:82)
[jvmTestRunner] Caused by: javax.xml.ws.WebServiceException:
java.lang.IllegalArgumentException: WARNING: GMBAL702: Exception in register
[jvmTestRunner] at
com.sun.enterprise.security.jmac.provider.config.PipeHelper.makeFaultResponse(PipeHelper.java:321)
[jvmTestRunner] at
com.sun.enterprise.security.webservices.CommonServerSecurityPipe.process(CommonServerSecurityPipe.java:132)
[jvmTestRunner] at
com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(PipeAdapter.java:115)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:629)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)
[jvmTestRunner] at
com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:295)
[jvmTestRunner] at
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:497)
[jvmTestRunner] at
com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:267)
[jvmTestRunner] at
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:143)
[jvmTestRunner] at
org.glassfish.webservices.JAXWSServlet.doPost(JAXWSServlet.java:143)
[jvmTestRunner] at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jvmTestRunner] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jvmTestRunner] at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1522)
[jvmTestRunner] at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:293)
[jvmTestRunner] at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
[jvmTestRunner] at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
[jvmTestRunner] at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
[jvmTestRunner] at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
[jvmTestRunner] at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
[jvmTestRunner] at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:339)
[jvmTestRunner] at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:237)
[jvmTestRunner] at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:209)
[jvmTestRunner] at
com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:753)
[jvmTestRunner] at
com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:661)
[jvmTestRunner] at
com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:914)
[jvmTestRunner] at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:166)
[jvmTestRunner] at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
[jvmTestRunner] at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
[jvmTestRunner] at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
[jvmTestRunner] at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
[jvmTestRunner] at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
[jvmTestRunner] at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
[jvmTestRunner] at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
[jvmTestRunner] at
com.sun.grizzly.util.FixedThreadPool$BasicWorker.dowork(FixedThreadPool.java:379)
[jvmTestRunner] at
com.sun.grizzly.util.FixedThreadPool$BasicWorker.run(FixedThreadPool.java:360)
[jvmTestRunner] at java.lang.Thread.run(Thread.java:619)
[jvmTestRunner] Caused by: java.lang.IllegalArgumentException: WARNING:
GMBAL702: Exception in register
[jvmTestRunner] at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[jvmTestRunner] at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[jvmTestRunner] at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[jvmTestRunner] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[jvmTestRunner] at
org.glassfish.gmbal.logex.WrapperGenerator.makeException(WrapperGenerator.java:192)
[jvmTestRunner] at
org.glassfish.gmbal.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:298)
[jvmTestRunner] at
org.glassfish.gmbal.logex.WrapperGenerator.access$300(WrapperGenerator.java:93)
[jvmTestRunner] at
org.glassfish.gmbal.logex.WrapperGenerator$1.invoke(WrapperGenerator.java:366)
[jvmTestRunner] at $Proxy132.exceptionInRegister(Unknown Source)
[jvmTestRunner] at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.register(ManagedObjectManagerImpl.java:641)
[jvmTestRunner] at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.registerAtRoot(ManagedObjectManagerImpl.java:655)
[jvmTestRunner] at
com.sun.xml.ws.runtime.util.SessionManager.getSessionManager(SessionManager.java:194)
[jvmTestRunner] at
com.sun.xml.wss.provider.wsit.WSITServerAuthContext.<init>(WSITServerAuthContext.java:156)
[jvmTestRunner] at
com.sun.xml.wss.provider.wsit.WSITServerAuthConfig.getAuthContext(WSITServerAuthConfig.java:133)
[jvmTestRunner] at
com.sun.enterprise.security.jmac.provider.config.PipeHelper.getServerAuthContext(PipeHelper.java:149)
[jvmTestRunner] at
com.sun.enterprise.security.webservices.CommonServerSecurityPipe.processRequest(CommonServerSecurityPipe.java:147)
[jvmTestRunner] at
com.sun.enterprise.security.webservices.CommonServerSecurityPipe.process(CommonServerSecurityPipe.java:127)
[jvmTestRunner] ... 36 more
[jvmTestRunner] Caused by: javax.management.InstanceAlreadyExistsException:
com.sun.metro:pp="/Service[{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest]",type=RM_SC_SessionManager,name=RM_SC_SessionManager
[jvmTestRunner] at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:453)
[jvmTestRunner] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1484)
[jvmTestRunner] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:963)
[jvmTestRunner] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:917)
[jvmTestRunner] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
[jvmTestRunner] at
com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
[jvmTestRunner] at org.glassfish.gmbal.impl.MBeanImpl.register(MBeanImpl.java:292)
[jvmTestRunner] at
org.glassfish.gmbal.impl.JMXRegistrationManager.register(JMXRegistrationManager.java:89)
[jvmTestRunner] at org.glassfish.gmbal.impl.MBeanTree.register(MBeanTree.java:370)
[jvmTestRunner] at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.register(ManagedObjectManagerImpl.java:639)
[jvmTestRunner] ... 43 more
[jvmTestRunner] echoStringAsBinary Success!
[jvmTestRunner] echoBinaryFieldAsString Success!
[jvmTestRunner] echoBinaryArrayAsStringArray Success!
[jvmTestRunner] EchoBinaryHeaderAsString Success!
[jvmTestRunner] - test suite mtom.soap11signonly.client.JAXWSClient FAILED
[jvmTestRunner] - time elapsed: 3.026 seconds
[jvmTestRunner] - passed: 4  failed: 1  errors: 0  total: 5
   


GF V3 server.log shows this stack trace:

[#|2009-09-17T16:29:23.270+0530|WARNING|glassfish|org.glassfish.gmbal.impl|_ThreadID=24;_ThreadName=Thread-3;|GMBAL901:
JMX exception on registration of MBean
MBeanImpl[type=Service,name={http://tempuri.org/}MtomService{http://tempuri.org/}BasicHttpBinding_IMtomTest,oname=com.sun.metro:pp=/,type=Service,name="{http://tempuri.org/}MtomService{http://tempuri.org/}BasicHttpBinding_IMtomTest"]|#]

[#|2009-09-17T16:29:31.009+0530|INFO|glassfish|javax.enterprise.resource.webservices.jaxws.monitoring|_ThreadID=25;_ThreadName=Thread-3;|Monitoring
rootname successfully set to:
{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest|#]

[#|2009-09-17T16:29:38.740+0530|INFO|glassfish|javax.enterprise.resource.webservices.jaxws.monitoring|_ThreadID=23;_ThreadName=Thread-3;|Monitoring
rootname successfully set to:
{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest|#]

[#|2009-09-17T16:29:38.760+0530|WARNING|glassfish|org.glassfish.gmbal.impl|_ThreadID=23;_ThreadName=Thread-3;|GMBAL901:
JMX exception on registration of MBean
MBeanImpl[type=Service,name={http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest,oname=com.sun.metro:pp=/,type=Service,name="{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest"]|#]

[#|2009-09-17T16:29:46.399+0530|INFO|glassfish|javax.enterprise.resource.webservices.jaxws.monitoring|_ThreadID=26;_ThreadName=Thread-3;|Monitoring
rootname successfully set to:
{http://tempuri.org/}MtomService{http://tempuri.org/}WSHttpBinding_IMtomTest|#]

[#|2009-09-17T16:29:53.855+0530|INFO|glassfish|javax.enterprise.resource.webservices.jaxws.monitoring|_ThreadID=27;_ThreadName=Thread-3;|Monitoring
rootname successfully set to:
{http://tempuri.org/}MtomService{http://tempuri.org/}WSHttpBinding_IMtomTest|#]

[#|2009-09-17T16:29:53.893+0530|WARNING|glassfish|org.glassfish.gmbal.impl|_ThreadID=27;_ThreadName=Thread-3;|GMBAL901:
JMX exception on registration of MBean
MBeanImpl[type=Service,name={http://tempuri.org/}MtomService{http://tempuri.org/}WSHttpBinding_IMtomTest,oname=com.sun.metro:pp=/,type=Service,name="{http://tempuri.org/}MtomService{http://tempuri.org/}WSHttpBinding_IMtomTest"]|#]

[#|2009-09-17T16:30:01.952+0530|INFO|glassfish|javax.enterprise.resource.webservices.jaxws.monitoring|_ThreadID=24;_ThreadName=Thread-3;|Monitoring
rootname successfully set to:
{http://tempuri.org/}MtomService{http://tempuri.org/}WSHttpBinding_IMtomTest|#]

[#|2009-09-17T16:30:01.972+0530|WARNING|glassfish|org.glassfish.gmbal.impl|_ThreadID=24;_ThreadName=Thread-3;|GMBAL901:
JMX exception on registration of MBean
MBeanImpl[type=Service,name={http://tempuri.org/}MtomService{http://tempuri.org/}WSHttpBinding_IMtomTest,oname=com.sun.metro:pp=/,type=Service,name="{http://tempuri.org/}MtomService{http://tempuri.org/}WSHttpBinding_IMtomTest"]|#]

[#|2009-09-17T16:30:09.484+0530|INFO|glassfish|javax.enterprise.resource.webservices.jaxws.monitoring|_ThreadID=25;_ThreadName=Thread-3;|Monitoring
rootname successfully set to:
{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest|#]

[#|2009-09-17T16:30:09.503+0530|WARNING|glassfish|org.glassfish.gmbal.impl|_ThreadID=25;_ThreadName=Thread-3;|GMBAL901:
JMX exception on registration of MBean
MBeanImpl[type=Service,name={http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest,oname=com.sun.metro:pp=/,type=Service,name="{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest"]|#]

[#|2009-09-17T16:30:45.013+0530|WARNING|glassfish|org.glassfish.gmbal.impl|_ThreadID=26;_ThreadName=Thread-3;|GMBAL702:
Exception in register
CONTEXT:
        (  0):
register(com.sun.xml.ws.server.MonitorRootService@137a67f,com.sun.xml.ws.runtime.util.SessionManagerImpl@3801ec,RM_SC_SessionManager)
java.lang.IllegalArgumentException: WARNING: GMBAL702: Exception in register
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at
org.glassfish.gmbal.logex.WrapperGenerator.makeException(WrapperGenerator.java:192)
        at
org.glassfish.gmbal.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:298)
        at org.glassfish.gmbal.logex.WrapperGenerator.access$300(WrapperGenerator.java:93)
        at org.glassfish.gmbal.logex.WrapperGenerator$1.invoke(WrapperGenerator.java:366)
        at $Proxy132.exceptionInRegister(Unknown Source)
        at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.register(ManagedObjectManagerImpl.java:641)
        at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.registerAtRoot(ManagedObjectManagerImpl.java:655)
        at
com.sun.xml.ws.runtime.util.SessionManager.getSessionManager(SessionManager.java:194)
        at
com.sun.xml.wss.provider.wsit.WSITServerAuthContext.<init>(WSITServerAuthContext.java:156)
        at
com.sun.xml.wss.provider.wsit.WSITServerAuthConfig.getAuthContext(WSITServerAuthConfig.java:133)
        at
com.sun.enterprise.security.jmac.provider.config.PipeHelper.getServerAuthContext(PipeHelper.java:149)
        at
com.sun.enterprise.security.webservices.CommonServerSecurityPipe.processRequest(CommonServerSecurityPipe.java:147)
        at
com.sun.enterprise.security.webservices.CommonServerSecurityPipe.process(CommonServerSecurityPipe.java:127)
        at com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(PipeAdapter.java:115)
        at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:629)
        at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)
        at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)
        at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)
        at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:295)
        at
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:497)
        at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:267)
        at
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:143)
        at org.glassfish.webservices.JAXWSServlet.doPost(JAXWSServlet.java:143)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
        at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1522)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:293)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
        at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
        at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:339)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:237)
        at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:209)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:753)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:661)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:914)
        at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:166)
        at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
        at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
        at
com.sun.grizzly.util.FixedThreadPool$BasicWorker.dowork(FixedThreadPool.java:379)
        at com.sun.grizzly.util.FixedThreadPool$BasicWorker.run(FixedThreadPool.java:360)
        at java.lang.Thread.run(Thread.java:619)
Caused by: javax.management.InstanceAlreadyExistsException:
com.sun.metro:pp="/Service[{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest]",type=RM_SC_SessionManager,name=RM_SC_SessionManager
        at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:453)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1484)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:963)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:917)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
        at org.glassfish.gmbal.impl.MBeanImpl.register(MBeanImpl.java:292)
        at
org.glassfish.gmbal.impl.JMXRegistrationManager.register(JMXRegistrationManager.java:89)
        at org.glassfish.gmbal.impl.MBeanTree.register(MBeanTree.java:370)
        at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.register(ManagedObjectManagerImpl.java:639)
        ... 43 more
|#]

[#|2009-09-17T16:30:54.037+0530|WARNING|glassfish|org.glassfish.gmbal.impl|_ThreadID=23;_ThreadName=Thread-3;|GMBAL702:
Exception in register
CONTEXT:
        (  0):
register(com.sun.xml.ws.server.MonitorRootService@138f209,com.sun.xml.ws.runtime.util.SessionManagerImpl@1f55efc,RM_SC_SessionManager)
java.lang.IllegalArgumentException: WARNING: GMBAL702: Exception in register
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at
org.glassfish.gmbal.logex.WrapperGenerator.makeException(WrapperGenerator.java:192)
        at
org.glassfish.gmbal.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:298)
        at org.glassfish.gmbal.logex.WrapperGenerator.access$300(WrapperGenerator.java:93)
        at org.glassfish.gmbal.logex.WrapperGenerator$1.invoke(WrapperGenerator.java:366)
        at $Proxy132.exceptionInRegister(Unknown Source)
        at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.register(ManagedObjectManagerImpl.java:641)
        at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.registerAtRoot(ManagedObjectManagerImpl.java:655)
        at
com.sun.xml.ws.runtime.util.SessionManager.getSessionManager(SessionManager.java:194)
        at
com.sun.xml.wss.provider.wsit.WSITServerAuthContext.<init>(WSITServerAuthContext.java:156)
        at
com.sun.xml.wss.provider.wsit.WSITServerAuthConfig.getAuthContext(WSITServerAuthConfig.java:133)
        at
com.sun.enterprise.security.jmac.provider.config.PipeHelper.getServerAuthContext(PipeHelper.java:149)
        at
com.sun.enterprise.security.webservices.CommonServerSecurityPipe.processRequest(CommonServerSecurityPipe.java:147)
        at
com.sun.enterprise.security.webservices.CommonServerSecurityPipe.process(CommonServerSecurityPipe.java:127)
        at com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(PipeAdapter.java:115)
        at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:629)
        at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)
        at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)
        at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)
        at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:295)
        at
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:497)
        at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:267)
        at
com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:143)
        at org.glassfish.webservices.JAXWSServlet.doPost(JAXWSServlet.java:143)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
        at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1522)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:293)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
        at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
        at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:339)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:237)
        at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:209)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:753)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:661)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:914)
        at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:166)
        at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
        at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
        at
com.sun.grizzly.util.FixedThreadPool$BasicWorker.dowork(FixedThreadPool.java:379)
        at com.sun.grizzly.util.FixedThreadPool$BasicWorker.run(FixedThreadPool.java:360)
        at java.lang.Thread.run(Thread.java:619)
Caused by: javax.management.InstanceAlreadyExistsException:
com.sun.metro:pp="/Service[{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest]",type=RM_SC_SessionManager,name=RM_SC_SessionManager
        at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:453)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1484)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:963)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:917)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
        at org.glassfish.gmbal.impl.MBeanImpl.register(MBeanImpl.java:292)
        at
org.glassfish.gmbal.impl.JMXRegistrationManager.register(JMXRegistrationManager.java:89)
        at org.glassfish.gmbal.impl.MBeanTree.register(MBeanTree.java:370)
        at
org.glassfish.gmbal.impl.ManagedObjectManagerImpl.register(ManagedObjectManagerImpl.java:639)
        ... 43 more
|#]

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256






------- Additional comments from jbenoit@... Sun Sep 20 16:34:37 +0000 2009 -------
Created an attachment (id=1004)
GF V3 domain1 server.log file showing stack trace related to error


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256






------- Additional comments from jbenoit@... Sun Sep 20 16:35:43 +0000 2009 -------
Created an attachment (id=1005)
MTOM 109-Interop servlet deployment test4u run log


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256






------- Additional comments from jbenoit@... Sun Sep 20 16:36:45 +0000 2009 -------
Created an attachment (id=1006)
test4u installation log file showing workspaces, glassfish used, etc.


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256






------- Additional comments from jbenoit@... Sun Sep 20 16:37:37 +0000 2009 -------
Created an attachment (id=1007)
test4u xtest.properties file showing environment variables, paths, etc.


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by anand_mishra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256






------- Additional comments from anand_mishra@... Tue Sep 22 06:22:50 +0000 2009 -------
I see the similar issue in WS-Secconv jsr109 Interop tests, all tests are failing.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by haroldcarr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256



User haroldcarr changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'kcavanaugh'
--------------------------------------------------------------------------------
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from haroldcarr@... Wed Sep 23 18:51:56 +0000 2009 -------
Please run again with the following system property setting:

<sysproperty key="com.sun.xml.ws.monitoring.registrationDebug" value="NORMAL"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by haroldcarr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256



User haroldcarr changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|not determined            |2.0
--------------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256






------- Additional comments from jbenoit@... Mon Oct 19 04:20:46 +0000 2009 -------
Created an attachment (id=1034)
domain1 server.log file after adding -Dcom.sun.xml.ws.monitoring.registrationDebug=NORMAL


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by haroldcarr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256



User haroldcarr changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|haroldcarr                |jbenoit
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from haroldcarr@... Mon Oct 19 15:32:44 +0000 2009 -------
The original problem:

java.lang.IllegalArgumentException: WARNING: GMBAL702: Exception in register
...
[jvmTestRunner] Caused by: javax.management.InstanceAlreadyExistsException:
com.sun.metro:pp="/Service[{http://tempuri.org/}MtomService{http://tempuri.org/}CustomBinding_IMtomTest]",type=RM_SC_SessionManager,name=RM_SC_SessionManager
[jvmTestRunner]

is not present in the

Mon Oct 19 04:20:00 +0000 2009: domain1.server.log

attachment.

That either means the bug is no longer present or a wrong or incomplete log file
was attached.

Please either close the bug if there is no longer a failure or supply a log with
the property set AND including the exception.


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256



User jbenoit changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from jbenoit@... Tue Oct 20 02:57:26 +0000 2009 -------
I re-ran MTOM Interop Tests - JSR 109 Servlet deployment (against 3.0 endpoints)
mtom.​soap11signonly.​client.​JAXWSClient tests only, after setting
<jvm-options>-Dcom.sun.xml.ws.monitoring.registrationDebug=NORMAL<jvm-options/>
to  GF_HOME/domains/domain1/config/domain.xml file, and included the relevant
domain1 server.log file.  closing bug since originally reported error no longer
occurs.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1256] MTOM 109-Interop - IllegalArgumentException: WARNING: GMBAL702: Exception in register

by anand_mishra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1256






------- Additional comments from anand_mishra@... Wed Oct 28 07:14:48 +0000 2009 -------
This issue is fixed issue in WS-Secconv jsr109 Interop.

Jon: if this issue is no longer appearing in your components.Please close.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...