Re: [Dspace-tech] Handle SimpleSetup Java Error

2010-01-27 Thread Stuart Lewis
Hi,

It looks like you are using the GNU Java JDK. If you install and use the Sun 
Java JDK your problem will likely go away.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/



On 28/01/2010, at 9:59 AM, Heh, Gregory wrote:

> Dspace version 1.5.2
>  
> When running command ./dsrun net.handle.server.SimpleSetup
> [dspace]/handle-server
>  
> I get the following error after setting my private key passphrase:
>  
> Exception in thread "main" java.lang.NoClassDefFoundError:
> net.handle.security.provider.SunJceHdlSecurityProvider
> at java.lang.Class.initializeClass(libgcj.so.7rh)
> at java.lang.Class.forName(libgcj.so.7rh)
> at java.lang.Class.forName(libgcj.so.7rh)
> at
> net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.java
> :36)
> at net.handle.hdllib.Util.encrypt(Util.java:890)
> at net.handle.hdllib.Util.encryptIfPossible(Util.java:931)
> at net.handle.server.SimpleSetup.generateKeys(SimpleSetup.java:527)
> at net.handle.server.SimpleSetup.main(SimpleSetup.java:331)
>  Caused by: java.lang.ClassNotFoundException:
> com.sun.crypto.provider.SunJCE not found in
> gnu.gcj.runtime.SystemClassLoader{urls=[file:./,file:/mnt/opt/dspace/lib/act
> ivation-1.1.jar,file:/mnt/opt/dspace/lib/bcmail-jdk14-136.jar,file:/mnt/opt/
> dspace/lib/bcprov-jdk14-136.jar,file:/mnt/opt/dspace/lib/commons-cli-1.0.jar
> ,file:/mnt/opt/dspace/lib/commons-codec-1.3.jar,file:/mnt/opt/dspace/lib/com
> mons-collections-3.2.jar,file:/mnt/opt/dspace/lib/commons-dbcp-1.2.2.jar,fil
> e:/mnt/opt/dspace/lib/commons-fileupload-1.2.1.jar,file:/mnt/opt/dspace/lib/
> commons-io-1.4.jar,file:/mnt/opt/dspace/lib/commons-lang-2.2.jar,file:/mnt/o
> pt/dspace/lib/commons-logging-1.0.jar,file:/mnt/opt/dspace/lib/commons-pool-
> 1.4.jar,file:/mnt/opt/dspace/lib/dom4j-1.6.1.jar,file:/mnt/opt/dspace/lib/ds
> pace-api-1.5.2.jar,file:/mnt/opt/dspace/lib/dspace-api-lang-1.5.2.1.jar,file
> :/mnt/opt/dspace/lib/fontbox-0.1.0.jar,file:/mnt/opt/dspace/lib/handle-5.3.4
> .jar,file:/mnt/opt/dspace/lib/icu4j-3.4.4.jar,file:/mnt/opt/dspace/lib/jargo
> n-1.4.25.jar,file:/mnt/opt/dspace/lib/jaxen-1.1.jar,file:/mnt/opt/dspace/lib
> /jdom-1.0.jar,file:/mnt/opt/dspace/lib/jempbox-0.2.0.jar,file:/mnt/opt/dspac
> e/lib/log4j-1.2.14.jar,file:/mnt/opt/dspace/lib/lucene-analyzers-2.3.0.jar,f
> ile:/mnt/opt/dspace/lib/lucene-core-2.3.0.jar,file:/mnt/opt/dspace/lib/mail-
> 1.4.jar,file:/mnt/opt/dspace/lib/mets-1.5.2.jar,file:/mnt/opt/dspace/lib/oro
> -2.0.8.jar,file:/mnt/opt/dspace/lib/pdfbox-0.7.3.jar,file:/mnt/opt/dspace/li
> b/poi-2.5.1-final-20040804.jar,file:/mnt/opt/dspace/lib/postgresql-8.1-408.j
> dbc3.jar,file:/mnt/opt/dspace/lib/rome-0.8.jar,file:/mnt/opt/dspace/lib/tm-e
> xtractors-0.4.jar,file:/mnt/opt/dspace/lib/xalan-2.7.0.jar,file:/mnt/opt/dsp
> ace/lib/xercesImpl-2.8.1.jar,file:/mnt/opt/dspace/lib/xml-apis-1.3.02.jar,fi
> le:/mnt/opt/dspace/lib/xmlParserAPIs-2.0.2.jar,file:/mnt/opt/dspace/config/]
> , parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
> at java.net.URLClassLoader.findClass(libgcj.so.7rh)
> at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh)
> at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
> at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
> at java.lang.Class.forName(libgcj.so.7rh)
> at java.lang.Class.initializeClass(libgcj.so.7rh)
> ...7 more
>  
> Any help is greatly appreciated.  Thank you.
>  
> Greg
>  
> This email message and any files transmitted with it are intended only for 
> the use of the individual or entity to which it is addressed and may contain 
> information that is privileged, confidential, and exempt from disclosure 
> under applicable law.  Any use, distribution, copying or disclosure by anyone 
> other than the intended individual or entity is prohibited without prior 
> approval.  If you have received this information in error, please notify the 
> sender immediately.
> 
> --
> 
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management s

