Admin interface fails at startup
Description
Environment
Activity
codehaus April 10, 2015 at 4:13 PM
CodeHaus Comment From: cholmes - Time: Wed, 21 Apr 2004 12:38:08 -0500
---------------------
<p>I believe this was fixed. Should be in rc1, or at <a href="http://vwfs.refractions.net/geoserver.war" class="external-link" rel="nofollow">http://vwfs.refractions.net/geoserver.war</a>. Reopen if still a problem.</p>
codehaus April 10, 2015 at 4:13 PM
CodeHaus Comment From: cholmes - Time: Tue, 6 Apr 2004 09:58:05 -0500
---------------------
<p>I'm changing this to blocker for 1.2.0, I don't want linux with tomcat to not work. Not strictly necessary for 1.2.0-rc1, but we should at least try to fix it this week so users can test again. </p>
codehaus April 10, 2015 at 4:13 PM
CodeHaus Comment From: cockroft - Time: Mon, 5 Apr 2004 13:07:25 -0500
---------------------
<p>EXTERNAL MESSAGE:
SUBJECT: Re: <span class="error">[jira]</span> Commented: (<a href="https://jira.codehaus.org/browse/GEOS-139" title="Admin interface fails at startup" class="issue-link" data-issue-key="GEOS-139"><del>GEOS-139</del></a>) Admin interface fails at startup
Greetings jira@codehaus.org,</p>
<p> I have received a message from you for the first time.
Please click on the below link. This will add you to the list of people I accept mail from.</p>
<p> <a href="http://agog.com/spamcontrol/auth.pl?id=84A8IPRE%2FNeKo%3A%2Fhome%2Fgregimap%3Ajira%40codehaus.org" class="external-link" rel="nofollow">http://agog.com/spamcontrol/auth.pl?id=84A8IPRE%2FNeKo%3A%2Fhome%2Fgregimap%3Ajira%40codehaus.org</a></p>
<p> Sorry for the inconvenience. I am flooded with spam.</p>
<p> Sincerely,
Greg Cockroft</p>
<p>This is a brand new system. If you are having problems sending mail
please call greg at 517.622.0697</p>
codehaus April 10, 2015 at 4:13 PM
CodeHaus Comment From: cockroft - Time: Mon, 5 Apr 2004 13:06:00 -0500
---------------------
<p>******
Sorry about the mail loop.
*******</p>
<p>I have codehaus whitelisted now.</p>
<p> -greg.</p>
codehaus April 10, 2015 at 4:13 PM
CodeHaus Comment From: cockroft - Time: Mon, 5 Apr 2004 12:55:18 -0500
---------------------
<p>EXTERNAL MESSAGE:
SUBJECT: Re: <span class="error">[jira]</span> Commented: (<a href="https://jira.codehaus.org/browse/GEOS-139" title="Admin interface fails at startup" class="issue-link" data-issue-key="GEOS-139"><del>GEOS-139</del></a>) Admin interface fails at startup
Greetings jira@codehaus.org,</p>
<p> I have received a message from you for the first time.
Please click on the below link. This will add you to the list of people I accept mail from.</p>
<p> <a href="http://agog.com/spamcontrol/auth.pl?id=84A8IPRE%2FNeKo%3A%2Fhome%2Fgregimap%3Ajira%40codehaus.org" class="external-link" rel="nofollow">http://agog.com/spamcontrol/auth.pl?id=84A8IPRE%2FNeKo%3A%2Fhome%2Fgregimap%3Ajira%40codehaus.org</a></p>
<p> Sorry for the inconvenience. I am flooded with spam.</p>
<p> Sincerely,
Greg Cockroft</p>
<p>This is a brand new system. If you are having problems sending mail
please call greg at 517.622.0697</p>
The tomcat jsp-examples run okay.
http://agog.com:8080/geoserver/wfs/GetCapabilities - http://agog.com:8080/geoserver/wfs/GetCapabilities
this works
http://agog.com:8080/geoserver - http://agog.com:8080/geoserver
has an error.
Root Cause ----- java.io.FileNotFoundException:
/usr/local/jakarta-tomcat-5.0.19/work/Catalina/localhost/geoserver/loader/or
g/apache/struts/resources/web-app_2_3.dtd
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:6
9)
at
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection
.java:156)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown
Source)
at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(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)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at
org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1433)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:10
44)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:887)
@