I notice that the referenced file does not, in fact, exist (the
dspace.orgURL).  Could this be the problem?

On Tue, Feb 23, 2010 at 12:19 PM, Matt Cleveland <mgclevel...@gmail.com>wrote:

> Hi Peter,
>
> I tried both of those steps.  Now I get alternating errors.  It's either
> the one previously listed or the following:
>
>
> HTTP Status 500 -
> ------------------------------
>
> *type* Exception report
>
> *message*
>
> *description* *The server encountered an internal error () that prevented
> it from fulfilling this request.*
>
> *exception*
>
> org.apache.jasper.JasperException: The absolute uri: 
> http://www.dspace.org/dspace-tags.tld cannot be resolved in either web.xml or 
> the jar files deployed with this application
>
>       
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
>       
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
>       
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
>
>       
> org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:315)
>       
> org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:148)
>       org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:429)
>
>       org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
>       org.apache.jasper.compiler.Parser.parseElements(Parser.java:1439)
>       org.apache.jasper.compiler.Parser.parse(Parser.java:137)
>       
> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:255)
>
>       
> org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
>       org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:170)
>       org.apache.jasper.compiler.Compiler.compile(Compiler.java:332)
>       org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
>
>       org.apache.jasper.compiler.Compiler.compile(Compiler.java:299)
>       
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
>       
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
>
>
>       org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
>       org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
>       javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>       
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       java.lang.reflect.Method.invoke(Method.java:597)
>
>       org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:269)
>       java.security.AccessController.doPrivileged(Native Method)
>       javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>       org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:301)
>
>       
> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
>
> *note* *The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.20 logs.*
>
>
> On Tue, Feb 23, 2010 at 12:15 PM, Peter Dietz <dietz...@osu.edu> wrote:
>
>> Agreed, it looks more like a java/tomcat/permissions issue.
>>
>> double check
>> http://wiki.dspace.org/index.php/Installing_DSpace_1.5_on_Ubuntu_8.04
>>
>> I would:
>> stop tomcat
>> rm -Rf /[tomcat]/work/*
>> restart tomcat
>> check it out
>>
>> If still an issue,
>> chown [dspace]/webapps to the user,
>> chown [tomcat]/webapps to the user,
>> chmod files to be read/executable,
>> and restart tomcat.
>>
>> Also be sure to use the sun release of java, not the open one.
>> Also, double check that your disk isn't full
>>
>>
>> On Tue, Feb 23, 2010 at 1:51 PM, King, Lance <lance.k...@ttu.edu> wrote:
>>
>>>  What JAVA JDK Version are you running on what version of dspace … this
>>> looks more like a JAVA issue
>>>
>>>
>>>
>>> *From:* Matt Cleveland [mailto:mgclevel...@gmail.com]
>>> *Sent:* Tuesday, February 23, 2010 12:40 PM
>>> *To:* dspace-tech@lists.sourceforge.net
>>> *Subject:* [Dspace-tech] jspui not loading
>>>
>>>
>>>
>>> Hello all,
>>>
>>> I've recently deployed a new instance of dspace with tomcat6.  Tomcat is
>>> set up fine and I get the "congrats" page with I view xxx.xxx.xxx.xxx:8080.
>>> However, when I try to load jspui, i get the following error.  My logs so
>>> far have yielded little more information that this.  Thanks in advance!
>>>
>>> matt
>>> HTTP Status 500 -
>>> ------------------------------
>>>
>>> *type* Exception report
>>>
>>> *message*
>>>
>>> *description* *The server encountered an internal error () that
>>> prevented it from fulfilling this request.*
>>>
>>> *exception*
>>>
>>> org.apache.jasper.JasperException: org.apache.jasper.JasperException: 
>>> Unable to load class for JSP
>>>
>>>         
>>> org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:156)
>>>
>>>         
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)
>>>
>>>         
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
>>>
>>>         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
>>>
>>>         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>>
>>>         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>
>>>         
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>
>>>         
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>
>>>         java.lang.reflect.Method.invoke(Method.java:597)
>>>
>>>         
>>> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:269)
>>>
>>>         java.security.AccessController.doPrivileged(Native Method)
>>>
>>>         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>>>
>>>         
>>> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:301)
>>>
>>>         
>>> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel&#174; Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> DSpace-tech mailing list
>>> DSpace-tech@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>>
>>>
>>
>>
>> --
>> Peter Dietz
>> Systems Developer/Engineer
>> Ohio State University Libraries
>>
>>
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to