[Dspace-tech] Handle SimpleSetup Java Error

2010-01-27 Thread Heh, Gregory
Dspace version 1.5.2

 

When running command ./dsrun net.handle.server.SimpleSetup
[dspace]/handle-server

 

I get the following error after setting my private key passphrase:

 

Exception in thread "main" java.lang.NoClassDefFoundError:

net.handle.security.provider.SunJceHdlSecurityProvider

at java.lang.Class.initializeClass(libgcj.so.7rh)

at java.lang.Class.forName(libgcj.so.7rh)

at java.lang.Class.forName(libgcj.so.7rh)

at

net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.
java

:36)

at net.handle.hdllib.Util.encrypt(Util.java:890)

at net.handle.hdllib.Util.encryptIfPossible(Util.java:931)

at net.handle.server.SimpleSetup.generateKeys(SimpleSetup.java:527)

at net.handle.server.SimpleSetup.main(SimpleSetup.java:331)

 Caused by: java.lang.ClassNotFoundException:

com.sun.crypto.provider.SunJCE not found in

gnu.gcj.runtime.SystemClassLoader{urls=[file:./,file:/mnt/opt/dspace/lib
/act

ivation-1.1.jar,file:/mnt/opt/dspace/lib/bcmail-jdk14-136.jar,file:/mnt/
opt/

dspace/lib/bcprov-jdk14-136.jar,file:/mnt/opt/dspace/lib/commons-cli-1.0
.jar

,file:/mnt/opt/dspace/lib/commons-codec-1.3.jar,file:/mnt/opt/dspace/lib
/com

mons-collections-3.2.jar,file:/mnt/opt/dspace/lib/commons-dbcp-1.2.2.jar
,fil

e:/mnt/opt/dspace/lib/commons-fileupload-1.2.1.jar,file:/mnt/opt/dspace/
lib/

commons-io-1.4.jar,file:/mnt/opt/dspace/lib/commons-lang-2.2.jar,file:/m
nt/o

pt/dspace/lib/commons-logging-1.0.jar,file:/mnt/opt/dspace/lib/commons-p
ool-

1.4.jar,file:/mnt/opt/dspace/lib/dom4j-1.6.1.jar,file:/mnt/opt/dspace/li
b/ds

pace-api-1.5.2.jar,file:/mnt/opt/dspace/lib/dspace-api-lang-1.5.2.1.jar,
file

:/mnt/opt/dspace/lib/fontbox-0.1.0.jar,file:/mnt/opt/dspace/lib/handle-5
.3.4

.jar,file:/mnt/opt/dspace/lib/icu4j-3.4.4.jar,file:/mnt/opt/dspace/lib/j
argo

n-1.4.25.jar,file:/mnt/opt/dspace/lib/jaxen-1.1.jar,file:/mnt/opt/dspace
/lib

/jdom-1.0.jar,file:/mnt/opt/dspace/lib/jempbox-0.2.0.jar,file:/mnt/opt/d
spac

e/lib/log4j-1.2.14.jar,file:/mnt/opt/dspace/lib/lucene-analyzers-2.3.0.j
ar,f

ile:/mnt/opt/dspace/lib/lucene-core-2.3.0.jar,file:/mnt/opt/dspace/lib/m
ail-

1.4.jar,file:/mnt/opt/dspace/lib/mets-1.5.2.jar,file:/mnt/opt/dspace/lib
/oro

-2.0.8.jar,file:/mnt/opt/dspace/lib/pdfbox-0.7.3.jar,file:/mnt/opt/dspac
e/li

b/poi-2.5.1-final-20040804.jar,file:/mnt/opt/dspace/lib/postgresql-8.1-4
08.j

dbc3.jar,file:/mnt/opt/dspace/lib/rome-0.8.jar,file:/mnt/opt/dspace/lib/
tm-e

xtractors-0.4.jar,file:/mnt/opt/dspace/lib/xalan-2.7.0.jar,file:/mnt/opt
/dsp

ace/lib/xercesImpl-2.8.1.jar,file:/mnt/opt/dspace/lib/xml-apis-1.3.02.ja
r,fi

le:/mnt/opt/dspace/lib/xmlParserAPIs-2.0.2.jar,file:/mnt/opt/dspace/conf
ig/]

, parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}

