Re: [Dspace-tech] Internal system error while trying to submit with a new field

2015-04-28 Thread ribin . jones
Thanks Christian. It worked !!!

Ribin Jones S.B 



- Original Message -
From: Christian Scheible christian.schei...@uni-konstanz.de
To: dspace-tech@lists.sourceforge.net
Sent: Tuesday, 28 April, 2015 11:22:39 AM
Subject: Re: [Dspace-tech] Internal system error while trying to submit with a 
new field

Hi,

You have to add it to your database first.
For xmlui it is like this:
https://wiki.duraspace.org/display/DSPACE/Add+a+new+metadata+field


Am 28.04.2015 um 06:54 schrieb ribin.jo...@niist.res.in:
 Hi,

 I am running Dspace 5.1 in ubuntu 14.04. I got the installation successful. 
 Now, I wanted to add some more fields during an item submission process. I 
 added suitable entries in input-forms.xml and still I get Internal system 
 error while entering the data to the newly added field and try to submit the 
 item. Below is the logs:

 2015-04-28 10:37:12,324 INFO  org.dspace.content.Item @ 
 ribin.jo...@niist.res.in:session_id=7D19CE9842326C825D77DB3FD08DFE06:ip_addr=10.10.50.201:update_item:item_id=37
 2015-04-28 10:37:12,415 INFO  org.dspace.content.MetadataSchema @ Loading 
 schema cache for fast finds
 2015-04-28 10:37:12,434 WARN  org.dspace.content.DSpaceObject @ Invalid 
 metadata field: [dc.objective] : [jj]
 2015-04-28 10:37:12,436 ERROR 
 org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
 class'org.dspace.submit.step.DescribeStep':
 java.sql.SQLException: Invalid metadata field: [dc.objective]
  at 
 org.dspace.content.DSpaceObject.updateMetadata(DSpaceObject.java:122)
  at org.dspace.content.Item.update(Item.java:1100)
  at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:517)
  at 
 org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:341)
  at 
 org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:401)
  at 
 org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:252)
  at 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:491)
  at 
 org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:427)
  at 
 org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
  at 
 org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
  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:66)
  at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at 
 org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
  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:127)
  at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
  at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
  at 
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
  at java.lang.Thread.run(Thread.java:745)

 Objecteive is the newly added field in the item submission form.

 Seems I am missing something here...Can someone help guide me for adding a 
 nee entry in the submit form?

 Thanks,

 Ribin Jones S.B

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech

Re: [Dspace-tech] Internal system error while trying to submit with a new field

2015-04-27 Thread Christian Scheible
Hi,

You have to add it to your database first.
For xmlui it is like this:
https://wiki.duraspace.org/display/DSPACE/Add+a+new+metadata+field


Am 28.04.2015 um 06:54 schrieb ribin.jo...@niist.res.in:
 Hi,

 I am running Dspace 5.1 in ubuntu 14.04. I got the installation successful. 
 Now, I wanted to add some more fields during an item submission process. I 
 added suitable entries in input-forms.xml and still I get Internal system 
 error while entering the data to the newly added field and try to submit the 
 item. Below is the logs:

 2015-04-28 10:37:12,324 INFO  org.dspace.content.Item @ 
 ribin.jo...@niist.res.in:session_id=7D19CE9842326C825D77DB3FD08DFE06:ip_addr=10.10.50.201:update_item:item_id=37
 2015-04-28 10:37:12,415 INFO  org.dspace.content.MetadataSchema @ Loading 
 schema cache for fast finds
 2015-04-28 10:37:12,434 WARN  org.dspace.content.DSpaceObject @ Invalid 
 metadata field: [dc.objective] : [jj]
 2015-04-28 10:37:12,436 ERROR 
 org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
 class'org.dspace.submit.step.DescribeStep':
 java.sql.SQLException: Invalid metadata field: [dc.objective]
  at 
 org.dspace.content.DSpaceObject.updateMetadata(DSpaceObject.java:122)
  at org.dspace.content.Item.update(Item.java:1100)
  at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:517)
  at 
 org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:341)
  at 
 org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:401)
  at 
 org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:252)
  at 
 org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:491)
  at 
 org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:427)
  at 
 org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
  at 
 org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
  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:66)
  at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at 
 org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
  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:127)
  at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
  at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
  at 
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
  at java.lang.Thread.run(Thread.java:745)

 Objecteive is the newly added field in the item submission form.

 Seems I am missing something here...Can someone help guide me for adding a 
 nee entry in the submit form?

 Thanks,

 Ribin Jones S.B

 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



-- 
Christian Scheible
Softwareentwickler / Abt. Content-basierte Dienste
Kommunikations-, Informations- und Medienzentrum (KIM)
Universität Konstanz
78457 

Re: [Dspace-tech] Internal system error

2014-11-13 Thread Keir Vaughan-Taylor
You need to look in your logs.

It looks like you get this error when you are logging in.

if you have a linux machine bring up a terminal window run the command

tail -f todaysLogFile

then log in and generate the error.
Cut and past the resulting log error back to the user group.



On Thu, 2014-11-13 at 19:28 +, Mary Weppler-Selear wrote:
 We have been receiving an internal system error over the past few days
 (see attachment), intermittently and now it appears to be occurring
 more frequently.  Not sure where I should look first to address.  I
 have been doing some configuring in the command line, and recently set
 up SMTP email settings, though I didn’t notice any issues directly
 following reconfiguration.   
 
 
 Thanks!
 Mary
 
 Mary Weppler
 Archivist, Design  Construction
 UC Merced
 209.228.0402
 209.205.8163 (cell)
 
 
 --
 Comprehensive Server Monitoring with Site24x7.
 Monitor 10 servers for $9/Month.
 Get alerted through email, SMS, voice calls or mobile push notifications.
 Take corrective actions from your mobile device.
 http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
 ___ DSpace-tech mailing list 
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal System Error after Login

2014-10-03 Thread Mary
Andrea Bollini a.bollini@... writes:

 
 
 Hi Mary,
   it looks like you have an incomplete database.
   Are you trying to upgrade a previous installation or it is a 
fresh
   one?
   take a look to this 
filehttps://github.com/Cineca/DSpace/blob/dspace-cris-
master/dspace/etc/postgres/addon-crismodule.sql
   or if you use 
oraclehttps://github.com/Cineca/DSpace/blob/dspace-cris-
master/dspace/etc/oracle/addon-crismodule.sql
   on line 79 you have the rpage table definition with the 
sourceref
   column.
   If you are updating an existent dspace-cris installation be sure
   to runhttps://github.com/Cineca/DSpace/blob/dspace-cris-
master/dspace/etc/postgres/update-crismodule_321_to_4.sql
   (see line 12 for reference)
   Hope this help,
   Andrea
   Il 25/09/2014 08.03, Mary Choi ha scritto:
 
 
   !--
 .hmmessage P
 {
 margin:0px;
 padding:0px
 }
 body.hmmessage
 {
 font-size: 12pt;
 font-family:Calibri
 }
 --
 
   Hi all,
   
   
 I
   have just installed D​Space-CRIS Installation
 (Development for 4.x.x) and
   discovered that there is a problem with the account
   registration and login.  It could validate the accounts 
so
   there should be no problem with the database connection.
   After checking the logs, I found out that the problem 
was
   the column researcher0_.sourceref does not exist but I 
had
   no idea on how to solve this problem. Any ideas? Thank
   you for your help.
   
   Here are
 the messages shown in dspace.log​:
 
   2014-09-25 12:02:13,799 INFO
   org.dspace.authenticate.PasswordAuthentication  at 
   
