I just tried: # Stack of authentication methods # (See org.dspace.authenticate.AuthenticationManager) #plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ # org.dspace.authenticate.PasswordAuthentication
And I'm getting the same error. I'm really stuck on this one. -Jose -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blanco, Jose Sent: Friday, May 02, 2008 10:12 AM To: Mark Diggory Cc: [email protected] Subject: Re: [Dspace-tech] Run time error with 1.5 Yes, This is from my dspace.cfg file #### Stackable Authentication Methods ##### # Stack of authentication methods # (See org.dspace.authenticate.AuthenticationManager) plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.PasswordAuthentication Since the code I was using was code that I had merged in with changes I had made to 1.4.2, I thought that maybe something in my merge was causing this problem, and to test this I built a dspace instance with just the 1.5 code and got the same error, so it must have something to do with my setup, or my dspace.cfg file. Another thing I noticed is that the dspace.log file is not getting updated. I have also NOT run [dspace]/bin/index-init Yet. Could that have something to do with it? Thanks! Jose -----Original Message----- From: Mark Diggory [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 7:25 PM To: Blanco, Jose Cc: [email protected] Subject: Re: [Dspace-tech] Run time error with 1.5 Are you customizing your authentication stack in this case? On May 1, 2008, at 8:28 AM, Blanco, Jose wrote: > I'm having the following runtime error with 1.5, > > Caused by: java.lang.ClassCastException: [Ljava.lang.Object; cannot be > cast to [Lorg.dspace.authenticate.AuthenticationMethod; > at > org.dspace.authenticate.AuthenticationManager.<clinit> > (AuthenticationMan > ager.java:95) > ... 41 more > > > Any ideas? > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save > $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http:// > java.sun.com/javaone > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

