You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Joe Bohn <jo...@earthlink.net> on 2010/05/05 23:36:14 UTC

error starting the karaf shell when starting the server or deploy script

After recently updating and building Geronimo to rev. 941434 I'm seeing 
an error starting the tomcat javaee6 assembly or the deploy script:

Using JRE_HOME: 
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
Artifact org/apache/sshd/sshd-core/0.3.0/sshd-core-0.3.0.jar not found
ERROR: Error starting 
mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.ssh/1.5.0-SNAPSHOT 
(org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.apache.felix.karaf.shell.ssh [47]: package; 
(&(package=org.apache.sshd.common)(version>=0.4.0)(!(version>=1.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.apache.felix.karaf.shell.ssh [47]: package; 
(&(package=org.apache.sshd.common)(version>=0.4.0)(!(version>=1.0.0)))
         at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3299)
         at org.apache.felix.framework.Felix.startBundle(Felix.java:1657)
         at 
org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1128)
         at 
org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
         at java.lang.Thread.run(Thread.java:637)

Aside from the error things seem to be mostly working.

Joe

Re: error starting the karaf shell when starting the server or deploy script

Posted by Guillaume Nodet <gn...@gmail.com>.
I've recently upgraded karaf to sshd 0.4.0-snaphot, so that may be the
reason.

On Wed, May 5, 2010 at 23:36, Joe Bohn <jo...@earthlink.net> wrote:

> After recently updating and building Geronimo to rev. 941434 I'm seeing an
> error starting the tomcat javaee6 assembly or the deploy script:
>
> Using JRE_HOME:
> /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
> Artifact org/apache/sshd/sshd-core/0.3.0/sshd-core-0.3.0.jar not found
> ERROR: Error starting
> mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.ssh/1.5.0-SNAPSHOT
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.felix.karaf.shell.ssh [47]: package;
> (&(package=org.apache.sshd.common)(version>=0.4.0)(!(version>=1.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.felix.karaf.shell.ssh [47]: package;
> (&(package=org.apache.sshd.common)(version>=0.4.0)(!(version>=1.0.0)))
>        at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3299)
>        at org.apache.felix.framework.Felix.startBundle(Felix.java:1657)
>        at
> org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1128)
>        at
> org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
>        at java.lang.Thread.run(Thread.java:637)
>
> Aside from the error things seem to be mostly working.
>
> Joe
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: error starting the karaf shell when starting the server or deploy script

Posted by Jarek Gawor <jg...@gmail.com>.
Yeah, you can ignore for now. Waiting for sshd 0.4 to be released. The
published 0.4-SNAPSHOT has some other issues.

Jarek

On Wed, May 5, 2010 at 5:36 PM, Joe Bohn <jo...@earthlink.net> wrote:
> After recently updating and building Geronimo to rev. 941434 I'm seeing an
> error starting the tomcat javaee6 assembly or the deploy script:
>
> Using JRE_HOME:
> /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
> Artifact org/apache/sshd/sshd-core/0.3.0/sshd-core-0.3.0.jar not found
> ERROR: Error starting
> mvn:org.apache.felix.karaf.shell/org.apache.felix.karaf.shell.ssh/1.5.0-SNAPSHOT
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.felix.karaf.shell.ssh [47]: package;
> (&(package=org.apache.sshd.common)(version>=0.4.0)(!(version>=1.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.felix.karaf.shell.ssh [47]: package;
> (&(package=org.apache.sshd.common)(version>=0.4.0)(!(version>=1.0.0)))
>        at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3299)
>        at org.apache.felix.framework.Felix.startBundle(Felix.java:1657)
>        at
> org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1128)
>        at
> org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
>        at java.lang.Thread.run(Thread.java:637)
>
> Aside from the error things seem to be mostly working.
>
> Joe
>