anonymous:session_id=80CE880BB2219B91D5669975E7DFBFA2:ip_addr=175.159.73
.163:authenticate:attempting
   password auth of user=email-
q89rzv0o...@public.gmane.org 
   2014-09-25 12:02:13,814 WARN
 org.hibernate.engine.jdbc.spi.SqlExceptionHelper  at  
SQL
 Error: 0, SQLState: 42703 
   2014-09-25 12:02:13,814 ERROR
 org.hibernate.engine.jdbc.spi.SqlExceptionHelper  at 
 ERROR: column researcher0_.sourceref does not exist
 Position: 103
 
   
   Best Regards,
 
   Mary
 
 
   
   
--
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS 
Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 http://pubads.g.doubleclick.net/gampad/clk?
id=154622311iu=/4140/ostg.clktrk
   ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 
 -- 
 Andrea Bollini
 Soluzioni per la Ricerca Istituzionale
 Cineca
 
 Via dei Tizii, 6
 00185 Roma, Italy
 tel. +39 06 44 486 087 - mob. +39 348 82 77 525
 http://www.cineca.it 
   
 
 --

 Slashdot TV.  Videos for Nerds.  Stuff that Matters.
 http://pubads.g.doubleclick.net/gampad/clk?
id=160591471iu=/4140/ostg.clktrk
 
 --

 Slashdot TV.  Videos for Nerds.  Stuff that Matters.
 http://pubads.g.doubleclick.net/gampad/clk?
id=160591471iu=/4140/ostg.clktrk


The actual situation was actually quite messy. I was gonna install a 
dspace cris instance on a server with an existing dspace 3 instance but 
problems aroused and I'm facing this problem at the moment. I just gave 
it a shot and the problem is solved. Thank you very much Andrea! Do you 
mind if I post the solution to other websites where I issued the same 
question?




--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal System Error after Login

2014-09-29 Thread Andrea Bollini

Hi Mary,
it looks like you have an incomplete database.
Are you trying to upgrade a previous installation or it is a fresh one?
take a look to this file
https://github.com/Cineca/DSpace/blob/dspace-cris-master/dspace/etc/postgres/addon-crismodule.sql
or if you use oracle
https://github.com/Cineca/DSpace/blob/dspace-cris-master/dspace/etc/oracle/addon-crismodule.sql

on line 79 you have the rpage table definition with the sourceref column.
If you are updating an existent dspace-cris installation be sure to run
https://github.com/Cineca/DSpace/blob/dspace-cris-master/dspace/etc/postgres/update-crismodule_321_to_4.sql
(see line 12 for reference)

Hope this help,
Andrea



Il 25/09/2014 08.03, Mary Choi ha scritto:

Hi all,

I have just installed DSpace-CRIS Installation (Development for 
4.x.x) and discovered that there is a problem with the account 
registration and login.  It could validate the accounts so there 
should be no problem with the database connection. After checking the 
logs, I found out that the problem was the 
column researcher0_.sourceref does not exist but I had no idea on how 
to solve this problem. Any ideas?

Thank you for your help.

Here are the messages shown in dspace.log:
2014-09-25 12:02:13,799 INFO 
org.dspace.authenticate.PasswordAuthentication @ 
anonymous:session_id=80CE880BB2219B91D5669975E7DFBFA2:ip_addr=175.159.73.163:authenticate:attempting 
password auth of user=em...@xxx.com
2014-09-25 12:02:13,814 WARN 
org.hibernate.engine.jdbc.spi.SqlExceptionHelper @ SQL Error: 0, 
SQLState: 42703
2014-09-25 12:02:13,814 ERROR 
org.hibernate.engine.jdbc.spi.SqlExceptionHelper @ ERROR: column 
researcher0_.sourceref does not exist Position: 103


Best Regards,
Mary


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Andrea Bollini
Soluzioni per la Ricerca Istituzionale
Cineca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it

--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal System Error after loading jspui

2014-02-24 Thread Sergi Garcia Besora
Hello,

I have reinstalled Dspace, this time with a Tomcat downloaded from the Apache 
site and not from the the Linux distribution repositories. After some 
configuration for dspace user I have finaly installed a Dspace with no Internal 
System Error from the jspui page.

When I have time I amb going to post my own guide of Dspace installation on an 
Ubuntu 12.04 LTS.

Thank you for you help.

--
Sergi


- Original Message -
From: sergi.garcia sergi.gar...@eug.es
To: dspace-tech@lists.sourceforge.net
Sent: Jueves, 20 de Febrero 2014 15:00:06
Subject: [Dspace-tech] Internal System Error after loading jspui

Hi,

After installing Dspace 4.0 a I point my browser to the JSP User Interface:

http://dspace.eug.es:8081/jspui

The Web page shows an Internal System Error message at the bottom.

The XML User Interface, Works fine:

http://dspace.eug.es:8081/xmlui

I look for the Tomcat logs for error messages and I found the following
error message. 

First of all I amb going to show you my hosts file:

127.0.0.1   localhost
127.0.0.1   dspace.eug.es   dspace

And here comes my error message:

Feb 20, 2014 2:36:17 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [jsp] in context with path [/jspui]
threw exception [org.apache.jasper.JasperException: An exception occurred
processing JSP page /index.jsp at line 59

56: SiteHomeProcessor[] chp = (SiteHomeProcessor[])
PluginManager.getPluginSequence(SiteHomeProcessor.class);
57: for (int i = 0; i  chp.length; i++)
58: {
59: chp[i].process(context, request, response);
60: }
61: }
62: catch (Exception e)


Stacktrace:] with root cause
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server
at http://dspace.eug.es:8081/solr/search returned non ok status:500,
message:Internal Server Error
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
at
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
at
org.dspace.discovery.SolrServiceImpl.search(SolrServiceImpl.java:1556)
at
org.dspace.browse.SolrBrowseDAO.getSolrResponse(SolrBrowseDAO.java:189)
at org.dspace.browse.SolrBrowseDAO.doQuery(SolrBrowseDAO.java:288)
at org.dspace.browse.BrowseEngine.browseMini(BrowseEngine.java:164)
at
org.dspace.app.webui.components.RecentSubmissionsManager.getRecentSubmissions(RecentSubmissionsManager.java:89)
at
org.dspace.app.webui.components.RecentSiteSubmissions.process(RecentSiteSubmissions.java:47)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:120)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
at

Re: [Dspace-tech] Internal System Error after loading jspui

2014-02-21 Thread Sergi Garcia Besora
Hello Teo,


As you told me I tested if Solr is working @ http://localhost:8081/solr/ and 
it is working.

Then why it is not working ? 

What do you suggest ?

Change something from solr web.xml ?

Change something from solrconfig.xml ?

Thank you for your help,

--
Sergi

- Original Message -
From: Teo Tokis teoto...@gmail.com
To: sergi.garcia sergi.gar...@eug.es
Cc: dspace-tech@lists.sourceforge.net
Sent: Viernes, 21 de Febrero 2014 9:25:06
Subject: Re: [Dspace-tech] Internal System Error after loading jspui


Hey Seri, 
it seems like a Solr's problem. 