at java.net.URLClassLoader.findClass(libgcj.so.7rh)

at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh)

at java.lang.ClassLoader.loadClass(libgcj.so.7rh)

at java.lang.ClassLoader.loadClass(libgcj.so.7rh)

at java.lang.Class.forName(libgcj.so.7rh)

at java.lang.Class.initializeClass(libgcj.so.7rh)

...7 more

 

Any help is greatly appreciated.  Thank you.

 

Greg 

 


This email message and any files transmitted with it are intended only for the 
use of the individual or entity to which it is addressed and may contain 
information that is privileged, confidential, and exempt from disclosure under 
applicable law.  Any use, distribution, copying or disclosure by anyone other 
than the intended individual or entity is prohibited without prior approval.  
If you have received this information in error, please notify the sender 
immediately.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] creative commons icon

2010-01-27 Thread Blanco, Jose
I saw an item that has a creative license at the MIT Dspace instance, but it 
did not look quite right.  There is no icon, and the link sends you to the 
source of a page.

http://dspace.mit.edu/handle/1721.1/39138



-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Wednesday, January 27, 2010 1:15 PM
To: Dorothea Salo; Dspace Tech
Subject: Re: [Dspace-tech] creative commons icon

Dorothea,

I've implemented the patch and I'm not seeing the cc icon.  I looked at 
ItemTag.java to see how the icon gets displayed, but I don't see how it works 
there.   I will check the jsp files now.  Any ideas?

Also, can you give me and example of a content file that imports a CC item.

Thank you again,

Jose



-Original Message-
From: Dorothea Salo [mailto:dorothea.s...@gmail.com] 
Sent: Wednesday, January 27, 2010 11:29 AM
To: Dspace Tech
Subject: Re: [Dspace-tech] creative commons icon

> Also,  I plan to load several of these cc items using ItemImporter.  Is there 
> anything I should know about loading cc items using ItemImporter.  I'm not 
> quite sure how I'm going to do it yet.  I'm thinking I would just include the 
> appropriate files in the folder and list them in the contents file.  Is this 
> the way to do it, or is there a better way?

That's the way to do it -- just make sure the files are in the
CC-LICENSE bundle.

Dorothea

-- 
Dorothea Salods...@library.wisc.edu
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] creative commons icon

2010-01-27 Thread Blanco, Jose
Dorothea,

I've implemented the patch and I'm not seeing the cc icon.  I looked at 
ItemTag.java to see how the icon gets displayed, but I don't see how it works 
there.   I will check the jsp files now.  Any ideas?

Also, can you give me and example of a content file that imports a CC item.

Thank you again,

Jose



-Original Message-
From: Dorothea Salo [mailto:dorothea.s...@gmail.com] 
Sent: Wednesday, January 27, 2010 11:29 AM
To: Dspace Tech
Subject: Re: [Dspace-tech] creative commons icon

> Also,  I plan to load several of these cc items using ItemImporter.  Is there 
> anything I should know about loading cc items using ItemImporter.  I'm not 
> quite sure how I'm going to do it yet.  I'm thinking I would just include the 
> appropriate files in the folder and list them in the contents file.  Is this 
> the way to do it, or is there a better way?

That's the way to do it -- just make sure the files are in the
CC-LICENSE bundle.

Dorothea

-- 
Dorothea Salods...@library.wisc.edu
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] creative commons icon

2010-01-27 Thread Dorothea Salo
> Also,  I plan to load several of these cc items using ItemImporter.  Is there 
> anything I should know about loading cc items using ItemImporter.  I'm not 
> quite sure how I'm going to do it yet.  I'm thinking I would just include the 
> appropriate files in the folder and list them in the contents file.  Is this 
> the way to do it, or is there a better way?

That's the way to do it -- just make sure the files are in the
CC-LICENSE bundle.

Dorothea

-- 
Dorothea Salods...@library.wisc.edu
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] kill handle server process ids

2010-01-27 Thread George Vernon
Interesting. I've just found the same messages in my handle server  error logs.

Both of them are running, though, so that may not be your problem.

