Update - Somehow my install is placing the file
pluto-portal-driver-config.xml
In the webapps/pluto directory instead of the webapps/pluto/WEB-INF
directory
When I look at the war by hand, the file is indeed in the wrong
directory in the war file.
When I manually move the file to the right place - it is much happier.
Strange.
Charles Severance
[EMAIL PROTECTED] www.dr-chuck.com
On Jun 26, 2007, at 12:32 PM, Charles Severance wrote:
I keep getting the following startup error in logs/pluto.
2007-06-26.log :
FINE: Setting up digester...
Jun 26, 2007 12:29:52 PM
org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceIm
pl init
SEVERE: Unable to parse resource config null
java.net.MalformedURLException
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion
(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse
(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse
(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
This is a clean Tomcat (.17 and .20) and several Pluto tags (trunk
and 1.1.3)
I follow this:
http://portals.apache.org/pluto/v11/getting-started.html
Any suggestions?
/Chuck