[Users] Problem using quickstart sample

tilto thibaut.simonnet at atosorigin.com
Mon Mar 21 11:41:41 CET 2011


Hello everybody,
I have just installed the Petals quickstart-3.0 version and it works well for the the clock and the helloworld samples but for the others which use ant deployment it is not working. 
Here the prompt on the ant side : 

> deploy:
>      [echo] Installing components...
> [jbi-install-component] Getting the InstallerConfigurationMBean:org.ow2.petals:type=custom,name=bootstrap_petals-bc-filetransfer
> [jbi-install-component] 0 parameters to be set
> [jbi-install-component] The component 'petals-bc-filetransfer' has been installed
>      [echo] Starting components...
> [jbi-start-component] Invoking 'start' on component 'petals-bc-filetransfer'
>      [echo] Deploying service assemblies...
> [jbi-deploy-service-assembly] The service assembly 'sa-simplefiletransfer' has been deployed
>      [echo] Starting service assemblies...
> 
> BUILD FAILED
> d:\LOCAL\TST\App\Petals\petals-quickstart-3.0\usecases\build.xml:70: RuntimeException thrown in RequiredModelMBean while trying to invoke operation start
> 


Here the prompt on the server side : 

> [Petals.JBI-Management.InstallationServiceImpl]-INFO 2010-03-26 16:01:30,210 Component 'petals-bc-filetransfer' succesfully installed
> [Petals.Container.Components.petals-bc-filetransfer]-INFO 2010-03-26 16:01:30,398 Component initialized
> [Petals.Container.Components.petals-bc-filetransfer]-INFO 2010-03-26 16:01:30,398 Start Component
> [Petals.JBI-Management.DeploymentServiceImpl]-INFO 2010-03-26 16:01:30,491 Service Assembly 'sa-simplefiletransfer' succesfully deployed
> [Petals.Container.Components.petals-bc-filetransfer]-SEVERE 2010-03-26 16:01:32,335 Failed to start SU su-simplefiletransfer-provide-SNAPSHOT
> org.ow2.petals.component.framework.api.exception.PEtALSCDKException: Can not auto-generate a WSDL document
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:602)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNode(ServiceUnitManager.java:731)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNodes(ServiceUnitManager.java:689)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.start(ServiceUnitManager.java:259)
>         at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65)
>         at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.doStart(ServiceUnitLifeCycle.java:133)
>         at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:267)
>         at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:192)
>         at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:357)
>         at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:712)
>         at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:456)
>         at org.objectweb.fractal.julia.generated.C2dea9382_0.start(INTERCEPTOR[DeploymentServiceMBean])
>         at org.objectweb.fractal.julia.generated.C7566203_0.start(INTERFACE[DeploymentServiceMBean])
>         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:585)
>         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
>         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:585)
>         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
>         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
>         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
>         at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)
>         at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)
>         at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:431)
>         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>         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:585)
>         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>         at sun.rmi.transport.Transport$1.run(Transport.java:153)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:87)
>         at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getConcreteWriter(WSDLWriterImpl.java:95)
>         at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getDocument(WSDLWriterImpl.java:65)
>         at org.ow2.petals.component.framework.util.WSDLHelper.createLightWSDL20(WSDLHelper.java:424)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:599)
>         ... 49 more
> Caused by: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:106)
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:80)
>         ... 53 more
> Caused by: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
>         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
>         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
>         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
>         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
>         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaError(XSDHandler.java:2245)
>         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchema(XSDHandler.java:1590)
>         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:438)
>         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:556)
>         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:523)
>         at com.sun.org.apache.xerces.internal.jaxp.validation.xs.SchemaFactoryImpl.newSchema(SchemaFactoryImpl.java:206)
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:101)
>         ... 54 more
> [Petals.JBI-Management.DeploymentServiceImpl]-SEVERE 2010-03-26 16:01:32,351 An exception occured while starting the Service Unit 'su-simplefiletransfer-provide-SNAPSHOT'
> javax.jbi.management.DeploymentException: Failed to start SU su-simplefiletransfer-provide-SNAPSHOT
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.start(ServiceUnitManager.java:263)
>         at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65)
>         at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.doStart(ServiceUnitLifeCycle.java:133)
>         at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:267)
>         at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:192)
>         at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:357)
>         at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:712)
>         at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:456)
>         at org.objectweb.fractal.julia.generated.C2dea9382_0.start(INTERCEPTOR[DeploymentServiceMBean])
>         at org.objectweb.fractal.julia.generated.C7566203_0.start(INTERFACE[DeploymentServiceMBean])
>         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:585)
>         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
>         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:585)
>         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
>         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
>         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
>         at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)
>         at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)
>         at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:431)
>         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>         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:585)
>         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>         at sun.rmi.transport.Transport$1.run(Transport.java:153)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: org.ow2.petals.component.framework.api.exception.PEtALSCDKException: Can not auto-generate a WSDL document
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:602)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNode(ServiceUnitManager.java:731)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNodes(ServiceUnitManager.java:689)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.start(ServiceUnitManager.java:259)
>         ... 46 more
> Caused by: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:87)
>         at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getConcreteWriter(WSDLWriterImpl.java:95)
>         at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getDocument(WSDLWriterImpl.java:65)
>         at org.ow2.petals.component.framework.util.WSDLHelper.createLightWSDL20(WSDLHelper.java:424)
>         at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:599)
>         ... 49 more
> Caused by: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:106)
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:80)
>         ... 53 more
> Caused by: org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
>         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
>         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
>         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
>         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
>         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaError(XSDHandler.java:2245)
>         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchema(XSDHandler.java:1590)
>         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:438)
>         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:556)
>         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:523)
>         at com.sun.org.apache.xerces.internal.jaxp.validation.xs.SchemaFactoryImpl.newSchema(SchemaFactoryImpl.java:206)
>         at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:101)
>         ... 54 more
> [Petals.JBI-Management.DeploymentServiceImpl]-SEVERE 2010-03-26 16:01:32,351 
> java.lang.NullPointerException
>         at org.ow2.petals.container.lifecycle.LifeCycleAbstract.setState(LifeCycleAbstract.java:193)
>         at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.setState(ServiceAssemblyLifeCycle.java:338)
>         at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:360)
>         at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:712)
>         at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:456)
>         at org.objectweb.fractal.julia.generated.C2dea9382_0.start(INTERCEPTOR[DeploymentServiceMBean])
>         at org.objectweb.fractal.julia.generated.C7566203_0.start(INTERFACE[DeploymentServiceMBean])
>         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:585)
>         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
>         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:585)
>         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
>         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
>         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
>         at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)
>         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)
>         at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)
>         at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:431)
>         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>         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:585)
>         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>         at sun.rmi.transport.Transport$1.run(Transport.java:153)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>         at java.lang.Thread.run(Thread.java:595)
> 


Is it normal ? Have I forgotten something ? 
I've tried to put the bc and sa on the install directory or with the WebConsol but it is the same thing when I put the SA it throws an exception. 

Thank you for your help

ps : sorry I'm a newbie :-)




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30680#30680

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110321/c2fdcc83/attachment.htm>


More information about the Users mailing list