[Users] Error whene deploying the SE petals-se-bpel-1.0.1.zip

Youn youness_lemrabet at yahoo.fr
Wed Mar 16 10:37:12 CET 2011


Hello
I try to use the SE BPEL component of Petals. So I follow the tutorial: Petals BPEL engine User Guide from the Petals web site.
I am using the petals-quickstart-3.0 in my example 
When I deploy the BPEL SE in the Petals ESB I have this Error : 

Code:
Caused by: org.objectweb.fractal.adl.ADLNotFoundException: Cannot find 'com/ebmwebsourcing/easyviper/core/impl/CoreImpl.fractal' in the classpath 

 [Shocked] 
In the Jar file Easyviper.core.impl-1.0.1.jar of the SE of BPEL (petals-se-bpel-1.0.1) I don’t find 
Code:
fractal



Any help please? :? 

Complete trace


Code:

petals at localhost:/> [Petals.JBI-Management.InstallationServiceImpl]-INFO 2009-12-24 12:29:49,304 Component 'petals-se-bpel' succesfully installed

[Petals.Container.Components.petals-se-bpel]-INFO 2009-12-24 12:29:49,393 Init component...
[Petals.Container.Components.petals-se-bpel]-INFO 2009-12-24 12:29:49,723 Core Intialization...
[Petals.Container.Components.petals-se-bpel]-INFO 2009-12-24 12:29:49,733 auto-flushMessage activated at frequency: 5000
[Petals.Container.Components.petals-se-bpel]-INFO 2009-12-24 12:29:49,734 auto-trashProcess activated at frequency: 5000
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException: com.ebmwebsourcing.easyviper.core.api.CoreException: Impossible to create a new fractal
 component
        at com.ebmwebsourcing.easybpel.model.bpel.impl.BPELFactoryImpl.newBPELEngine(BPELFactoryImpl.java:135)
        at org.ow2.petals.bpel.engine.BPELEngine.doInit(BPELEngine.java:116)
        at org.ow2.petals.component.framework.AbstractComponent.init(AbstractComponent.java:467)
        at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:101)
        at org.ow2.petals.container.thread.AbstractThread.run(AbstractThread.java:106)
Caused by: com.ebmwebsourcing.easyviper.core.api.CoreException: Impossible to create a new fractal component
        at com.ebmwebsourcing.easyviper.core.fractal.FractalHelper.createNewComponent(FractalHelper.java:159)
        at com.ebmwebsourcing.easyviper.core.api.factory.AbstractFactoryImpl.createCoreComposite(AbstractFactoryImpl.java:88)
        at com.ebmwebsourcing.easyviper.core.api.factory.AbstractFactoryImpl.createCore(AbstractFactoryImpl.java:56)
        at com.ebmwebsourcing.easybpel.model.bpel.impl.BPELFactoryImpl.createCore(BPELFactoryImpl.java:149)
        at com.ebmwebsourcing.easybpel.model.bpel.impl.BPELFactoryImpl.newBPELEngine(BPELFactoryImpl.java:133)
        ... 4 more
Caused by: org.objectweb.fractal.adl.ADLNotFoundException: Cannot find 'com/ebmwebsourcing/easyviper/core/impl/CoreImpl.fractal' in the classpath

        at org.objectweb.fractal.adl.xml.XMLLoader.load(XMLLoader.java:103)
        at org.objectweb.fractal.adl.arguments.ArgumentLoader.load(ArgumentLoader.java:46)
        at org.objectweb.fractal.adl.components.ComponentLoader.load(ComponentLoader.java:148)
        at org.objectweb.fractal.adl.arguments.ArgumentComponentLoader.load(ArgumentComponentLoader.java:69)
        at org.objectweb.fractal.adl.components.ComponentLoader.load(ComponentLoader.java:138)
        at org.objectweb.fractal.adl.interfaces.InterfaceLoader.load(InterfaceLoader.java:51)
        at org.objectweb.fractal.adl.types.TypeLoader.load(TypeLoader.java:64)
        at org.objectweb.fractal.adl.implementations.ImplementationLoader.load(ImplementationLoader.java:80)
        at org.objectweb.fractal.adl.attributes.AttributeLoader.load(AttributeLoader.java:67)
        at org.objectweb.fractal.adl.bindings.BindingLoader.load(BindingLoader.java:54)
        at org.objectweb.fractal.adl.bindings.UnboundInterfaceDetectorLoader.load(UnboundInterfaceDetectorLoader.java:58)
        at org.objectweb.fractal.adl.BasicFactory.newComponent(BasicFactory.java:143)
        at com.ebmwebsourcing.easyviper.core.fractal.FractalHelper.createNewComponent(FractalHelper.java:156)
        ... 8 more
[Petals.AutoLoaderServiceImpl]-SEVERE 2009-12-24 12:29:50,297 Error occured during auto installation:
javax.management.MBeanException
        at mx4j.server.ReflectionMBeanInvoker.doInvoke(ReflectionMBeanInvoker.java:135)
        at mx4j.server.ReflectionMBeanInvoker.invoke(ReflectionMBeanInvoker.java:52)
        at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:238)
        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 org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.performInstallComponent(AutoLoaderServiceImpl.java:505)
        at org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.install(AutoLoaderServiceImpl.java:203)
        at org.ow2.petals.jbi.management.autoload.InstallDirectoryScanner.run(InstallDirectoryScanner.java:63)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: javax.jbi.JBIException: An exception occured while starting the Component 'petals-se-bpel'
        at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:272)
        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:592)
        at mx4j.server.ReflectionMBeanInvoker.invokeImpl(ReflectionMBeanInvoker.java:156)
        at mx4j.server.ReflectionMBeanInvoker.doInvoke(ReflectionMBeanInvoker.java:117)
        ... 13 more
Caused by: javax.jbi.JBIException: Life cycle exception on INIT
        at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:119)
        at org.ow2.petals.container.thread.AbstractThread.run(AbstractThread.java:106)
Caused by: javax.jbi.JBIException: com.ebmwebsourcing.easybpel.model.bpel.api.BPELException: com.ebmwebsourcing.easyviper.core.api.CoreException:
 Impossible to create a new fractal component
        at org.ow2.petals.bpel.engine.BPELEngine.doInit(BPELEngine.java:119)
        at org.ow2.petals.component.framework.AbstractComponent.init(AbstractComponent.java:467)
        at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:101)
        ... 1 more
Caused by: com.ebmwebsourcing.easybpel.model.bpel.api.BPELException: com.ebmwebsourcing.easyviper.core.api.CoreException: Impossible to create a
new fractal component
        at com.ebmwebsourcing.easybpel.model.bpel.impl.BPELFactoryImpl.newBPELEngine(BPELFactoryImpl.java:135)
        at org.ow2.petals.bpel.engine.BPELEngine.doInit(BPELEngine.java:116)
        ... 3 more
Caused by: com.ebmwebsourcing.easyviper.core.api.CoreException: Impossible to create a new fractal component
        at com.ebmwebsourcing.easyviper.core.fractal.FractalHelper.createNewComponent(FractalHelper.java:159)
        at com.ebmwebsourcing.easyviper.core.api.factory.AbstractFactoryImpl.createCoreComposite(AbstractFactoryImpl.java:88)
        at com.ebmwebsourcing.easyviper.core.api.factory.AbstractFactoryImpl.createCore(AbstractFactoryImpl.java:56)
        at com.ebmwebsourcing.easybpel.model.bpel.impl.BPELFactoryImpl.createCore(BPELFactoryImpl.java:149)
        at com.ebmwebsourcing.easybpel.model.bpel.impl.BPELFactoryImpl.newBPELEngine(BPELFactoryImpl.java:133)
        ... 4 more
Caused by: org.objectweb.fractal.adl.ADLNotFoundException: Cannot find 'com/ebmwebsourcing/easyviper/core/impl/CoreImpl.fractal' in the classpath

        at org.objectweb.fractal.adl.xml.XMLLoader.load(XMLLoader.java:103)
        at org.objectweb.fractal.adl.arguments.ArgumentLoader.load(ArgumentLoader.java:46)
        at org.objectweb.fractal.adl.components.ComponentLoader.load(ComponentLoader.java:148)
        at org.objectweb.fractal.adl.arguments.ArgumentComponentLoader.load(ArgumentComponentLoader.java:69)
        at org.objectweb.fractal.adl.components.ComponentLoader.load(ComponentLoader.java:138)
        at org.objectweb.fractal.adl.interfaces.InterfaceLoader.load(InterfaceLoader.java:51)
        at org.objectweb.fractal.adl.types.TypeLoader.load(TypeLoader.java:64)
        at org.objectweb.fractal.adl.implementations.ImplementationLoader.load(ImplementationLoader.java:80)
        at org.objectweb.fractal.adl.attributes.AttributeLoader.load(AttributeLoader.java:67)
        at org.objectweb.fractal.adl.bindings.BindingLoader.load(BindingLoader.java:54)
        at org.objectweb.fractal.adl.bindings.UnboundInterfaceDetectorLoader.load(UnboundInterfaceDetectorLoader.java:58)
        at org.objectweb.fractal.adl.BasicFactory.newComponent(BasicFactory.java:143)
        at com.ebmwebsourcing.easyviper.core.fractal.FractalHelper.createNewComponent(FractalHelper.java:156)
        ... 8 more


petals at localhost:/>




Web Page Name (http://easybpel.petalslink.com/user-guides.html) :([u]




-------------------- 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://petals.ebmwebsourcing.com/forum/viewtopic.php?p=30324#30324

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


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


More information about the Users mailing list