WARN eam.repository.provision.internal.ProvisionService - CRJZS0383 bundle could not be resolved.
Worked through the workshop.
Built a server side workitem extension.
Deployed my plugin on Jetty and it works as expected.
Try to deploy it on Tomcat and the provisioning service tells me it can't be resolved.
I've read all the other relevant questions and implemented their solutions when appropriate with no joy.
Verified all dependencies are available, still no joy.
Verified configurations (JRE, Eclipse version, imports, exports, etc. with other plugins that I can deploy successfully on Tomcat, still no joy.
Anybody have a rabbit up their sleeve?
One answer
There is certainly more information in the log file than the wee bit information above. That information is usually a little bit of help. Other typical issues I have seen:
Comments
- Deployed in correct context. Ccm is the context and ccm.log is where I'm seeing the warning.
- No client APIs. com.ibm.team.process.common and service.
com.ibm.team.repository.common and service
com.ibm.team.workitem.common and service
org.eclipse.core.runtiime
Would it run on Jetty if this were the case?
- The provision status page shows the update site is being found, the feature is found and the plugin is found.
- Application not built right? Really? You don't say.
I have an advisor deployed on the same Tomcat server. Is there something different between how to deploy an advisor and a participant?
In addition in the new version of the Extensions Workshop I have added some details about how to manage the deploy process. Unfortunately, the update is delayed due to some changes to the site.
There is no difference between advisor and participant deployment, or any other server extension.