On Thu, Mar 22, 2007 at 10:15:37AM +0100, José A. Rubio wrote:
> After solving different problems with my installation of DSpace 1.4.1 on
> Oracle Application Server, now I have found the following one when I enter
> my credentials (e-mail and password) in "My DSpace " section:
> 
> 2007-03-19 13:23:32,411 WARN
> org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=c0$--
> Method: POST
> -- Parameters were:
> -- login_submit: "Log In"
> -- login_email: "[EMAIL PROTECTED]"
> -- login_password: *not logged*
> 
> java.lang.IllegalArgumentException: Unsupported JDBC type: -100
>        at org.dspace.storage.rdbms.DatabaseManager.process(

Looking at the code in DatabaseManagerl.java where this exception is
thrown, it looks like the column type is unknown (to DSpace). According
to java.sql.Types, -100 doesn't even correspond to a JDBC type. Check
your database structure to make sure everything looks as it should (in
particular, the eperson table).

Jim

-- 
James Rutherford          |  ASCII ribbon  /"\
Research Engineer         |    campaign    \ /
HP Labs, Bristol, UK      |  against HTML   \
[EMAIL PROTECTED]   |   mail & news  / \

Hewlett-Packard Limited registered Office:
Cain Road, Bracknell, Berks RG12 1HN.
Registered No: 690597 England

-------------------------------------------------------------------------
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.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to