A solution to your problem is to copy the folder 
[dspace-installation-directory]\webapps\solr to C:\Program Files\Apache 
Software Foundation\Apache Tomcat (your version)\webapps (or wherever is the 
Tomcat's installation directory). 


Then you can test if Solr is working @ http://localhost:8081/solr/ 


Teo. 



2014-02-20 16:00 GMT+02:00 sergi.garcia  sergi.gar...@eug.es  : 


Hi, 

After installing Dspace 4.0 a I point my browser to the JSP User Interface: 

http://dspace.eug.es:8081/jspui 

The Web page shows an Internal System Error message at the bottom. 

The XML User Interface, Works fine: 

http://dspace.eug.es:8081/xmlui 

I look for the Tomcat logs for error messages and I found the following 
error message. 

First of all I amb going to show you my hosts file: 

127.0.0.1 localhost 
127.0.0.1 dspace.eug.es dspace 

And here comes my error message: 

Feb 20, 2014 2:36:17 PM org.apache.catalina.core.StandardWrapperValve invoke 
SEVERE: Servlet.service() for servlet [jsp] in context with path [/jspui] 
threw exception [org.apache.jasper.JasperException: An exception occurred 
processing JSP page /index.jsp at line 59 

56: SiteHomeProcessor[] chp = (SiteHomeProcessor[]) 
PluginManager.getPluginSequence(SiteHomeProcessor.class); 
57: for (int i = 0; i  chp.length; i++) 
58: { 
59: chp[i].process(context, request, response); 
60: } 
61: } 
62: catch (Exception e) 


Stacktrace:] with root cause 
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server 
at http://dspace.eug.es:8081/solr/search returned non ok status:500, 
message:Internal Server Error 
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
 
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
 
at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90) 
at 
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301) 
at 
org.dspace.discovery.SolrServiceImpl.search(SolrServiceImpl.java:1556) 
at 
org.dspace.browse.SolrBrowseDAO.getSolrResponse(SolrBrowseDAO.java:189) 
at org.dspace.browse.SolrBrowseDAO.doQuery(SolrBrowseDAO.java:288) 
at org.dspace.browse.BrowseEngine.browseMini(BrowseEngine.java:164) 
at 
org.dspace.app.webui.components.RecentSubmissionsManager.getRecentSubmissions(RecentSubmissionsManager.java:89)
 
at 
org.dspace.app.webui.components.RecentSiteSubmissions.process(RecentSiteSubmissions.java:47)
 
at org.apache.jsp.index_jsp._jspService(index_jsp.java:120) 
at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) 
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432) 
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390) 
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) 
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
 
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
 
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
 
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
 
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
 
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168) 
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) 
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927) 
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) 
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
 
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
 
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309

Re: [Dspace-tech] Internal System Error after loading jspui

2014-02-21 Thread helix84
On Fri, Feb 21, 2014 at 9:25 AM, Teo Tokis teoto...@gmail.com wrote:
 A solution to your problem is to copy the folder
 [dspace-installation-directory]\webapps\solr to C:\Program Files\Apache
 Software Foundation\Apache Tomcat (your version)\webapps (or wherever is
 the Tomcat's installation directory).

Yes, this is a problem in Solr, but this is most likely not the right fix.

If you were getting a 404 error, this would be one way to fix that
problem - the other way that would I recommend being pointing your
Context in Tomcat's configuration to [dspace]\webapps\solr.

But you're getting a 500 error, which is a generic code that says you
should look at Solr's logs to see what the error is. You can find
Solr's logs in Tomcat's logs (catalina.out).



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Internal System Error Dspace 4.0

2014-01-22 Thread Teo Tokis
Hey Eric,
it seems like a Solr's problem.
A solution to your problem is to copy the folder
[dspace-installation-directory]\webapps\solr to C:\Program Files\Apache
Software Foundation\Apache Tomcat (your version)\webapps (or wherever is
the Tomcat's installation directory).

Then you can test if Solr is working @ http://localhost:8080/solr/

Teo.


2014/1/20 Eric Martyns martynse...@gmail.com

 Hey guys,
 i just installed dspace 4.0, but i get this internal system error
 displaying at
 the bottom page. Plz how do i resolve this.

 Thanks
 Best Regards
 Martyns Eric


 --
 CenturyLink Cloud: The Leader in Enterprise Cloud Services.
 Learn Why More Businesses Are Choosing CenturyLink Cloud For
 Critical Workloads, Development Environments  Everything In Between.
 Get a Quote or Start a Free Trial Today.

 http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal System Error Dspace 4.0

2014-01-21 Thread Mark H. Wood
On Mon, Jan 20, 2014 at 07:59:13AM +0100, Eric Martyns wrote:
 I installed the Dspace 4.0 but
 in the jspui interface i'm getting an error message
 under the green bar Dspace at my university
 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

When you are the person who installed DSpace, this message ...contact
us... means contact YOU.  So that you can look in the DSpace and
servlet container (e.g. Tomcat) log files to see what the actual error
was.

If the logs do not make clear what to do, post the relevant log
records and we'll try to help you interpret them.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.


signature.asc
Description: Digital signature
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal System Error Dspace 4.0

2014-01-21 Thread Tim Donohue
Hi,

That Internal System Error message is a generic DSpace system message 
which, unfortunately, does not provide the information we need to help 
you resolve the problem. In order to figure out what the real underlying 
error is, you'll have to look at the DSpace Log files.

Please see the How to Troubleshoot an Error page for information about 
finding the error in the log files:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Once you locate the error in the logs, if you cannot figure out the 
problem, feel free to send the full error message to this listserv. Much 
more information is available on the above wiki page.

Good Luck,

- Tim


On 1/19/2014 8:13 PM, Eric Martyns wrote:
 Hey guys,
 i just installed dspace 4.0, but i get this internal system error
 displaying at
 the bottom page. Plz how do i resolve this.

 Thanks
 Best Regards
 Martyns Eric


 --
 CenturyLink Cloud: The Leader in Enterprise Cloud Services.
 Learn Why More Businesses Are Choosing CenturyLink Cloud For
 Critical Workloads, Development Environments  Everything In Between.
 Get a Quote or Start a Free Trial Today.
 http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Internal System Error Dspace 4.0

2014-01-20 Thread Kostas Stamatis
Hi,

 

Have you deployed SOLR webapp as well?

 

Please, paste the log error so as to see what happens, but in most cases,
there is an issue with SOLR which is the default indexer for v4.0.

 

 

Regards,

 

Kostas

 

 

From: Eric Martyns [mailto:martynse...@gmail.com] 
Sent: Monday, January 20, 2014 8:59 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Internal System Error Dspace 4.0

 

Hi,

I installed the Dspace 4.0 but 

in the jspui interface i'm getting an error message

under the green bar Dspace at my university

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

Please how do i resolve this?

Thanks

Best Regards

Martyns Eric

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal System Error while submitting the file

2014-01-14 Thread helix84
Please, always write to dspace-tech, never directly to me.

We'll need the relevant portion of your dspace.log (from the time of
the import). catalina.out doesn't contain this information.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Fri, Dec 27, 2013 at 11:24 AM, Bhavesh Patel
bhavesh.bece...@gmail.com wrote:
 Dear helix84,

 I need your help to resolve one issue in DSpace.

 Currently, We have DSpace 3.1 into our live website.. And I have install 3.2
 into other system.

 Now, When I logged in DSpace admin and try to upload the file then it's
 uploading perfect.. (Into new fresh database)..

 Now, I have export the live Repository (having DSpace3.1) database and make
 one new database and import that live database.

 Now When I login and try to upload the file then It will not able to
 upload..
  It's showing me the following error :

 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.

 --
 Before DSpace 3.1 I have already install 3.2 and it having the same issue..
 Into Local database it's working fine..but when I import and switch to live
 database then it's not uploading..

 I have also attached the catalina.out log file..

 Please let me know what may be the issue ?

 Thanks,
 Bhavesh Patel



--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Internal System Error

2012-12-14 Thread helix84
On Fri, Dec 14, 2012 at 8:20 AM, Parul Dubey parul.du...@itsl.in wrote:
 After adding some fields to metadata .Again clicking to the adminstrator on
 the navigation bar it shows an internal error.
 Kindly suggest how to handle this error.

Hi Parul,

this Internal System Error message is just a generic message.  To
track down the cause of the error, you'll want to look at your dspace
log files for any errors noted there.

We've written a Troubleshoot an error guide to help you figure out
what to look for:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Once you locate the error message, if you cannot figure out its meaning,
you are welcome to send it off to this dspace-tech list. Someone on this
list can help you determine what the issue may be.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Internal System Error

2011-12-14 Thread George S Kozak
Fabiana:

I think the  problem is with your database.I don't know which kind you are 
using Postgres or Oracle, but you should check to see if it is running.  Also, 
if it is running, you should check to see that the permissions are set so that 
the dspace user can read and write to the database.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

From: Fabiana Zollo [mailto:picc...@hotmail.it]
Sent: Wednesday, December 14, 2011 6:59 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Internal System Error

Hi everybody,
I'm having a problem when I try to access to the DSpace Home Page. The message 
is this below:

Internal System Error
The system has experienced an internal error. Please try to do what you were 
doing again, and if problem persists, please contact us so we can fix the 
problem.

I checked the log files in the DSpace directory, and this below is the content 
of the dspace .log file.

Could anyone help me? I haven't made any changes and the system was perfectly 
running before.

Thanks in advance,
Fabiana


2011-12-14 12:51:08,187 WARN  org.dspace.storage.rdbms.DataSourceInit @ 
Exception initializing DB pool
java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at 
org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSourceInit.java:38)
at 
org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java:1513)
at 
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:585)
at org.dspace.core.Context.init(Context.java:95)
at org.dspace.app.webui.util.UIUtil.obtainContext(UIUtil.java:98)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:109)
at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
Source)
at java.lang.Thread.run(Unknown Source)
2011-12-14 12:51:08,187 WARN  org.dspace.jsp @ 
anonymous:no_context:database_error:java.sql.SQLException\colon; 
java.lang.ClassNotFoundException\colon;
java.sql.SQLException: java.lang.ClassNotFoundException:
at 
org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSourceInit.java:149)
at 
org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java:1513)
at 
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:585)
at org.dspace.core.Context.init(Context.java:95)
at org.dspace.app.webui.util.UIUtil.obtainContext(UIUtil.java:98)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:109)

Re: [Dspace-tech] Internal System Error

2011-12-14 Thread Mark H. Wood
On Wed, Dec 14, 2011 at 12:58:42PM +0100, Fabiana Zollo wrote:
 
 Hi everybody,I'm having a problem when I try to access to the DSpace Home 
 Page. The message is this below:
 Internal System ErrorThe system has experienced an internal error. Please try 
 to do what you were doing again, and if problem persists, please contact us 
 so we can fix the problem.
 I checked the log files in the DSpace directory, and this below is the 
 content of the dspace .log file.
 Could anyone help me? I haven't made any changes and the system was perfectly 
 running before.
 Thanks in advance,Fabiana
 
 2011-12-14 12:51:08,187 WARN org.dspace.storage.rdbms.DataSourceInit @ 
 Exception initializing DB pool
java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)  

That looks to me like a damaged value for the config/dspace.cfg
setting db.driver.  If you're using PostgreSQL then the value should
be org.postgresql.Driver, and if Oracle then oracle.jdbc.OracleDriver.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.


pgpFSi2rp1IRO.pgp
Description: PGP signature
--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal system error when approving item

2010-07-27 Thread Tim Donohue
Hi,

That Internal System Error message is a generic DSpace system message 
which, unfortunately, does not provide the information we need to help 
you resolve the problem. In order to figure out what the real underlying 
error is, you'll have to look at the DSpace Log files.

Please see the How to Troubleshoot an Error page for information about 
finding the error in the log files:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Once you locate the error in the logs, if you cannot figure out the 
problem, feel free to send the full error message to this listserv. Much 
more information is available on the above wiki page.

Good Luck,

- Tim

On 7/27/2010 1:20 AM, mallikarjun dora wrote:
 Dear All,

 I am facing problem in submitting item in one collection, its showing
 internal system error in approval stage.
 we have set up an accept/reject step in the specific collection, also
 created few groups who only view the collection. and where administrator
 or collection admin only approve the item to the collection. This
 collection has already 200 item, the problem came after setting the new
 policy, i am not able to find out the reason.


 Other collection are working fine.

 We are using Dspace 1.5.1 with Fedora 9,

 can anyone help me on this

 Thanks
 --
 !~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!
 Mallikarjun Dora
 Professional Assistant
 Vikram Sarabhai Library
 Indian Institute of Management, Ahmedabad
 mallikar...@iimahd.ernet.in mailto:mallikar...@iimahd.ernet.in
 dora.mallikar...@gmail.com mailto:dora.mallikar...@gmail.com
 http://mallikarjundora.wordpress.com/



 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://ad.doubleclick.net/clk;226879339;13503038;l?
 http://clk.atdmt.com/CRS/go/247765532/direct/01/



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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error after granting licence

2010-07-21 Thread Rajshekhar Pandey
Hello

Please edit the policies of the collection in which you are submitting the
item

Add DEFAULT_BITSTREAM_READ for bitstreams and DEFAULT_ITEM_READ for Item
read permission to the submitter group of the collection.



Thanks

2010/7/21 इन्‍दु भूषण Indu Bhushan indubhus...@gmail.com

 Dear Sir,

 Upload error has been solved now Internal System Error occoring after grant
 licence in submit to collectiion. I have checked the dspace.log file.

 Please help me solve this problem. Your effort is greatly appreciated. And
 Thank you in advance


 d=1700
 2010-07-21 17:56:41,973 INFO  org.dspace.content.Item @
 i...@cat.ernet.in:session_id=F3C3E82E2927C622B0655ADA3A2890F1:ip_addr=10.130.2.201:update_item:item_id=1700
 2010-07-21 17:56:42,249 INFO  org.dspace.search.DSIndexer @ Wrote Item:
 123456789/1451 to Index
 2010-07-21 17:56:42,343 WARN  org.dspace.app.webui.servlet.DSpaceServlet @
 i...@cat.ernet.in:session_id=F3C3E82E2927C622B0655ADA3A2890F1:ip_addr=10.130.2.201:database_error:java.sql.SQLException:
 Collection 1 has no default item READ policies
 java.sql.SQLException: Collection 1 has no default item READ policies
  at
 org.dspace.content.Item.inheritCollectionDefaultPolicies(Item.java:1911)
  at org.dspace.content.InstallItem.installItem(InstallItem.java:156)
  at org.dspace.content.InstallItem.installItem(InstallItem.java:73)
  at org.dspace.workflow.WorkflowManager.archive(WorkflowManager.java:652)
  at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:606)
  at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:582)
  at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:546)
  at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:506)
  at org.dspace.workflow.WorkflowManager.start(WorkflowManager.java:203)
  at
 org.dspace.app.webui.servlet.SubmitServlet.processLicense(SubmitServlet.java:1621)
  at
 org.dspace.app.webui.servlet.SubmitServlet.doDSPost(SubmitServlet.java:424)
  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:709)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  at
 org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:98)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  at
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  at
 org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  at
 org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
  at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
  at java.lang.Thread.run(Thread.java:595)
  With Regards

 Indu Bhushan
 rrcat.gov.in





-- 
Regards,
Rajshekhar Pandey
Software Programmer
Webinito Networks.
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal system error

