Re: [Dspace-tech] DSpace 3.2 customize reporting

2014-04-08 Thread LifeH2O
Thank you very much Terry Brady. It looks great. And stats is only a part of
this system. It is great to see that we can finally have full admin control
on DSpace over the web. Now to run it along DSpace installation what method
did you use. I found Quercus, PHP/Java Bridge and this
http://stackoverflow.com/questions/779246/run-a-php-app-using-tomcat

Which one did you use or think the best way to do that?



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-3-2-customize-reporting-tp4672535p4672562.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Is it possible not

2014-04-08 Thread LIBRIS Reference (LIBRIS)
Dear All,

We are using DSpace version 1.5.

When a record is created, a dc.description.provenance entry is automatically 
created (see below example).

Is there any way not to have the email captured in the 
dc.description.provenance field? Thanks.

Submitted by   () on 2013-08-22T04:09:51ZNo. of bitstreams: 
2xxx.html: 5726 bytes, checksum: xxx (MD5)xxx.pdf: 292 bytes, checksum: xxx 
(MD5)

National Institute of Education (Singapore) http://www.nie.edu.sg

DISCLAIMER : The information contained in this email, including any 
attachments, may contain confidential information. 
This email is intended only for the use of the addressee(s) listed above. 
Unauthorised sight, dissemination or any other 
use of the information contained in this email is strictly prohibited. If you 
have received this email by fault, please 
notify the sender and delete it immediately.
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] dsapce - submission error...

2014-04-08 Thread Joseph Sayah
Hi,

When I tried to submit a new document, I got the below error, can someone help 
me to resolve the problem:
Problem in creating the Request
Message: null
Description: No details available.
Sender: org.dspace.app.xmlui.cocoon.servlet.multipart.DSpaceMultipartFilter
Source: Cocoon Servlet
cause
Malformed stream: Permission denied
request-uri
/xmlui/handle/10725/241/submit/7046452b834241642f59392e88033d23616e7f61.continue


Joseph N. SAYAH
ERP Application Administrator
IT Applications & Solutions, Ext: 1468

[Email signature Beirut]
P please consider the environment before printing this email

<>--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Is it possible not

2014-04-08 Thread SUZUKI Keiji
Hi,

>From 1.6.0, there is a setting to hide metadata fields. But with 1.5,
you have to customize the code. These ("Submitted by .. " and
"Approved for ...") fields are set in the following program.

[dspace-src]/dspace-api/src/main/java/org/dspace/workflow/WorkflowManager.java

Regards,
Keiji Suzuki

2014-04-08 16:50 GMT+09:00 LIBRIS Reference (LIBRIS) :
> Dear All,
>
> We are using DSpace version 1.5.
>
> When a record is created, a dc.description.provenance entry is automatically
> created (see below example).
>
> Is there any way not to have the email captured in the
> dc.description.provenance field? Thanks.
>
> Submitted by   () on 2013-08-22T04:09:51ZNo. of bitstreams:
> 2xxx.html: 5726 bytes, checksum: xxx (MD5)xxx.pdf: 292 bytes, checksum:
> xxx (MD5)
>
> National Institute of Education (Singapore) http://www.nie.edu.sg
>
> DISCLAIMER : The information contained in this email, including any
> attachments, may contain confidential information.
> This email is intended only for the use of the addressee(s) listed above.
> Unauthorised sight, dissemination or any other
> use of the information contained in this email is strictly prohibited. If
> you have received this email by fault, please
> notify the sender and delete it immediately.
>
> --
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



-- 
鈴木敬二@江別市

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Is it possible not

2014-04-08 Thread SUZUKI Keiji
Hi,

I noticed that customizing WorkflowManager.java
is effective only against new submitting items.

About the function "Hide metadata from full item view"
please refer to the following jira ticket.

https://jira.duraspace.org/browse/DS-288

Regards,
Keiji Suzuki

