Hi we are trying to use jboss and postgresql using geonetwork. We create the database without problems, We dowdload the version 2.2.* from subversion reposotory and compile it without problems. We are using Jboss 4.0.5.G.A when we deploy the war file any try to enter to the admin of geonwtwork we get the following error in the log file:
17:51:39,515 ERROR [STDERR] (Location of error unknown)ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error
17:51:39,515 ERROR [STDERR] ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error
17:51:39,515 ERROR [STDERR] at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:327)
17:51:39,515 ERROR [STDERR] at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293)
17:51:39,515 ERROR [STDERR] at org.apache.catalina.connector.Response.flushBuffer(Response.java:537)
17:51:39,562 ERROR [STDERR] at org.apache.catalina.connector.ResponseFacade.flushBuffer(ResponseFacade.java:276)
17:51:39,562 ERROR [STDERR] at jeeves.server.sources.http.HttpServiceRequest.endStream(HttpServiceRequest.java:93)
17:51:39,562 ERROR [STDERR] at jeeves.server.dispatchers.ServiceManager.dispatchError(ServiceManager.java:697)
17:51:39,562 ERROR [STDERR] at jeeves.server.dispatchers.ServiceManager.handleError(ServiceManager.java:464)
17:51:39,562 ERROR [STDERR] at jeeves.server.dispatchers.ServiceManager.dispatch(ServiceManager.java:409)
17:51:39,562 ERROR [STDERR] at jeeves.server.JeevesEngine.dispatch(JeevesEngine.java:616)
17:51:39,562 ERROR [STDERR] at jeeves.server.sources.http.JeevesServlet.execute(JeevesServlet.java:163)
17:51:39,562 ERROR [STDERR] at jeeves.server.sources.http.JeevesServlet.doPost(JeevesServlet.java:98)
17:51:39,562 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
17:51:39,562 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
17:51:39,562 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
17:51:39,578 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
17:51:39,578 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
17:51:39,578 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
17:51:39,578 ERROR [STDERR] at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
17:51:39,578 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
17:51:39,578 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
17:51:39,578 ERROR [STDERR] at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
17:51:39,593 ERROR [STDERR] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
17:51:39,593 ERROR [STDERR] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
17:51:39,593 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
17:51:39,593 ERROR [STDERR] Caused by: java.net.SocketException: Connection reset by peer: socket write error
17:51:39,593 ERROR [STDERR] at java.net.SocketOutputStream.socketWrite0(Native Method)
17:51:39,593 ERROR [STDERR] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
17:51:39,593 ERROR [STDERR] at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
17:51:39,593 ERROR [STDERR] at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:746)
17:51:39,593 ERROR [STDERR] at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:433)
17:51:39,593 ERROR [STDERR] at org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:304)
17:51:39,593 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:991)
17:51:39,609 ERROR [STDERR] at org.apache.coyote.Response.action(Response.java:182)
17:51:39,609 ERROR [STDERR] at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:322)
17:51:39,609 ERROR [STDERR] ... 31 more
And in the browse the system says
Error The requested operation could not be performed.
NullPointerException :
Back to previous page
Also we would like to kwow witch file do we have to edit for the configuration of the database (we change config.xml, is that rigth?)
Thanks