2010-05-17 Thread Tim Donohue
Daniel,

See the Troubleshoot an Error page on our Wiki for hints/tips.  As it 
says, the Internal Server/System Error is a generic error message -- 
to figure out what is really going on, you'll have to check your log 
files.  If you are not able to figure out the problem, you can send the 
full error message to this list and we'll try to help you.

Instructions at:
http://wiki.dspace.org/confluence/display/DSPACE/Troubleshoot+an+error

- Tim

On 5/17/2010 10:45 AM, Daniel Francis wrote:

 Hi,

 I'm getting an internal system error when trying to upload a file in my
 dspace.

 Please can anyone help.

 Regards,

 Daniel

 --

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

--

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


Re: [Dspace-tech] Internal System Error

2010-03-19 Thread Hilton Gibson
Hi Henry

Please check the following:
http://ir.sun.ac.za/wiki/index.php/Prepare_Ubuntu#Step_7._Install_PostgreSQL
http://ir.sun.ac.za/wiki/index.php/Install_Dspace#Step_4._.2A.2A.2A_Edit_the_Dspace_configuration_.2A.2A.2A
http://ir.sun.ac.za/wiki/index.php/Disaster_Recovery#Database_credentials

Your DSpace cannot connect to the PostgreSQL server.
The first step is to check that DSpace is allowed to connect to the
PostgreSQL server.
This is normally done with:
http://ir.sun.ac.za/wiki/index.php/Prepare_Ubuntu#Step_7._Install_PostgreSQL
Then check that you DSpace config file is correct, this is normally
done with: 
http://ir.sun.ac.za/wiki/index.php/Install_Dspace#Step_4._.2A.2A.2A_Edit_the_Dspace_configuration_.2A.2A.2A
Then when you want to setup backups, this is normally done:
http://ir.sun.ac.za/wiki/index.php/Disaster_Recovery#Database_credentials

Cheers

hg.

On 19 March 2010 11:12, Henry Atsu Agbodza henry_agbo...@libr.ug.edu.gh wrote:

 I installed Dspace on the 11th of March, 2010 at the University of Ghana.
 I'm trying to have the system on a Linux box instead of Windows.
 Everything went on well. I logged into the administrator end and made some
 changes to the side bar news etc. The changes reflected on the homepage
 and everything went well. I then shut the machine down. Because i will
 have to perform some demonstration on Friday, i decided to test the system
 today and make some few changes. But on the homepage i get an Internal
 System Error message. Clicking on any of the links still displays the same
 message. Please help me to fix this. I will be very grateful.

 Thanks in advance
 Below is the first mail i got from the system as the system administrator


 Date:       3/17/10 12:50 PM
 Session ID: 4052E39F65C30BF017A143A3C5BBE3A9

 -- URL Was: http://dspace.ug.edu.gh:8080/dspace/
 -- Method: GET
 -- Parameters were:


 Exception:
 org.postgresql.util.PSQLException: Connection refused. Check that the
 hostname and
 port are correct and that the postmaster is accepting TCP/IP connections.
 Exception: java.net.ConnectException: Connection refused
 Stack Trace:
 java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:452)
        at java.net.Socket.connect(Socket.java:402)
        at java.net.Socket.init(Socket.java:309)
        at java.net.Socket.init(Socket.java:124)
        at org.postgresql.core.PGStream.init(PGStream.java:62)
        at
 org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
        at
 org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
        at
 org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:124)
        at
 org.postgresql.jdbc2.Jdbc2Connection.init(Jdbc2Connection.java:24)
        at org.postgresql.Driver.makeConnection(Driver.java:386)
        at org.postgresql.Driver.connect(Driver.java:260)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:171)
        at
 org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:48)
        at
 org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
        at
 org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)
        at
 org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
        at java.sql.DriverManager.getConnection(DriverManager.java:512)
        at java.sql.DriverManager.getConnection(DriverManager.java:193)
        at
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:717)
        at org.dspace.core.Context.init(Context.java:105)
        at org.dspace.app.webui.util.UIUtil.obtainContext(UIUtil.java:109)
        at org.apache.jsp.index_jsp._jspService(index_jsp.java:78)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
        at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
        at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
        at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
        

Re: [Dspace-tech] Internal system error

2010-03-05 Thread Kevin Van de velde
Hi,

The error is implying that your metadata format registry is not up to date.
You might want to take a look at the following link:
http://www.dspace.org/1_6_0Documentation/ch05.html#N14D45

If you need further help for this please let me know.

Kind regards,

Kevin Van de Velde
@mire - www.atmire.com
533 2nd Street - Encinitas, CA 92024 - USA
Technologielaan 9 - 3001 Heverlee - Belgium


http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther


On 4 March 2010 17:41, Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL
SERVICES COMPANY] susan.m.thorn...@nasa.gov wrote:

  Hi,



 Looks like maybe the application is requiring that a title be entered, and
 that the title is null…?



 Hope this helps,

 Sue





 *Sue Walker-Thornton*

 *ConITS Contract**
 NASA Langley Research Center
 Integrated Library Systems ~ Developer/DBA*

 *130 Research Drive*

 *Hampton, VA  23666*

 *Office: (757) 224-4074**
 Fax:(757) 224-4001
 Mobile:  (757) 506-9903*

 *Email:** ** **susan.m.thorn...@nasa.gov* susan.m.thorn...@nasa.gov






  --

 *From:* shali Kallumpuram [mailto:vidyaserverad...@gmail.com]
 *Sent:* Thursday, March 04, 2010 2:07 AM
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Internal system error



 Dear all.

 i have updated the my dspace 1.5.2 to 1.6 , but after that i cant able to
 submit new items to Dspace

 Error :

 1 . in jspui it shows internal system error

 in xmlui after filling first page and click on next it shows ,

 2 . java.sql.SQLException: bad_dublin_core schema=dc, *title null*

 anybody please help me.




 --
 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


--
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


Re: [Dspace-tech] Internal system error

2010-03-04 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi,

Looks like maybe the application is requiring that a title be entered, and that 
the title is null...?

Hope this helps,
Sue


Sue Walker-Thornton
ConITS Contract
NASA Langley Research Center
Integrated Library Systems ~ Developer/DBA
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074
Fax:(757) 224-4001
Mobile:  (757) 506-9903
Email:  susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov




From: shali Kallumpuram [mailto:vidyaserverad...@gmail.com]
Sent: Thursday, March 04, 2010 2:07 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Internal system error

Dear all.

i have updated the my dspace 1.5.2 to 1.6 , but after that i cant able to 
submit new items to Dspace

Error :

1 . in jspui it shows internal system error

in xmlui after filling first page and click on next it shows ,

2 . java.sql.SQLException: bad_dublin_core schema=dc, title null

anybody please help me.


--
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


Re: [Dspace-tech] Internal System Error

2009-07-27 Thread Van Ly
| You could also check if the `click on the name of the title' reduces to
| an sql-query in the dspace-source and apply that query to see if you get
| the expected result.
|
| Can you tell me in detail how to do it?

It's just a theory.

Have a look at an example title link in html form, like,

tr
td headers=t1 class=evenRowEvenCol nowrap=nowrap 
align=rightstrong2009 /strong/td
td headers=t2 class=evenRowOddCol a href=/handle/12345/6789cw3 
rpm/a/td
td headers=t3 class=evenRowEvenCol emName Authore/em/td
/tr

if the title `cw3 rpm' is clicked a request for url ending with 
`/handle/12345/6789' occurs, and if you follow that request, you may find it 
touches on files in dspace-source, such as, rdbms/DatabaseManager.java where I 
expect an sql query happens.

Best wishes,

-- Van Ly 




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error

2009-07-26 Thread Van Ly
Hi Michael,

You could check the java api documentation:

# e.g.
java_se_N_docu/docs/api/java/lang/NullPointerException.html

You could also check if the `click on the name of the title' reduces to an 
sql-query in the dspace-source and apply that query to see if you get the 
expected result. It's possible to navigate the source code by converting to 
diagrams and point and click with Netbeans.

Only a minority of 4-lines of the trace refer to webui, perhaps the java+tomcat 
combination is awry.

Best wishes,

-- Van Ly 

-Original Message-
From: Onte, Michael [mailto:mo...@lrri.org]
Sent: Sun 2009-07-26 07:23
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Internal System Error
 
I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the manual. 
Everything seems to work fine after that except when we do a search and then 
click on the name of the title. I then get the message Internal System Error. 
Below is the java stack displayed when I viewed the source of the page. 

 

If anybody can help, it would be greatly appreciated.

 

 

java.lang.NullPointerException

  at 
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.java:331)

  at 
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:180)

  at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151)

  at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)

  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:174)

  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:870)

  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:595)

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute

mo...@lrri.org mailto:mo...@lrri.org 

Office - (505) 348-9460

Cell - (505) 975-4504

 



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


Re: [Dspace-tech] internal system error

2009-06-17 Thread Stuart Lewis
Hi Monic,

 

Have you got LDAP enabled in dspace.cfg (ldap.enable = true)? If so,
what is your setting for 'ldap_provider_url' in dspace.cfg?

 

The error message suggests that LDAP is enabled, but you have not set
your LDAP provider URL.

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: monic nia [mailto:cadriwinia_b...@yahoo.com] 
Sent: Wednesday, 17 June 2009 6:45 p.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] internal system error

 

Hi all,

I have some problems when register a new user.
It occurs Internal System Error. 

I have DSpace 1.5.1 on Windows 2003 server + Tomcat 5.5.17 + JDK
1.5.0_11.

Any ideas?


Thanks

monic

mail server log: 

An internal server error occurred on http://192.168.25.179:8080/jspui:

Date:   6/12/09 2:33 PM
Session ID: 66BA27F8D140EA4C329B6CA1E6AE554C

-- URL Was: http://192.168.25.179:8080/jspui/register
-- Method: POST
-- Parameters were:
-- password: 123456
-- submit: Register
-- netid: coba
-- email: c...@library.uksw.edu
-- step: 1


Exception:
java.lang.NullPointerException
at java.util.Hashtable.put(Unknown Source)
at
org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterS
ervlet.java:325)
at
org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.ja
va:202)
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:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
48)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.j
ava:833)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.proce
ss(Http11AprProtocol.java:639)
at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)
at java.lang.Thread.run(Unknown Source)

 



New Email names for you!
http://sg.rd.yahoo.com/aa/mail/domainchoice/mail/signature/*http:/mail.
promotions.yahoo.com/newdomains/aa/ 
Get the Email name you've always wanted on the new @ymail and
@rocketmail.
Hurry before someone else does!

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error

2009-06-15 Thread Khan, Baseer
Hello , 
i have checked my log file ,
from this i thought it was Tomcat error and updated it , but this did not help 
can anyone read my log file and help me out here .
i have attached the log file .
Thank you,
Baseer.

From: Flavio Botelho [fezsent...@gmail.com]
Sent: Wednesday, June 10, 2009 3:45 PM
To: Khan, Baseer
Subject: Re: [Dspace-tech] Internal System Error

Please look at the logs. This could be anything.

On Wed, Jun 10, 2009 at 1:49 PM, Khan, Baseerbaseer.k...@wichita.edu wrote:
 Hello ,

 I am trying to upgrade Dspace to 1.5.1 on test machine from 1.4.2 .

 All the installation were successful except hen I ran index-init , it gave
 few exceptions .

 Then I tried to access homepage http://localhost:8080/jspui .

 This gives an error message saying

 “ internal system error

 The system has experienced an internal  error .Please try doing what you
 were doing again ,and the problem persists ,please contact us “

 Any help in this regard would be greatly appreciated.

 Thank you,

 Baseer.

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables unlimited
 royalty-free distribution of the report engine for externally facing
 server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




log
Description: log
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error

2009-06-15 Thread Flavio Botelho
You are missing the Database Driver.
are you using Oracle?

You should follow the install instructions in the documentation.

Flavio Botelho

On Mon, Jun 15, 2009 at 7:35 PM, Khan, Baseerbaseer.k...@wichita.edu wrote:
 Hello ,
 i have checked my log file ,
 from this i thought it was Tomcat error and updated it , but this did not 
 help can anyone read my log file and help me out here .
 i have attached the log file .
 Thank you,
 Baseer.
 
 From: Flavio Botelho [fezsent...@gmail.com]
 Sent: Wednesday, June 10, 2009 3:45 PM
 To: Khan, Baseer
 Subject: Re: [Dspace-tech] Internal System Error

 Please look at the logs. This could be anything.

 On Wed, Jun 10, 2009 at 1:49 PM, Khan, Baseerbaseer.k...@wichita.edu wrote:
 Hello ,

 I am trying to upgrade Dspace to 1.5.1 on test machine from 1.4.2 .

 All the installation were successful except hen I ran index-init , it gave
 few exceptions .

 Then I tried to access homepage http://localhost:8080/jspui .

 This gives an error message saying

 “ internal system error

 The system has experienced an internal  error .Please try doing what you
 were doing again ,and the problem persists ,please contact us “

 Any help in this regard would be greatly appreciated.

 Thank you,

 Baseer.

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables unlimited
 royalty-free distribution of the report engine for externally facing
 server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-05-14 Thread Claudia Jürgen
Hello Robin,

during ingest your dspace instance will try to send email, so you got to 
provide valid email settings in the dspace.cfg.
If your instance isn't able to send emails you will get an internal 
error on granting the license, because at that point either the 
submitter or the workflow members will be notified.


As you get the error at an earlier stage, check your [dspace] dir 
permissions. The user, under which your servlet container runs, needs to 
write to the upload dirctory and assetstore during ingest.

Hope that helps

Claudia Jürgen



Robin Wang schrieb:
 Hi 
 after installing the dspace server i am trying to ingest some items to test 
 it.
 
 So i created the demo community and demo collection.
 But when i gatta ingest a new item in demo collection, i get still the 
 Internal System Error by the Step Upload in the workflow.
 
 can somebody tell me,how can i fix it? 
 
 PS: i just installed the server without any setting for handle System and 
 mail system.
 
 Regards
 
 Robin
 
 _
 http://redirect.gimas.net/?n=M0905xIE8_MSN4
 Internet Explorer 8 jetzt für MSN  - kostenlos!
 
 
 
 
 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image 
 processing features enabled. http://p.sf.net/sfu/kodak-com
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-05-14 Thread Robin Wang

Hi Claudia,

