Re: [dspace-tech] listing all items by collection and access rights

2019-10-22 Thread José Geraldo
This can help:

https://wiki.duraspace.org/display/DSDOC6x/Storage+Layer?preview=/68069687/78157937/dspace6.png


Em ter, 22 de out de 2019 às 13:26, adspaceusr 
escreveu:

> Greetings,
>
> After searching for a few days and failing several attempts to generate
> such a list, I ask here for help.
> What is the easiest way to list all items with their collections and
> access rights?
>
> The purpose of this, in this specific case would be to get how many
> entries there are for each kind of access rights in each collection, but I
> am trying to go on a broader approach so if I ever need to extract similar
> statistics I will be able to do so.
>
> Thanks.
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/22a707db-646c-4982-b3d9-9b0cae5b33ed%40googlegroups.com
> 
> .
>


-- 
At.te,

José Geraldo

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CANP4ikStifjBO1Pmz7MjcY9YcaGA8y%3DVny6JMnNS_mEAK0Br7w%40mail.gmail.com.


[dspace-tech] listing all items by collection and access rights

2019-10-22 Thread adspaceusr
Greetings,

After searching for a few days and failing several attempts to generate 
such a list, I ask here for help.
What is the easiest way to list all items with their collections and access 
rights?

The purpose of this, in this specific case would be to get how many entries 
there are for each kind of access rights in each collection, but I am 
trying to go on a broader approach so if I ever need to extract similar 
statistics I will be able to do so.

Thanks.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/22a707db-646c-4982-b3d9-9b0cae5b33ed%40googlegroups.com.


Re: [dspace-tech] [Dspace-tech] DSpace error - Broken pipe and java.net.SocketTimeoutException

2019-10-22 Thread Thiago Gonzaga Belmonte Galvão
Hi Carlos,
We use Dspace JSPUI 6.3 and also have the same problems.
Did you solve the problems?
Best Regards.

Em qui, 3 de out de 2019 às 12:35, Carlos Fontes 
escreveu:

> Hello,
>
> I am currently using the Dspace 6.3 JSPUI interface, the client side
> system works normally, I can access all pages and submissions.
>
> However I have been receiving several error emails with the information of
> "Broken pipe" or "java.net.SocketTimeoutException" and could not identify
> the root of the problem.
>
> Any help is most welcome.
>
> Thanks!
>
>
> 
> Email received with error info:
>
> Exception:
> java.net.SocketTimeoutException
> at
> org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:134)
> at
> org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:157)
> at
> org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1306)
> at
> org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:731)
> at
> org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:501)
> at
> org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:439)
> at
> org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:623)
> at
> org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:116)
> at
> org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:225)
> at org.apache.coyote.Response.doWrite(Response.java:606)
> at
> org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:352)
> at
> org.apache.catalina.connector.OutputBuffer.appendByteArray(OutputBuffer.java:803)
> at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:732)
> at
> org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:399)
> at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:377)
> at
> org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:96)
> at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
> at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
> at org.dspace.core.Utils.copy(Utils.java:235)
> at org.dspace.core.Utils.bufferedCopy(Utils.java:262)
> at
> org.dspace.app.webui.servlet.BitstreamServlet.doDSGet(BitstreamServlet.java:234)
> at
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:126)
> at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:73)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at
> org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
> at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
> at
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
> at
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798)
> at
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
> at
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806)
> at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
> at
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:748)
>
>
> 

Re: [dspace-tech] error

2019-10-22 Thread Paul Münch
Hello,

did you update the new path to assetstore in the 'dspace/config/local.cfg'?

Kind regards,

Paul Münch

