Has anyone successfully deployed to Sun's reference implementation?  I am
attempting to add a WAR file to an application (WAR file containing all
jsps, FormBeans, Controller and other struts stuff) and I get the following
error when trying to deploy:

com.sun.enterprise.deployment.xml.ParseException: Bad mapping of key {0} to
class  {1}, not found: com.sun.enterprise.deployment.xml.ApplicationNode.
        at
com.sun.enterprise.deployment.xml.ApplicationNode.readApplicationNodes(Appli
cationNode.java:199)
        at
com.sun.enterprise.deployment.xml.ApplicationNode.read(ApplicationNode.java:
206)
        at
com.sun.enterprise.deployment.ApplicationArchivist.open(ApplicationArchivist
.java:250)
        at
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplicati
on(JarInstallerImpl.java:163)
        at
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplicati
on(JarInstallerImpl.java:111)
        at
org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_T
ie._invoke(Unknown Source)
        at
com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:
223)
        at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:227)
        at
com.sun.corba.ee.internal.iiop.CachedWorkerThread.doWork(IIOPConnection.java
:262)
        at
com.sun.corba.ee.internal.iiop.CachedWorkerThread.run(IIOPConnection.java:23
0)

Although this doesn't seem to be struts related, I wondered if any other
Struts user attempting RI deployment ran into this problem?

Thanks,
Jessica

Reply via email to