Hi, Dave.
Just to clarify... Is the Java Web Start client one you wrote yourself - including the JNLP - or did you package a Java EE app client into your EAR and are using the built-in support for launching app clients using Java Web Start?
I'm not exactly sure how or why java.awt.Component is trying to - and unable to - locate ACCLogManager, unless you have built your own you set the java.util.logging.manager to point to ACCLogManager. The generated JNLP sets this in a <property> element but also adds the appserv-rt.jar to the class path which is where that class resides. If you have set this property in your own JNLP but have not also made appserv-rt.jar available to the application then that could explain what you are seeing.
- Tim
[Message sent by forum member 'tjquinn' (timothy.quinn_at_sun.com)]
http://forums.java.net/jive/thread.jspa?messageID=385536