It's all about the answers!

Ask a question

Empty extension won't load


Philipp H (53514) | asked Aug 09 '16, 5:02 a.m.
edited Aug 09 '16, 6:27 a.m.
 Hi, I have an extension with no written code from me but it still won't load (I get the error 2016-08-09 10:45:56,362 [       Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService  - CRJZS0383E The "adv3" bundle could not be resolved      
(translated)

Here's my plugin.xml
http://pastebin.com/6jt0c7Qd 
For clarification, my project is called adv3, my class is called AbstractService (and only has the Interface IOperationParticipant implemented and the extended Methods included from com.ibm.team.repository.service.AbstractService)
My class is in a package, also named adv3.

Here's my MANIFEST.mf
http://pastebin.com/aSK6ZsbJ
Here's my feature.xml:
http://pastebin.com/9GpEDMTX
	
	
	
and here my site.xml:
http://pastebin.com/3tRkETX1
	
	
	
	
	
	
I can't find a clue why it won't resolve. Weird thing is I have the same project but with and Advisor instead of a Participant and it works....
Thanks

Accepted answer


permanent link
Philipp H (53514) | answered Aug 10 '16, 7:01 a.m.
edited Aug 10 '16, 7:02 a.m.
 I accidentally had a client plugin in my dependencies.
Please mark as solved.
Thank you
Ralph Schoon selected this answer as the correct answer

One other answer



permanent link
Ralph Schoon (63.1k33646) | answered Aug 09 '16, 6:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Aug 09 '16, 6:13 a.m.
http://pastebin.com/6jt0c7Qd
defines a class and package  implementationclass="adv3.AbstractService", that apparently is not there. It can't find the package adv3.

Comments
Philipp H commented Aug 09 '16, 6:20 a.m.

It is there tho...



Philipp H commented Aug 09 '16, 6:27 a.m. | edited Aug 09 '16, 6:27 a.m.

 oh and I translated the error wrong, It should say:

The "adv3" bundle could not be resolved
sorry


Ralph Schoon commented Aug 09 '16, 6:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Then you will have to find it yourself, as the provided data and explanation does not support enough information about the deployment process. Be assured that I have found errors like that to have a good reason that usually revealed itself at some time.  


Ralph Schoon commented Aug 09 '16, 6:51 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

If this is a real deployment (not Jetty) it is most important how the build.xml looks like and what is in the deployed features and the plugins.


Philipp H commented Aug 09 '16, 7:03 a.m.

 What do you mean with build.xml? Where is it?


Ralph Schoon commented Aug 09 '16, 7:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Sorry, build.properties alongside the plugin XML.


Philipp H commented Aug 09 '16, 7:18 a.m.

 source.. = src/

output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml


That's in both build.properties, in the one that's working and in the one that's not


Philipp H commented Aug 09 '16, 8:57 a.m.

 Got it, thanks for your help!

showing 5 of 8 show 3 more comments

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.