2014-04-08 18:27 GMT+09:00 SUZUKI Keiji :
> Hi,
>
> >From 1.6.0, there is a setting to hide metadata fields. But with 1.5,
> you have to customize the code. These ("Submitted by .. " and
> "Approved for ...") fields are set in the following program.
>
> [dspace-src]/dspace-api/src/main/java/org/dspace/workflow/WorkflowManager.java
>
> Regards,
> Keiji Suzuki
>
> 2014-04-08 16:50 GMT+09:00 LIBRIS Reference (LIBRIS) :
>> Dear All,
>>
>> We are using DSpace version 1.5.
>>
>> When a record is created, a dc.description.provenance entry is automatically
>> created (see below example).
>>
>> Is there any way not to have the email captured in the
>> dc.description.provenance field? Thanks.
>>
>> Submitted by   () on 2013-08-22T04:09:51ZNo. of bitstreams:
>> 2xxx.html: 5726 bytes, checksum: xxx (MD5)xxx.pdf: 292 bytes, checksum:
>> xxx (MD5)
>>
>> National Institute of Education (Singapore) http://www.nie.edu.sg
>>
>> DISCLAIMER : The information contained in this email, including any
>> attachments, may contain confidential information.
>> This email is intended only for the use of the addressee(s) listed above.
>> Unauthorised sight, dissemination or any other
>> use of the information contained in this email is strictly prohibited. If
>> you have received this email by fault, please
>> notify the sender and delete it immediately.
>>
>> --
>> Put Bad Developers to Shame
>> Dominate Development with Jenkins Continuous Integration
>> Continuously Automate Build, Test & Deployment
>> Start a new project now. Try Jenkins in the cloud.
>> http://p.sf.net/sfu/13600_Cloudbees
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> List Etiquette:
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>
>
> --
> 鈴木敬二@江別市
>
> --
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



-- 
鈴木敬二@江別市

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace 4 Users in the US

2014-04-08 Thread Bhavesh Patel
It's Looks good..

I see the Statistics Module below Discovery Search on Home Page..

1) How you have enable that Statistics Feature for Public ?
 can you please let me know what steps are required for that..
2) How to remove :8080/xmlui
  Currently we have http://vslir.iimahd.ernet.in:8080/xmlui/
  I want to set that URL with http://vslir.iimahd.ernet.in  it will
redirect to xmlui interface. So which setting we have to do on
   Apache Server ?
3) Suppose we want to move Discover Module on below Search Box then how I
can do that ?

Thanks,
Bhavesh

Thanks & Regards,
*Bhavesh R. Patel *

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

"Never leave till tomorrow which you can do today"
*Please consider the environment before printing this e-mail.*


On Tue, Apr 8, 2014 at 1:44 AM, Schuster, David wrote:

>  We have made the jump to 4.1
>
>
>
> Poar.twu.edu
>
>
>
> David Schuster
>
> Texas Woman's University
>
> Director of Library Information Technology & Technical Support
>
> Phone: 940-898-3909
>
> dschus...@twu.edu
>
>
>
> [image: Description: emailsignature]
>
>
>
>
> --
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
<>--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Maven - Local Code as a Maven Project

2014-04-08 Thread Christian Scheible
Hi together,

I was trying to add a maven module to our version of DSpace to seperate 
our code from the rest. This was needed because of dependency conflicts 
(Our code has dependencies which can't be added to additions/pom.xml 
without problems).
My Problem is that one of the classes in our module is a NamedPlugin 
(ChoiceAuthority) which is defined in dspace.cfg.
So the PluginManager tries a Class.forName(my.edu.Classname).
The result is a ClassNotFoundException. I think this is because the 
custum module is not in the classpath (no dependency in dspace-api/pom.xml)
But I can't add the module to dspace-api/pom.xml because our custom 
module has a dependency to dspace-api (so it would be cyclic).

https://wiki.duraspace.org/display/DSPACE/BuildCookbook says that one 
can add local code as a Maven Project for a own AuthenticationMethod (as 
an example)
wouldn't that lead to the same error?

Has anyone made a custom module with one or more Named Plugins 
(implementing an interface from dspace-api/ extending a class from 
dspace-api)?

Thanks in advance
Christian

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace 3.2 customize reporting

2014-04-08 Thread Terry Brady
I am glad that this looks promising to you.

We run tomcat behind Apache.

If a URL contains /batch-tools, we direct it to the PHP processor.

If it does not match, we direct the request to tomcat.

Since we deploy these batch tools to a very small number of content
administrators, we administer the permissions for the batch tools through
our Apache configuration.

Terry


On Tue, Apr 8, 2014 at 3:31 AM, LifeH2O  wrote:

