The thing I don't understand at the moment is that I think GeoNetwork is the only webapp that sets xml.catalog.files.
The first time I deployed Geonetwork, I got the following log:
2011-10-06 03:05:58,036 INFO [jeeves.apphand] - Initializing GeoNetwork 2.7.0.SNAPSHOT ...
2011-10-06 03:05:58,036 INFO [jeeves.apphand] - xml.catalog.files property set to /web/tomcat/webapps/geonetwork/WEB-INF/oasis-catalog.xml;/web/tomcat/webapps/geonetwork/WEB-INF/schemaplugin-uri-catalog.xml
The times after I've got the following log:
2011-10-06 23:31:05,882 INFO [jeeves.apphand] - Initializing GeoNetwork 2.7.0.SNAPSHOT ...
2011-10-06 23:31:05,882 INFO [jeeves.apphand] - Overriding xml.catalog.files property (was set to /web/tomcat/webapps/geonetwork/WEB-INF/oasis-catalog.xml;/web/tomcat/webapps/geonetwork/WEB-INF/schemaplugin-uri-catalog.xml)
2011-10-06 23:31:05,882 INFO [jeeves.apphand] - xml.catalog.files property set to /web/tomcat/webapps/geonetwork/WEB-INF/oasis-catalog.xml;/web/tomcat/webapps/geonetwork/WEB-INF/schemaplugin-uri-catalog.xml
I haven't been able to figure out where "./xcatalog" is coming from yet.
The only clue I have at the moment is that the Apache Commons XML Resolver library (a duplicate of the one included in GeoNetwork) is living in tomcat's endorsed directory, which means someone has been doing something with it in the past.
Getting closer though... I hope!
Cheers,
Murray
-----Original Message-----
From: Simon.Pigot@anonymised.com [mailto:Simon.Pigot@anonymised.com]
Sent: Friday, 7 October 2011 11:53 AM
To: Murray Henderson; geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Ok. Probably another webapp in the container is setting the system property xml.catalog.files which is also being used by GeoNetwork. An enhancement to our code to avoid this situation in future (which is bound to come up again in the same mysterious fashion!) shouldn't be too hard to work out - I'll take a look.
Cheers and thanks for reporting this,
Simon
________________________________________
From: Murray Henderson [M.Henderson@anonymised.com]
Sent: Friday, 7 October 2011 11:41 AM
To: Pigot, Simon (CMAR, Hobart); geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Hello,
OK! The modified library did add extra logging, just took me a few goes to find it.
2011-10-06 23:31:07,960 DEBUG [jeeves.xmlresolver] - Jeeves XmlResolver: Before resolution: Type: http://www.w3.org/2001/XMLSchema NamespaceURI :http://geonetwork-opensource.org/schemas/schema-ident PublicId :null SystemId :http://geonetwork-opensource.org/schemas/schema-ident/schema\-ident\.xsd BaseURI:null
Parse catalog: ./xcatalog
Loading catalog: ./xcatalog
Default BASE: file:////usr/share/tomcat5/xcatalog
Catalog does not exist: file:////usr/share/tomcat5/xcatalog
resolveURI(http://geonetwork-opensource.org/schemas/schema-ident)
resolveSystem(http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd)
2011-10-06 23:31:07,960 DEBUG [jeeves.xmlresolver] - Jeeves XmlResolver: After resolution: PublicId :null SystemId :http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd BaseURI:null
So... now I've got to track down where this mysterious "xcatalog" is coming from.
I am thinking it has something to do with one of the other webapps running on the problematic environment.
The XML Resolver library is shared... so maybe another webapp uses it with "./xcatalog" and that value gets cached or something.
Cheers,
Murray
-----Original Message-----
From: Murray Henderson [mailto:M.Henderson@anonymised.com]
Sent: Friday, 7 October 2011 11:21 AM
To: 'Simon.Pigot@anonymised.com'; geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Hi Simon,
I did try the modified library you provided:
ll /web/tomcat/webapps/geonetwork/WEB-INF/lib/
...
-rw-r--r-- 1 tomcat tomcat 1203860 Oct 6 23:30 xercesImpl-2.7.1.jar.bk
-rw-r--r-- 1 tomcat tomcat 1426401 Oct 6 23:30 xercesImpl.jar
...
However, the log (catalina.out) doesn't contain any additional logging. I haven't been able to figure out why yet.
Cheers,
Murray
-----Original Message-----
From: Simon.Pigot@anonymised.com [mailto:Simon.Pigot@anonymised.com]
Sent: Friday, 7 October 2011 11:15 AM
To: Murray Henderson; Terry.Rankine@anonymised.com; geonetwork-users@anonymised.comeforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Thanks - I tried both of these - everything works fine with those for me.
Is it possible you could deploy http://geonetwork.mymaps.gov.au/testdownloads/xercesImpl.jar as part of GeoNetwork (replace WEB-INF/lib/xercesImpl-2.7.1.jar) on that machine? That will at least show which oasis catalogs are being loaded if any or if the catalogs can't be loaded for any reason and may help track down the issue.
Cheers,
Simon
________________________________________
From: Murray Henderson [M.Henderson@anonymised.com]
Sent: Friday, 7 October 2011 9:58 AM
To: Rankine, Terry (CESRE, Kensington); Pigot, Simon (CMAR, Hobart); geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Hello,
Java and tomcat versions are as follows:
/usr/lib/jvm/java/bin/java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
From the web interface:
Apache Tomcat/5.5.23
Cheers,
Murray
-----Original Message-----
From: Terry.Rankine@anonymised.com [mailto:Terry.Rankine@anonymised.com]
Sent: Thursday, 6 October 2011 5:33 PM
To: Simon.Pigot@anonymised.com; Murray Henderson; geonetwork-users@anonymised.comorge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Murry,
Can you please confirm the version of java and tomcat running?
Just wondering if something is not compatible with your underlying software.
Terry Rankine
-----Original Message-----
From: Simon.Pigot@anonymised.com [mailto:Simon.Pigot@anonymised.com]
Sent: Thursday, 6 October 2011 1:04 PM
To: M.Henderson@anonymised.com; geonetwork-users@lists.sourceforge.net
Subject: [ExternalEmail] Re: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Hmm. It's a bit of a shame that xerces (XMLCatalogResolver class which we extend in jeeves XMLResolver) doesn't allow us to config xml.catalog.verbosity (it overrides any system properties by setting it to 0). I've uploaded a xercesImpl.jar (with the verbosity set to something more useful) to http://geonetwork.mymaps.gov.au/testdownloads/xercesImpl.jar - can you replace the xercesImpl-2.7.1.jar on the machine in question with this jar? This jar just sets the verbosity to something greater than 0 and allows us to see exactly what catalogs are being loaded and from where in the log files. This may help us track this down.
Cheers,
Simon
________________________________________
From: Murray Henderson [M.Henderson@anonymised.com]
Sent: Thursday, 6 October 2011 2:49 PM
To: Pigot, Simon (CMAR, Hobart); geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
I can confirm oasis-catalog.xml is accessible:
drwxr-xr-x 7 tomcat tomcat 4096 Oct 6 02:43 classes
-rw-r--r-- 1 tomcat tomcat 7704 Oct 6 02:43 config-csw.xml
-rw-r--r-- 1 tomcat tomcat 212 Oct 6 02:43 config-db.xml
-rw-r--r-- 1 tomcat tomcat 2302 Oct 6 02:43 config-export.xml
-rw-r--r-- 1 tomcat tomcat 289 Oct 6 02:43 config-geoserverpublisher.xml
-rw-r--r-- 1 tomcat tomcat 11466 Oct 6 02:43 config-gui.xml
-rw-r--r-- 1 tomcat tomcat 1858 Oct 6 02:43 config-harvesting.xml
-rw-r--r-- 1 tomcat tomcat 6121 Oct 6 02:43 config-lucene.xml
-rw-r--r-- 1 tomcat tomcat 5481 Oct 6 02:43 config-metadata-experimental.xml
-rw-r--r-- 1 tomcat tomcat 21971 Oct 6 02:43 config-metadata.xml
-rw-r--r-- 1 tomcat tomcat 574 Oct 6 02:43 config-notifier.xml
-rw-r--r-- 1 tomcat tomcat 5423 Oct 6 02:43 config-portal.xml
-rw-r--r-- 1 tomcat tomcat 445 Oct 6 02:43 config-sru.xml
-rw-r--r-- 1 tomcat tomcat 14726 Oct 6 02:43 config-statistics.xml
-rw-r--r-- 1 tomcat tomcat 486 Oct 6 02:43 config-stats-params.xml
-rw-r--r-- 1 tomcat tomcat 428 Oct 6 02:43 config-subtemplate.xml
-rw-r--r-- 1 tomcat tomcat 1661 Oct 6 02:43 config-summary.xml
-rw-r--r-- 1 tomcat tomcat 7667 Oct 6 02:43 config-test.xml
-rw-r--r-- 1 tomcat tomcat 2363 Oct 6 02:43 config-thesaurus.xml
-rw-r--r-- 1 tomcat tomcat 45221 Oct 6 02:43 config.xml
drwxr-xr-x 5 tomcat tomcat 4096 Oct 6 02:43 data
drwxr-xr-x 3 tomcat tomcat 4096 Oct 6 02:43 db
-rw-r--r-- 1 tomcat tomcat 1366 Oct 6 02:43 geoserver-nodes.xml
drwxr-xr-x 2 tomcat tomcat 12288 Oct 6 02:43 lib
-rw-r--r-- 1 tomcat tomcat 2327 Oct 6 02:43 log4j.cfg
drwxr-xr-x 4 tomcat tomcat 4096 Oct 6 02:43 lucene
-rw-r--r-- 1 tomcat tomcat 466 Oct 6 02:43 mime-types.properties
-rw-r--r-- 1 tomcat tomcat 877 Oct 6 02:43 oasis-catalog.xml
-rw-r--r-- 1 tomcat tomcat 2040 Oct 6 03:06 schemaplugin-uri-catalog.xml
-rw-r--r-- 1 tomcat tomcat 489 Oct 6 02:43 server.prop
-rw-r--r-- 1 tomcat tomcat 15646 Oct 6 02:43 user-profiles.xml
-rw-r--r-- 1 tomcat tomcat 3606 Oct 6 02:43 web.xml
Note that I have my own user account. I cannot login as 'tomcat'. I can only deploy/undeploy web applications through tomcat's manager web application, which runs under the 'tomcat' user (i.e. the above files were generated by the tomcat manager web application's deploy procedure).
The file permissions error I am seeing refers to /usr/share/tomcat5/test.lock.db
This is because tomcat does not have permission to write to /usr/share/tomcat5.
drwxr-xr-x 8 root root 4096 Sep 5 22:05 tomcat5
Note that tomcat is permitted to write to most of the existing contents of /usr/share/tomcat5.
drwxr-xr-x 2 root root 4096 Sep 5 22:05 bin
lrwxrwxrwx 1 root root 23 Sep 5 22:05 common -> /var/lib/tomcat5/common
lrwxrwxrwx 1 root root 12 Sep 5 22:05 conf -> /etc/tomcat5
drwxr-xr-x 2 tomcat tomcat 4096 Oct 6 02:43 jcs_caching
drwxr-xr-x 2 tomcat tomcat 12288 Oct 6 03:05 log
lrwxrwxrwx 1 root root 16 Sep 5 22:05 logs -> /var/log/tomcat5
lrwxrwxrwx 1 root root 23 Sep 5 22:05 server -> /var/lib/tomcat5/server
lrwxrwxrwx 1 root root 23 Sep 5 22:05 shared -> /var/lib/tomcat5/shared
lrwxrwxrwx 1 root root 23 Sep 5 22:05 temp -> /var/cache/tomcat5/temp
lrwxrwxrwx 1 root root 24 Sep 5 22:05 webapps -> /var/lib/tomcat5/webapps
lrwxrwxrwx 1 root root 23 Sep 5 22:05 work -> /var/cache/tomcat5/work
I felt that /usr/share/tomcat5/test.lock.db is a separate issue to this one, and haven't investigated it yet.
FYI the command used to start Tomcat is as follows:
/usr/lib/jvm/java/bin/java
-Djava.awt.headless=true
-Xms512m
-Xmx1500m
-XX:MaxPermSize=256m
-server
-Dmime-mappings=/usr/local/geonetwork/web/geonetwork/WEB-INF/mime-types.properties
-Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib
-Djava.endorsed.dirs=/web/tomcat/common/endorsed
-classpath /usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar
-Dcatalina.base=/web/tomcat
-Dcatalina.home=/usr/share/tomcat5
-Djava.io.tmpdir=/usr/share/tomcat5/temp
org.apache.catalina.startup.Bootstrap start
ll /usr/share/tomcat5/shared/lib
total 0
ll /usr/share/tomcat5/common/lib
total 0
lrwxrwxrwx 1 root root 23 Oct 6 03:04 [ant].jar -> /usr/share/java/ant.jar
lrwxrwxrwx 1 root root 39 Oct 6 03:04 [commons-collections].jar -> /usr/share/java/commons-collections.jar
lrwxrwxrwx 1 root root 32 Oct 6 03:04 [commons-dbcp].jar -> /usr/share/java/commons-dbcp.jar
lrwxrwxrwx 1 root root 30 Oct 6 03:04 [commons-el].jar -> /usr/share/java/commons-el.jar
lrwxrwxrwx 1 root root 39 Oct 6 03:04 [commons-logging-api].jar -> /usr/share/java/commons-logging-api.jar
lrwxrwxrwx 1 root root 32 Oct 6 03:04 [commons-pool].jar -> /usr/share/java/commons-pool.jar
lrwxrwxrwx 1 root root 23 Oct 6 03:04 [jaf].jar -> /usr/share/java/jaf.jar
lrwxrwxrwx 1 root root 36 Oct 6 03:04 [jasper5-compiler].jar -> /usr/share/java/jasper5-compiler.jar
lrwxrwxrwx 1 root root 35 Oct 6 03:04 [jasper5-runtime].jar -> /usr/share/java/jasper5-runtime.jar
lrwxrwxrwx 1 root root 28 Oct 6 03:04 [javamail].jar -> /usr/share/java/javamail.jar
lrwxrwxrwx 1 root root 41 Oct 6 03:04 [jdbc-stdext].jar -> /usr/lib/jvm-exports/java/jdbc-stdext.jar
lrwxrwxrwx 1 root root 27 Sep 5 22:05 jdtcore.jar -> /usr/share/java/jdtcore.jar
lrwxrwxrwx 1 root root 34 Oct 6 03:04 [jndi].jar -> /usr/lib/jvm-exports/java/jndi.jar
lrwxrwxrwx 1 root root 23 Oct 6 03:04 [jsp].jar -> /usr/share/java/jsp.jar
lrwxrwxrwx 1 root root 23 Oct 6 03:04 [jta].jar -> /usr/share/java/jta.jar
lrwxrwxrwx 1 root root 29 Oct 6 03:04 [mx4j][mx4j].jar -> /usr/share/java/mx4j/mx4j.jar
lrwxrwxrwx 1 root root 42 Sep 5 22:05 naming-factory.jar -> /usr/share/java/tomcat5/naming-factory.jar
lrwxrwxrwx 1 root root 44 Sep 5 22:05 naming-resources.jar -> /usr/share/java/tomcat5/naming-resources.jar
lrwxrwxrwx 1 root root 27 Oct 6 03:04 [servlet].jar -> /usr/share/java/servlet.jar
ll /web/tomcat/common/endorsed
total 88
-rw-rw-r-- 1 tomcat tomcat 84091 Feb 17 2010 resolver.jar
I've been looking at the classpath. There is a 'resolver.jar' in /web/tomcat/common/endorsed that is bit-for-bit identical to 'xml-resolver-1.2.jar' (bundled in GeoNetwork). I can't figure out why that could stuff us up, but maybe. I don't have the privileges to play with the problematic environment, so I'll do my best to reproduce this issue on a separate machine.
Cheers,
Murray
-----Original Message-----
From: Simon.Pigot@anonymised.com [mailto:Simon.Pigot@anonymised.com]
Sent: Thursday, 6 October 2011 2:05 PM
To: Murray Henderson; geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
I can't seem to reproduce this with GeoNetwork built from svn rev 8059, jdk 1.6.0_27, tomcat 5.5.34 unless I remove or make the geonetwork WEB-INF/oasis-catalog.xml file inaccessible. Can you check once again that tomcat is being run by a user on that machine that has appropriate permissions on that file? (I noticed that the long log message in one of your earlier emails is preceded by an error on an h2 lock file about permissions and as you say this is only happening on one of your machines running this version etc). It would indeed be nice to solve this as then we can provide help for anyone else who might run into this!
Cheers and thanks,
Simon
________________________________________
From: Murray Henderson [M.Henderson@anonymised.com]
Sent: Thursday, 6 October 2011 12:43 PM
To: Pigot, Simon (CMAR, Hobart); geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Below is with DEBUG logging.
Cheers,
Murray
2011-10-06 01:22:51,272 INFO [geonetwork.schemamanager] - Adding xml schema : iso19110
2011-10-06 01:22:51,275 DEBUG [jeeves.xmlresolver] - Jeeves XmlResolver: Before resolution: Type: http://www.w3.org/2001/XMLSchema NamespaceURI :http://geonetwork-opensource.org/schemas/schema-ident PublicId :null SystemId :http://geonetwork-opensource.org/schemas/schema-ident/schema\-ident\.xsd BaseURI:null
2011-10-06 01:22:51,275 DEBUG [jeeves.xmlresolver] - Jeeves XmlResolver: After resolution: PublicId :null SystemId :http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd BaseURI:null
2011-10-06 01:22:51,276 INFO [jeeves.xmlresolver] - cache MISS on http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd
2011-10-06 01:22:51,276 ERROR [jeeves.xmlresolver] - proxyParams are false
2011-10-06 01:22:51,629 ERROR [jeeves.xmlresolver] - Request on http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd failed.
BadXmlResponseEx : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /schemas/schema-ident/schema-ident.xsd was not found on this server.</p>
<hr>
<address>Apache/2.2.11 (Ubuntu) DAV/2 SVN/1.5.4 mod_jk/1.2.26 PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.5 mod_perl/2.0.4 Perl/v5.10.0 Server at geonetwork-opensource.org Port 80</address>
</body></html>
at jeeves.utils.XmlRequest.doExecute(XmlRequest.java:338)
at jeeves.utils.XmlRequest.execute(XmlRequest.java:249)
at jeeves.utils.XmlResolver.resolveResource(XmlResolver.java:103)
at org.apache.xerces.util.DOMEntityResolverWrapper.resolveEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)
at org.jdom.output.SAXOutputter.startElement(SAXOutputter.java:1025)
at org.jdom.output.SAXOutputter.element(SAXOutputter.java:894)
at org.jdom.output.SAXOutputter.elementContent(SAXOutputter.java:1093)
at org.jdom.output.SAXOutputter.output(SAXOutputter.java:692)
at jeeves.utils.Xml.validateRealGuts(Xml.java:995)
at jeeves.utils.Xml.validate(Xml.java:853)
at jeeves.utils.Xml.validate(Xml.java:836)
at org.fao.geonet.kernel.SchemaManager.processSchemas(SchemaManager.java:1007)
at org.fao.geonet.kernel.SchemaManager.<init>(SchemaManager.java:138)
at org.fao.geonet.kernel.SchemaManager.getInstance(SchemaManager.java:147)
at org.fao.geonet.Geonetwork.start(Geonetwork.java:272)
at jeeves.server.JeevesEngine.initAppHandler(JeevesEngine.java:515)
at jeeves.server.JeevesEngine.init(JeevesEngine.java:160)
at jeeves.server.sources.http.JeevesServlet.init(JeevesServlet.java:76)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4226)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:975)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:527)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1275)
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:597)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at org.apache.catalina.manager.ManagerServlet.check(ManagerServlet.java:1377)
at org.apache.catalina.manager.ManagerServlet.deploy(ManagerServlet.java:814)
at org.apache.catalina.manager.HTMLManagerServlet.deployInternal(HTMLManagerServlet.java:248)
at org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:95)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:662)
2011-10-06 01:22:51,631 ERROR [geonetwork.schemamanager] - Failed whilst validating schema-ident file /web/tomcat/webapps/geonetwork/xml/schemas/iso19110/schema-ident.xml. Exception message if any is null
-----Original Message-----
From: Simon.Pigot@anonymised.com [mailto:Simon.Pigot@anonymised.com]
Sent: Thursday, 6 October 2011 11:00 AM
To: Murray Henderson; geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Hi Murray,
I'll try and see if I can reproduce it here using that jdk and tomcat - in the meantime, can you switch the resolver to DEBUG, restart and forward the log file? (To switch the resolver to DEBUG, edit WEB-INF/log4j.cfg and set log4j.logger.jeeves.xmlresolver = DEBUG).
Cheers and thanks for the report,
Simon
________________________________________
From: Murray Henderson [M.Henderson@anonymised.com]
Sent: Thursday, 6 October 2011 8:51 AM
To: Pigot, Simon (CMAR, Hobart); geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Hi Simon,
Thanks for getting back to me (and sorry for not responding quicker!).
As far as I can tell, WEB-INF/oasis-catalog.xml is installed properly.
cat /web/tomcat/webapps/geonetwork/WEB-INF/oasis-catalog.xml
<?xml version="1.0" encoding="utf-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
<!-- OASIS CATALOG FOR GEONETWORK TO REMAP VARIOUS XML IDs -->
<!-- This used to be done in Java code, but with the use of these
maps you can customise this to suit yourself. -->
<!-- Each schema has an oasis-catalog file for remapping individual
xsd schemaLocation hints -->
<!-- remap system id schema-ident.xsd to local copy in GeoNetwork
relative to this catalog file -->
<system systemId="http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd"
uri="../xml/validation/schemaPlugins/schema-ident.xsd"/>
<!-- remap utils-fn.xsl included in schematrons to the correct place
relative to this catalog file -->
<uri name="../../../xsl/utils-fn.xsl"
uri="../xsl/utils-fn.xsl"/>
</catalog>
cat /web/tomcat/webapps/geonetwork/WEB-INF/../xml/validation/schemaPlugins/schema-ident.xsd
<?xml version="1.0" encoding="utf-8"?>
<xs:schema version="1.0" elementFormDefault="qualified"
attributeFormDefault="unqualified"
targetNamespace="http://geonetwork-opensource.org/schemas/schema-ident"
xmlns:gns="http://geonetwork-opensource.org/schemas/schema-ident"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
=== long schema, not including contents ===
</xs:schema>
I have included more of the preceding log (below), which shows that GeoNetwork sets the "xml.catalog.files" system property to the above file. The error message does indicate that for some reason oasis-catalog.xml is not loading correctly. The file is there on the file system and has the same permissions as config.xml (which is definitely being loaded because that contains my database settings which are working). Any thoughts?
Cheers,
Murray
Sep 28, 2011 4:18:51 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Sep 28, 2011 4:18:51 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Sep 28, 2011 4:18:51 AM org.wfp.vam.intermap.services.wmc.MailWmcContext init
WARNING: *** The mailserver config property has not been set. WMC mail will not be available.
Sep 28, 2011 4:18:52 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/web/tomcat/webapps/geonetwork/WEB-INF/lib/servlet-api-2.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
org.h2.jdbc.JdbcSQLException: IO Exception: "java.io.FileNotFoundException: /usr/share/tomcat5/test.lock.db (Permission denied)"; "/usr/share/tomcat5/test.lock.db" [90031-152]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
at org.h2.message.DbException.get(DbException.java:156)
at org.h2.message.DbException.convertIOException(DbException.java:313)
at org.h2.store.fs.FileSystemDisk.openFileOutputStream(FileSystemDisk.java:382)
at org.h2.store.FileLock.save(FileLock.java:203)
at org.h2.store.FileLock.lockFile(FileLock.java:335)
at org.h2.store.FileLock.lock(FileLock.java:134)
at org.h2.engine.Database.open(Database.java:535)
at org.h2.engine.Database.openDatabase(Database.java:218)
at org.h2.engine.Database.<init>(Database.java:213)
at org.h2.engine.Engine.openSession(Engine.java:56)
at org.h2.engine.Engine.openSession(Engine.java:159)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
at org.h2.engine.Engine.createSession(Engine.java:121)
at org.h2.engine.Engine.createSession(Engine.java:28)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:285)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:114)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:98)
at org.h2.Driver.connect(Driver.java:72)
at java.sql.DriverManager.getConnection(DriverManager.java:582)
at java.sql.DriverManager.getConnection(DriverManager.java:185)
at org.h2.server.web.DbStarter.contextInitialized(DbStarter.java:50)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4212)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:975)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:938)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1193)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
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:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: java.io.FileNotFoundException: /usr/share/tomcat5/test.lock.db (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
at org.h2.store.fs.FileSystemDisk.openFileOutputStream(FileSystemDisk.java:374)
... 42 more
2011-09-28 04:19:03,435 INFO [jeeves.engine] - === Starting system ========================================
2011-09-28 04:19:03,435 INFO [jeeves.engine] - Engine : jeeves.server.JeevesEngine
2011-09-28 04:19:03,435 INFO [jeeves.engine] - Java version : 20.1-b02
2011-09-28 04:19:03,435 INFO [jeeves.engine] - Java vendor : Sun Microsystems Inc.
2011-09-28 04:19:03,518 INFO [jeeves.engine] - Path : /web/tomcat/webapps/geonetwork/
2011-09-28 04:19:03,518 INFO [jeeves.engine] - BaseURL : geonetwork
2011-09-28 04:19:03,518 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config.xml
2011-09-28 04:19:03,735 INFO [jeeves.engine] - Initializing general configuration...
2011-09-28 04:19:03,737 INFO [jeeves.engine] - Initializing defaults...
2011-09-28 04:19:03,737 INFO [jeeves.engine] - Default local is :true
2011-09-28 04:19:03,745 INFO [jeeves.engine] - Initializing resources...
2011-09-28 04:19:03,745 INFO [jeeves.engine] - Adding resource : main-db
2011-09-28 04:19:03,884 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:03,884 INFO [jeeves.engine] - Adding service : home
2011-09-28 04:19:03,886 INFO [jeeves.engine] - Adding service : main.home
2011-09-28 04:19:03,895 INFO [jeeves.engine] - Adding service : main.error
2011-09-28 04:19:03,896 INFO [jeeves.engine] - Adding service : xml.main.error
2011-09-28 04:19:03,896 INFO [jeeves.engine] - Adding service : main.search
2011-09-28 04:19:03,897 INFO [jeeves.engine] - Adding service : main.search.embedded
2011-09-28 04:19:03,897 INFO [jeeves.engine] - Adding service : main.search.suggest
2011-09-28 04:19:03,899 INFO [jeeves.engine] - Adding service : main.present.embedded
2011-09-28 04:19:03,900 INFO [jeeves.engine] - Adding service : main.searchform.advanced.embedded
2011-09-28 04:19:03,901 INFO [jeeves.engine] - Adding service : main.searchform.remote.embedded
2011-09-28 04:19:03,901 INFO [jeeves.engine] - Adding service : main.searchform.simple.embedded
2011-09-28 04:19:03,902 INFO [jeeves.engine] - Adding service : rating.popup
2011-09-28 04:19:03,902 INFO [jeeves.engine] - Adding service : main.present
2011-09-28 04:19:03,902 INFO [jeeves.engine] - Adding service : remote.show
2011-09-28 04:19:03,904 INFO [jeeves.engine] - Adding service : feedback
2011-09-28 04:19:03,904 INFO [jeeves.engine] - Adding service : links
2011-09-28 04:19:03,904 INFO [jeeves.engine] - Adding service : about
2011-09-28 04:19:03,904 INFO [jeeves.engine] - Adding service : xml.region.get
2011-09-28 04:19:03,905 INFO [jeeves.engine] - Adding service : selection.search
2011-09-28 04:19:03,906 INFO [jeeves.engine] - Adding service : feedback.insert
2011-09-28 04:19:03,907 INFO [jeeves.engine] - Adding service : util.ping
2011-09-28 04:19:03,907 INFO [jeeves.engine] - Adding service : util.import
2011-09-28 04:19:03,910 INFO [jeeves.engine] - Adding service : password.forgotten.form
2011-09-28 04:19:03,910 INFO [jeeves.engine] - Adding service : password.forgotten.submit
2011-09-28 04:19:03,919 INFO [jeeves.engine] - Adding service : password.change.form
2011-09-28 04:19:03,919 INFO [jeeves.engine] - Adding service : password.change.submit
2011-09-28 04:19:03,921 INFO [jeeves.engine] - Adding service : xml.password.emaillink
2011-09-28 04:19:03,921 INFO [jeeves.engine] - Adding service : xml.password.change
2011-09-28 04:19:03,921 INFO [jeeves.engine] - Adding service : user.list
2011-09-28 04:19:03,922 INFO [jeeves.engine] - Adding service : user.get
2011-09-28 04:19:03,923 INFO [jeeves.engine] - Adding service : user.edit
2011-09-28 04:19:03,924 INFO [jeeves.engine] - Adding service : user.resetpw
2011-09-28 04:19:03,924 INFO [jeeves.engine] - Adding service : user.update
2011-09-28 04:19:03,925 INFO [jeeves.engine] - Adding service : user.remove
2011-09-28 04:19:03,926 INFO [jeeves.engine] - Adding service : user.pwedit
2011-09-28 04:19:03,926 INFO [jeeves.engine] - Adding service : user.pwupdate
2011-09-28 04:19:03,927 INFO [jeeves.engine] - Adding service : user.infoedit
2011-09-28 04:19:03,927 INFO [jeeves.engine] - Adding service : user.infoupdate
2011-09-28 04:19:03,928 INFO [jeeves.engine] - Adding service : user.register.get
2011-09-28 04:19:03,928 INFO [jeeves.engine] - Adding service : user.register.submit
2011-09-28 04:19:03,930 INFO [jeeves.engine] - Adding service : group.list
2011-09-28 04:19:03,931 INFO [jeeves.engine] - Adding service : group.get
2011-09-28 04:19:03,931 INFO [jeeves.engine] - Adding service : group.update
2011-09-28 04:19:03,932 INFO [jeeves.engine] - Adding service : group.remove
2011-09-28 04:19:03,933 INFO [jeeves.engine] - Adding service : xml.group.update
2011-09-28 04:19:03,934 INFO [jeeves.engine] - Adding service : category.list
2011-09-28 04:19:03,934 INFO [jeeves.engine] - Adding service : category.get
2011-09-28 04:19:03,935 INFO [jeeves.engine] - Adding service : category.update
2011-09-28 04:19:03,936 INFO [jeeves.engine] - Adding service : category.remove
2011-09-28 04:19:03,937 INFO [jeeves.engine] - Adding service : xml.category.update
2011-09-28 04:19:03,938 INFO [jeeves.engine] - Adding service : notifications.list
2011-09-28 04:19:03,938 INFO [jeeves.engine] - Adding service : notifications.save
2011-09-28 04:19:03,940 INFO [jeeves.engine] - Adding service : user.login
2011-09-28 04:19:03,941 INFO [jeeves.engine] - Adding service : shib.user.login
2011-09-28 04:19:03,942 INFO [jeeves.engine] - Adding service : user.logout
2011-09-28 04:19:03,943 INFO [jeeves.engine] - Adding service : admin
2011-09-28 04:19:03,943 INFO [jeeves.engine] - Adding service : config
2011-09-28 04:19:03,944 INFO [jeeves.engine] - Adding service : xml.config.get
2011-09-28 04:19:03,944 INFO [jeeves.engine] - Adding service : lucene.config.reload
2011-09-28 04:19:03,945 INFO [jeeves.engine] - Adding service : xml.config.set
2011-09-28 04:19:03,949 INFO [jeeves.engine] - Adding service : xml.config.doActions
2011-09-28 04:19:03,950 INFO [jeeves.engine] - Adding service : xml.config.info
2011-09-28 04:19:03,951 INFO [jeeves.engine] - Adding service : config.info
2011-09-28 04:19:03,951 INFO [jeeves.engine] - Adding service : localization
2011-09-28 04:19:03,952 INFO [jeeves.engine] - Adding service : xml.operation.update
2011-09-28 04:19:03,953 INFO [jeeves.engine] - Adding service : xml.region.update
2011-09-28 04:19:03,954 INFO [jeeves.engine] - Adding service : help
2011-09-28 04:19:03,954 INFO [jeeves.engine] - Adding service : xml.schema.info
2011-09-28 04:19:03,955 INFO [jeeves.engine] - Adding service : file.disclaimer
2011-09-28 04:19:03,957 INFO [jeeves.engine] - Adding service : xml.file.disclaimer
2011-09-28 04:19:03,957 INFO [jeeves.engine] - Adding service : file.download
2011-09-28 04:19:03,957 INFO [jeeves.engine] - Adding service : xml.file.download
2011-09-28 04:19:03,957 INFO [jeeves.engine] - Adding service : prepare.file.download
2011-09-28 04:19:03,958 INFO [jeeves.engine] - Adding service : graphover.show
2011-09-28 04:19:03,959 INFO [jeeves.engine] - Adding service : resources.get.archive
2011-09-28 04:19:03,961 INFO [jeeves.engine] - Adding service : resources.get
2011-09-28 04:19:03,962 INFO [jeeves.engine] - Adding service : resources.upload
2011-09-28 04:19:03,963 INFO [jeeves.engine] - Adding service : resources.prepare.upload
2011-09-28 04:19:03,964 INFO [jeeves.engine] - Adding service : resources.del
2011-09-28 04:19:03,966 INFO [jeeves.engine] - Adding service : xml.user.login
2011-09-28 04:19:03,966 INFO [jeeves.engine] - Adding service : xml.user.logout
2011-09-28 04:19:03,966 INFO [jeeves.engine] - Adding service : xml.search
2011-09-28 04:19:03,967 INFO [jeeves.engine] - Adding service : q
2011-09-28 04:19:03,968 INFO [jeeves.engine] - Adding service : xml.metadata.get
2011-09-28 04:19:03,969 INFO [jeeves.engine] - Adding service : xml.info
2011-09-28 04:19:03,969 INFO [jeeves.engine] - Adding service : xml.forward
2011-09-28 04:19:03,970 INFO [jeeves.engine] - Adding service : xml.user.list
2011-09-28 04:19:03,970 INFO [jeeves.engine] - Adding service : xml.usergroups.list
2011-09-28 04:19:03,971 INFO [jeeves.engine] - Adding service : xml.group.list
2011-09-28 04:19:03,971 INFO [jeeves.engine] - Adding service : xml.metadata.insert
2011-09-28 04:19:03,972 INFO [jeeves.engine] - Adding service : xml.metadata.delete
2011-09-28 04:19:03,973 INFO [jeeves.engine] - Adding service : csw
2011-09-28 04:19:03,974 INFO [jeeves.engine] - Adding service : csw.config.get
2011-09-28 04:19:03,975 INFO [jeeves.engine] - Adding service : csw.config.set
2011-09-28 04:19:03,976 INFO [jeeves.engine] - Adding service : oaipmh
2011-09-28 04:19:03,977 INFO [jeeves.engine] - Adding service : rss.latest
2011-09-28 04:19:03,978 INFO [jeeves.engine] - Adding service : rss.search
2011-09-28 04:19:03,978 INFO [jeeves.engine] - Adding service : rss.present
2011-09-28 04:19:03,978 INFO [jeeves.engine] - Adding service : google.kml
2011-09-28 04:19:03,978 INFO [jeeves.engine] - Adding service : mef.import
2011-09-28 04:19:03,979 INFO [jeeves.engine] - Adding service : mef.import.ui
2011-09-28 04:19:03,979 INFO [jeeves.engine] - Adding service : mef.export
2011-09-28 04:19:03,981 INFO [jeeves.engine] - Adding service : csv.search
2011-09-28 04:19:03,981 INFO [jeeves.engine] - Adding service : csv.present
2011-09-28 04:19:03,981 INFO [jeeves.engine] - Adding service : index.languages.get
2011-09-28 04:19:03,982 INFO [jeeves.engine] - Adding service : index.languages.set
2011-09-28 04:19:03,983 INFO [jeeves.engine] - Adding service : xml.relation.get
2011-09-28 04:19:03,984 INFO [jeeves.engine] - Adding service : xml.relation.insert
2011-09-28 04:19:03,985 INFO [jeeves.engine] - Adding service : xml.relation.delete
2011-09-28 04:19:03,986 INFO [jeeves.engine] - Adding service : crs.search
2011-09-28 04:19:03,988 INFO [jeeves.engine] - Adding service : crs.types
2011-09-28 04:19:03,988 INFO [jeeves.engine] - Adding service : crs.get
2011-09-28 04:19:03,990 INFO [jeeves.engine] - Initializing schedules...
2011-09-28 04:19:03,990 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-metadata.xml
2011-09-28 04:19:04,011 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,011 INFO [jeeves.engine] - Adding service : metadata.insert.paste
2011-09-28 04:19:04,011 INFO [jeeves.engine] - Adding service : metadata.insert
2011-09-28 04:19:04,011 INFO [jeeves.engine] - Adding service : metadata.show
2011-09-28 04:19:04,014 INFO [jeeves.engine] - Adding service : metadata.show.embedded
2011-09-28 04:19:04,015 INFO [jeeves.engine] - Adding service : pdf
2011-09-28 04:19:04,015 INFO [jeeves.engine] - Adding service : metadata.edit
2011-09-28 04:19:04,016 INFO [jeeves.engine] - Adding service : metadata.elem.add
2011-09-28 04:19:04,017 INFO [jeeves.engine] - Adding service : metadata.elem.delete
2011-09-28 04:19:04,018 INFO [jeeves.engine] - Adding service : metadata.update
2011-09-28 04:19:04,018 INFO [jeeves.engine] - Adding service : metadata.update.finish
2011-09-28 04:19:04,019 INFO [jeeves.engine] - Adding service : metadata.update.forget
2011-09-28 04:19:04,019 INFO [jeeves.engine] - Adding service : metadata.update.forgetandfinish
2011-09-28 04:19:04,019 INFO [jeeves.engine] - Adding service : metadata.validate
2011-09-28 04:19:04,020 INFO [jeeves.engine] - Adding service : xml.metadata.validate
2011-09-28 04:19:04,020 INFO [jeeves.engine] - Adding service : metadata.relation
2011-09-28 04:19:04,020 INFO [jeeves.engine] - Adding service : xml.relation
2011-09-28 04:19:04,020 INFO [jeeves.engine] - Adding service : metadata.elem.down
2011-09-28 04:19:04,021 INFO [jeeves.engine] - Adding service : metadata.elem.up
2011-09-28 04:19:04,021 INFO [jeeves.engine] - Adding service : metadata.attr.delete
2011-09-28 04:19:04,022 INFO [jeeves.engine] - Adding service : metadata.delete
2011-09-28 04:19:04,022 INFO [jeeves.engine] - Adding service : metadata.quiet.delete
2011-09-28 04:19:04,022 INFO [jeeves.engine] - Adding service : metadata.recent.additions.embedded
2011-09-28 04:19:04,022 INFO [jeeves.engine] - Adding service : metadata.batch.delete
2011-09-28 04:19:04,024 INFO [jeeves.engine] - Adding service : metadata.batch.newowner
2011-09-28 04:19:04,025 INFO [jeeves.engine] - Adding service : metadata.batch.newowner.form
2011-09-28 04:19:04,026 INFO [jeeves.engine] - Adding service : metadata.batch.category.form
2011-09-28 04:19:04,027 INFO [jeeves.engine] - Adding service : metadata.batch.update.categories
2011-09-28 04:19:04,028 INFO [jeeves.engine] - Adding service : metadata.batch.admin.form
2011-09-28 04:19:04,029 INFO [jeeves.engine] - Adding service : metadata.batch.update.privileges
2011-09-28 04:19:04,030 INFO [jeeves.engine] - Adding service : metadata.batch.children.form
2011-09-28 04:19:04,030 INFO [jeeves.engine] - Adding service : metadata.batch.update.children
2011-09-28 04:19:04,031 INFO [jeeves.engine] - Adding service : metadata.batch.processing
2011-09-28 04:19:04,032 INFO [jeeves.engine] - Adding service : metadata.processing
2011-09-28 04:19:04,033 INFO [jeeves.engine] - Adding service : xml.metadata.processing
2011-09-28 04:19:04,033 INFO [jeeves.engine] - Adding service : metadata.select
2011-09-28 04:19:04,034 INFO [jeeves.engine] - Adding service : metadata.create.form
2011-09-28 04:19:04,036 INFO [jeeves.engine] - Adding service : metadata.duplicate.form
2011-09-28 04:19:04,036 INFO [jeeves.engine] - Adding service : metadata.create
2011-09-28 04:19:04,037 INFO [jeeves.engine] - Adding service : metadata.admin.index.rebuild
2011-09-28 04:19:04,037 INFO [jeeves.engine] - Adding service : metadata.admin.index.rebuildxlinks
2011-09-28 04:19:04,038 INFO [jeeves.engine] - Adding service : metadata.admin.index.optimize
2011-09-28 04:19:04,038 INFO [jeeves.engine] - Adding service : metadata.admin.form
2011-09-28 04:19:04,039 INFO [jeeves.engine] - Adding service : metadata.admin
2011-09-28 04:19:04,040 INFO [jeeves.engine] - Adding service : metadata.category.form
2011-09-28 04:19:04,041 INFO [jeeves.engine] - Adding service : metadata.category
2011-09-28 04:19:04,042 INFO [jeeves.engine] - Adding service : metadata.xmlinsert.form
2011-09-28 04:19:04,044 INFO [jeeves.engine] - Adding service : metadata.batchimport.form
2011-09-28 04:19:04,044 INFO [jeeves.engine] - Adding service : metadata.searchunused.form
2011-09-28 04:19:04,044 INFO [jeeves.engine] - Adding service : metadata.searchunused
2011-09-28 04:19:04,045 INFO [jeeves.engine] - Adding service : metadata.schema.add
2011-09-28 04:19:04,046 INFO [jeeves.engine] - Adding service : metadata.schema.add.form
2011-09-28 04:19:04,046 INFO [jeeves.engine] - Adding service : metadata.schema.delete
2011-09-28 04:19:04,047 INFO [jeeves.engine] - Adding service : metadata.schema.delete.form
2011-09-28 04:19:04,047 INFO [jeeves.engine] - Adding service : metadata.schema.update
2011-09-28 04:19:04,048 INFO [jeeves.engine] - Adding service : metadata.schema.update.form
2011-09-28 04:19:04,048 INFO [jeeves.engine] - Adding service : metadata.thumbnail.form
2011-09-28 04:19:04,049 INFO [jeeves.engine] - Adding service : metadata.thumbnail.set
2011-09-28 04:19:04,050 INFO [jeeves.engine] - Adding service : metadata.thumbnail.unset
2011-09-28 04:19:04,051 INFO [jeeves.engine] - Adding service : transfer.ownership
2011-09-28 04:19:04,052 INFO [jeeves.engine] - Adding service : xml.ownership.editors
2011-09-28 04:19:04,052 INFO [jeeves.engine] - Adding service : xml.ownership.groups
2011-09-28 04:19:04,053 INFO [jeeves.engine] - Adding service : xml.ownership.transfer
2011-09-28 04:19:04,054 INFO [jeeves.engine] - Adding service : xml.metadata.rate
2011-09-28 04:19:04,056 INFO [jeeves.engine] - Adding service : metadata.templates.list
2011-09-28 04:19:04,057 INFO [jeeves.engine] - Adding service : metadata.templates.displayorder.save
2011-09-28 04:19:04,057 INFO [jeeves.engine] - Adding service : metadata.templates.add.default
2011-09-28 04:19:04,059 INFO [jeeves.engine] - Adding service : metadata.samples.add
2011-09-28 04:19:04,060 INFO [jeeves.engine] - Adding service : metadata.latest.updated
2011-09-28 04:19:04,060 INFO [jeeves.engine] - Adding service : xml.user.metadata
2011-09-28 04:19:04,061 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-metadata-experimental.xml
2011-09-28 04:19:04,067 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,067 INFO [jeeves.engine] - Adding service : pdf
2011-09-28 04:19:04,067 INFO [jeeves.engine] - Adding service : view
2011-09-28 04:19:04,069 INFO [jeeves.engine] - Adding service : metadata.suggestion
2011-09-28 04:19:04,070 INFO [jeeves.engine] - Adding service : metadata.thumbnail.set.new
2011-09-28 04:19:04,070 INFO [jeeves.engine] - Adding service : metadata.thumbnail.unset.new
2011-09-28 04:19:04,070 INFO [jeeves.engine] - Adding service : edit
2011-09-28 04:19:04,070 INFO [jeeves.engine] - Adding service : metadata.elem.add.new
2011-09-28 04:19:04,071 INFO [jeeves.engine] - Adding service : metadata.elem.delete.new
2011-09-28 04:19:04,071 INFO [jeeves.engine] - Adding service : metadata.processing.new
2011-09-28 04:19:04,071 INFO [jeeves.engine] - Adding service : metadata.create.new
2011-09-28 04:19:04,071 INFO [jeeves.engine] - Adding service : resources.del.new
2011-09-28 04:19:04,072 INFO [jeeves.engine] - Adding service : metadata.update.new
2011-09-28 04:19:04,072 INFO [jeeves.engine] - Adding service : resources.upload.new
2011-09-28 04:19:04,072 INFO [jeeves.engine] - Adding service : metadata.update.forget.new
2011-09-28 04:19:04,072 INFO [jeeves.engine] - Adding service : metadata.thumbnail
2011-09-28 04:19:04,072 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-subtemplate.xml
2011-09-28 04:19:04,074 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,074 INFO [jeeves.engine] - Adding service : subtemplate.admin
2011-09-28 04:19:04,074 INFO [jeeves.engine] - Adding service : subtemplate
2011-09-28 04:19:04,075 INFO [jeeves.engine] - Adding service : subtemplate.types
2011-09-28 04:19:04,076 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-thesaurus.xml
2011-09-28 04:19:04,078 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,079 INFO [jeeves.engine] - Adding service : thesaurus.admin
2011-09-28 04:19:04,079 INFO [jeeves.engine] - Adding service : keywords.getselected
2011-09-28 04:19:04,079 INFO [jeeves.engine] - Adding service : keywords.select
2011-09-28 04:19:04,080 INFO [jeeves.engine] - Adding service : xml.search.keywords
2011-09-28 04:19:04,081 INFO [jeeves.engine] - Adding service : xml.search.keywordlink
2011-09-28 04:19:04,082 INFO [jeeves.engine] - Adding service : xml.keyword.get
2011-09-28 04:19:04,083 INFO [jeeves.engine] - Adding service : xml.thesaurus.upload
2011-09-28 04:19:04,084 INFO [jeeves.engine] - Adding service : thesaurus.download
2011-09-28 04:19:04,085 INFO [jeeves.engine] - Adding service : thesaurus.delete
2011-09-28 04:19:04,086 INFO [jeeves.engine] - Adding service : thesaurus.add
2011-09-28 04:19:04,087 INFO [jeeves.engine] - Adding service : thesaurus.addelement
2011-09-28 04:19:04,088 INFO [jeeves.engine] - Adding service : thesaurus.updateelement
2011-09-28 04:19:04,089 INFO [jeeves.engine] - Adding service : thesaurus.deleteelement
2011-09-28 04:19:04,090 INFO [jeeves.engine] - Adding service : xml.thesaurus.getList
2011-09-28 04:19:04,091 INFO [jeeves.engine] - Adding service : thesaurus.activate
2011-09-28 04:19:04,092 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-harvesting.xml
2011-09-28 04:19:04,094 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,094 INFO [jeeves.engine] - Adding service : harvesting
2011-09-28 04:19:04,094 INFO [jeeves.engine] - Adding service : xml.harvesting.get
2011-09-28 04:19:04,095 INFO [jeeves.engine] - Adding service : xml.harvesting.add
2011-09-28 04:19:04,096 INFO [jeeves.engine] - Adding service : xml.harvesting.update
2011-09-28 04:19:04,096 INFO [jeeves.engine] - Adding service : xml.harvesting.remove
2011-09-28 04:19:04,098 INFO [jeeves.engine] - Adding service : xml.harvesting.start
2011-09-28 04:19:04,099 INFO [jeeves.engine] - Adding service : xml.harvesting.stop
2011-09-28 04:19:04,099 INFO [jeeves.engine] - Adding service : xml.harvesting.run
2011-09-28 04:19:04,100 INFO [jeeves.engine] - Adding service : xml.harvesting.info
2011-09-28 04:19:04,106 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-portal.xml
2011-09-28 04:19:04,111 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,111 INFO [jeeves.engine] - Adding service : portal.search
2011-09-28 04:19:04,111 INFO [jeeves.engine] - Adding service : portal.opensearch
2011-09-28 04:19:04,111 INFO [jeeves.engine] - Adding service : portal.search.keywords
2011-09-28 04:19:04,112 INFO [jeeves.engine] - Adding service : portal.present
2011-09-28 04:19:04,112 INFO [jeeves.engine] - Adding service : portal.search.present
2011-09-28 04:19:04,113 INFO [jeeves.engine] - Adding service : portal.get
2011-09-28 04:19:04,113 INFO [jeeves.engine] - Adding service : portal.full
2011-09-28 04:19:04,113 INFO [jeeves.engine] - Adding service : portal.latest.updated
2011-09-28 04:19:04,113 INFO [jeeves.engine] - Adding service : portal.featured
2011-09-28 04:19:04,114 INFO [jeeves.engine] - Adding service : portal.categories
2011-09-28 04:19:04,114 INFO [jeeves.engine] - Adding service : portal.sources
2011-09-28 04:19:04,114 INFO [jeeves.engine] - Adding service : pdf.search
2011-09-28 04:19:04,114 INFO [jeeves.engine] - Adding service : pdf.selection.search
2011-09-28 04:19:04,115 INFO [jeeves.engine] - Adding service : pdf.present
2011-09-28 04:19:04,115 INFO [jeeves.engine] - Adding service : portal.sitemap
2011-09-28 04:19:04,116 INFO [jeeves.engine] - Adding service : logo
2011-09-28 04:19:04,116 INFO [jeeves.engine] - Adding service : logo.add
2011-09-28 04:19:04,117 INFO [jeeves.engine] - Adding service : logo.delete
2011-09-28 04:19:04,118 INFO [jeeves.engine] - Adding service : logo.set
2011-09-28 04:19:04,119 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-export.xml
2011-09-28 04:19:04,122 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,122 INFO [jeeves.engine] - Adding service : dc.xml
2011-09-28 04:19:04,122 INFO [jeeves.engine] - Adding service : fgdc.xml
2011-09-28 04:19:04,122 INFO [jeeves.engine] - Adding service : iso19115to19139.xml
2011-09-28 04:19:04,122 INFO [jeeves.engine] - Adding service : iso19139.xml
2011-09-28 04:19:04,122 INFO [jeeves.engine] - Adding service : iso_arccatalog8.xml
2011-09-28 04:19:04,122 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-statistics.xml
2011-09-28 04:19:04,128 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,128 INFO [jeeves.engine] - Adding service : stat.main
2011-09-28 04:19:04,128 INFO [jeeves.engine] - Adding service : stat.searchesNoHit
2011-09-28 04:19:04,128 INFO [jeeves.engine] - Adding service : stat.uniqueIP
2011-09-28 04:19:04,129 INFO [jeeves.engine] - Adding service : stat.simpleAdvancedSearch
2011-09-28 04:19:04,129 INFO [jeeves.engine] - Adding service : stat.mdPopularity
2011-09-28 04:19:04,130 INFO [jeeves.engine] - Adding service : stat.graphByDate
2011-09-28 04:19:04,136 INFO [jeeves.engine] - Adding service : stat.groupPopularity
2011-09-28 04:19:04,139 INFO [jeeves.engine] - Adding service : stat.categoryPopularity
2011-09-28 04:19:04,140 INFO [jeeves.engine] - Adding service : stat.catalogPopularity
2011-09-28 04:19:04,142 INFO [jeeves.engine] - Adding service : stat.lastMonthSummary
2011-09-28 04:19:04,143 INFO [jeeves.engine] - Adding service : stat.mostSearchedCategory
2011-09-28 04:19:04,144 INFO [jeeves.engine] - Adding service : stat.mostSearchedKeyword
2011-09-28 04:19:04,145 INFO [jeeves.engine] - Adding service : stat.tableExport
2011-09-28 04:19:04,147 INFO [jeeves.engine] - Adding service : stat.tagCloud
2011-09-28 04:19:04,148 INFO [jeeves.engine] - Adding service : stat.deleteTmpGraphics
2011-09-28 04:19:04,148 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-geoserverpublisher.xml
2011-09-28 04:19:04,150 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,150 INFO [jeeves.engine] - Adding service : geoserver.publisher
2011-09-28 04:19:04,152 INFO [geonetwork.GeoServerPublisher] - Using configuration: /web/tomcat/webapps/geonetwork/WEB-INF/geoserver-nodes.xml
2011-09-28 04:19:04,154 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-test.xml
2011-09-28 04:19:04,160 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,160 INFO [jeeves.engine] - Adding service : test.i18n
2011-09-28 04:19:04,160 INFO [jeeves.engine] - Adding service : test.i18n.xml
2011-09-28 04:19:04,161 INFO [jeeves.engine] - Adding service : test.csw
2011-09-28 04:19:04,161 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-csw.xml
2011-09-28 04:19:04,166 INFO [jeeves.engine] - Loading : /web/tomcat/webapps/geonetwork/WEB-INF/config-sru.xml
2011-09-28 04:19:04,167 INFO [jeeves.engine] - Initializing services...
2011-09-28 04:19:04,167 INFO [jeeves.engine] - Adding service : portal.sru
2011-09-28 04:19:04,175 INFO [jeeves.engine] - Initializing profiles...
2011-09-28 04:19:04,187 INFO [jeeves.engine] - Found handler : org.fao.geonet.Geonetwork
2011-09-28 04:19:04,203 INFO [jeeves.engine] - --- Starting handler --------------------------------------
2011-09-28 04:19:04,204 INFO [jeeves.apphand] - Initializing GeoNetwork 2.7.0.SNAPSHOT ...
2011-09-28 04:19:04,204 INFO [jeeves.apphand] - xml.catalog.files property set to /web/tomcat/webapps/geonetwork/WEB-INF/oasis-catalog.xml;/web/tomcat/webapps/geonetwork/WEB-INF/schemaplugin-uri-catalog.xml
2011-09-28 04:19:04,204 INFO [jeeves.apphand] - Overriding mime-mappings property (was set to /usr/local/geonetwork/web/geonetwork/WEB-INF/mime-types.properties)
2011-09-28 04:19:04,204 INFO [jeeves.apphand] - mime-mappings property set to /web/tomcat/webapps/geonetwork/WEB-INF/mime-types.properties
2011-09-28 04:19:04,204 INFO [jeeves.apphand] - - Lucene directory is:/web/tomcat/webapps/geonetwork/WEB-INF/lucene
2011-09-28 04:19:04,204 INFO [jeeves.apphand] - - Data directory is:/web/tomcat/webapps/geonetwork/WEB-INF/data
2011-09-28 04:19:04,302 INFO [jeeves.apphand] - - Database connection on jdbc:postgresql://www2:5432/geonetwork27 ...
2011-09-28 04:19:04,327 INFO [jeeves.apphand] - Found an existing GeoNetwork database.
2011-09-28 04:19:04,327 INFO [jeeves.apphand] - - Thread Pool...
2011-09-28 04:19:04,328 INFO [jeeves.apphand] - - Setting manager...
2011-09-28 04:19:04,377 INFO [jeeves.apphand] - - Migration ...
2011-09-28 04:19:04,378 DEBUG [jeeves.apphand] - Webapp version:2.7.0 subversion:SNAPSHOT
2011-09-28 04:19:04,378 DEBUG [jeeves.apphand] - Database version:2.7.0 subversion:0
2011-09-28 04:19:04,378 INFO [jeeves.apphand] - Webapp version = Database version, no migration task to apply.
2011-09-28 04:19:04,378 INFO [jeeves.apphand] - - Thesaurus...
2011-09-28 04:19:04,907 INFO [jeeves.apphand] - - Z39.50...
2011-09-28 04:19:04,931 INFO [jeeves.apphand] - Repositories file built from template.
2011-09-28 04:19:04,965 INFO [org.springframework.context.support.ClassPathXmlApplicationContext] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@anonymised.com: display name [org.springframework.context.support.ClassPathXmlApplicationContext@anonymised.com]; startup date [Wed Sep 28 04:19:04 GMT+00:00 2011]; root of context hierarchy
2011-09-28 04:19:05,042 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from class path resource [JZkitApplicationContext.xml]
2011-09-28 04:19:05,496 INFO [org.springframework.context.support.ClassPathXmlApplicationContext] - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@anonymised.com]: org.springframework.beans.factory.support.DefaultListableBeanFactory@anonymised.com
2011-09-28 04:19:05,626 DEBUG [org.jzkit.search.util.RecordBuilder.RecordBuilderService] - new RecordBuilderService
2011-09-28 04:19:05,629 DEBUG [org.jzkit.search.util.RecordBuilder.RecordBuilderService] - RecordBuilderService::init
2011-09-28 04:19:05,629 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@anonymised.com: defining beans [JZKitZ3950PluginMetadata,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,QB-CQL,org.jzkit.recordbuilder.iso2709,org.jzkit.recordbuilder.xml,org.jzkit.recordbuilder.string,messageSource,ContextGateway,OIDRegister,Z3950Listener,JZKit2SearchBackend,JZKitConfig,ProfileService,TransformationService,RecordBuilderService,StatelessQueryService,SearchSession,SearchSessionFactory,RPNToInternalRules,InternalToType1ConversionRules]; root of factory hierarchy
2011-09-28 04:19:05,898 DEBUG [org.jzkit.z3950.server.Z3950Listener] - new Z3950Listener()
2011-09-28 04:19:05,906 DEBUG [org.jzkit.service.z3950server.JZKitBackend] - New JZKitBackend 1163726839
2011-09-28 04:19:05,931 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - setApplicationContext...
2011-09-28 04:19:05,931 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Load config: /JZKitConfig.xml
2011-09-28 04:19:05,933 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Loading rules : jar:file:/web/tomcat/webapps/geonetwork/WEB-INF/lib/jzkit-service-3.r260.geonetwork.patch.1.jar!/org/jzkit/configuration/provider/xml/DigesterRules.xml
2011-09-28 04:19:05,983 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Parsing config
2011-09-28 04:19:05,984 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - registerClasspathProfile : profiles/geo.xml (ctx=org.springframework.context.support.ClassPathXmlApplicationContext@anonymised.com: display name [org.springframework.context.support.ClassPathXmlApplicationContext@anonymised.com...]; startup date [Wed Sep 28 04:19:04 GMT+00:00 2011]; root of context hierarchy)
2011-09-28 04:19:05,985 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - processing config file:/web/tomcat/webapps/geonetwork/WEB-INF/classes/profiles/geo.xml
2011-09-28 04:19:06,038 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Register profile : org.jzkit.search.util.Profile.ProfileDBO@anonymised.com...
2011-09-28 04:19:06,038 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - registerClasspathQueryCrosswalk : crosswalks/QueryModel/gils.xml
2011-09-28 04:19:06,039 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - processing crosswalk file:/web/tomcat/webapps/geonetwork/WEB-INF/classes/crosswalks/QueryModel/gils.xml
2011-09-28 04:19:06,054 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - registerClasspathQueryCrosswalk : crosswalks/QueryModel/dc.xml
2011-09-28 04:19:06,055 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - processing crosswalk file:/web/tomcat/webapps/geonetwork/WEB-INF/classes/crosswalks/QueryModel/dc.xml
2011-09-28 04:19:06,057 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - registerClasspathQueryCrosswalk : crosswalks/QueryModel/rec.xml
2011-09-28 04:19:06,057 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - processing crosswalk file:/web/tomcat/webapps/geonetwork/WEB-INF/classes/crosswalks/QueryModel/rec.xml
2011-09-28 04:19:06,058 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - registerClasspathQueryCrosswalk : crosswalks/QueryModel/geo.xml
2011-09-28 04:19:06,058 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - processing crosswalk file:/web/tomcat/webapps/geonetwork/WEB-INF/classes/crosswalks/QueryModel/geo.xml
2011-09-28 04:19:06,064 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - registerClasspathQueryCrosswalk : crosswalks/QueryModel/cql.xml
2011-09-28 04:19:06,065 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - processing crosswalk file:/web/tomcat/webapps/geonetwork/WEB-INF/classes/crosswalks/QueryModel/cql.xml
2011-09-28 04:19:06,070 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Calling register with xslt org.fao.geonet.services.util.z3950.transformers.GNTransformer
2011-09-28 04:19:06,071 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Calling register with xml::f -> html::f (xslt) = crosswalks/RecordModel/xml_to_html.xsl
2011-09-28 04:19:06,075 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection geonetwork
2011-09-28 04:19:06,075 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection applications
2011-09-28 04:19:06,076 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service GN
2011-09-28 04:19:06,076 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - applications
2011-09-28 04:19:06,076 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - geonetwork
2011-09-28 04:19:06,077 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 150.229.226.17:6668/marlin
2011-09-28 04:19:06,077 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service CSIROMAR
2011-09-28 04:19:06,077 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 150.229.226.17:6668/marlin
2011-09-28 04:19:06,078 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.3.195.251:6668/nrdd
2011-09-28 04:19:06,078 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service NSWRDD
2011-09-28 04:19:06,078 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.3.195.251:6668/nrdd
2011-09-28 04:19:06,080 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 147.109.254.5:5550/tas
2011-09-28 04:19:06,080 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service TSDD
2011-09-28 04:19:06,080 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 147.109.254.5:5550/tas
2011-09-28 04:19:06,081 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection data.aims.gov.au:5525/geonetwork
2011-09-28 04:19:06,081 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service AIMS
2011-09-28 04:19:06,081 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - data.aims.gov.au:5525/geonetwork
2011-09-28 04:19:06,082 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 66.160.183.131:5511/act
2011-09-28 04:19:06,083 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service ACT
2011-09-28 04:19:06,083 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 66.160.183.131:5511/act
2011-09-28 04:19:06,084 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.49.66.2:5550/product
2011-09-28 04:19:06,084 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service AHS
2011-09-28 04:19:06,084 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.49.66.2:5550/product
2011-09-28 04:19:06,085 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 152.91.17.20:210/anrdl
2011-09-28 04:19:06,085 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service BRS
2011-09-28 04:19:06,085 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 152.91.17.20:210/anrdl
2011-09-28 04:19:06,087 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 134.178.63.133:6668/bom_meta
2011-09-28 04:19:06,087 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service BOM
2011-09-28 04:19:06,087 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 134.178.63.133:6668/bom_meta
2011-09-28 04:19:06,088 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 155.187.2.2:6668/edd
2011-09-28 04:19:06,088 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service DIG
2011-09-28 04:19:06,088 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 155.187.2.2:6668/edd
2011-09-28 04:19:06,089 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 192.104.44.110:6668/ga
2011-09-28 04:19:06,089 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service GA
2011-09-28 04:19:06,089 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 192.104.44.110:6668/ga
2011-09-28 04:19:06,090 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 66.160.183.131:6668/dataset
2011-09-28 04:19:06,090 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service IndexGeo
2011-09-28 04:19:06,090 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 66.160.183.131:6668/dataset
2011-09-28 04:19:06,091 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 202.55.146.171:5548/mdbcprod
2011-09-28 04:19:06,092 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service MDBC
2011-09-28 04:19:06,092 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 202.55.146.171:5548/mdbcprod
2011-09-28 04:19:06,093 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 150.229.226.17:6668/neptune
2011-09-28 04:19:06,093 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service NOO
2011-09-28 04:19:06,093 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 150.229.226.17:6668/neptune
2011-09-28 04:19:06,094 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 150.191.80.24:210/NTSDD
2011-09-28 04:19:06,095 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service NTSDD
2011-09-28 04:19:06,095 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 150.191.80.24:210/NTSDD
2011-09-28 04:19:06,097 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 202.161.118.130:210/PSMA
2011-09-28 04:19:06,097 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service PSMA
2011-09-28 04:19:06,097 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 202.161.118.130:210/PSMA
2011-09-28 04:19:06,100 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.56.118.1:6668/qsiis_prod
2011-09-28 04:19:06,100 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service QSIIS
2011-09-28 04:19:06,100 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.56.118.1:6668/qsiis_prod
2011-09-28 04:19:06,101 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.46.162.95:5550/qsii2
2011-09-28 04:19:06,101 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service QSII2
2011-09-28 04:19:06,101 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.46.162.95:5550/qsii2
2011-09-28 04:19:06,102 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 59.154.117.67:5550/pages_xml
2011-09-28 04:19:06,102 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service RANDOM
2011-09-28 04:19:06,102 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 59.154.117.67:5550/pages_xml
2011-09-28 04:19:06,103 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 143.216.198.138:6668/sa
2011-09-28 04:19:06,104 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service SASID
2011-09-28 04:19:06,104 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 143.216.198.138:6668/sa
2011-09-28 04:19:06,105 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.11.140.26:6668/vicsdd
2011-09-28 04:19:06,105 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service VSDD
2011-09-28 04:19:06,105 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.11.140.26:6668/vicsdd
2011-09-28 04:19:06,106 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.11.121.51:6668/airphoto
2011-09-28 04:19:06,106 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.11.121.51:6668/biblio
2011-09-28 04:19:06,106 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.11.121.51:6668/nrm
2011-09-28 04:19:06,106 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.11.121.51:6668/eis
2011-09-28 04:19:06,107 DEBUG [org.jzkit.ServiceDirectory.SearchServiceDescriptionDBO] - add collection 203.11.121.51:6668/agency
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registering any collections from service WI
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.11.121.51:6668/agency
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.11.121.51:6668/eis
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.11.121.51:6668/airphoto
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.11.121.51:6668/biblio
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - - 203.11.121.51:6668/nrm
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Done Parsing config
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - -- initialising
2011-09-28 04:19:06,107 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - -- Scanning classpath for jzkit backend plugins
2011-09-28 04:19:06,108 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registered: JZKitZ3950PluginMetadata = org.jzkit.search.provider.z3950.JZKitZ3950PluginMetadata@anonymised.com
2011-09-28 04:19:06,108 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - -- Scanning classpath for jzkit query builders
2011-09-28 04:19:06,108 DEBUG [org.jzkit.configuration.provider.xml.InMemoryImpl] - Registered QueryBuilder: QB-CQL = org.jzkit.search.util.QueryBuilder.CQLQueryBuilder@anonymised.com
2011-09-28 04:19:06,116 DEBUG [org.jzkit.search.util.RecordConversion.FragmentTransformerService] - new FragmentTransformerService
2011-09-28 04:19:06,119 DEBUG [org.jzkit.search.util.RecordConversion.FragmentTransformerService] - FragmentTransformerService::init
2011-09-28 04:19:06,119 DEBUG [org.jzkit.search.util.RecordConversion.FragmentTransformerService] - Register Type xslt class=org.fao.geonet.services.util.z3950.transformers.GNTransformer
2011-09-28 04:19:06,121 DEBUG [org.jzkit.search.util.RecordConversion.FragmentTransformerService] - from xml::f to html::f sheet=crosswalks/RecordModel/xml_to_html.xsl type=xslt
2011-09-28 04:19:06,128 DEBUG [org.jzkit.search.impl.StatelessQueryService] - new StatelessQueryService(50,180000)
2011-09-28 04:19:06,135 DEBUG [org.jzkit.search.impl.StatelessQueryService] - init()
2011-09-28 04:19:06,149 DEBUG [org.jzkit.search.util.RecordBuilder.RecordBuilderService] - onApplicationEvent org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.context.support.ClassPathXmlApplicationContext@anonymised.com: display name [org.springframework.context.support.ClassPathXmlApplicationContext@anonymised.com]; startup date [Wed Sep 28 04:19:04 GMT+00:00 2011]; root of context hierarchy]
2011-09-28 04:19:06,149 INFO [jeeves.apphand] - Server is Enabled.
2011-09-28 04:19:06,151 INFO [jeeves.apphand] - - Schema manager...
2011-09-28 04:19:06,159 INFO [geonetwork.schemamanager] - Adding xml schema : csw-record
2011-09-28 04:19:06,156 DEBUG [org.jzkit.z3950.server.Z3950Listener] - Starting ZServer on port 2100 (timeout=300000)
2011-09-28 04:19:06,163 DEBUG [org.jzkit.z3950.server.Z3950Listener] - Waiting for connection
2011-09-28 04:19:06,231 ERROR [jeeves.xmlresolver] - proxyParams are false
2011-09-28 04:19:10,149 ERROR [jeeves.xmlresolver] - Request on http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd failed.
BadXmlResponseEx : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /schemas/schema-ident/schema-ident.xsd was not found on this server.</p>
<hr>
<address>Apache/2.2.11 (Ubuntu) DAV/2 SVN/1.5.4 mod_jk/1.2.26 PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.5 mod_perl/2.0.4 Perl/v5.10.0 Server at geonetwork-opensource.org Port 80</address>
</body></html>
at jeeves.utils.XmlRequest.doExecute(XmlRequest.java:338)
at jeeves.utils.XmlRequest.execute(XmlRequest.java:249)
at jeeves.utils.XmlResolver.resolveResource(XmlResolver.java:103)
at org.apache.xerces.util.DOMEntityResolverWrapper.resolveEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)
at org.jdom.output.SAXOutputter.startElement(SAXOutputter.java:1025)
at org.jdom.output.SAXOutputter.element(SAXOutputter.java:894)
at org.jdom.output.SAXOutputter.elementContent(SAXOutputter.java:1093)
at org.jdom.output.SAXOutputter.output(SAXOutputter.java:692)
at jeeves.utils.Xml.validateRealGuts(Xml.java:995)
at jeeves.utils.Xml.validate(Xml.java:853)
at jeeves.utils.Xml.validate(Xml.java:836)
at org.fao.geonet.kernel.SchemaManager.processSchemas(SchemaManager.java:1007)
at org.fao.geonet.kernel.SchemaManager.<init>(SchemaManager.java:128)
at org.fao.geonet.kernel.SchemaManager.getInstance(SchemaManager.java:147)
at org.fao.geonet.Geonetwork.start(Geonetwork.java:272)
at jeeves.server.JeevesEngine.initAppHandler(JeevesEngine.java:515)
at jeeves.server.JeevesEngine.init(JeevesEngine.java:160)
at jeeves.server.sources.http.JeevesServlet.init(JeevesServlet.java:76)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4226)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:975)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:938)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1193)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
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:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
2011-09-28 04:19:10,152 ERROR [geonetwork.schemamanager] - Failed whilst validating schema-ident file /web/tomcat/webapps/geonetwork/xml/schemas/csw-record/schema-ident.xml. Exception message if any is null
java.lang.NullPointerException
at org.jdom.output.XMLOutputter.printElement(XMLOutputter.java:862)
at org.jdom.output.XMLOutputter.output(XMLOutputter.java:428)
at org.jdom.output.XMLOutputter.outputString(XMLOutputter.java:572)
at jeeves.utils.Xml.getString(Xml.java:488)
-----Original Message-----
From: Simon.Pigot@anonymised.com [mailto:Simon.Pigot@anonymised.com]
Sent: Friday, 30 September 2011 11:15 PM
To: Murray Henderson; geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
I'd say the oasis catalog WEB-INF/oasis-catalog.xml (which is the one that maps the URL http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd to the local filesystem path INSTALL_DIR/xml/validation/schemaPlugins/schema-ident.xsd) is not being loaded. Has it been deleted or left out of the install in the dev env?
Cheers,
Simon
________________________________________
From: Murray Henderson [M.Henderson@anonymised.com]
Sent: Wednesday, 28 September 2011 3:47 PM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] Schemas are not loading [SEC=UNCLASSIFIED]
Hi all,
I am trying to deploy GeoNetwork 2.7 (revision 8059) to a development environment, and I can't get the included schemas to load. The list of schemas on the Administration page is empty.
The logs indicate that GeoNetwork is trying to download http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd (which does not exist - 404) while validating each xml/schemas/*/schema-ident.xml file.
I have this version of GeoNetwork 2.7 running fine on other machines. For some reason GeoNetwork attempts to download that file only on the development environment (of which I have little control over). Any ideas or clues about what might be causing this behaviour?
Cheers,
Murray
2011-09-28 03:00:05,768 INFO [jeeves.apphand] - Server is Enabled.
2011-09-28 03:00:05,770 INFO [jeeves.apphand] - - Schema manager...
2011-09-28 03:00:05,772 DEBUG [org.jzkit.z3950.server.Z3950Listener] - Starting ZServer on port 2100 (timeout=300000)
2011-09-28 03:00:05,774 DEBUG [org.jzkit.z3950.server.Z3950Listener] - Waiting for connection
2011-09-28 03:00:05,847 ERROR [jeeves.xmlresolver] - proxyParams are false
2011-09-28 03:00:07,424 ERROR [jeeves.xmlresolver] - Request on http://geonetwork-opensource.org/schemas/schema-ident/schema-ident.xsd failed.
BadXmlResponseEx : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /schemas/schema-ident/schema-ident.xsd was not found on this server.</p> <hr>
<address>Apache/2.2.11 (Ubuntu) DAV/2 SVN/1.5.4 mod_jk/1.2.26 PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g Phusion_Passenger/2.2.5 mod_perl/2.0.4 Perl/v5.10.0 Server at geonetwork-opensource.org Port 80</address> </body></html>
at jeeves.utils.XmlRequest.doExecute(XmlRequest.java:338)
at jeeves.utils.XmlRequest.execute(XmlRequest.java:249)
at jeeves.utils.XmlResolver.resolveResource(XmlResolver.java:103)
at org.apache.xerces.util.DOMEntityResolverWrapper.resolveEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.findSchemaGrammar(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)
at org.jdom.output.SAXOutputter.startElement(SAXOutputter.java:1025)
at org.jdom.output.SAXOutputter.element(SAXOutputter.java:894)
at org.jdom.output.SAXOutputter.elementContent(SAXOutputter.java:1093)
at org.jdom.output.SAXOutputter.output(SAXOutputter.java:692)
at jeeves.utils.Xml.validateRealGuts(Xml.java:995)
at jeeves.utils.Xml.validate(Xml.java:853)
at jeeves.utils.Xml.validate(Xml.java:836)
at org.fao.geonet.kernel.SchemaManager.processSchemas(SchemaManager.java:1007)
at org.fao.geonet.kernel.SchemaManager.<init>(SchemaManager.java:128)
at org.fao.geonet.kernel.SchemaManager.getInstance(SchemaManager.java:147)
at org.fao.geonet.Geonetwork.start(Geonetwork.java:272)
at jeeves.server.JeevesEngine.initAppHandler(JeevesEngine.java:515)
at jeeves.server.JeevesEngine.init(JeevesEngine.java:160)
at jeeves.server.sources.http.JeevesServlet.init(JeevesServlet.java:76)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4226)
at org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1175)
at org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:510)
at org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:104)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:662)
2011-09-28 03:00:07,426 ERROR [geonetwork.schemamanager] - Failed whilst validating schema-ident file /web/tomcat/webapps/geonetwork/xml/schemas/iso19139.mcp/schema-ident.xml.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork