users@glassfish.java.net

Re: web start

From: <glassfish_at_javadesktop.org>
Date: Mon, 05 Nov 2007 10:45:31 PST

I had exactly the same symptoms, and changing the ORB listener IP for the network address of the main network interface worked for me too - after a re-start of GlassFish (v2).

My next problem is that the web start application uses Web Services, but I get a version mismatch like this:

05-Nov-2007 18:34:44 org.jdesktop.application.Task failed
SEVERE: richMapClient.MapClient$StrikeStationRetriever@19bdb65 failed: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/C:/Documents%20and%20Settings/pjl/Application%20Data/Sun/Java/Deployment/cache/6.0/54/4117176-31c625b3!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/C:/Documents%20and%20Settings/pjl/Application%20Data/Sun/Java/Deployment/cache/6.0/54/4117176-31c625b3!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)

Adding JAX-WS 2.1 to the .ear didn't help, any suggestions how to specify the correct class path for the Web Start application please?
[Message sent by forum member 'freddiefishcake' (freddiefishcake)]

http://forums.java.net/jive/thread.jspa?messageID=243925