Hi Claudia, 

Here is  an excerpt from the logs regarding re-submitting of items. 


Unfortunately, I do not know how to read these logs yet. 


Regards, 
Craig. 



2011-02-04 08:44:56,823 WARN 
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=12216E1AD7C3C3586A26B521CBDD82E9:internal_error:-- URL Was:
http://researchspace.company.co.za/dspace/submit 


-- Method: POST 
-- Parameters were: 
-- workspace_item_id: "5685" 
-- jsp: "/submit/show-license.jsp" 
-- page: "1" 
-- submit_grant: "I Grant the License" 
-- step: "5" 


javax.servlet.ServletException: Servlet execution threw an exception 
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313)

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

at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)

at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

at java.lang.Thread.run(Thread.java:636) 
Caused by: java.lang.NoSuchMethodError:
org.dspace.storage.rdbms.DatabaseManager.updateQuery(Lorg/dspace/core/Context;Ljava/lang/String;I)I

at
org.dspace.storage.bitstore.BitstreamStorageManager.delete(BitstreamStorageManager.java:659)

at org.dspace.content.Bitstream.delete(Bitstream.java:556) 
at org.dspace.content.Bundle.removeBitstream(Bundle.java:520) 
at org.dspace.content.Bundle.delete(Bundle.java:577) 
at org.dspace.content.Item.removeBundle(Item.java:1302) 
at org.dspace.content.Item.removeDSpaceLicense(Item.java:1411) 
at
org.dspace.submit.step.LicenseStep.processLicense(LicenseStep.java:170)

at
org.dspace.submit.step.LicenseStep.doProcessing(LicenseStep.java:103) 
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:374)

at
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:310)

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:637) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) 
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

... 17 more 




>>> Claudia Jürgen<claudia.juer...@ub.tu-dortmund.de> 2/7/2011 11:42 AM
>>>
Hello Craig,

then the problem isn't related to this known upgrade and postgres
issue.
Seemed to be from the description of your error.

Any other error messages in the log files?

Hope that helps

Claudia Jürgen

Am 07.02.2011 07:58, schrieb Craig Strydom:
>
> Hi Claudia,
>
> There are no "referential integrity violation" error in the log
files.
>
>
>
> Here are my db foreign keys for "\d community2collection"
>
>
>
>
>   Table "public.community2collection"
>      Column     |  Type   | Modifiers
> ---------------+---------+-----------
>   id            | integer | not null
>   community_id  | integer |
>   collection_id | integer |
> Indexes:
>      "community2collection_pkey" PRIMARY KEY, btree (id)
>      "community2collection_collection_id_idx" btree (collection_id)
>      "community2collection_community_id_idx" btree (community_id)
> Foreign-key constraints:
>      "comm2coll_collection_fk" FOREIGN KEY (collection_id)
REFERENCES
> collection(collection_id) DEFERRABLE
>      "community2collection_community_id_fkey" FOREIGN KEY
(community_id)
> REFERENCES community(community_id)
>
>
>
>
> Would this line
> "community2collection_community_id_fkey" FOREIGN KEY (community_id)
> REFERENCES community(community_id)
> be the line to use against $2?
> ALTER TABLE community2collection DROP CONSTRAINT "$2";
> ALTER TABLE collection2item DROP CONSTRAINT "$2";
> ALTER TABLE community2community DROP CONSTRAINT "$2";
>
>
>
> Can running these commands cause other errors?
>
>
> Thank you for your help.
>
>
> Craig.
>
>
>
>
>
>
>
>
>>>> Claudia Jürgen<claudia.juer...@ub.tu-dortmund.de>  2/3/2011 11:32
AM
>>>>
> Hello Craig,
>
> can you provide details from your log files? Do you got database
> related
> errors like "org.postgresql.util.PSQLException: ERROR:<unnamed>
> referential integrity violation"?
>
> Are unable to delete a collection and/or community too? If so, you
> most
> probably ran into this error during your upgrade process, see:
>
http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg11522.html
> (includes detailed description and fix).
>
> Hope that helps
>
> Claudia Jürgen
>
> Am 03.02.2011 09:23, schrieb Craig Strydom:
>>
>> Hi All,
>>
>> I have upgraded our Dspace 1.4.2 to 1.7.0 successfully but seem to
>> have a permission problem.
>>
>> Doing the following gives an error: 1. Re-submiting an item that
was
>> rejected for rework 2. Changing a file of an existing record 3.
>> Permanently deleting a record - even as administrator
>>
>> "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."Could user permissions have been
>> incorrectly transferred to the new server during
>> upgrade?Regards,Craig.
>>
>>
>>
>>
>>
>>
>
------------------------------------------------------------------------------
>>
>>
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>> Finally, a world-class log management solution at an even better
>> price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer
>> expires February 28th, so secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsight-sfd2d
>>
>>
>>
>> _______________________________________________ DSpace-tech mailing
>> list DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> --
> Claudia Juergen
> Universitaetsbibliothek Dortmund
> Eldorado
> 0231/755-4043
> https://eldorado.tu-dortmund.de/
>
>
------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
>
>
>
------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access
resources
> and provide services. The best practices for maximizing a physical
server's
> connectivity to a physical network are well understood - see how
these
> rules translate into the virtual world?
> http://p.sf.net/sfu/oracle-sfdevnlfb
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access
resources
and provide services. The best practices for maximizing a physical
server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
This message is subject to the CSIR's copyright terms and conditions, e-mail 
legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at 
http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their 
support.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to