[Geoserver-devel] Broken WFS WMS Queries

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
   version="1.2.0"
   xmlns="http://www.opengis.net/ogc&quot;
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;
   <ServiceException>
      javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

(attachments)

map.png

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

(attachments)

GeoserverBroken.jpg

Very strange indeed. Well that pretty much rules out a browser issue. The only other think I can think of is that you are accessing the box from a internal ip on your network, and myself from an external ip. Could there be a firewall or nat box that is getting in the way?

John Cesario wrote:

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

------------------------------------------------------------------------

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

I just had someone on IRC check it and said the images were broken to them

This was on Firefox on WinXP SP2 - So I dont think this is a firewall issue.

Thanks,
-JC

Justin Deoliveira wrote:

Very strange indeed. Well that pretty much rules out a browser issue. The only other think I can think of is that you are accessing the box from a internal ip on your network, and myself from an external ip. Could there be a firewall or nat box that is getting in the way?

John Cesario wrote:

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

------------------------------------------------------------------------

Nah the Server and myself are on separate networks.

Ive tried this from home and from the office. So this is getting really really strange.

Im having others try it now to see what happens.

Justin Deoliveira wrote:

Very strange indeed. Well that pretty much rules out a browser issue. The only other think I can think of is that you are accessing the box from a internal ip on your network, and myself from an external ip. Could there be a firewall or nat box that is getting in the way?

John Cesario wrote:

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

------------------------------------------------------------------------

Ahhh, here is some light. The reason it was working for me is because I had an instance of geoserver running on my local machine with coincidently the same config as your server.

When I try it without the instance running I get the same result as you, I just see "Connecting to localhost..." in the status bar of my browser, not sure if this is an ajax thing or what. But nothing shows up. Could there be some misreference to localhost somewhere?

-Justin

John Cesario wrote:

Nah the Server and myself are on separate networks.

Ive tried this from home and from the office. So this is getting really really strange.

Im having others try it now to see what happens.

Justin Deoliveira wrote:

Very strange indeed. Well that pretty much rules out a browser issue. The only other think I can think of is that you are accessing the box from a internal ip on your network, and myself from an external ip. Could there be a firewall or nat box that is getting in the way?

John Cesario wrote:

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

------------------------------------------------------------------------

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Justin Deoliveira wrote:

Ahhh, here is some light. The reason it was working for me is because I had an instance of geoserver running on my local machine with coincidently the same config as your server.

When I try it without the instance running I get the same result as you, I just see "Connecting to localhost..." in the status bar of my browser, not sure if this is an ajax thing or what. But nothing shows up. Could there be some misreference to localhost somewhere?

-Justin

Sorry to ask a stupid question but how would I track that down?

John Cesario wrote:

Nah the Server and myself are on separate networks.

Ive tried this from home and from the office. So this is getting really really strange.

Im having others try it now to see what happens.

Justin Deoliveira wrote:

Very strange indeed. Well that pretty much rules out a browser issue. The only other think I can think of is that you are accessing the box from a internal ip on your network, and myself from an external ip. Could there be a firewall or nat box that is getting in the way?

John Cesario wrote:

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

------------------------------------------------------------------------

Not a stupid question at all, I am not too sure myself. I have a couple of ideas, why dont we continue the discussion on irc?

freenode#geoserver

John Cesario wrote:

Justin Deoliveira wrote:

Ahhh, here is some light. The reason it was working for me is because I had an instance of geoserver running on my local machine with coincidently the same config as your server.

When I try it without the instance running I get the same result as you, I just see "Connecting to localhost..." in the status bar of my browser, not sure if this is an ajax thing or what. But nothing shows up. Could there be some misreference to localhost somewhere?

-Justin

Sorry to ask a stupid question but how would I track that down?

John Cesario wrote:

Nah the Server and myself are on separate networks.

Ive tried this from home and from the office. So this is getting really really strange.

Im having others try it now to see what happens.

Justin Deoliveira wrote:

Very strange indeed. Well that pretty much rules out a browser issue. The only other think I can think of is that you are accessing the box from a internal ip on your network, and myself from an external ip. Could there be a firewall or nat box that is getting in the way?

John Cesario wrote:

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

