Hi Johannes,

Thanks for the input, so there is hope!  According to the General
Properties of a Websphere Server the Application 'class loading mode' (I
guess this is the default that uploaded applications will adhere to)
only applies if the Application class loader policy is "Single".  Ours
was set to Multiple.

So I've changed the system default policy to Single, the class loader
order to "Parent Last", compiled cocoon under the right JDK, found the
webapp folder, built my 30Meg cocoon.war and uploaded it to websphere,
after 3/4 hour (I kid you not), the webapp was installed.  Oh dear, on
saving of the configuration I got:

java.lang.NullPointerException
      java/lang/Throwable.<init>()V+4 (Throwable.java:78) 
      java/lang/Exception.<init>()V+1 (Exception.java:29) 
      java/lang/RuntimeException.<init>()V+1 (RuntimeException.java:33) 
      java/lang/NullPointerException.<init>()V+1
(NullPointerException.java:39) 
      com/ibm/ws/console/core/action/SyncWorkSpaceAction.perform


Hey, different, not seen that one.  For a giggle I tried to load the WAR
into WSAD on a win2K box and launch it within the internal websphere5
test environment and got:

Error 500: cannot access superclass
org/apache/xml/dtm/ref/DTMDefaultBaseIterators$InternalAxisIteratorBase
from class org/apache/xml/dtm/ref/sax2dtm/SAX2DTM2$AncestorIterator

Seems like the /webapp folder is shy an archive or two, <sigh>


Dashed again! Any suggestions anyone?!

Andy...


This message (including any attachments) may contain confidential information intended 
for a specific individual and purpose. If you are not the intended recipient, delete 
this message. If you are not the intended recipient, disclosing, copying, 
distributing, or taking any action based on this message is strictly prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to