Hi Victoria,
> 2007-03-19 14:21:33,311 DEBUG org.dspace.storage.rdbms.DatabaseManager @ > Running query "SELECT * FROM WorkflowItem WHERE owner=2" > 2007-03-19 14:21:33,324 WARN org.dspace.app.webui.servlet.DSpaceServlet @ > [EMAIL PROTECTED]:session_id=9AD622FD61B0BF83A7DA168770DDD1AA:ip_addr= > 163.117.159.141:database_error:org.postgresql.util.PSQLException: El > Ãndice > de la columna está fuera de rango: 1, número de columnas: 0. this query "SELECT * FROM WorkflowItem WHERE owner=2" seems odd, if you really do run 1.4 it should be "SELECT * FROM WorkflowItem WHERE owner=?" The parameter is allready bound and the error occurs on trying to bind a parameter (2) which does not exist. Which version of org/dspace/workflow/WorkflowManager.java do you use? Claudia ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