> Thank you very much Terry Brady. It looks great. And stats is only a part
> of
> this system. It is great to see that we can finally have full admin control
> on DSpace over the web. Now to run it along DSpace installation what method
> did you use. I found Quercus, PHP/Java Bridge and this
> http://stackoverflow.com/questions/779246/run-a-php-app-using-tomcat
>
> Which one did you use or think the best way to do that?
>
>
>
> --
> View this message in context:
> http://dspace.2283337.n4.nabble.com/DSpace-3-2-customize-reporting-tp4672535p4672562.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
>
> --
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
202-687-7053
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Maven - Local Code as a Maven Project

2014-04-08 Thread Terry Brady
I have struggled with the maven configuration for my instance.  I have a
custom plugin to generate thumbnails with ImageMagick.

Fortunately, once I upgraded to DSpace 3, I was able to use the additions
module to contain my plugin.

Looking at my code prior to DSpace 3, I believe that I needed to list my
custom module dependencies in both my custom module's pom and in
dspace/pom.xml in order to get the dependencies on to the runtime classpath.

Terry

Terry


On Tue, Apr 8, 2014 at 11:03 AM, Christian Scheible <
christian.schei...@uni-konstanz.de> wrote:

> Hi together,
>
> I was trying to add a maven module to our version of DSpace to seperate
> our code from the rest. This was needed because of dependency conflicts
> (Our code has dependencies which can't be added to additions/pom.xml
> without problems).
> My Problem is that one of the classes in our module is a NamedPlugin
> (ChoiceAuthority) which is defined in dspace.cfg.
> So the PluginManager tries a Class.forName(my.edu.Classname).
> The result is a ClassNotFoundException. I think this is because the
> custum module is not in the classpath (no dependency in dspace-api/pom.xml)
> But I can't add the module to dspace-api/pom.xml because our custom
> module has a dependency to dspace-api (so it would be cyclic).
>
> https://wiki.duraspace.org/display/DSPACE/BuildCookbook says that one
> can add local code as a Maven Project for a own AuthenticationMethod (as
> an example)
> wouldn't that lead to the same error?
>
> Has anyone made a custom module with one or more Named Plugins
> (implementing an interface from dspace-api/ extending a class from
> dspace-api)?
>
> Thanks in advance
> Christian
>
>
> --
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
202-687-7053
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Maven - Local Code as a Maven Project

2014-04-08 Thread Pottinger, Hardy J.
Hi, here's a hasty writeup I did on using the additions module to include a 
(not a custom) jar file:

https://wiki.duraspace.org/display/DSPACE/Nailgun?focusedCommentId=40076646&src=search#comment-40076646


From: Terry Brady [tw...@georgetown.edu]
Sent: Tuesday, April 08, 2014 12:16 PM
To: Christian Scheible
Cc: dspace-tech
Subject: Re: [Dspace-tech] Maven - Local Code as a Maven Project

I have struggled with the maven configuration for my instance.  I have a custom 
plugin to generate thumbnails with ImageMagick.

Fortunately, once I upgraded to DSpace 3, I was able to use the additions 
module to contain my plugin.

Looking at my code prior to DSpace 3, I believe that I needed to list my custom 
module dependencies in both my custom module's pom and in dspace/pom.xml in 
order to get the dependencies on to the runtime classpath.

Terry

Terry


On Tue, Apr 8, 2014 at 11:03 AM, Christian Scheible 
mailto:christian.schei...@uni-konstanz.de>> 
wrote:
Hi together,

I was trying to add a maven module to our version of DSpace to seperate
our code from the rest. This was needed because of dependency conflicts
(Our code has dependencies which can't be added to additions/pom.xml
without problems).
My Problem is that one of the classes in our module is a NamedPlugin
(ChoiceAuthority) which is defined in dspace.cfg.
So the PluginManager tries a Class.forName(my.edu.Classname).
The result is a ClassNotFoundException. I think this is because the
custum module is not in the classpath (no dependency in dspace-api/pom.xml)
But I can't add the module to dspace-api/pom.xml because our custom
module has a dependency to dspace-api (so it would be cyclic).

https://wiki.duraspace.org/display/DSPACE/BuildCookbook says that one
can add local code as a Maven Project for a own AuthenticationMethod (as
an example)
wouldn't that lead to the same error?

Has anyone made a custom module with one or more Named Plugins
(implementing an interface from dspace-api/ extending a class from
dspace-api)?

Thanks in advance
Christian

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
202-687-7053
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] SQL for counting unique items (excluding citation-only items)

2014-04-08 Thread Pottinger, Hardy J.
Hi, I found some useful SQL in the mail list archives for counting items [1]. 
I'd like to adapt this SQL to exclude "citation-only" items. The easiest way to 
characterize such items is that they only have a license bitstream/bundle, no 
other bundles. I'm close to figuring this out on my own, but I have to leave 
for the day, so, I figured I'd send a quick note to see if anyone might have 
some SQL they're willing to share?

Here's what I have so far (warning, not valid SQL, just a wild stab at an 
answer):

SELECT count(*) as total_items FROM item i, bitstream b
inner join bundle2bitstream b2b ON b.bitstream_id=b2b.bitstream_id
inner join item2bundle i2b ON b2b.bundle_id=i2b.bundle_id
inner join item i ON i2b.item_id=i.item_id;
WHERE i.in_archive = 1 AND b.name != "LICENSE"

Chatting about this on IRC with Mark Wood, he pointed me in the direction of 
the WITH clause [2], which looks interesting, but I can't wrap my head around 
using it. Yet.

--Hardy

[1] 
http://dspace.2283337.n4.nabble.com/Total-item-count-DSpace-1-7-2-XMLUI-td4666869.html
[2] http://stackoverflow.com/questions/12552288/sql-with-clause-example

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] dsapce - submission error...

2014-04-08 Thread Joseph Sayah
Hi,

Please, can somebody help me on this problem, thank you in advance

Best,

Joseph N. SAYAH
ERP Application Administrator
IT Applications & Solutions, Ext: 1468

[Email signature Beirut]
P please consider the environment before printing this email

From: Joseph Sayah [mailto:joseph.sa...@lau.edu.lb]
Sent: Tuesday, April 08, 2014 11:17 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] dsapce - submission error...

Hi,

When I tried to submit a new document, I got the below error, can someone help 
me to resolve the problem:
Problem in creating the Request
Message: null
Description: No details available.
Sender: org.dspace.app.xmlui.cocoon.servlet.multipart.DSpaceMultipartFilter
Source: Cocoon Servlet
cause
Malformed stream: Permission denied
request-uri
/xmlui/handle/10725/241/submit/7046452b834241642f59392e88033d23616e7f61.continue


Joseph N. SAYAH
ERP Application Administrator
IT Applications & Solutions, Ext: 1468

[Email signature Beirut]
P please consider the environment before printing this email

<>--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] dsapce - submission error...

2014-04-08 Thread Bhavesh Patel
This may be help you :
http://sourceforge.net/p/dspace/mailman/message/31548008/

Bhavesh

Thanks & Regards,
*Bhavesh R. Patel *

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

"Never leave till tomorrow which you can do today"
*Please consider the environment before printing this e-mail.*


On Wed, Apr 9, 2014 at 10:11 AM, Joseph Sayah wrote:

>  Hi,
>
>
>
> Please, can somebody help me on this problem, thank you in advance
>
>
>
> Best,
>
>
>
> *Joseph N. SAYAH*
>
> ERP Application Administrator
>
> IT Applications & Solutions, Ext: 1468
>
>
>
> [image: Email signature Beirut] 
>
> *P* *please consider the environment before printing this email*
>
>
>
> *From:* Joseph Sayah [mailto:joseph.sa...@lau.edu.lb]
> *Sent:* Tuesday, April 08, 2014 11:17 AM
> *To:* dspace-tech@lists.sourceforge.net
> *Subject:* [Dspace-tech] dsapce - submission error...
>
>
>
> Hi,
>
>
>
> When I tried to submit a new document, I got the below error, can someone
> help me to resolve the problem:
>
> *Problem in creating the Request*
>
> Message: null
>
> Description: No details available.
>
> Sender:org.dspace.app.xmlui.cocoon.servlet.multipart.DSpaceMultipartFilter
>
> Source: Cocoon Servlet
>
> cause
>
> Malformed stream: Permission denied
>
> request-uri
>
>
> /xmlui/handle/10725/241/submit/7046452b834241642f59392e88033d23616e7f61.continue
>
>
>
>
>
> *Joseph N. SAYAH*
>
> ERP Application Administrator
>
> IT Applications & Solutions, Ext: 1468
>
>
>
> [image: Email signature Beirut] 
>
> *P* *please consider the environment before printing this email*
>
>
>
>
> --
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
<>--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette