It's all about the answers!

Ask a question

NoClassDefFoundError: com.ibm.team.repository.common.internal.marshal.MarshallingException


Matthew Marrazzo (11) | asked Oct 05 '20, 12:50 p.m.

 Is anyone able to tell me how to move past this error with the PlainJavaClient.java in the com.ibm.team.workitem.ide.ui.example project?


java.lang.NoClassDefFoundError: com.ibm.team.repository.common.internal.marshal.MarshallingException
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:73)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:135)
at com.ibm.team.repository.transport.client.RemoteTeamServer.createTeamService(RemoteTeamServer.java:740)
at com.ibm.team.repository.common.transport.AbstractTeamServer.getService(AbstractTeamServer.java:118)
at com.ibm.team.repository.client.internal.TeamRepository.getTeamService(TeamRepository.java:1818)
at com.ibm.team.repository.client.internal.TeamRepository.getServiceInterface(TeamRepository.java:1266)
at com.ibm.team.repository.client.internal.TeamRepository.<init>(TeamRepository.java:390)
at com.ibm.team.repository.client.internal.TeamRepositoryService.createSharedTeamRepository(TeamRepositoryService.java:526)
at com.ibm.team.repository.client.internal.TeamRepositoryService.getTeamRepository(TeamRepositoryService.java:113)
at com.ibm.team.repository.client.internal.TeamRepositoryService.getTeamRepository(TeamRepositoryService.java:132)
at com.ibm.team.workitem.ide.ui.example.PlainJavaClient.run(PlainJavaClient.java:68)
at com.ibm.team.workitem.ide.ui.example.PlainJavaClient.main(PlainJavaClient.java:43)
Caused by: java.lang.ClassNotFoundException: com.ibm.team.repository.common.internal.marshal.MarshallingException
at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
at java.lang.ClassLoader.loadClass(ClassLoader.java:677)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358)
at java.lang.ClassLoader.loadClass(ClassLoader.java:643)
... 13 more


Comments
Ralph Schoon commented Oct 06 '20, 4:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

This question does not provide any information one can act upon. Versions, links to assets used,...

Class loader issues can have many reasons Java, Java Version, Classpath related. 

Be the first one to answer this question!


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.