[Dspace-tech] import item to DSpace but not show in workflow

2007-06-15 Thread pannipa saeung
Dear all, I use DSpace 1.3.2 on Linux (CentOS 4.4). I have some problem--when I import item by ItemImport.class with workflow. I can't see the task of new item that I just imported in the pool. But if I restart tomcat, I will see the task in the pool. Why? How to solve this problem?

Re: [Dspace-tech] 1.4.2 Oracle Upgrade Problem

2007-06-15 Thread Graham Triggs
It look's like it can't find the registrationdata_seq. Try running: SELECT registrationdata_seq.nextval FROM dual; it probably won't work, in which case you will need to create the sequence. First, run: SELECT MAX(registrationdata_id) FROM registrationdata; to see if there are any IDs already

Re: [Dspace-tech] 1.4.2 Oracle Upgrade Problem

2007-06-15 Thread Brian Helstien
Graham, You were correct that the SELECT registrationdata did not work. The SELECT MAX returned MAX(REGISTRATIONDATA_ID) So I performed the CREATE starting with 1 and received a Sequence Created response. I was following the upgrade instructions from

Re: [Dspace-tech] 1.4.2 Oracle Upgrade Problem

2007-06-15 Thread Brian Helstien
Graham, I should have added to my previous message, this is a test server, and if need be, I can lose all the data without a problem. My fear of course, is that I will encounter the identical issue when I attempt to upgrade the production instance because there, I cannot lose any of the

Re: [Dspace-tech] blank page at point of submission

2007-06-15 Thread Rowan Brownlee
I had no luck with the blank page problem - despite checking settings several complete reinstallations (including a fresh linux installation). However when I tried installing on a Windows 2003 server the problem didn't occur. Fortunately this installation is simply to support examination of

Re: [Dspace-tech] How to get ingested pdfs to keep their names?

2007-06-15 Thread Larry Stone
Right, that wasn't ever an option on the PDF packager. That class was really written as a demonstration of the package ingester and a proof-of-concept, but it was allowed to escape. The package ingester never sees the original filename; it is given an open InputStream created by the Packager