Can we just set the Mail Server as localhost. i mean all setting like 
dspace-nore...@myu.edu to dspace-nore...@localhost for the testing step?
Thanks
Robin


 Date: Thu, 14 May 2009 14:01:13 +0200
 From: claudia.juer...@ub.uni-dortmund.de
 To: greenst...@live.de
 CC: dspace-gene...@mit.edu; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Internal System Error by ingest a new item in demo 
 collection
 
 Hello Robin,
 
 during ingest your dspace instance will try to send email, so you got to 
 provide valid email settings in the dspace.cfg.
 If your instance isn't able to send emails you will get an internal 
 error on granting the license, because at that point either the 
 submitter or the workflow members will be notified.
 
 
 As you get the error at an earlier stage, check your [dspace] dir 
 permissions. The user, under which your servlet container runs, needs to 
 write to the upload dirctory and assetstore during ingest.
 
 Hope that helps
 
 Claudia Jürgen
 
 
 
 Robin Wang schrieb:
  Hi 
  after installing the dspace server i am trying to ingest some items to test 
  it.
  
  So i created the demo community and demo collection.
  But when i gatta ingest a new item in demo collection, i get still the 
  Internal System Error by the Step Upload in the workflow.
  
  can somebody tell me,how can i fix it? 
  
  PS: i just installed the server without any setting for handle System and 
  mail system.
  
  Regards
  
  Robin
  
  _
  http://redirect.gimas.net/?n=M0905xIE8_MSN4
  Internet Explorer 8 jetzt für MSN  - kostenlos!
  
  
  
  
  --
  The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
  production scanning environment may not be a perfect world - but thanks to
  Kodak, there's a perfect scanner to get the job done! With the NEW KODAK 
  i700
  Series Scanner you'll get full speed at 300 dpi even with all image 
  processing features enabled. http://p.sf.net/sfu/kodak-com
  
  
  
  
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech

_
http://redirect.gimas.net/?n=M0905xIE8_MSN4
Internet Explorer 8 jetzt für MSN  - kostenlos!--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-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 re-requesting password

2009-03-31 Thread Stuart Lewis
Hi Stan,

 

The stack trace indicates that DSpace is unable to connect to
mail.msvu.ca. Your IT people should be able to tell you the correct mail
server to connect to.

 

(Have you tried serf.msvu.ca as this seems to be a MSVU SMTP server that
I can connect to?)

 

Cheers,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

 

 

From: Stan Orlov [mailto:stan.or...@msvu.ca] 
Sent: Wednesday, 1 April 2009 1:45 p.m.
To: Dspace Tech
Subject: [Dspace-tech] Internal System Error while re-requesting
password

 

Greetings!

I have an e-person registered with my DSpace (1.5.1 on Win 2003).  When
I enter his email, say, john@msvu.ca, at
http://localhost:8080/jspui/forgot and click on the I forgot my
password button, I have an error:

Internal System Error.  The system has experienced an internal error.

From what I saw in previous postings about the similar error, I
understand that it should be related to email.  I made sure that my
email address is entered in every email field in dspace.cfg and
restarted Tomcat, but the error persists.  I am including below the
excerpt from dspace.log.  Should I contact our IT people to maybe ask
for username and password for the SMTP server or is there something I
should be doing at my end?

Cheers,
Stanislav Orlov

2009-03-31 21:31:37,939 INFO
org.dspace.app.webui.servlet.RegisterServlet @
anonymous:session_id=F8DBB055825157747D8B8508427624FF:ip_addr=127.0.0.1:
error_emailing:email=john@msvu.ca
javax.mail.MessagingException: Could not connect to SMTP host:
mail.msvu.ca, port: 25;
  nested exception is:
java.net.ConnectException: Connection refused: connect
at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
at
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at org.dspace.core.Email.send(Email.java:362)
at
org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
at
org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
at
org.dspace.eperson.AccountManager.sendForgotPasswordInfo(AccountManager.
java:121)
at
org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterS
ervlet.java:399)
at
org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.ja
va:202)
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(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:2
86)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
5)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at
com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net

Re: [Dspace-tech] Internal System Error while re-requesting password

2009-03-31 Thread Stan Orlov
Thank you for the advice, Stuart.  I've tried it with serf.msvu.ca but no
joy (same error).  Will bug my IT folks and make sure SMTP is working from
the DSpace box.

Cheers,
Stan



On Tue, Mar 31, 2009 at 10:21 PM, Stuart Lewis s.le...@auckland.ac.nzwrote:

  Hi Stan,



 The stack trace indicates that DSpace is unable to connect to mail.msvu.ca.
 Your IT people should be able to tell you the correct mail server to connect
 to.



 (Have you tried serf.msvu.ca as this seems to be a MSVU SMTP server that I
 can connect to?)



 Cheers,





 Stuart Lewis

 Digital Services Programmer

 Te Tumu Herenga The University of Auckland Library

 Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

 Ph: 64 9 373-7599 x81928

 *http://www.library.auckland.ac.nz/*











 *From:* Stan Orlov [mailto:stan.or...@msvu.ca]
 *Sent:* Wednesday, 1 April 2009 1:45 p.m.
 *To:* Dspace Tech
 *Subject:* [Dspace-tech] Internal System Error while re-requesting
 password



 Greetings!

 I have an e-person registered with my DSpace (1.5.1 on Win 2003).  When I
 enter his email, say, john@msvu.ca, at
 http://localhost:8080/jspui/forgot and click on the I forgot my password
 button, I have an error:

 Internal System Error.  The system has experienced an internal error.

 From what I saw in previous postings about the similar error, I understand
 that it should be related to email.  I made sure that my email address is
 entered in every email field in dspace.cfg and restarted Tomcat, but the
 error persists.  I am including below the excerpt from dspace.log.  Should I
 contact our IT people to maybe ask for username and password for the SMTP
 server or is there something I should be doing at my end?

 Cheers,
 Stanislav Orlov

 2009-03-31 21:31:37,939 INFO  org.dspace.app.webui.servlet.RegisterServlet
 @
 anonymous:session_id=F8DBB055825157747D8B8508427624FF:ip_addr=127.0.01:error_emailing:email=
 john@msvu.ca
 javax.mail.MessagingException: Could not connect to SMTP host:
 mail.msvu.ca, port: 25;
   nested exception is:
 java.net.ConnectException: Connection refused: connect
 at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
 at
 com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
 at javax.mail.Service.connect(Service.java:275)
 at javax.mail.Service.connect(Service.java:156)
 at javax.mail.Service.connect(Service.java:105)
 at javax.mail.Transport.send0(Transport.java:168)
 at javax.mail.Transport.send(Transport.java:98)
 at org.dspace.core.Email.send(Email.java:362)
 at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
 at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
 at
 org.dspace.eperson.AccountManager.sendForgotPasswordInfo(AccountManager.java:121)
 at
 org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:399)
 at
 org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
 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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValvejava:233)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValvejava: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.Http11Processor.process(Http11Processor.java:845)
 at
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 at java.lang.Thread.run(Unknown Source)
 Caused by: java.net.ConnectException: Connection refused: connect
 at java.net.PlainSocketImpl.socketConnect(Native Method)
 at java.net.PlainSocketImpl.doConnect(Unknown Source)
 at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
 at java.net.PlainSocketImpl.connect(Unknown Source)
 at java.net.SocksSocketImpl.connect(Unknown Source)
 at java.net.Socket.connect(Unknown Source)
 at java.net.Socket.connect(Unknown Source)
 at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
 at 

Re: [Dspace-tech] internal system error occurs while submitting an itemfor collection

2009-03-29 Thread Stuart Lewis
Hi,

 

You are right - this is error is due to you  not having your email
settings configured yet. The collection you are depositing into has a
workflow assigned to it. As the submission completes, DSpace is trying
(but failing) to send the emails to the members of the workflow to tell
them that they have a new task to perform.

 

If you set up your email settings it should then work.

 

(If you try submitting to a collection without a workflow, you'll also
see a similar error as DSpace will try to send an email to the submitter
telling them that the submission has been successful.)

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: Ma, Wenling [mailto:m...@sacredheart.edu] 
Sent: Saturday, 28 March 2009 4:18 a.m.
To: 'dspace-tech@lists.sourceforge.net'
Subject: [Dspace-tech] internal system error occurs while submitting an
itemfor collection

 

