When I delete a service assembly from the deploy directory, I get the
following error. Any similar experiences out there?

INFO - AutoDeploymentService.monitorDirectory(513) | Location
getPerson-sa.zip no longer exists - removing ...
INFO - AutoDeploymentService.removeArchive(252) | Attempting to remove
archive at: getPerson-sa.zip
ERROR - AutoDeploymentService.monitorDirectory(516) | Failed to
removeArchive: getPerson-sa.zip
javax.jbi.management.DeploymentException: java.net.MalformedURLException: no
protocol: getPerson-sa.zip
        at
org.servicemix.jbi.framework.AutoDeploymentService.unpackLocation(AutoDeploy
mentService.java:424)
        at
org.servicemix.jbi.framework.AutoDeploymentService.removeArchive(AutoDeploym
entService.java:253)
        at
org.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDepl
oymentService.java:514)
        at
org.servicemix.jbi.framework.AutoDeploymentService.access$200(AutoDeployment
Service.java:60)
        at
org.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentServi
ce.java:453)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: java.net.MalformedURLException: no protocol: getPerson-sa.zip
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at
org.servicemix.jbi.framework.AutoDeploymentService.unpackLocation(AutoDeploy
mentService.java:417)
        ... 6 more

Reply via email to