Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Indigo SR2 reminder

I tested on Win 64, Linux 32, Mac 64, installing EPP RC3 and upgrading to SR2.  Tested Photran MBS and compiled/ran Shallow on Forge.  No problems on Linux or Mac with Java 1.6.
 
My Win 64 box is running the last Sun Java 1.5 JRE (1.5.0_22).  It fails to start the JAXB resource managers with the following exception.  Too late to fix but worth noting.
 
!ENTRY org.eclipse.ptp.rm.jaxb.ui 4 4 2012-02-15 12:10:03.785
!MESSAGE Provider com.sun.xml.internal.bind.v2.ContextFactory not found
!STACK 0
javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory not found
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:146)
at javax.xml.bind.ContextFinder.find(ContextFinder.java:289)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:412)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:375)
at org.eclipse.ptp.rm.jaxb.core.JAXBInitializationUtils.getUnmarshaller(JAXBInitializationUtils.java:221)
at org.eclipse.ptp.rm.jaxb.core.JAXBInitializationUtils.unmarshalResourceManagerData(JAXBInitializationUtils.java:279)
at org.eclipse.ptp.rm.jaxb.core.JAXBInitializationUtils.initializeRMData(JAXBInitializationUtils.java:113)
at org.eclipse.ptp.rm.jaxb.core.AbstractJAXBResourceManagerConfiguration.realizeRMDataFromXML(AbstractJAXBResourceManagerConfiguration.java:154)
...
 
The plug-in registry does include com.sun.xml.bind (2.2.0.v201105210647) "Java Architecture for XML Binding (JAXB) Implementation Plug-in" [Resolved]
Jeff

Back to the top