Could you rerun from a clean state (remove the wdir directory) and send the same 'ls -R -al' output + log ? Also please tell me if the problems are reproductible, and if the change you made to the fileutil.java really change something. Also, which jvm do you use ? Thanks, Guillaume Nodet
On 5/19/06, markpittsnh <[EMAIL PROTECTED]> wrote:
Thank you very much for this extra help you are providing. Here is the console output after implementing your change to fileutil.java I hope the information helps. Thanks and regards, Mark C:\java\incubating-servicemix-3.0-SNAPSHOT\examples\soap-binding >servicemix servicemix.xml Apache ServiceMix ESB: 3.0-SNAPSHOT Loading Apache ServiceMix from file: servicemix.xml INFO - JBIContainer - Activating component for: [container=ServiceMix,name=#SubscriptionManager#] with service: null component: [EMAIL PROTECTED] INFO - ComponentMBeanImpl - Initializing component: #SubscriptionManager# INFO - DeploymentService - Restoring service assemblies INFO - JBIContainer - ServiceMix JBI Container (http://servicemix.org/) name: ServiceMix running version: 3.0-SNAPSHOT INFO - AutoDeploymentService - Directory: install: Archive changed: processing servicemix-http-3.0-SNAPSHOT-installer.zip ... INFO - JBIContainer - Activating component for: [container=ServiceMix,name=servicemix-http] with service: null component: [EMAIL PROTECTED] INFO - ComponentMBeanImpl - Starting component: servicemix-http INFO - ComponentMBeanImpl - Initializing component: servicemix-http :INFO: Logging to STDERR via org.mortbay.log.StdErrLog INFO - AutoDeploymentService - Directory: install: Finished installation of archive: servicemix-http-3.0-SNAPSHOT-installer.zip INFO - AutoDeploymentService - Directory: install: Archive changed: processing servicemix-jsr181-3.0-SNAPSHOT-installer.zip ... ERROR - InstallationService - Deployment of Component failed javax.jbi.management.DeploymentException: Unable to add File C:\java\incubating- servicemix-3.0-SNAPSHOT\examples\soap-binding\wdir\components\servicemix-jsr181\version_1\lib\servicemix-jsr181-3.0-SNAPSHOT.jar to class path as it doesn't exist: C:\java\incubating- servicemix-3.0-SNAPSHOT\examples\soap-binding\wdir\components\servicemix-jsr181\version_1\lib\servicemix-jsr181-3.0-SNAPSHOT.jar at org.apache.servicemix.jbi.loaders.ClassLoaderService.buildClassLoader( ClassLoaderService.java:85) at org.apache.servicemix.jbi.loaders.ClassLoaderService.buildClassLoader( ClassLoaderService.java:57) at org.apache.servicemix.jbi.framework.InstallationService.initializeInstaller (InstallationService.java:511) at org.apache.servicemix.jbi.framework.InstallationService.doInstallComponent (InstallationService.java:475) at org.apache.servicemix.jbi.framework.InstallationService.doInstallArchive( InstallationService.java:427) at org.apache.servicemix.jbi.framework.InstallationService.install( InstallationService.java:349) at org.apache.servicemix.jbi.framework.InstallationService.install( InstallationService.java:342) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive( AutoDeploymentService.java:221) at org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run( AutoDeploymentService.java:508) at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java :291) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:595) INFO - EnvironmentContext - Removed directory structure for component [version]: servicemix-jsr181 [servicemix-jsr181] WARN - AutoDeploymentService - Directory: install: Automatic install of C:\java\incubating- servicemix-3.0-SNAPSHOT\examples\soap-binding\install\servicemix-jsr181-3.0-SNAPSHOT-installer.zip failed javax.jbi.management.DeploymentException: javax.jbi.management.DeploymentException: Unable to add File C:\java\incubating- servicemix-3.0-SNAPSHOT\examples\soap-binding\wdir\components\servicemix-jsr181\version_1\lib\servicemix-jsr181-3.0-SNAPSHOT.jar to class path as it doesn't exist: C:\java\incubating- servicemix-3.0-SNAPSHOT\examples\soap-binding\wdir\components\servicemix-jsr181\version_1\lib\servicemix-jsr181-3.0-SNAPSHOT.jar at org.apache.servicemix.jbi.framework.InstallationService.initializeInstaller (InstallationService.java:531) at org.apache.servicemix.jbi.framework.InstallationService.doInstallComponent (InstallationService.java:475) at org.apache.servicemix.jbi.framework.InstallationService.doInstallArchive( InstallationService.java:427) at org.apache.servicemix.jbi.framework.InstallationService.install( InstallationService.java:349) at org.apache.servicemix.jbi.framework.InstallationService.install( InstallationService.java:342) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive( AutoDeploymentService.java:221) at org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run( AutoDeploymentService.java:508) at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java :291) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:595) Caused by: javax.jbi.management.DeploymentException: Unable to add File C:\java\incubating- servicemix-3.0-SNAPSHOT\examples\soap-binding\wdir\components\servicemix-jsr181\version_1\lib\servicemix-jsr181-3.0-SNAPSHOT.jar to class path as it doesn't exist: C:\java\incubating- servicemix-3.0-SNAPSHOT\examples\soap-binding\wdir\components\servicemix-jsr181\version_1\lib\servicemix-jsr181-3.0-SNAPSHOT.jar at org.apache.servicemix.jbi.loaders.ClassLoaderService.buildClassLoader( ClassLoaderService.java:85) at org.apache.servicemix.jbi.loaders.ClassLoaderService.buildClassLoader( ClassLoaderService.java:57) at org.apache.servicemix.jbi.framework.InstallationService.initializeInstaller (InstallationService.java:511) ... 9 more INFO - AutoDeploymentService - Directory: deploy: Archive changed: processing soap-demo-sa.zip ... INFO - AutoDeploymentService - Components servicemix-jsr181 are not installed yet - adding ServiceAssembly soap-demo to pending list INFO - AutoDeploymentService - Directory: deploy: Finished installation of archive: soap-demo-sa.zip Terminate batch job (Y/N)? y C:\java\incubating-servicemix-3.0-SNAPSHOT\examples\soap-binding> -- View this message in context: http://www.nabble.com/http-binding+and+soap-binding++example+broken-t1638798.html#a4466595 Sent from the ServiceMix - User forum at Nabble.com.
-- Cheers, Guillaume Nodet