Hello everyone,

I have successfully installed DSpace(version dspace-1.5.1,
PostgreSQL8.3, apache-ant-1.7.1, apache-maven-2.0.10,
apache-tomcat-6.0.18).

 

But I could NOT complete submissions. The problem occurs while
submitting an item for the collection. At the last step, once pressing
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: 

Something should be mentioned here. In the dspace.cfg file, email
settings were all comment out. That means email settings were not set up
at all. Could it be the factor? 

 

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.ja
va: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.ja
va:331)
 at
org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.ja
va:278)
 at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:404)
 at
org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionC
ontroller.java:474)
 at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:420)
 at
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionCon
troller.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(Applica
tionFilterChain.java:290)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
 at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnly
Filter.java:98)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:2
86)
 at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.j
ava:857)
 at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.proce
ss(Http11AprProtocol.java:565)
 at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1509)
 at java.lang.Thread.run(Unknown Source)

 

 

The following is the email settings in dspace.cfg file

# Email settings ##

 

# SMTP mail server

# mail.server=smtp.myu.edu

 

# SMTP mail server authentication username and password (if required)

# mail.server.username = myusername

# mail.server.password = mypassword

 

# SMTP mail server alternate port (defaults to 25)

# 

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.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 

-- 
View this message in context: 
http://www.nabble.com/internal-system-error-while-submitting-an-item-in-the-last-step-granting-license-tp22499452p22562397.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.
--
Apps built 

Re: [Dspace-tech] Internal System Error after uploading document.

2009-03-04 Thread Van Ly
 We are using Dspace 1.5.1 with Fedora 9. 
 When uploading  document to collection , its showing Internal System Error.

I know of the following work-around

# for tomcat 5.5.27
JAVA_OPTS=$JAVA_OPTS 
-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false

-- Van Ly
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error -

2008-09-29 Thread Stuart Lewis
Hi Jewel,

 I am brand new to Dspace and today was able to successfully get a
 working install up and running. I am not sure which of the following
 events caused my Internal System Error but this is what I did:
 
 I was navigating through the site and was able to log with the admin
 account I created and recieved an error that I was not able to submit a
 collection. I then made the mistake of trying to rename the jspui
 folder in the weapps directly under tomcat and restarted the service.
 After restarting tomcat I then recieved the error.  I have not
 configured anything yet regarding the mail server.  I have looked in
 several log files but have not had any success finding out what's
 wrong.   I tested my database connection and it's successful.  I haven't
 changed anything in my  dspace.cfg file of server.xml file under tomcat
 after it broke.

If you ever see the DSpace 'Internal System Error' page, view the HTML
source for the page, and very often it includes the error description (Java
stack trace) just under the following tags: h1Internal System Error/h1

If you send the stack trace to us, it should have enough information in to
help us diagnose the problem.

In a small number of cases it will say that a stack trace is unavailable. In
this case you'll need to look in the log files.

The log file to look at is:

 - [dspace]/log/dspace.log

Go to the bottom of the file and there should be a stack trace (assuming
you've not used DSpace since the error occurred). Again, if you can send the
stack trace to this list, then we can see what is going on.

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System error after installing the dspace

2008-04-03 Thread Feng Wang
Hi
i know why now.
I should start up the Postgres for Dspace at first. I did forget it.
Thanks
Regards
Feng Wang
 Original-Nachricht 
 Datum: Thu, 3 Apr 2008 13:26:21 +0800
 Von: Jayan Chirayath Kurian [EMAIL PROTECTED]
 An: Feng Wang [EMAIL PROTECTED]
 Betreff: RE: [Dspace-tech] Internal System error after installing the dspace

 Have you filled in the feedback email parameters. just a guess.
 The dspace installation folder path name is correct in dspace config
 file. 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Feng
 Wang
 Sent: Thursday, April 03, 2008 12:15 AM
 To: [EMAIL PROTECTED]
 Cc: DSpace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Internal System error after installing the dspace
 
 Hi everyone,
 
 I installed the Dspace 1.4 in my SuSe Linux and opened the homepage of
 my DSpace. But it appeared an internal system error of the page with the
 links 
 
 Leave a message for the DSpace at Vogelpothsweg 24 administrators. 
 
 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.
 
 So i can't open any page or the use the dspace-admin page before i fix
 it. Can someone tell me,what the internal error is and how to fix it,
 thanks!
 
 Regards
 Feng Wang
 -- 
 GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
 Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp
 lace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System error after installing the dspace

2008-04-02 Thread Dhanushka Samarakoon
Hi,

I received a similar error because of some invalid paths in
config/dspace.cfg file.
once i corrected them it worked.

that could be the cause of your problem too.

Regards,
Dhanushka.

On Wed, Apr 2, 2008 at 11:15 AM, Feng Wang [EMAIL PROTECTED] wrote:

 Hi everyone,

 I installed the Dspace 1.4 in my SuSe Linux and opened the homepage of my
 DSpace. But it appeared an internal system error of the page with the links

 Leave a message for the DSpace at Vogelpothsweg 24 administrators.

 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.

 So i can't open any page or the use the dspace-admin page before i fix it.
 Can someone tell me,what the internal error is and how to fix it, thanks!

 Regards
 Feng Wang
 --
 GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
 Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.

 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System error when deleting a community orcollection

2007-08-07 Thread Jayan Chirayath Kurian
http://drtc.isibang.ac.in/pipermail/dlrg/2007-July/001261.html

 

This may be of help to you. Please try this only on the TEST machine.

 

Jayan

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Charl
Roberts
Sent: Tuesday, August 07, 2007 3:18 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Internal System error when deleting a community
orcollection

 

Hi

 

I wonder if anybody can help me. I'm getting the following error when
trying to delete some test collections or communities:

 

Exception:

org.postgresql.util.PSQLException: ERROR: update or delete on
collection violates foreign key constraint
collection2item_collection_id_fkey on collection2item

 

Any help would be appreciated.

 

Regards,

Charl

This communication is intended for the addressee only. It is
confidential. If you have received this communication in error, please
notify us immediately and destroy the original message. You may not copy
or disseminate this communication without the permission of the
University. Only authorized signatories are competent to enter into
agreements on behalf of the University and recipients are thus advised
that the content of this message may not be legally binding on the
University and may contain the personal views and opinions of the
author, which are not necessarily the views and opinions of The
University of the Witwatersrand, Johannesburg. All agreements between
the University and outsiders are subject to South African Law unless the
University agrees in writing to the contrary.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error on DSpace

2007-03-24 Thread Jayan Chirayath Kurian
This may be of help.
 
http://www.jackeapen.org/modules.php?op=modloadname=Newsfile=articlesid=30mode=threadorder=0thold=0
 


From: [EMAIL PROTECTED] on behalf of Luis Saraiva
Sent: Sun 3/25/2007 3:27 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Internal System Error on DSpace



Hi all !
I have succefully installed dspace 1.3.2 on Win XP, but i have a problem. I
can't create an administrator account. And when i try to create e new user
on Dspace when clicking My DSpace-Click here to register-entering
e-mail it shows me a page with the name Internal System Error.
While trying to create an initial administrador account,
create-administrador, i entered the command on I:\dspace\bin\, dsrun
org.dspace.administer.CreateAdministrator and the command it is not
recognized.
I don't have any .bat file on my /dspace/bin directory

Any help ?
Thanks

_
Mensagens em garrafa? Seja audaz, use o Messenger!
http://www.communicationevolved.com/pt-pt/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech