Re: [dspace-tech] Re: [Dspace-tech] [Junk released by Allow List] Custom Metadata Question

2019-08-27 Thread Paul Münch
Hello,

it seems that this error isn't related to the registry-loader, but the
dspace start-script or the application. To verify try another command
line tool
(https://wiki.duraspace.org/display/DSDOC6x/Command+Line+Operations).

Kind regards,

Paul Münch

Am 20.08.19 um 10:09 schrieb Rakhi Batra - Assistant Manager Publication:
> Thank you so much for the response.
> I have made changes in dublin-core-types.xml file but I am getting
> attached error message while running load command for changing registry. 
>  I am using windows 10 for the implementation of Dspace-cris and
> Cygwin for running commands.
>
> Web Bug from
> https://mailtrack.io/trace/mail/10c1a812723048da40f9e995621fd34eecbb4ba1.png?u=4464929
>
> On Mon, Aug 5, 2019 at 6:13 PM Paul Münch
> mailto:paul.mue...@ub.uni-marburg.de>>
> wrote:
>
> Hello,
>
> first you have to customise the according metadata(dublin-core,
> dcterms, local) XML-files in this directory:
> https://github.com/DSpace/DSpace/tree/master/dspace/config/registries.
>
>
> After that run '[dspace-dir]/bin/dspace registry-loader -metadata
> [path-to-metadata-xml-file]' to load the changed registries.
>
> I hope this helps and kind regards,
>
> Paul Münch
>
> Am 20.07.19 um 09:00 schrieb Rakhi Batra - Assistant Manager
> Publication:
>> Hey Chad,
>> how you have created custom metadata fields? can you explain the
>> steps? I want to add journal information like category and impact
>> factor along with journal article information in the collection.
>>
>> On Tuesday, August 25, 2015 at 7:33:05 PM UTC+5, Chad Hansen wrote:
>>
>> Thank you. I had entered the metadata elements in the
>> Metadata Registry, but I had changed them, and did not change
>> the element names in the form accordingly.
>>
>> Thanks.
>> ---
>> Chad
>> 
>>         From: sbe...@gmu.edu [sbe...@gmu.edu]
>>     Sent: Friday, January 18, 2008 12:01 PM
>> To: Chad Hansen
>> Cc: dspac...@lists.sourceforge.net
>> Subject: Re: [Junk released by Allow List] [Dspace-tech]
>> Custom Metadata Question
>>
>> This might be a dumb question, but did you add the metadata
>> elements
>> through the Metadata Registry? If so, are you using the
>> correct schema
>> name and element in your input forms entries?
>>
>> Shane Beers
>> Digital Repository Services Librarian
>> George Mason University
>> sbe...@gmu.edu
>> http://mars.gmu.edu
>> 703-993-3742
>>
>>
>>
>> On Jan 18, 2008, at 1:49 PM, Chad Hansen wrote:
>>
>> > I have added some custom metadata fields for a collection I
>> have
>> > through the dspace-admin section of my dspace site.
>> > I then wanted to have a custom submission form for that
>> collection.
>> > So, editing the input-forms.xml file and restarting tomcat
>> > everything seemed to work.
>> > The custom form showed up and I started to fill it out.
>> However,
>> > after clicking to go to the next step I get an Internal
>> Server Error.
>> > My log files say this...
>> >
>> > 2008-01-18 10:51:57,519 WARN  org.dspace.content.Item @
>> chad_...@byu.edu
>> > :session_id
>> >
>> =76D5376B8A0004E20F9FD0FA686A38BF:ip_addr=10.25.100.136:bad_dc:Bad
>>
>> > DC field. SchemaID=2, element: "creator" qualifier:
>> "collector"
>> > value: "joe, smith"
>> > 2008-01-18 10:51:57,518 ERROR
>> > org.dspace.app.webui.servlet.SubmissionController @ Error
>> loading
>> > step class'org.dspace.submit.step.DescribeStep':
>> > java.sql.SQLException: bad_dublin_core SchemaID=2, creator
>> collector
>> >        at org.dspace.content.Item.update(Item.java:1500)
>> >        at
>> org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:
>> > 490)
>> >        at
>> >
>> org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:
>>
>> > 282)
>> >        at
>&