-Original Message-
From: Evans, Kevin [mailto:kevin.ev...@exeter.ac.uk] 
Sent: 22 January 2010 10:45
To: 'Filippos Kolovos'; Dspace-Tech-List
Cc: George Vernon
Subject: RE: [Dspace-tech] kill handle server process ids (George Vernon)

 Thanks Guys,

That's helpful. 

Further to that I'm still getting errors from the Handle Server and the
Handle cannot connect.

"2010/01/19 01:21:22 GMT" 25 Started new run.
"2010/01/19 01:21:23 GMT" 50 unspecified max_handlers count, using default:
200
"2010/01/19 01:21:23 GMT" 50 unspecified max_handlers count, using default:
200
"2010/01/19 01:21:23 GMT" 50 unspecified max_handlers count, using default:
200

Any Ideas?

Cheers

Kevin

-Original Message-
From: Filippos Kolovos [mailto:filip...@uom.gr] 
Sent: 22 January 2010 07:11
To: Dspace-Tech-List
Subject: Re: [Dspace-tech] kill handle server process ids (George Vernon)

Hi George,

You can also try ps cauxf | grep java,
the processes started as dspace, one of them is the handle server and the
other the tomcat. The one under "dsrun" is the handle server, unless you are
not running anything else with dsrun at the time

Regards,


--
Filippos Kolovos
Software Systems Analyst & Engineer
M.Sc. (Eng.) in Data Communications

Automation & Networking Department
University of Macedonia Library
Egnatia 156, P.O.Box 1591
540 06 Thessaloniki, Greece

E-Mail: f.kolo...@ieee.org,
   filip...@uom.gr
Profile: http://www.linkedin.com/in/filipposkolovos
---


- Original Message - > Message: 1
> Date: Thu, 21 Jan 2010 12:30:56 +
> From: George Vernon 
> Subject: [Dspace-tech]  kill handle server process ids
> To: "dspace-tech@lists.sourceforge.net"
> 
> Message-ID:
>  uk>
>
> Content-Type: text/plain; charset="us-ascii"
>
>
>>> I'm fairly new to Dspace
>
>>> Does anyone know a quick way to locate the process id of a handle 
>>> server. I need to kill the process.
>
>>> Cheers
>
>>> Kevin
>
> Hi Kevin,
>
> On a Unix type platform you could use:
>
>  lsof | grep hdl
>
> the pid is the second column.
>
> George
> ILS, University of Plymouth
>
>



--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for
Conference attendees to learn about information security's most important
issues through interactions with peers, luminaries and emerging and
established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace upgrade from 1.4.2 to 1.5.2 dropping Views

2010-01-27 Thread Mutsikiwa Admire
Hi Mark,

Thanks for the response. I have tried to follow the instruction "as is". It
seems previously I have forgotten to run  /dspace/bin/index-init .Everything
seems to be running well. However, when I want to view an item record either
through browse by title , author or  Issue date I am getting the following
error message:
-- URL Was: http://zimtheses.uz.ac.zw:8080/jspui/handle/uzlib/458
-- Method: GET
-- Parameters were:


Exception:
java.lang.NullPointerException
at
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.java:33
1)
at
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:180)
at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java
:151)
at
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext
Valve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:683)
at java.lang.Thread.run(Thread.java:619) 


This happens when I am about to view the metadata record of an item.  The
system seems not to be logging to the usual place /dspace/log/dspace.log. I
am using jspui .



-Original Message-
From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark
Diggory
Sent: Thursday, January 07, 2010 9:31 PM
To: Mutsikiwa Admire
Cc: dspace-gene...@mit.edu; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace upgrade from 1.4.2 to 1.5.2 dropping Views

Admire,

I believe this should be normal,.  It is upgrading the 1.4 browse
system to the Configurable Browse implementation in 1.5.  You will
then want to run dspace/bin/index-init to get you default Browse By
indicies popluated. Make sure you are running the rest of the upgrade
process to update your [dspace]/lib and [dspace]/webapps to 1.5

Mark

On Thu, Jan 7, 2010 at 4:41 AM, Mutsikiwa Admire
 wrote:
> Hi All,
>
>
>
> I am trying to upgrade my DSpace instance from version 1.4.2 to 1.5.0.
When
> updating the database schema using the
> /dspace-1.5.0-src-release/dspace/etc/database_schema_14-15.sql file, the
> execution is resulting in the dropping of views, which impacts on the
> running of the updated  DSpace instance. Here is the except from the
update:
>
> $psql -U dspace -f
> /dspace-1.5.0-src-release/dspace/etc/database_schema_14-15.sql dspace
>
> ALTER TABLE
>
> UPDATE 68
>
> ALTER TABLE
>
> ALTER TABLE
>
> ALTER TABLE
>
> psql:/dspace-1.5.0-src-release/dspace/etc/database_schema_14-15.sql:80:
> NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
> "collection_item_count_pkey" for table "collection_item_count"
>
> CREATE TABLE
>
> psql:/dspace-1.5.0-src-release/dspace/etc/database_schema_14-15.sql:85:
> NOTICE:  CREATE TABLE / PRIMARY KEY will create i

[Dspace-tech] creative commons icon

2010-01-27 Thread Blanco, Jose
We are about to start using the creative commons license option for the 1st 
time here, and in my development environment I'm finding that the cc icon is 
not showing up in the in the item display in either IE of firefox.  I found 
this patch which seems to address the issue, and I just want to verify that 
this is what will solve the problem:

http://jira.dspace.org/jira/browse/DS-295

I'm running 1.5.2 and using jspui.

Also,  I plan to load several of these cc items using ItemImporter.  Is there 
anything I should know about loading cc items using ItemImporter.  I'm not 
quite sure how I'm going to do it yet.  I'm thinking I would just include the 
appropriate files in the folder and list them in the contents file.  Is this 
the way to do it, or is there a better way?

Many thanks!
Jose

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace: File Upload Problem

2010-01-27 Thread rentonsa

Fixed! There was an underlying permissions issue.

Cheers
Scott


rentonsa wrote:
> 
> 
> Hi folks, first post and new to DSpace, so apologies if this sounds
> foolish. 
> 
> I've recently taken over a fresh install of DSpace, to try and get a new
> usable repository set up. We're not doing anything fancy, just using the
> standard input form/metadata schema for now. 
> 
> On item submission, I get the following error: 
> 
> 2010-01-26 15:41:55,163 ERROR
> org.dspace.app.webui.servlet.SubmissionController @ Error loading step
> class'org.dspace.submit.step.UploadStep': 
> java.io.IOException: No such file or directory 
> 
> I've checked that the relevant directory (dspace/upload) is writable by
> tomcat (I'd had a 'permission denied' error when setting this up at first,
> but fixed that), so I can't see what the problem is. Just wondering if
> this is a known problem when config hasn't been correctly done- I can give
> more information if someone can point me in the right direction! 
> 
> Cheers 
> Scott
> 
> Scott Renton
> MIMS Project Officer
> Digital Library Development
> University Of Edinburgh
> 2 Buccleuch Place
> Edinburgh
> EH8 9LW
> 
> 0131 651 5219
> 
> scott.ren...@ed.ac.uk 
> -- 
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
> 
> 
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Dspace%3A-File-Upload-Problem-tp27337474p27337994.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace: File Upload Problem

2010-01-27 Thread RENTON Scott

Hi folks, first post and new to DSpace, so apologies if this sounds foolish. 

I've recently taken over a fresh install of DSpace, to try and get a new usable 
repository set up. We're not doing anything fancy, just using the standard 
input form/metadata schema for now. 

On item submission, I get the following error: 

2010-01-26 15:41:55,163 ERROR org.dspace.app.webui.servlet.SubmissionController 
@ Error loading step class'org.dspace.submit.step.UploadStep': 
java.io.IOException: No such file or directory 

   at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:486)
at 
org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamStorageManager.java:332)
at org.dspace.content.Bitstream.create(Bitstream.java:194)
at org.dspace.content.Bundle.createBitstream(Bundle.java:390)
at org.dspace.content.Item.createSingleBitstream(Item.java:1262)
at 
org.dspace.submit.step.UploadStep.processUploadFile(UploadStep.java:504)
at org.dspace.submit.step.UploadStep.doProcessing(UploadStep.java:170)
at 
org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:429)
at 
org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:284)
at 
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:408)
at 
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:344)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:98)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:595)

I've checked that the relevant directory (dspace/upload) is writable by tomcat 
(I'd had a 'permission denied' error when setting this up at first, but fixed 
that), so I can't see what the problem is. Just wondering if this is a known 
problem when config hasn't been correctly done- I can give more information if 
someone can point me in the right direction! 

Cheers 
Scott

Scott Renton
MIMS Project Officer
Digital Library Development
University Of Edinburgh
2 Buccleuch Place
Edinburgh
EH8 9LW

0131 651 5219

scott.ren...@ed.ac.uk 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech