| Summary: | java.lang.VerifyError when connecting to Jenkins server with JEE package | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | René Brandenburger <rene> | ||||
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P1 | CC: | robert.elves, shawn.minto | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 0.8 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 325179 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
René Brandenburger
What JDK and Eclipse version are you using? Eclipse Java EE IDE for Web Developers. Version: Indigo Release Build id: 20110505-1223 (c) Copyright Eclipse contributors and others 2005, 2011. All rights reserved. Visit http://www.eclipse.org/webtools Java is java 1.5 Update 26 on Ubuntu Linux, the Hudson Server is running in a tomcat on Ubuntu Linux (jvm: /usr/lib/jvm/java-6-sun-1.6.0.24/jre) Jenkins is Version 1.410 regards Thanks, that could be caused by an incompatible XML parser implementation. Can you attach the list of plug-ins Help > About > Installation Details > Configuration ? (In reply to comment #2) > Eclipse Java EE IDE for Web Developers. > > Version: Indigo Release > Build id: 20110505-1223 > > (c) Copyright Eclipse contributors and others 2005, 2011. All rights reserved. > Visit http://www.eclipse.org/webtools > > > Java is java 1.5 Update 26 on Ubuntu Linux, the Hudson Server is running in a > tomcat on Ubuntu Linux (jvm: /usr/lib/jvm/java-6-sun-1.6.0.24/jre) > Jenkins is Version 1.410 > Sorry, I meant Java 1.6 Update 24 - my fault. Created attachment 195151 [details]
the eclipse configuration
I was able to reproduce this problem with the JEE distribution. My suspicion is that this is related to javax.xml.bind 2.1.9 and 2.2.0 getting installed. If I delete plugins/javax.xml.bind_2.1.9.v201005080401.jar (Indigo RC3) the Hudson connector works (but I can't tell if that breaks anything else). Alternatively, running on Java 1.5 also fixes the exception. I'll try lowering version constraints for javax.xml.bind in the Hudson connector. Hopefully only one version of javax.xml.bind will end up getting installed that way. Lowering the version constraint seems to have worked. If I install the Hudson connector from http://download.eclipse.org/mylyn/snapshots/weekly into the Galileo and Indigo RC3 JEE package and the VerifyError did not occur any longer. Rene, please reopen if you are still experiencing the problem with the latest weekly build. |