Hello, Am 30.07.2007 um 23:54 schrieb Daniel Fernÿffffe1ndez:
> I'm using D-Space 1.4.2 and Oracle 9.2.0.4 running on RedHat > Enterprise 3.x As a foreword, I dont know Oracle, only other databases. > When trying to make a new submission, after the first four steps > (Describe, Describe, Describe, Upload) the "Verify" page shows > almost all data as "null" values. Really strange. Get the values written to the database? I have not read the code of the associated servlet, but I guess, that the data you enter is kept in memory as part of the DSpace context you carry with you during submission and does not get written to the db at all within the first three steps, effectively only using read access. You might use something equivalent to pgAdmin and have a look to the database. I guess, the item should be there at the step fourth step and that the verify page tries to get it from there as opposed to the previous pages. But then, there should be a log entry as well. Pondering. If you cant find the item, check your db privileges. Is there any difference in how you access the database as compared to the moment when you installed DSpace? Bye, Christian ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

