You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by Stephan Huber <sh...@ti.com> on 2003/10/10 14:02:02 UTC

Error messages while trying to deploy war-File...

Hi,

I'm getting the following error messages while trying to deploy a war-File:

/tmp/jakarta-pluto/build # ./deployPortlet.sh
../portlets/bookmark_01/driver/bookmark_01.war
Buildfile: build.xml

init.checkPrepareRun1:

init.checkPrepareRun2:

init.prepareRun:

DeployPortlet:

DeployPortlet.intern:
deploying 'bookmark_01' ...
finished!
prepare web archive 'bookmark_01' ...
org.xml.sax.SAXException: External entites are not permitted in XML
configuration files
         at
org.apache.pluto.portalImpl.xml.XmlParser$EntityResolver.resolveEntity(XmlParser.java:185)
         at
org.apache.xerces.util.EntityResolverWrapper.resolveEntity(Unknown Source)
         at
org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source)
         at
org.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(Unknown Source)
         at
org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown
Source)
         at
org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown
Source)
         at
org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
         at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
Source)
         at
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown 

Source)
         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown 

Source)
         at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:76)
         at
org.apache.pluto.portalImpl.xml.XmlParser.parsePortletXml(XmlParser.java:96)
         at
org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:202)
         at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:517)
java.lang.Exception
         at
org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:438)
         at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:517)

BUILD SUCCESSFUL
Total time: 12 seconds

I'm using Tomcat 4.1.27. The test-portlets (which are integrated in
pluto) work fine.
It would be very nice if anyone can give me a hint or a solution
concerning my problem.

Thanks a lot
- Stephan Huber