-
Dear Sir,
We may have a solution for your problem:
First of all, if you look into "initial-questions.jsp" in the definition of
the appearence (or not)
of one of the questions, say "The multiple titles", you will see that is
determined by the boolean function
"inputSet.isDefinedMultTitles()". This inputSet method and the others
(isDefinedMultTitles(), isDefinedPubBefore(), etc) are defined in the
DCInputSet.java
file in the <dspace-dir>/src/org/dspace/app/webui/util directory.
On their turn, these methods look into the "input-forms.xml" file, located
in the <dspace-dir>/config directory to see whether for "that" collection
the
admin has specified that its input form will contain a certain dublin core
element field. For example, for the "multiple titles" question, the function
returns
"true", if the admin for that collection has associated a
"title.alternative" DC element form to go into the submission form for that
collection.
If you do not wish this check to occur for certain questions, then you
either have to comment-it out in the DCInputSet.java file, or to define it
in the input-forms.xml
for the collection(s) you are interested in.
The "input-forms.xml" file, very briefly, is a way to associate different
input forms (i.e. with different metadata fields) to different collections.
However, in the same file, there is a way to just associate every collection
with a "default" input form, in case there is no need to differentiate.
In either case, especially if you change the "DCInputSet.java" file, you
will have to re-compile for the changes to take effect.
I hope that we have helped.
P.S.
We are also running Dspace 1.4.2
Kind Regards,
-Fk
--
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: [EMAIL PROTECTED],
[EMAIL PROTECTED]
Profile: http://www.linkedin.com/in/filipposkolovos
-----------------------------------------------------------------------
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, January 02, 2008 10:20 PM
Subject: DSpace-tech Digest, Vol 21, Issue 3
> Send DSpace-tech mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DSpace-tech digest..."
>
>
> Today's Topics:
>
> 1. Re: Handle Server fails to connect on dspace 1.4.1 (Nigel Pegus)
> 2. not displaying all three questions on "Submit: Describe this
> Item" (Maike Dulk)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 2 Jan 2008 14:06:45 -0400
> From: "Nigel Pegus" <[EMAIL PROTECTED]>
> Subject: Re: [Dspace-tech] Handle Server fails to connect on dspace
> 1.4.1
> To: Claudia J?rgen <[EMAIL PROTECTED]>
> Cc: [email protected]
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello and Happy New Yr to you too Claudia :)
>
> I edited dspace.cfg but could not get make-handle-config to run so I ran
> command dspace/bin/dsrun net.handle.server.SimpleSetup
> /dspace/handle-server which was listed in older instructions to create the
> handle server config..that worked... then started server with command
> dspace/bin/dsrun net.handle.server.Main /dspace/handle-server. I sent the
> new sitebndl to CNRI and they updated our records. They are getting a
> "cannot connect error" but we have verified the ports 2641 and 8000 are
> open so we are at somewhat of a standstill on options..
>
> Thanks for your response,
> Nigel
>
> -----Original Message-----
> From: Claudia J?rgen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 02, 2008 12:30 PM
> To: Nigel Pegus
> Cc: [email protected]
> Subject: Re: [Dspace-tech] Handle Server fails to connect on dspace 1.4.1
>
> Hi Nigel,
>
>
> first a Happy New Year.
>
> So you edited dspace.cfg to include the handle prefix and then ran
> dspace]/bin/make-handle-config and started the handle server with
> [dspace]/bin/start-handle-server.
>
> Did you register the sitebndl.zip with
> http://hdl.handle.net/4263537/5014 after you ran make-handle-config?
>
> Claudia
>
>
>
> Nigel Pegus schrieb:
>> Hi
>>
>> Hello,
>>
>> I have confirmed that ports 2641 and 8000 had been opened.. Telnet is
>> off on my Linux system but I can connect to the system using ssh and a
>> program called putty. I'm assuming the ports are therefore not an issue.
>> Tried running the handle update prefix script also, even though the
>> prefix was already correct and we hadn't made any entries prior to
>> setting up handle server(I had edited the config file in advance with
>> our pre existing prefix from our test server).
>>
>> Any more insight will be greatly appreciated
>>
>> Thanks for your input
>>
>> Nigel
>>
>> -----Original Message-----
>> From: Graham Triggs [mailto:[EMAIL PROTECTED]
>> Sent: Monday, December 24, 2007 1:16 PM
>> To: Nigel Pegus
>> Cc: [email protected]
>> Subject: Re: [Dspace-tech] Handle Server fails to connect on dspace
>> 1.4.1
>>
>> Hi,
>>
>> Can you telnet to that machine / ports - both from the machine itself,
>> from the wider network, and from the even wider internet?
>>
>> Then you'll know if there is a firewall / port binding issue, which
>> would be the most obvious / easiest to resolve problem.
>>
>> Next, check that you actually have handles with the correct prefix in
>> the database - if you've got old items prior to receiving a prefix, you
>> have to ensure that they are migrated to the prefix
>> (/dspace/bin/update-handle-prefix).
>>
>> G
>>
>> Nigel Pegus wrote:
>>> Hello all,
>>>
>>> I am running dspace 1.4.1 on Linux Enterprise AS v3 update6
>>>
>>> I originally had a problem setting up the handle server with the
>>> provided script, having gotten around that (I ran command
>>> /dspace/bin/dsrun net.handle.server.Main /dspace/handle-server instead
>>
>>> of /dspace/bin/make-handle-config) I am unable to resolve any handles.
>>
>>> I have updated my config.dct with the required entries (see contents
>>> below). I noted that I had to create the storage_type and
>>> storage_class entries as opposed to just filling in the appropriate
>>> vals after the "=" sign and wandered if that is a sign of a setup
>>> problem on my end... To the best of my knowledge ports 2641 and 8000
>> are
>>> opened to the wider internet. Is there something I have overlooked?
>>>
>>> "num_threads" = "15"
>>>
>>> "bind_port" = "2641"
>>>
>>> "backlog" = "5"
>>>
>>> "log_accesses" = "yes"
>>>
>>> }
>>>
>>> "log_save_config" = {
>>>
>>> "log_save_weekday" = "N/A"
>>>
>>> "log_save_time" = "02:00:00"
>>>
>>> "log_save_directory" = "/dspace/handle-server/logs"
>>>
>>> "log_save_interval" = "Monthly"
>>>
>>> }
>>>
>>> "no_udp_resolution" = "y"
>>>
>>> "interfaces" = (
>>>
>>> "hdl_udp"
>>>
>>> "hdl_tcp"
>>>
>>> "hdl_http"
>>>
>>> )
>>>
>>> "server_config" = {
>>>
>>> "server_admins" = (
>>>
>>> "300:0.NA/2139"
>>>
>>> )
>>>
>>> "replication_admins" = (
>>>
>>> "300:0.NA/2139"
>>>
>>> )
>>>
>>> "max_session_time" = "86400000"
>>>
>>> "this_server_id" = "1"
>>>
>>> "max_auth_time" = "60000"
>>>
>>> "backup_admins" = (
>>>
>>> "300:0.NA/2139"
>>>
>>> )
>>>
>>> "case_sensitive" = "no"
>>>
>>> "storage_type" = "CUSTOM"
>>>
>>> "storage_class" = "org.dspace.handle.HandlePlugin"
>>>
>>> }
>>>
>>> }
>>>
>>> Thanks for any input,
>>>
>>> **/Nigel Pegus/**
>>>
>>> **/Main Library, Systems Unit/**
>>>
>>> **/The University of the West Indies/**
>>>
>>> **/ext: 2241/**
>>>
>>>
>> ------------------------------------------------------------------------
>>>
>> ------------------------------------------------------------------------
>> -
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>
>> ------------------------------------------------------------------------
>>> _______________________________________________
>>> DSpace-tech mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>>
>>
>> This email has been scanned by Postini.
>> For more information please visit http://www.postini.com
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> DSpace-tech mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 2 Jan 2008 10:59:10 -0800
> From: Maike Dulk <[EMAIL PROTECTED]>
> Subject: [Dspace-tech] not displaying all three questions on "Submit:
> Describe this Item"
> To: dspace-tech <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hi
>
> I've been looking into this for a some now and it does not become any
> clearer.
>
> It's this. When you submit an item, there are these Initial Questions
> (initial-questions.jsp). There seem to be three of them.
> I was wondering how it is determined whether they are displayed or not?
> In initial-questions.jsp I can see that this depends on the return
> values of the functions inputSet.isDefinedMultTitles(),
> inputSet.isDefinedPubBefore() and SubmitServlet.isWorkflow(si) but
> that does not really explain why one user in our Dspace installation
> gets only the "The item consists of more than one file" question, and
> the other (they are both Dspace admins) sees "The item has more than
> one title, e.g. a translated title" AND "The item consists of more
> than one file" but NOT the third one. Incidentally, when we choose a
> different collection all three questions do show up.
>
> i cannot find any place in Dspace where this behaviour is set ...
> i.e. like in a config file of sorts.
>
> I could try and track this issue down through the java code, but just
> in case that any of you have seen this behaviour before and could
> offer me a shortcut, that could save me a lot of time ...
>
> thanks in advance!
>
> oh btw .. running Dspace 1.4.2
>
> ----------
> Maike Dulk - Programmer / Analyst
> McPherson Library, University of Victoria
> (t) 250-886-5709 / (e) [EMAIL PROTECTED]
>
> Arithmetic:
> An obscure art no longer practiced in the world's developed countries.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
>
>
> ------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>
> ------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> End of DSpace-tech Digest, Vol 21, Issue 3
> ******************************************
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech