[Dspace-tech] UI Buttons and Blank Pages

2007-02-01 Thread Alvin Hutchinson
For some reason I am getting blank pages whenver a user must click on any
buttons to, for example:

View the full item record
Search
Browse
Subscribe
etc.

*Most* links work fine. The exceptions are when choosing browse by title or
author from the main menu, then selecting a letter to jump to in the
alphabet; that also returns a blank screen. So I am thinking that there may
be a problem that inadvertently disables or doesn't find javascript files
that is used for these actions.

This is on our production server and the only difference with our
development box is that I recently configured the former to work with
Apache-Tomcat connectors (using the files: mod_jk.so, mod_jk.conf,
workers.properties, etc). Is there something in these files that might clue
me in?

Neither the Tomcat or Dspace logs indicate anything fishy. View Source for
these blank pages are equally blank. For what it's worth, the site is at:
http://si-pddr.si.edu/dspace/

I suspect that this is not a DSpace question but rather an Apache-Tomcat
server configuration question. So please pardon me.

Any advice is greatly appreciated.

Alvin Hutchinson
Smithsonian Institution Libraries
202.633.1031


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Uminoh add-on 1.1 for Dspace 1.4.2

2009-02-12 Thread Alvin Hutchinson

Can you say which add-on from Uminho you are trying to install? Is it the
statistics or the request copy or another?

Also, when you say it failed, can you be more specific? Were you unable to
deploy after the update or is it just the add-on that doesn't work?

Alvin Hutchinson
Smithsonian Institution Libraries
hutchins...@si.edu


Hello ,

I was trying to install Uminoh add-on 1.1 for Dspace 1.4.2, previously one
of my colleague tried to do it but failed . I want to try it again .

If anyone out there has installed this addon for Dspace 1.4.2 .Could you
guide me how to install this  .

For reference this is what I am running



Java1.5.0_15

Tomcat  4.3.31

Ant 1.6.5

Postgres8.1.4

Dspace  1.4.2




--
Create and Deploy Rich Internet Apps outside the browser with
Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code
to
build responsive, highly engaging applications that combine the power of
local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



-- 
View this message in context: 
http://www.nabble.com/Uminoh-add-on-1.1-for-Dspace-1.4.2-tp21957666p21980093.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] internal system error while submitting an item in the last step granting license

2009-03-17 Thread Alvin Hutchinson

I have also had the same error message (using DSpace 1.3.2) but have not been
able to get to the bottom of it.

I see that someone else had posted to the list in 2007 (
http://www.nabble.com/cant-add-an-item-to-dspace-to13247761.html#a13247859
http://www.nabble.com/cant-add-an-item-to-dspace-to13247761.html#a13247859 )
and only one reply stating to ensure the dspace.cfg settings for email
notification were correct.

If you are able to figure this out, I would also be interested in knowing
what you did to fix it.

-Alvin Hutchinson
Smithsonian Institution Libraries



Ma, Wenling wrote:
> 
> Hello DSpace community,
> 
> I am a new comer of DSpace(version dspace-1.5.1)
> After creating community and collection, I tried to submit an item for the
> collection. At the last step, once press "I grant the License", Internal
> System error,"The system has experienced an internal error. Please try to
> do what you were doing again, and if the problem persists, please contact
> us so we can fix the problem",  always shows up. The log file for dspace
> is as fellowing:
> 
> 03-13 11:11:04,505 ERROR org.dspace.app.webui.servlet.SubmissionController
> @ Error loading step class'org.dspace.submit.step.CompleteStep':
> java.lang.NullPointerException
>  at java.util.Hashtable.put(Unknown Source)
>  at org.dspace.core.Email.send(Email.java:267)
>  at
> org.dspace.workflow.WorkflowManager.notifyGroupOfTask(WorkflowManager.java:898)
>  at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:551)
>  at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:516)
>  at org.dspace.workflow.WorkflowManager.start(WorkflowManager.java:201)
>  at
> org.dspace.submit.step.CompleteStep.doProcessing(CompleteStep.java:115)
>  at
> org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:331)
>  at
> org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:278)
>  at
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:404)
>  at
> org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:474)
>  at
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:420)
>  at
> org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:342)
>  at
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
>  at
> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>  at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>  at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at
> org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:98)
>  at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>  at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>  at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>  at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>  at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>  at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>  at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>  at
> org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:857)
>  at
> org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:565)
>  at
> org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1509)
>  at java.lang.Thread.run(Unknown Source)
> 
> Please help me solve this problem.
> Your effort is greatly appreciated. And Thank you in advance.
> 
> Wenling Ma
> Sacred Heart University
> m...@sacredheart.edu
> 
> 
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.so