------------------------------------------------------------------------

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

This appears to be a bug. The mapbuilder generation stuff hardcodes a reference to localhost which will prevent it from working from a remote machine.

John, can you file a jira for this. Thanks.

-Justin

John Cesario wrote:

Justin Deoliveira wrote:

Ahhh, here is some light. The reason it was working for me is because I had an instance of geoserver running on my local machine with coincidently the same config as your server.

When I try it without the instance running I get the same result as you, I just see "Connecting to localhost..." in the status bar of my browser, not sure if this is an ajax thing or what. But nothing shows up. Could there be some misreference to localhost somewhere?

-Justin

Sorry to ask a stupid question but how would I track that down?

John Cesario wrote:

Nah the Server and myself are on separate networks.

Ive tried this from home and from the office. So this is getting really really strange.

Im having others try it now to see what happens.

Justin Deoliveira wrote:

Very strange indeed. Well that pretty much rules out a browser issue. The only other think I can think of is that you are accessing the box from a internal ip on your network, and myself from an external ip. Could there be a firewall or nat box that is getting in the way?

John Cesario wrote:

I just tried -

Firefox 1.5 on FreeBSD 64-bit

Firefox 1.5 on Windows Xp Professional SP2
IE on Windows XP Professional SP2 (fully updated)

Safari on OS X 10.3.9
Firefox 1.5 on OS X 10.3.9

All of them come back with this -

Justin Deoliveira wrote:

Well I think we can rule out anything on the server side. What kind of browser are you using? I am running firefox 1.0.6 (Fedora core 4). Could be that there is some javascript imcompatibility with your browser on the mac.

I am cross posting to the mapbuilder-devel group. We might get some luck there.

-Justin

John Cesario wrote:

Thats incredibly strange. Its still not working for me - Is it possible that this version of Java or something is incompatible with OS X 10.3?

Justin Deoliveira wrote:

Hmm, dont see the error in the log anymore. I just tried the link and it seems to work. Attached a screen shot.

John Cesario wrote:

linux:/var/log/tomcat # tail /var/log/tomcat/*.2006-01-05.log
==> /var/log/tomcat/admin.2006-01-05.log <==

==> /var/log/tomcat/catalina.2006-01-05.log <==
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources
Jan 5, 2006 12:45:16 PM org.vfny.geoserver.servlets.FreefsLog destroy
FINE: SDE datasource found, releasing resources

==> /var/log/tomcat/host-manager.2006-01-05.log <==

==> /var/log/tomcat/localhost.2006-01-05.log <==
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786b79')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7ffbf')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@d7581b')
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jan 5, 2006 12:45:16 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()

==> /var/log/tomcat/manager.2006-01-05.log <==

Justin Deoliveira wrote:

Can you send me a new error log trying with the xalan jar in place. Hopefully that transformer error has disapeared.

-Justin

John Cesario wrote:

Nope - same issue.

http://69.90.210.52:8080/geoserver/data/generated/tiger_poly_landmarks.html

Justin Deoliveira wrote:

Ok, so any luck after copying the file over?

John Cesario wrote:

couldnt find a xalan .jar in the WEB-INF/lib

