Re: [Dspace-tech] Mesage properties on Dspace 1.5.2

2010-03-10 Thread Carlos Palop
The problem I have is that I'm using the jspui, and i can't find where
message properties is stored.

Thanks!

2010/3/9 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de

 Hello Carlos,

 the Messages.properties (message catalogue for the api and jspui) is in
 [dspace-src]/dspace-api/src/main/resources

 One usually keeps customized versions in
 [dspace-src]/dspace/modules/jspui/...
 The available translations are in the lib dspace-api-lang.jar

 Hope that helps

 Claudia Jürgen



 Am 09.03.2010 10:24, schrieb Carlos Palop:

 Hi all!

 I'm using DSpace 1.5.2 and I can't find where Mesage properties file is
 located. Anyone could help me?
 When I installed Dspace long time ago, it was translated to spanish
 without
 changing that file.

 Thanks.





 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Mesage properties on Dspace 1.5.2

2010-03-09 Thread Carlos Palop
Hi all!

I'm using DSpace 1.5.2 and I can't find where Mesage properties file is
located. Anyone could help me?
When I installed Dspace long time ago, it was translated to spanish without
changing that file.

Thanks.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Refworks on Dspace

2010-03-04 Thread Carlos Palop
Hi all!

Anyone could help me? I want to implement Refworks on Dspace 1.5.2, Any
Ideas?

Thanks
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] unable to upload documents in dspace 1.5.2

2009-06-10 Thread Carlos Palop
Hi everyone!!

I'm running dspace on ubuntu server 8.04 and when I try to upload a document
I get an internal system error, when I check the Html page source code I get
this error:

 Processing of multipart/form-data request failed.
/dspace/upload/upload__8f6bea0_121c940a817__7ffd_0024.tmp
(Permission denied)
=
java.io.IOException: Processing of multipart/form-data request failed.
/dspace/upload/upload__8f6bea0_121c940a817__7ffd_0024.tmp
(Permission denied)
at 
org.dspace.app.webui.util.FileUploadRequest.init(FileUploadRequest.java:139)
at 
org.dspace.app.webui.servlet.SubmissionController.wrapMultipartRequest(SubmissionController.java:1376)
at 
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:256)
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:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:98)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed.
/dspace/upload/upload__8f6bea0_121c940a817__7ffd_0024.tmp
(Permission denied)
at 
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367)
at 
org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:126)
at 
org.dspace.app.webui.util.FileUploadRequest.init(FileUploadRequest.java:113)
... 23 more
Caused by: java.io.FileNotFoundException:
/dspace/upload/upload__8f6bea0_121c940a817__7ffd_0024.tmp
(Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.init(FileOutputStream.java:179)
at java.io.FileOutputStream.init(FileOutputStream.java:131)
at 
org.apache.commons.io.output.DeferredFileOutputStream.thresholdReached(DeferredFileOutputStream.java:165)
at 
org.apache.commons.io.output.ThresholdingOutputStream.checkThreshold(ThresholdingOutputStream.java:221)
at 
org.apache.commons.io.output.ThresholdingOutputStream.write(ThresholdingOutputStream.java:127)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:101)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64)
at 
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362)
... 25 more

If someone could help me I would be granted!!
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech