<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #E5E5E5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td                { font-size : 11; color : #000000; }
a:link,a:active,a:visited { color : #006699; }
a:hover                { text-decoration: underline; color : #DD6900; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2                { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}


/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #FFFFFF; border: 1px #98AAB1 solid; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; line-height: 12px}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #DD6900; text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink         { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link        { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

-->
</style>
</head>
        <body>

        <div class="postbody">Hello everybody,<br />
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. <br />
Here the prompt on the ant side : <br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Quote:</b></span></td>        </tr>        <tr>          <td class="quote">deploy:<br />
     [echo] Installing components...<br />
[jbi-install-component] Getting the InstallerConfigurationMBean:org.ow2.petals:type=custom,name=bootstrap_petals-bc-filetransfer<br />
[jbi-install-component] 0 parameters to be set<br />
[jbi-install-component] The component 'petals-bc-filetransfer' has been installed<br />
     [echo] Starting components...<br />
[jbi-start-component] Invoking 'start' on component 'petals-bc-filetransfer'<br />
     [echo] Deploying service assemblies...<br />
[jbi-deploy-service-assembly] The service assembly 'sa-simplefiletransfer' has been deployed<br />
     [echo] Starting service assemblies...<br />
<br />
BUILD FAILED<br />
d:\LOCAL\TST\App\Petals\petals-quickstart-3.0\usecases\build.xml:70: RuntimeException thrown in RequiredModelMBean while trying to invoke operation start<br />
</td>        </tr></table><span class="postbody"><br />
<br />
Here the prompt on the server side : <br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Quote:</b></span></td>        </tr>        <tr>          <td class="quote">[Petals.JBI-Management.InstallationServiceImpl]-INFO 2010-03-26 16:01:30,210 Component 'petals-bc-filetransfer' succesfully installed<br />
[Petals.Container.Components.petals-bc-filetransfer]-INFO 2010-03-26 16:01:30,398 Component initialized<br />
[Petals.Container.Components.petals-bc-filetransfer]-INFO 2010-03-26 16:01:30,398 Start Component<br />
[Petals.JBI-Management.DeploymentServiceImpl]-INFO 2010-03-26 16:01:30,491 Service Assembly 'sa-simplefiletransfer' succesfully deployed<br />
[Petals.Container.Components.petals-bc-filetransfer]-SEVERE 2010-03-26 16:01:32,335 Failed to start SU su-simplefiletransfer-provide-SNAPSHOT<br />
org.ow2.petals.component.framework.api.exception.PEtALSCDKException: Can not auto-generate a WSDL document<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:602)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNode(ServiceUnitManager.java:731)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNodes(ServiceUnitManager.java:689)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.start(ServiceUnitManager.java:259)<br />
        at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65)<br />
        at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.doStart(ServiceUnitLifeCycle.java:133)<br />
        at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:267)<br />
        at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:192)<br />
        at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:357)<br />
        at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:712)<br />
        at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:456)<br />
        at org.objectweb.fractal.julia.generated.C2dea9382_0.start(INTERCEPTOR[DeploymentServiceMBean])<br />
        at org.objectweb.fractal.julia.generated.C7566203_0.start(INTERFACE[DeploymentServiceMBean])<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)<br />
        at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)<br />
        at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)<br />
        at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)<br />
        at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)<br />
        at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:431)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)<br />
        at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)<br />
        at sun.rmi.transport.Transport$1.run(Transport.java:153)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)<br />
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)<br />
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)<br />
        at java.lang.Thread.run(Thread.java:595)<br />
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>.<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:87)<br />
        at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getConcreteWriter(WSDLWriterImpl.java:95)<br />
        at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getDocument(WSDLWriterImpl.java:65)<br />
        at org.ow2.petals.component.framework.util.WSDLHelper.createLightWSDL20(WSDLHelper.java:424)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:599)<br />
        ... 49 more<br />
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>.<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:106)<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:80)<br />
        ... 53 more<br />
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>.<br />
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)<br />
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)<br />
        at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)<br />
        at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaError(XSDHandler.java:2245)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchema(XSDHandler.java:1590)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:438)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:556)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:523)<br />
        at com.sun.org.apache.xerces.internal.jaxp.validation.xs.SchemaFactoryImpl.newSchema(SchemaFactoryImpl.java:206)<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:101)<br />
        ... 54 more<br />
[Petals.JBI-Management.DeploymentServiceImpl]-SEVERE 2010-03-26 16:01:32,351 An exception occured while starting the Service Unit 'su-simplefiletransfer-provide-SNAPSHOT'<br />
javax.jbi.management.DeploymentException: Failed to start SU su-simplefiletransfer-provide-SNAPSHOT<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.start(ServiceUnitManager.java:263)<br />
        at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65)<br />
        at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.doStart(ServiceUnitLifeCycle.java:133)<br />
        at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:267)<br />
        at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:192)<br />
        at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:357)<br />
        at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:712)<br />
        at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:456)<br />
        at org.objectweb.fractal.julia.generated.C2dea9382_0.start(INTERCEPTOR[DeploymentServiceMBean])<br />
        at org.objectweb.fractal.julia.generated.C7566203_0.start(INTERFACE[DeploymentServiceMBean])<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)<br />
        at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)<br />
        at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)<br />
        at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)<br />
        at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)<br />
        at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:431)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)<br />
        at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)<br />
        at sun.rmi.transport.Transport$1.run(Transport.java:153)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)<br />
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)<br />
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)<br />
        at java.lang.Thread.run(Thread.java:595)<br />
Caused by: org.ow2.petals.component.framework.api.exception.PEtALSCDKException: Can not auto-generate a WSDL document<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:602)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNode(ServiceUnitManager.java:731)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.processProvidesNodes(ServiceUnitManager.java:689)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.start(ServiceUnitManager.java:259)<br />
        ... 46 more<br />
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>.<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:87)<br />
        at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getConcreteWriter(WSDLWriterImpl.java:95)<br />
        at org.ow2.easywsdl.wsdl.impl.generic.WSDLWriterImpl.getDocument(WSDLWriterImpl.java:65)<br />
        at org.ow2.petals.component.framework.util.WSDLHelper.createLightWSDL20(WSDLHelper.java:424)<br />
        at org.ow2.petals.component.framework.su.ServiceUnitManager.getEnpointWSDLDesc(ServiceUnitManager.java:599)<br />
        ... 49 more<br />
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>.<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:106)<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLWriterImpl.<init>(WSDLWriterImpl.java:80)<br />
        ... 53 more<br />
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>.<br />
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)<br />
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)<br />
        at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)<br />
        at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaError(XSDHandler.java:2245)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchema(XSDHandler.java:1590)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:438)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:556)<br />
        at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:523)<br />
        at com.sun.org.apache.xerces.internal.jaxp.validation.xs.SchemaFactoryImpl.newSchema(SchemaFactoryImpl.java:206)<br />
        at org.ow2.easywsdl.wsdl.impl.wsdl20.WSDLJAXBContext.createContextWithOtherObjectFactories(WSDLJAXBContext.java:101)<br />
        ... 54 more<br />
[Petals.JBI-Management.DeploymentServiceImpl]-SEVERE 2010-03-26 16:01:32,351 <br />
java.lang.NullPointerException<br />
        at org.ow2.petals.container.lifecycle.LifeCycleAbstract.setState(LifeCycleAbstract.java:193)<br />
        at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.setState(ServiceAssemblyLifeCycle.java:338)<br />
        at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:360)<br />
        at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:712)<br />
        at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.start(DeploymentServiceImpl.java:456)<br />
        at org.objectweb.fractal.julia.generated.C2dea9382_0.start(INTERCEPTOR[DeploymentServiceMBean])<br />
        at org.objectweb.fractal.julia.generated.C7566203_0.start(INTERFACE[DeploymentServiceMBean])<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)<br />
        at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)<br />
        at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)<br />
        at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:221)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:84)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:120)<br />
        at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:203)<br />
        at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)<br />
        at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:431)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)<br />
        at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)<br />
        at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
        at java.lang.reflect.Method.invoke(Method.java:585)<br />
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)<br />
        at sun.rmi.transport.Transport$1.run(Transport.java:153)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)<br />
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)<br />
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)<br />
        at java.lang.Thread.run(Thread.java:595)<br />
</td>        </tr></table><span class="postbody"><br />
<br />
Is it normal ? Have I forgotten something ? <br />
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. <br />
<br />
Thank you for your help<br />
<br />
ps : sorry I'm a newbie <img src="http://forum.petalslink.com/images/smiles/icon_smile.gif" alt="Smile" border="0" /></div>
        <br /><div class="gensmall"><br />
<br />
<br />
-------------------- m2f --------------------<br />
<br />
<a href="http://forum.petalslink.com/m2f_usercp.php">Subscribe/Unsubscribe</a> emails notifications.<br />
<br />
Response to this email will be posted on the Petals forum.<br />
Please delete the existing text before responding :)<br />
<br />
Read the topic online:<br />
<a href="http://forum.petalslink.com/viewtopic.php?p=30680#30680" target="_blank">http://forum.petalslink.com/viewtopic.php?p=30680#30680</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>