Hi to all,
I tried to use webconsole (1.2.2) with felix 1.4.1.
I follow the documentation and grabbed pax runner 0.5.2 and tried to start it :
-> install file:bundle/pax-web-service-0.5.2.jar
Bundle ID: 11
-> start 11
-> org.osgi.framework.BundleException: Unresolved constraint in bundle
11: package; (&(package=org.osgi.service.cm)(version>=1.0.0)(!(version>=2.0.0)))
I built the latest http-server from trunk :
->install file:bundle/org.apache.felix.http.jetty-0.9.0-SNAPSHOT.jar
Bundle ID: 12
->start 12
org.osgi.framework.BundleException: Unresolved constraint in bundle
12: package; (&(package=org.osgi.service.log)(version>=1.3.0))
Any idea what could be the problem ?
Here is the felix config file :
org.osgi.framework.storage=${felix.cache.rootdir}/cache
felix.auto.start.1= \
file:bundle/org.apache.felix.shell-1.0.2.jar \
file:bundle/org.apache.felix.shell.tui-1.0.2.jar \
file:bundle/org.apache.felix.bundlerepository-1.2.1.jar
felix.log.level=1
org.osgi.service.http.port=8080
osgi.shell.telnet=on
obr.repository.url=http://felix.apache.org/obr/releases.xml
# IP Address on which the remote shell is accessible (since 1.0.4).
osgi.shell.telnet.ip=127.0.0.1
# Port on which the remote shell is accessible.
osgi.shell.telnet.port=6666
# The maximum number of simultaneous connections.
osgi.shell.telnet.maxconn=2
osgi.shell.telnet.socketTimeout=0
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]