linux:/var/geoserver/server/geoserver/WEB-INF/lib # ls -la
total 12132
drwxr-xr-x 3 geouser root 1920 Dec 13 09:22 .
drwxr-xr-x 7 geouser root 768 Dec 13 09:22 ..
-rw-r--r-- 1 geouser root 383237 Oct 3 23:24 JTS-1.6.jar
-rw-r--r-- 1 geouser root 335415 Oct 18 19:14 batik-awt-util-1.1.1.jar
-rw-r--r-- 1 geouser root 173618 Oct 18 19:14 batik-svggen-1.1.1.jar
-rw-r--r-- 1 geouser root 50379 Oct 18 19:14 batik-util-1.1.1.jar
-rw-r--r-- 1 geouser root 118726 Oct 3 23:24 commons-beanutils.jar
-rw-r--r-- 1 geouser root 165119 Oct 3 23:24 commons-collections.jar
-rw-r--r-- 1 geouser root 109096 Oct 3 23:24 commons-digester.jar
-rw-r--r-- 1 geouser root 22379 Oct 3 23:24 commons-fileupload.jar
-rw-r--r-- 1 geouser root 224754 Oct 3 23:24 commons-httpclient-2.0.1.jar
-rw-r--r-- 1 geouser root 63980 Oct 3 23:24 commons-lang.jar
-rw-r--r-- 1 geouser root 31605 Oct 3 23:24 commons-logging.jar
-rw-r--r-- 1 geouser root 46865 Oct 3 23:24 commons-validator.jar
-rw-r--r-- 1 geouser root 235580 Oct 3 23:24 geoapi-2.0.jar
-rw-r--r-- 1 geouser root 703359 Nov 16 22:11 geoserver.jar
-rw-r--r-- 1 geouser root 22173 Oct 3 23:24 gt2-arcgrid.jar
-rw-r--r-- 1 geouser root 71082 Nov 16 21:10 gt2-arcsde.jar
-rw-r--r-- 1 geouser root 98722 Nov 16 21:10 gt2-epsg.jar
-rw-r--r-- 1 geouser root 40266 Oct 3 23:24 gt2-experiment.jar
-rw-r--r-- 1 geouser root 6313 Nov 16 21:10 gt2-gml.jar
-rw-r--r-- 1 geouser root 125792 Nov 16 21:10 gt2-graph.jar
-rw-r--r-- 1 geouser root 8218 Oct 3 23:24 gt2-image.jar
-rw-r--r-- 1 geouser root 109138 Nov 16 21:10 gt2-indexed-shapefile.jar
-rw-r--r-- 1 geouser root 2747578 Nov 16 21:10 gt2-main.jar
-rw-r--r-- 1 geouser root 21452 Nov 16 21:10 gt2-mysql.jar
-rw-r--r-- 1 geouser root 56149 Nov 16 21:10 gt2-oracle-spatial.jar
-rw-r--r-- 1 geouser root 49777 Nov 16 21:10 gt2-postgis.jar
-rw-r--r-- 1 geouser root 16122 Nov 16 21:10 gt2-property.jar
-rw-r--r-- 1 geouser root 84871 Nov 16 21:10 gt2-shapefile.jar
-rw-r--r-- 1 geouser root 2094 Nov 16 21:10 gt2-utils.jar
-rw-r--r-- 1 geouser root 212317 Nov 16 21:10 gt2-validation.jar
-rw-r--r-- 1 geouser root 82005 Nov 16 21:10 gt2-vpf.jar
-rw-r--r-- 1 geouser root 167838 Oct 3 23:24 gt2-wfs.jar
-rw-r--r-- 1 geouser root 204469 Nov 16 21:10 gt2-wms.jar
-rw-r--r-- 1 geouser root 1284591 Oct 3 23:24 jai-core-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 177537 Oct 3 23:24 jai_codec-1.1.3-alpha.jar
-rw-r--r-- 1 geouser root 746168 Oct 3 23:24 jai_imageio-1.1-alpha.jar
-rw-r--r-- 1 geouser root 65368 Oct 3 23:24 jakarta-oro.jar
-rw-r--r-- 1 geouser root 210908 Oct 3 23:24 jdbcPostgres.jar
drwxr-xr-x 2 geouser root 48 Oct 3 23:21 jetty
-rw-r--r-- 1 geouser root 169565 Oct 3 23:24 jsde_concurrent-9.0.jar
-rw-r--r-- 1 geouser root 664335 Oct 3 23:24 jsde_jpe_sdk-9.0.jar
-rw-r--r-- 1 geouser root 616428 Oct 3 23:24 jsde_sdk-9.0.jar
-rw-r--r-- 1 geouser root 350115 Oct 3 23:24 log4j-1.2.5.jar
-rw-r--r-- 1 geouser root 88188 Oct 18 10:05 mockrunner-servlet.jar
-rw-r--r-- 1 geouser root 226061 Oct 3 23:24 mysql-connector-java-3.0.9.jar
-rw-r--r-- 1 geouser root 24163 Oct 3 23:24 opengis-css-0.1.jar
-rw-r--r-- 1 geouser root 33019 Oct 3 23:24 opengis-legacy-0.1.jar
-rw-r--r-- 1 geouser root 498051 Oct 3 23:24 struts.jar
-rw-r--r-- 1 geouser root 25393 Oct 3 23:24 units-0.01.jar
-rw-r--r-- 1 geouser root 289881 Oct 3 23:24 vecmath-1.3.jar
-rw-r--r-- 1 geouser root 59869 Oct 3 23:24 wkb4j-1.0-RC1-modified.jar