Re: [dspace-tech] Re: [Dspace-tech] [Junk released by Allow List] Custom Metadata Question

2019-08-20 Thread Rakhi Batra - Assistant Manager Publication
Thank you so much for the response.
I have made changes in dublin-core-types.xml file but I am getting attached
error message while running load command for changing registry.
 I am using windows 10 for the implementation of Dspace-cris and Cygwin for
running commands.


On Mon, Aug 5, 2019 at 6:13 PM Paul Münch 
wrote:

> Hello,
>
> first you have to customise the according metadata(dublin-core, dcterms,
> local) XML-files in this directory:
> https://github.com/DSpace/DSpace/tree/master/dspace/config/registries.
>
> After that run '[dspace-dir]/bin/dspace registry-loader -metadata
> [path-to-metadata-xml-file]' to load the changed registries.
>
> I hope this helps and kind regards,
>
> Paul Münch
>
> Am 20.07.19 um 09:00 schrieb Rakhi Batra - Assistant Manager Publication:
>
> Hey Chad,
> how you have created custom metadata fields? can you explain the steps? I
> want to add journal information like category and impact factor along with
> journal article information in the collection.
>
> On Tuesday, August 25, 2015 at 7:33:05 PM UTC+5, Chad Hansen wrote:
>>
>> Thank you. I had entered the metadata elements in the Metadata Registry,
>> but I had changed them, and did not change the element names in the form
>> accordingly.
>>
>> Thanks.
>> ---
>> Chad
>> 
>> From: sbe...@gmu.edu [sbe...@gmu.edu]
>> Sent: Friday, January 18, 2008 12:01 PM
>> To: Chad Hansen
>> Cc: dspac...@lists.sourceforge.net
>> Subject: Re: [Junk released by Allow List] [Dspace-tech] Custom Metadata
>> Question
>>
>> This might be a dumb question, but did you add the metadata elements
>> through the Metadata Registry? If so, are you using the correct schema
>> name and element in your input forms entries?
>>
>> Shane Beers
>> Digital Repository Services Librarian
>> George Mason University
>> sbe...@gmu.edu
>> http://mars.gmu.edu
>> 703-993-3742
>>
>>
>>
>> On Jan 18, 2008, at 1:49 PM, Chad Hansen wrote:
>>
>> > I have added some custom metadata fields for a collection I have
>> > through the dspace-admin section of my dspace site.
>> > I then wanted to have a custom submission form for that collection.
>> > So, editing the input-forms.xml file and restarting tomcat
>> > everything seemed to work.
>> > The custom form showed up and I started to fill it out. However,
>> > after clicking to go to the next step I get an Internal Server Error.
>> > My log files say this...
>> >
>> > 2008-01-18 10:51:57,519 WARN  org.dspace.content.Item @
>> chad_...@byu.edu
>> > :session_id
>> > =76D5376B8A0004E20F9FD0FA686A38BF:ip_addr=10.25.100.136:bad_dc:Bad
>> > DC field. SchemaID=2, element: "creator" qualifier: "collector"
>> > value: "joe, smith"
>> > 2008-01-18 10:51:57,518 ERROR
>> > org.dspace.app.webui.servlet.SubmissionController @ Error loading
>> > step class'org.dspace.submit.step.DescribeStep':
>> > java.sql.SQLException: bad_dublin_core SchemaID=2, creator collector
>> >at org.dspace.content.Item.update(Item.java:1500)
>> >at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:
>> > 490)
>> >at
>> > org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:
>> > 282)
>> >at
>> > org
>> > .dspace
>> > .app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:424)
>> >at
>> > org
>> > .dspace
>> > .app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:281)
>> >at
>> > org
>> > .dspace
>> > .app
>> > .webui.servlet.SubmissionController.doStep(SubmissionController.java:
>> > 407)...
>> > .
>> > .
>> > .
>> >
>> > What I take from this is that my custom metadata fields are not
>> > dublin core fields.
>> > Am I able to have custom fields in a custom submit form?
>> >
>> > Thanks,
>> > Chad
>> >
>> > ---
>> > Chad G. Hansen
>> >
>> >
>> -
>> > This SF.net email is sponsored by: Microsoft
>> > Defy all challenges. Microsoft(R) Visual Studio 2008.
>> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> > ___
>> > DSpace-tech mail

