-
1. Re: Accessing web application deployed in servicemix issue
nohaapav Nov 6, 2011 2:41 PM (in response to nohaapav)additional info :
This is my servicemix instance :
START LEVEL 100 , List Threshold: 50
ID State Blueprint Level Name
Apache Karaf :: Shell ConfigAdmin Commands (2.0.0.fuse-02-00)
OPS4J Pax Web - Extender - WAR (1.1.0)
OPS4J Pax Web - Extender - Whiteboard (1.1.0)
OPS4J Pax Web - Jetty Bundle (1.1.0)
OPS4J Pax Web - Jsp Support (1.1.0)
OPS4J Pax Web - Service SPI (1.1.0)
mvn_com.vsb._DP_1.0-SNAPSHOT_war (0)
And header of mvn_com.vsb._DP_1.0-SNAPSHOT_war bundle :
mvn_com.vsb._DP_1.0-SNAPSHOT_war (53)
-
Manifest-Version = 1.0
Archiver-Version = Plexus Archiver
Bnd-LastModified = 1320607949947
Tool = Bnd-0.0.357
Originally-Created-By = Apache Maven
WAR-URL = mvn:com.vsb./DP/1.0-SNAPSHOT/war
Built-By = xxx
Build-Jdk = 1.7.0_147-icedtea
Generated-By-Ops4j-Pax-From = mvn:com.vsb./DP/1.0-SNAPSHOT/war
Web-ContextPath = /dp
Created-By = 1.6.0_22 (Sun Microsystems Inc.)
Bundle-Name = mvn_com.vsb._DP_1.0-SNAPSHOT_war
Bundle-SymbolicName = mvn_com.vsb._DP_1.0-SNAPSHOT_war
Bundle-Version = 0
Bundle-ManifestVersion = 2
Bundle-ClassPath = WEB-INF/classes
Import-Package =
javax.servlet,
javax.servlet.http
Everything seems to be completelly OK. Also Jetty is running well .. strange ..
-
2. Re: Accessing web application deployed in servicemix issue
njiang Nov 6, 2011 8:23 PM (in response to nohaapav)Can you use log:display on the servicemix console to check if there are some error message there ?
Willem
-
3. Re: Accessing web application deployed in servicemix issue
nohaapav Nov 7, 2011 11:18 AM (in response to njiang)Hi Willem ..
-i changed servicemix instance to older version 4.3.1-fuse-00-00
-also i changed org.apache.karaf.features
featuresBoot=config,war
to boot only necessary features(i removed the ones which i added by features bundle)
Now the servicemix instance looks like ::
START LEVEL 100 , List Threshold: 50
ID State Blueprint Level Name
Apache Karaf :: Shell ConfigAdmin Commands (2.0.0.fuse-02-00)
geronimo-servlet_2.5_spec (1.1.2)
Apache ServiceMix :: Bundles :: jetty (6.1.26.1-fuse)
OPS4J Pax Web - Service SPI (0.7.3)
OPS4J Pax Web - Runtime (0.7.3)
OPS4J Pax Web - Jsp Support (0.7.3)
OPS4J Pax Web - Extender - WAR (0.7.3)
OPS4J Pax Web - Extender - Whiteboard (0.7.3)
OPS4J Pax Url - war:, war-i: (1.2.1)
Apache Karaf :: WAR Deployer (2.0.0.fuse-02-00)
mvn_com.vsb._DP_1.0-SNAPSHOT_war (0)
When i check log:display it says ::
17:08:47,857 | INFO | rint Extender: 2 | SecurityUtils | ? ? | 30 - sshd-core - 0.4.0 | BouncyCastle not registered, using the default JCE provider
so there are no errors which can cause the problem ..
I'm in trap .. tried almost everything to make it working but no success at all ..
I attached whole log from servicemix start to installation of mvn_com.vsb._DP_1.0-SNAPSHOT_war bundle .. maybe it will help ..
Edited by: nohaapav on Nov 7, 2011 4:17 PM
-
servicemix.log 5.4 KB
-