linux:/var/geoserver/server/geoserver/WEB-INF/lib # rpm -ql xalan-j2
/usr/share/doc/packages/xalan-j2
/usr/share/doc/packages/xalan-j2/KEYS
/usr/share/doc/packages/xalan-j2/LICENSE
/usr/share/doc/packages/xalan-j2/NOTICE
/usr/share/java/jaxp_transform_impl.jar
/usr/share/java/xalan-j2-2.6.0.jar
/usr/share/java/xalan-j2.jar

So I

cp /usr/share/java/xalan-j2-2.6.0.jar /var/geoserver/server/geoserver/WEB-INF/lib/
Justin Deoliveira wrote:

Not sure this will do it, this probably just means there is a xalan executable on your system path.

Can you do 'rpm -ql xalan-j2' for a file list, the xalan jar is probably somewhere in there.

Can you first check the geoserver/WEB-INF/lib directory for the existance of another xalan jar. If not there you can copy the one from the list above into that directory.

-Justin

John Cesario wrote:

linux:~ # rpm -q xalan-j2
xalan-j2-2.6.0-8

Justin Deoliveira wrote:

Hi John,

The error I see below seems to have to do with an xml transformer class not being found. Can you verify that the xalan jar is somewhere on the classpath. If not can add it and try again. Thanks.

-Justin

John Cesario wrote:

--PROBLEM--

Geoserver displays broken images when trying to display a demo
It seems all WFS/WMS queries are broken

Examples:
http://69.90.210.52:8080/geoserver/data/generated/tiger_tiger_roads.html

--PROBLEM--

--VERSIONS--

linux:~ # java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

tomcat-5.5.12-0.noarch.rpm
tomcat-compat-5.5.12-0.noarch.rpm

Geoserver 1.3.0-r6

Linux linux 2.6.13-15.7-bigsmp #1 SMP Tue Nov 29 14:32:29 UTC 2005 i686 i686 i386 GNU/Linux

--VERSIONS--

--TOMCAT 5.5 LOGS--
linux:/opt/tomcat # tail /var/log/tomcat/*.log
==> /var/log/tomcat/admin.2006-01-03.log <==

==> /var/log/tomcat/admin.2006-01-04.log <==

==> /var/log/tomcat/catalina.2006-01-03.log <==
Jan 3, 2006 6:40:29 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 3, 2006 6:40:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 3, 2006 6:40:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/36 config=null
Jan 3, 2006 6:40:29 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 3, 2006 6:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2348 ms

==> /var/log/tomcat/catalina.2006-01-04.log <==
Jan 4, 2006 12:50:35 PM org.vfny.geoserver.ServiceException getXmlResponse
FINE: return wfs exception is <?xml version="1.0" ?>
<ServiceExceptionReport
  version="1.2.0"
  xmlns="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/ogc http://69.90.210.52:8080/geoserver/data/capabilities//wfs/1.0.0/OGC-exception.xsd&quot;&gt;

  <ServiceException>
     javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found </ServiceException>
</ServiceExceptionReport>

==> /var/log/tomcat/host-manager.2006-01-03.log <==

==> /var/log/tomcat/host-manager.2006-01-04.log <==

==> /var/log/tomcat/localhost.2006-01-03.log <==
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 3, 2006 6:40:28 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 3, 2006 6:40:29 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/localhost.2006-01-04.log <==
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jan 4, 2006 12:45:13 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jan 4, 2006 12:45:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]

==> /var/log/tomcat/manager.2006-01-03.log <==

==> /var/log/tomcat/manager.2006-01-04.log <==

==> /var/log/tomcat/mapbuilder-log4j.log <==

--TOMCAT 5.5 LOGS--

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

------------------------------------------------------------------------

------------------------------------------------------------------------

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org