Am 22.10.19 um 08:07 schrieb vinod awasare:
> Dear sir,
>  I am migrating dspace 5.x to 6.3. I have migrated
> database successfully and also paste backup assetstore in /dspace/ but
> in previous version of Dspace 5.x had different location for
> assetstore like db/Disk/assetstore.
>              I run command /dspace/bin/dspace index-discovery -b
> successfully. After that run command /dspace/bin/dspace filter-index
> then i got error message as below. how to fixed this problem please
> guide me.
>
> $/dspace/bin/dspace filter-media
> File:1.pdf
> ERROR filtering, skipping bitstream:
>
>         Item Handle: 123456789/1115406
>         Bundle Name: ORIGINAL
>         File Size: 321305
>         Checksum: f852f4a3eaf6557854e503ba93ff0c8e (MD5)
>         Asset Store: 1
> java.lang.NullPointerException
> java.lang.NullPointerException
>         at
> org.dspace.storage.bitstore.BitstreamStorageServiceImpl.retrieve(BitstreamStorageServiceImpl.java:216)
>         at
> org.dspace.content.BitstreamServiceImpl.retrieve(BitstreamServiceImpl.java:309)
>         at
> org.dspace.app.mediafilter.MediaFilterServiceImpl.processBitstream(MediaFilterServiceImpl.java:358)
>         at
> org.dspace.app.mediafilter.MediaFilterServiceImpl.filterBitstream(MediaFilterServiceImpl.java:218)
>         at
> org.dspace.app.mediafilter.MediaFilterServiceImpl.filterItem(MediaFilterServiceImpl.java:181)
>         at
> org.dspace.app.mediafilter.MediaFilterServiceImpl.applyFiltersItem(MediaFilterServiceImpl.java:159)
>         at
> org.dspace.app.mediafilter.MediaFilterServiceImpl.applyFiltersAllItems(MediaFilterServiceImpl.java:111)
>         at
> org.dspace.app.mediafilter.MediaFilterCLITool.main(MediaFilterCLITool.java:295)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229)
>         at
> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81)
> -- 
> Regards,
> Vinod Kumar
> DESIDOC, DRDO
> Min of Defence
> Metcalfe House
> Delhi-110054
> 011-23902451
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code
> of Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google
> Groups "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to dspace-tech+unsubscr...@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/CAN6gVDk1vq4B0WOza%3DCHk%2BH1ZCB5huj2x%3DVj_r464%3D2puORD5w%40mail.gmail.com
> .

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/022d90b9-e355-2add-c61f-c69de5520074%40staff.uni-marburg.de.


signature.asc
Description: OpenPGP digital signature


Re: [dspace-tech] Customizing submission form for individual collection

2019-10-22 Thread Lewatle Johannes Phaladi
Dear Claudia,

Thanks very much, I am looking on it I will test it and let you know.

Regards,
Lewatle 

On Friday, 18 October 2019 11:20:02 UTC+2, Claudia Jürgen wrote:
>
> Hello Lewatle, 
>
> you can have as many submission forms as you like. 
> See 
>
> https://wiki.duraspace.org/display/DSDOC6x/Submission+User+Interface#SubmissionUserInterface-AssigningacustomSubmissionProcesstoaCollection
>  
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
> Am 18.10.2019 um 09:57 schrieb Lewatle Johannes Phaladi: 
> > Dear DSpace Colleagues, 
> > 
> > I would like to know as to how could I have submission form on different 
> > collection(s), example on electronic theses and dissertations I would 
> like 
> > to have different form, having different fields eg: Title, Author, PDH, 
> > Graduation date, Sponsor. Then on School of Education I would like 
> > submitters when they click submit to this collection for them to see 
> > completely different submission form having, Publisher, Right, Journal 
> > Title, Librarian, ORCID ID. 
> > 
> > Regards, 
> > Lewatle 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f07b8942-435c-4e77-8775-9b7395d110a8%40googlegroups.com.


[dspace-tech] error

2019-10-22 Thread vinod awasare
Dear sir,
 I am migrating dspace 5.x to 6.3. I have migrated database
successfully and also paste backup assetstore in /dspace/ but in previous
version of Dspace 5.x had different location for assetstore like
db/Disk/assetstore.
 I run command /dspace/bin/dspace index-discovery -b
successfully. After that run command /dspace/bin/dspace filter-index then i
got error message as below. how to fixed this problem please guide me.

$/dspace/bin/dspace filter-media
File:1.pdf
ERROR filtering, skipping bitstream:

Item Handle: 123456789/1115406
Bundle Name: ORIGINAL
File Size: 321305
Checksum: f852f4a3eaf6557854e503ba93ff0c8e (MD5)
Asset Store: 1
java.lang.NullPointerException
java.lang.NullPointerException
at
org.dspace.storage.bitstore.BitstreamStorageServiceImpl.retrieve(BitstreamStorageServiceImpl.java:216)
at
org.dspace.content.BitstreamServiceImpl.retrieve(BitstreamServiceImpl.java:309)
at
org.dspace.app.mediafilter.MediaFilterServiceImpl.processBitstream(MediaFilterServiceImpl.java:358)
at
org.dspace.app.mediafilter.MediaFilterServiceImpl.filterBitstream(MediaFilterServiceImpl.java:218)
at
org.dspace.app.mediafilter.MediaFilterServiceImpl.filterItem(MediaFilterServiceImpl.java:181)
at
org.dspace.app.mediafilter.MediaFilterServiceImpl.applyFiltersItem(MediaFilterServiceImpl.java:159)
at
org.dspace.app.mediafilter.MediaFilterServiceImpl.applyFiltersAllItems(MediaFilterServiceImpl.java:111)
at
org.dspace.app.mediafilter.MediaFilterCLITool.main(MediaFilterCLITool.java:295)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81)
-- 
Regards,
Vinod Kumar
DESIDOC, DRDO
Min of Defence
Metcalfe House
Delhi-110054
011-23902451

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAN6gVDk1vq4B0WOza%3DCHk%2BH1ZCB5huj2x%3DVj_r464%3D2puORD5w%40mail.gmail.com.