Hi,
     Do you have your log level set to DEBUG?  If so, try putting it back to 
INFO.  It looks like it's failing in the turnOffAuthorisationSystem method when 
it's trying to write to the log.  Hopefully by putting your log level to INFO 
will prevent that code from being executed and will let you successfully build 
your browse indices.

public void turnOffAuthorisationSystem()
    {
        authStateChangeHistory.push(ignoreAuth);
        if (log.isDebugEnabled())
        {
            Thread currThread = Thread.currentThread();
            StackTraceElement[] stackTrace = currThread.getStackTrace();
            String caller = stackTrace[3].getClassName();

            authStateClassCallHistory.push(caller);
        }
        ignoreAuth = true;
    }

Hope this helps,
Sue
________________________________
From: Rajshekhar Pandey [mailto:[email protected]]
Sent: Saturday, February 06, 2010 7:14 AM
To: [email protected]
Subject: [Dspace-tech] Upgrading from DSpace 1.4.2 to DSpace 1.5.2

Hello to all,

I am trying to upgrade the Dspace system 1.4.2 to 1.5.2. from 
http://www.dspace.org/1_5_2Documentation/ch04.html#N10E1F.
While performing step no  15 I got error of ArrayIndexOutOfBoundException as

C:\dspace\bin>dsrun org.dspace.browse.IndexBrowse -f -r
Using DSpace installation in: C:\dspace
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3
        at org.dspace.core.Context.turnOffAuthorisationSystem(Context.java:220)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:617)

Also, th local dspace instance in running I can submit the items but cannot 
browse to any item or collection.
There are only 34 tables in my database and all bi_* tables are not present.

How can I come out of this?

--
Regards,
Rajshekhar Pandey
Jr. Software Engineer
Webinito Networks.
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  • [Dspac... Rajshekhar Pandey
    • R... Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]

Reply via email to