the system can be going along fine, but then when adding a new bitstream to
an existing record a java/cocoon stacktrace error page appears claiming "no
such file or directory"

the weird thing is, if I refresh/reload that error page in the browser the
upload process seems to proceed to a successful completion and the bitstream
has been uploaded...

if I restart tomcat and apache this behaviour will stop for a few hours, but
then will start again...

here's a partial of the error/stacktrace

Cocoon stacktrace [hide]
*Sitemap: error calling continuation*
context:/resource://aspects/Administrative/sitemap.xmap
- 201:38 *<map:call>*  context:/resource://aspects/Administrative/sitemap.xmap
- 200:67 *<map:match type="request">*
context:/resource://aspects/Administrative/sitemap.xmap
- 199:38 *<map:match>*  context:/resource://aspects/Administrative/sitemap.xmap
- 148:45 *<map:select type="AuthenticatedSelector">*
context:/jndi:/localhost/aspects/aspects.xmap
- 119:72 *<map:mount>*  context:/jndi:/localhost/aspects/aspects.xmap -
109:34 *<map:select type="parameter">*
context:/jndi:/localhost/aspects/aspects.xmap
- 108:36 *<map:match type="AspectMatcher"*
                     .....

Java Stacktrace

java.io.IOException: No such file or directory
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(File.java:883)
        at edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:486)
        at 
org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamStorageManager.java:332)
        at org.dspace.content.Bitstream.create(Bitstream.java:232)
        at org.dspace.content.Bundle.createBitstream(Bundle.java:389)
        at 
org.dspace.app.xmlui.aspect.administrative.FlowItemUtils.processAddBitstream(FlowItemUtils.java:494)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
        at 
org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
        at 
org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3237)
        at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2394)
        at 
org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
.....



Java Full Stacktrace
org.apache.cocoon.ProcessingException: Sitemap: error calling continuation
        at <map:call> - resource://aspects/Administrative/sitemap.xmap:201:38
        at <map:match type="request"> -
resource://aspects/Administrative/sitemap.xmap:200:67
        at <map:match> - resource://aspects/Administrative/sitemap.xmap:199:38
        at <map:select type="AuthenticatedSelector"> -
resource://aspects/Administrative/sitemap.xmap:148:45
        at <map:mount> - jndi:/localhost/aspects/aspects.xmap:119:72
        at <map:select type="parameter"> - 
jndi:/localhost/aspects/aspects.xmap:109:34
        at <map:match type="AspectMatcher"> -
jndi:/localhost/aspects/aspects.xmap:108:36
        at <map:mount> - jndi:/localhost/sitemap.xmap:430:108
        at <map:match> - jndi:/localhost/sitemap.xmap:429:53
        at <map:serialize type="xml"> - 
resource://aspects/EPerson/sitemap.xmap:332:31
        at <map:transform type="Navigation"> -
resource://aspects/EPerson/sitemap.xmap:137:38
        at <map:generate> - resource://aspects/EPerson/sitemap.xmap:126:19
        at <map:serialize type="xml"> -
resource://aspects/Submission/sitemap.xmap:312:38
        at <map:transform type="Navigation"> -
resource://aspects/Submission/sitemap.xmap:144:45
        at <map:generate> - resource://aspects/Submission/sitemap.xmap:141:26
        at <map:serialize type="xml"> -
resource://aspects/Statistics/sitemap.xmap:70:31
        at <map:generate> - resource://aspects/Statistics/sitemap.xmap:33:19
        at <map:serialize type="xml"> - 
jndi:/localhost/aspects/aspects.xmap:115:34
        at <map:transform type="PageNotFound"> -
jndi:/localhost/aspects/aspects.xmap:114:43




any ideas would be appreciated...

;-)




Fred Edwards

Systems Technician
Patrick Power Library
Saint Mary's University
Halifax, Nova Scotia    B3H 3C3

Phone:     (902) 420-5096
Fax:       (902) 420-5561
E-mail:    [email protected]
Website:   http://www.smu.ca/library/

--


On Wed, Sep 1, 2010 at 2:38 PM, Mark H. Wood <[email protected]> wrote:

> On Wed, Sep 01, 2010 at 01:36:00PM +0200, Claudia Jürgen wrote:
> > this is an unused column like last_active. Maybe it was intended to hold
> > the information about submission frequency, but this is mere speculation.
>
> My guess would be the frequency with which subscriptions are checked.
> "Tell me when something new comes in, but not more than every other
> week."
>
> --
> Mark H. Wood, Lead System Programmer   [email protected]
> Balance your desire for bells and whistles with the reality that only a
> little more than 2 percent of world population has broadband.
>        -- Ledford and Tyler, _Google Analytics 2.0_
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to