Re: [dspace-tech] Re: [Dspace-tech] [Junk released by Allow List] Custom Metadata Question

2019-08-05 Thread Paul Münch
Hello,

first you have to customise the according metadata(dublin-core, dcterms,
local) XML-files in this directory:
https://github.com/DSpace/DSpace/tree/master/dspace/config/registries.

After that run '[dspace-dir]/bin/dspace registry-loader -metadata
[path-to-metadata-xml-file]' to load the changed registries.

I hope this helps and kind regards,

Paul Münch

Am 20.07.19 um 09:00 schrieb Rakhi Batra - Assistant Manager Publication:
> Hey Chad,
> how you have created custom metadata fields? can you explain the
> steps? I want to add journal information like category and impact
> factor along with journal article information in the collection.
>
> On Tuesday, August 25, 2015 at 7:33:05 PM UTC+5, Chad Hansen wrote:
>
> Thank you. I had entered the metadata elements in the Metadata
> Registry, but I had changed them, and did not change the element
> names in the form accordingly.
>
> Thanks.
> ---
> Chad
> 
> From: sbe...@gmu.edu  [sbe...@gmu.edu ]
> Sent: Friday, January 18, 2008 12:01 PM
> To: Chad Hansen
>     Cc: dspac...@lists.sourceforge.net 
>     Subject: Re: [Junk released by Allow List] [Dspace-tech] Custom
> Metadata Question
>
> This might be a dumb question, but did you add the metadata elements
> through the Metadata Registry? If so, are you using the correct
> schema
> name and element in your input forms entries?
>
> Shane Beers
> Digital Repository Services Librarian
> George Mason University
> sbe...@gmu.edu 
> http://mars.gmu.edu
> 703-993-3742
>
>
>
> On Jan 18, 2008, at 1:49 PM, Chad Hansen wrote:
>
> > I have added some custom metadata fields for a collection I have
> > through the dspace-admin section of my dspace site.
> > I then wanted to have a custom submission form for that collection.
> > So, editing the input-forms.xml file and restarting tomcat
> > everything seemed to work.
> > The custom form showed up and I started to fill it out. However,
> > after clicking to go to the next step I get an Internal Server
> Error.
> > My log files say this...
> >
> > 2008-01-18 10:51:57,519 WARN  org.dspace.content.Item @
> chad_...@byu.edu 
> > :session_id
> > =76D5376B8A0004E20F9FD0FA686A38BF:ip_addr=10.25.100.136:bad_dc:Bad
> > DC field. SchemaID=2, element: "creator" qualifier: "collector"
> > value: "joe, smith"
> > 2008-01-18 10:51:57,518 ERROR
> > org.dspace.app.webui.servlet.SubmissionController @ Error loading
> > step class'org.dspace.submit.step.DescribeStep':
> > java.sql.SQLException: bad_dublin_core SchemaID=2, creator
> collector
> >        at org.dspace.content.Item.update(Item.java:1500)
> >        at
> org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:
> > 490)
> >        at
> > org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:
> > 282)
> >        at
> > org
> > .dspace
> > .app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:424)
> >        at
> > org
> > .dspace
> >
> .app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:281)
> >        at
> > org
> > .dspace
> > .app
> >
> .webui.servlet.SubmissionController.doStep(SubmissionController.java:
> > 407)...
> > .
> > .
> > .
> >
> > What I take from this is that my custom metadata fields are not
> > dublin core fields.
> > Am I able to have custom fields in a custom submit form?
> >
> > Thanks,
> > Chad
> >
> > ---
> > Chad G. Hansen
> >
> >
> -
>
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> <http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/>
> > ___
> > DSpace-tech mailing list
> > dspac...@lists.sourceforge.net 
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> <https://lists.sourceforge.net/lists/listinfo/dspace-tech>
>
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code
>

[dspace-tech] Re: [Dspace-tech] [Junk released by Allow List] Custom Metadata Question

2019-07-20 Thread Rakhi Batra - Assistant Manager Publication
Hey Chad,
how you have created custom metadata fields? can you explain the steps? I 
want to add journal information like category and impact factor along with 
journal article information in the collection.

On Tuesday, August 25, 2015 at 7:33:05 PM UTC+5, Chad Hansen wrote:
>
> Thank you. I had entered the metadata elements in the Metadata Registry, 
> but I had changed them, and did not change the element names in the form 
> accordingly. 
>
> Thanks. 
> --- 
> Chad 
>  
> From: sbe...@gmu.edu  [sbe...@gmu.edu ] 
> Sent: Friday, January 18, 2008 12:01 PM 
> To: Chad Hansen 
> Cc: dspac...@lists.sourceforge.net  
> Subject: Re: [Junk released by Allow List] [Dspace-tech] Custom Metadata 
> Question 
>
> This might be a dumb question, but did you add the metadata elements 
> through the Metadata Registry? If so, are you using the correct schema 
> name and element in your input forms entries? 
>
> Shane Beers 
> Digital Repository Services Librarian 
> George Mason University 
> sbe...@gmu.edu  
> http://mars.gmu.edu 
> 703-993-3742 
>
>
>
> On Jan 18, 2008, at 1:49 PM, Chad Hansen wrote: 
>
> > I have added some custom metadata fields for a collection I have 
> > through the dspace-admin section of my dspace site. 
> > I then wanted to have a custom submission form for that collection. 
> > So, editing the input-forms.xml file and restarting tomcat 
> > everything seemed to work. 
> > The custom form showed up and I started to fill it out. However, 
> > after clicking to go to the next step I get an Internal Server Error. 
> > My log files say this... 
> > 
> > 2008-01-18 10:51:57,519 WARN  org.dspace.content.Item @ chad_...@byu.edu 
>  
> > :session_id 
> > =76D5376B8A0004E20F9FD0FA686A38BF:ip_addr=10.25.100.136:bad_dc:Bad 
> > DC field. SchemaID=2, element: "creator" qualifier: "collector" 
> > value: "joe, smith" 
> > 2008-01-18 10:51:57,518 ERROR 
> > org.dspace.app.webui.servlet.SubmissionController @ Error loading 
> > step class'org.dspace.submit.step.DescribeStep': 
> > java.sql.SQLException: bad_dublin_core SchemaID=2, creator collector 
> >at org.dspace.content.Item.update(Item.java:1500) 
> >at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java: 
> > 490) 
> >at 
> > org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java: 
> > 282) 
> >at 
> > org 
> > .dspace 
> > .app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:424) 
> >at 
> > org 
> > .dspace 
> > .app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:281) 
> >at 
> > org 
> > .dspace 
> > .app 
> > .webui.servlet.SubmissionController.doStep(SubmissionController.java: 
> > 407)... 
> > . 
> > . 
> > . 
> > 
> > What I take from this is that my custom metadata fields are not 
> > dublin core fields. 
> > Am I able to have custom fields in a custom submit form? 
> > 
> > Thanks, 
> > Chad 
> > 
> > --- 
> > Chad G. Hansen 
> > 
> > 
> - 
> > This SF.net email is sponsored by: Microsoft 
> > Defy all challenges. Microsoft(R) Visual Studio 2008. 
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ 
> > ___ 
> > DSpace-tech mailing list 
> > dspac...@lists.sourceforge.net  
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech 
>
>
>

-- 
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/710dc3c2-f68f-486c-a3b2-d2e36ff60ae1%40googlegroups.com.