[Dspace-tech] Internal server error after Solaris 9 install

0 vue
Accéder directement au premier message non lu

Stephen Gallacher

non lue,
21 août 2015, 17:01:3321/08/2015
à dspac...@lists.sourceforge.net
I have attempted to install Dspace on a Solaris 9 system which had all the
contributed software, now included with Solaris, pre-installed.
This consisted of Java2 1.4.0, Tomcat 4.0.1, Apache 1.3.27.
mod_webapp is also pre-installed.

I then installed Ant 1.4 and Postgres 7.2.3 and followed the installation
steps as per the notes.
I had to repeat the steps a few times as I had not used the correct usernames
and not repeated from a clean install.

Now everything installs without any errors and when I connect to the home
page, index.jsp, I get the java exception message below.
Is the problem to do with a conflict between the jar files in dspace's lib
directory and the files included with the tomcat install, activation.jar,
mail.jar, servlet.jar and xerces.jar ?

Has anyone else successfully installed DSpace on a Solaris 9 + contrib system ?

Thanks for any help,

Stephen Gallacher


--------------------------------------------------------------------
An internal server error occurred on https://demo:

Date: 4/2/03 10:23 AM
Session ID: 041772C362B4C8D1C234C9A128051211

-- URL Was: https://demo/index.jsp
-- Method: GET
-- Parameters were:

Exception:
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHandler.java:215)
at
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:194)
at java.lang.Thread.run(Thread.java:536)


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

Greg McClellan

non lue,
21 août 2015, 17:01:3421/08/2015
à Stephen Gallacher,dspac...@lists.sourceforge.net
Hi Stephen,

Looks like a mod_webapp problem to me.

Are you able to connect to DSpace directly through tomcat? Should be
something like http://demo:8080/index.jsp (note http instead of
https).

Greg


At 3:16 PM +0100 4/7/03, Stephen Gallacher wrote:
>I have attempted to install Dspace on a Solaris 9 system which had all the
>contributed software, now included with Solaris, pre-installed.
>This consisted of Java2 1.4.0, Tomcat 4.0.1, Apache 1.3.27.
>mod_webapp is also pre-installed.
>
>I then installed Ant 1.4 and Postgres 7.2.3 and followed the installation
>steps as per the notes.
>I had to repeat the steps a few times as I had not used the correct usernames
>and not repeated from a clean install.
>
>Now everything installs without any errors and when I connect to the home
>page, index.jsp, I get the java exception message below.
>Is the problem to do with a conflict between the jar files in dspace's lib
>directory and the files included with the tomcat install, activation.jar,
>mail.jar, servlet.jar and xerces.jar ?
>
>Has anyone else successfully installed DSpace on a Solaris 9 +
>contrib system ?
>
>Thanks for any help,
>
>Stephen Gallacher
>
>
>--------------------------------------------------------------------
>An internal server error occurred on https://demo:

--
Greg McClellan g...@mit.edu
DSpace Systems Manager 617-452-2748
MIT Libraries

Stephen Gallacher

non lue,
21 août 2015, 17:01:4321/08/2015
à Greg McClellan,dspac...@lists.sourceforge.net
Hi Greg,
I have got tomcat set to port 8008 in server.xml, but it does not
return if I point my browser at it.

I should have included the rest of the error rather than only the part
returned as a mail message :-
:
:
at java.lang.Thread.run(Thread.java:536)

root cause

java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:103)
at org.apache.jasper.parser.ParserUtils.parseXMLDocument(ParserUtils.java:183)
at
org.apache.jasper.compiler.TldLocationsCache.processWebDotXml(TldLocationsCache.java:165)
at org.apache.jasper.compiler.TldLocationsCache.(TldLocationsCache.java:138)
at org.apache.jasper.EmbededServletOptions.(EmbededServletOptions.java:324)
at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:266)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
Stephen.
Répondre à tous
Répondre à l'auteur
Transférer
0 nouveau message