2 Replies Latest reply on Mar 6, 2009 3:25 AM by adrian.trenaman

    Fuse ESB 4 Getting Started Videos

    carloskno

      Hi my name is Carlos Cano, I'm trying to follow Ade's videos (http://fusesource.com/wiki/display/ProdInfo/FUSEESB4GettingStartedTutorialDownloads)

       

      let me describe my environment:

      - Fuse ESB 4.0.0.4 (installed from source)

      - Maven 2.0.9

      - JDK 1.5.0_15

      - Eclipse 3.4.1

      - M2eclipse

       

      • Building, installing and running FUSE ESB 4(screencast): installed from source.

      • Deploying a POJO into FUSE ESB 4 (screencast): payments-api bundle done.

      • Deploying a Web Service into FUSE ESB 4 (screencast): until this point all going ok, but when I try to install payments-web-service bundle, I got next error:

       

       

      org.osgi.framework.BundleException: Unresolved constraint in bundle 106: package; (package=.)

      at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1725)

      at org.apache.felix.framework.Felix._startBundle(Felix.java:1588)

      at org.apache.felix.framework.Felix.startBundle(Felix.java:1541)

      at org.apache.felix.framework.Felix$RefreshHelper.restart(Felix.java:4025)

      at org.apache.felix.framework.Felix.refreshPackages(Felix.java:3271)

      at org.apache.felix.framework.Felix._updateBundle(Felix.java:1903)

      at org.apache.felix.framework.Felix.updateBundle(Felix.java:1745)

      at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:394)

      at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:381)

      at org.apache.geronimo.gshell.osgi.UpdateBundle.doExecute(UpdateBundle.java:38)

      at org.apache.geronimo.gshell.osgi.BundleCommand.doExecute(BundleCommand.java:41)

      at org.apache.geronimo.gshell.support.OsgiCommandSupport.doExecute(OsgiCommandSupport.java:133)

      at org.apache.geronimo.gshell.support.OsgiCommandSupport.execute(OsgiCommandSupport.java:91)

      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 org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:64)

      at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:78)

      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

      at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

      at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

      at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:36)

      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

      at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)

      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

      at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

      at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

      at $Proxy31.execute(Unknown Source)

      at org.apache.geronimo.gshell.spring.SpringCommandRegistry$GroupCommand.execute(SpringCommandRegistry.java:243)

      at org.apache.geronimo.gshell.DefaultCommandExecutor.execute(DefaultCommandExecutor.java:288)

      at org.apache.geronimo.gshell.DefaultCommandExecutor$1.run(DefaultCommandExecutor.java:163)

      at org.apache.geronimo.gshell.spring.SpringCommandExecutor$1$1.run(SpringCommandExecutor.java:67)

       

      I follow all ade's advices but still having problems, also I deleted my projects and import ade's source but still nothing, so today I made a new installation but I got same error.

       

      Any body who can help me? any clues?

       

      Thanks in advance,

      Carlos Cano

       

      PS. In the attached files are my log file and 2 proyects.