Re: [Dspace-tech] item dispaly on Mirage

2011-03-22 Thread Webshet, Sisay (ILRI)



Hi All,

I want customize a new metadata item display on mirage(dspace 1.7)
Anybody tried the code inside an item-view.xsl.Iam new to add 
If the code for issue date. Like this what will be the code for the
default publisher that doesn't have qualifier)
is there any other file other than this to modify the code.

Thanks 
sisay

xsl:when test=$clause = 6 and (dim:field[@element='date' and
@qualifier='issued'])
tr class=ds-table-row {$phase}
tdspan
class=boldi18n:textxmlui.dri2xhtml.METS-1.0.item-date/i18n:text:
/span/td
td
xsl:for-each
select=dim:field[@element='date' and @qualifier='issued']
xsl:copy-of
select=substring(./node(),1,10)/
 xsl:if
test=count(following-sibling::dim:field[@element='date' and
@qualifier='issued']) != 0
br/
/xsl:if
/xsl:for-each
/td
/tr
  xsl:call-template name=itemSummaryView-DIM-fields
xsl:with-param name=clause select=($clause + 1)/
xsl:with-param name=phase select=$otherPhase/
  /xsl:call-template
  /xsl:when


--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] item dispaly on Mirage

2011-03-21 Thread Webshet, Sisay (ILRI)

Hi All,

I want customize a new metadata item display on mirage(dspace 1.7)
Anybody tried the code inside an item-view.xsl.Iam new to add 
If the code for issue data is like this what will be the code for the
default publisher that doesn't have qualifier)
is there any other file other than this to touch.

Thanks 
sisay

xsl:when test=$clause = 6 and (dim:field[@element='date' and
@qualifier='issued'])
tr class=ds-table-row {$phase}
tdspan
class=boldi18n:textxmlui.dri2xhtml.METS-1.0.item-date/i18n:text:
/span/td
td
xsl:for-each
select=dim:field[@element='date' and @qualifier='issued']
xsl:copy-of
select=substring(./node(),1,10)/
 xsl:if
test=count(following-sibling::dim:field[@element='date' and
@qualifier='issued']) != 0
br/
/xsl:if
/xsl:for-each
/td
/tr
  xsl:call-template name=itemSummaryView-DIM-fields
xsl:with-param name=clause select=($clause + 1)/
xsl:with-param name=phase select=$otherPhase/
  /xsl:call-template
  /xsl:when


--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] internal system error while submitting items

2011-02-27 Thread Webshet, Sisay (ILRI)
Hi,

 

Link installed dspace applications to Tomcat's webapps folder.

Thanks 

sisay

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dropdown on input-forms.xml

2011-02-14 Thread Webshet, Sisay (ILRI)
Hi All,

It works fine after I deleted ' ' between terms and run index-init



-Original Message-
From: Webshet, Sisay (ILRI) 
Sent: Monday, February 14, 2011 8:58 AM
To: 'dspace-tech@lists.sourceforge.net'
Subject: RE: dropdown on input-forms.xml



-Original Message-
From: Webshet, Sisay (ILRI) 
Sent: Monday, February 14, 2011 8:55 AM
To: 'dspace-tech@lists.sourceforge.net'
Subject: RE: DSpace-tech Digest, Vol 58, Issue 48

Hi Friends,

Here is what the log file reads

2011-02-14 08:35:47,197 ERROR
org.dspace.app.webui.servlet.SubmissionController @ Error loading step
class'org.dspace.submit.step.DescribeStep':
javax.servlet.ServletException: Error creating submission forms:
org.xml.sax.SAXParseException: The entity name must immediately follow
the '' in the entity reference.
at
org.dspace.submit.step.DescribeStep.getInputsReader(DescribeStep.java:41
2)
at
org.dspace.submit.step.DescribeStep.init(DescribeStep.java:116)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA
ccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
tructorAccessorImpl.java:27)
at
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at
org.dspace.app.webui.submit.JSPStepManager.loadStep(JSPStepManager.java:
126)
at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:405)
at
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionCon
troller.java:344)
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(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnly
Filter.java:98)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebapp
ServletFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:1
74)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
4)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:689)
at java.lang.Thread.run(Thread.java:619)


Thanks 
-Original Message-
From: dspace-tech-requ...@lists.sourceforge.net
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Friday, February 11, 2011 10:59 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 58, Issue 48

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

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
dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: dropdown on input-forms.xml
  (Thornton, Susan M. (LARC-B702)[LITES

Re: [Dspace-tech] DSpace-tech Digest, Vol 58, Issue 48

2011-02-13 Thread Webshet, Sisay (ILRI)
Hi Friends,

Here is what the log file reads

2011-02-14 08:35:47,197 ERROR
org.dspace.app.webui.servlet.SubmissionController @ Error loading step
class'org.dspace.submit.step.DescribeStep':
javax.servlet.ServletException: Error creating submission forms:
org.xml.sax.SAXParseException: The entity name must immediately follow
the '' in the entity reference.
at
org.dspace.submit.step.DescribeStep.getInputsReader(DescribeStep.java:41
2)
at
org.dspace.submit.step.DescribeStep.init(DescribeStep.java:116)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA
ccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
tructorAccessorImpl.java:27)
at
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at
org.dspace.app.webui.submit.JSPStepManager.loadStep(JSPStepManager.java:
126)
at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:405)
at
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionCon
troller.java:344)
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(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnly
Filter.java:98)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebapp
ServletFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:1
74)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
4)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:689)
at java.lang.Thread.run(Thread.java:619)


Thanks 
-Original Message-
From: dspace-tech-requ...@lists.sourceforge.net
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Friday, February 11, 2011 10:59 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 58, Issue 48

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

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
dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: dropdown on input-forms.xml
  (Thornton, Susan M. (LARC-B702)[LITES])


--

Message: 1
Date: Fri, 11 Feb 2011 13:58:27 -0600
From: Thornton, Susan M. (LARC-B702)[LITES]
susan.m.thorn...@nasa.gov
Subject: Re: [Dspace-tech] dropdown on input-forms.xml
To: Webshet, Sisay (ILRI) s.webs...@cgiar.org,
dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
Message-ID:

03de6124b1f32240b3692ed5e591ed1617a78c9...@ndmsscc07.ndc.nasa.gov
Content-Type: text/plain; charset=utf-8

Can you

Re: [Dspace-tech] dropdown on input-forms.xml

2011-02-13 Thread Webshet, Sisay (ILRI)


-Original Message-
From: Webshet, Sisay (ILRI) 
Sent: Monday, February 14, 2011 8:55 AM
To: 'dspace-tech@lists.sourceforge.net'
Subject: RE: DSpace-tech Digest, Vol 58, Issue 48

Hi Friends,

Here is what the log file reads

2011-02-14 08:35:47,197 ERROR
org.dspace.app.webui.servlet.SubmissionController @ Error loading step
class'org.dspace.submit.step.DescribeStep':
javax.servlet.ServletException: Error creating submission forms:
org.xml.sax.SAXParseException: The entity name must immediately follow
the '' in the entity reference.
at
org.dspace.submit.step.DescribeStep.getInputsReader(DescribeStep.java:41
2)
at
org.dspace.submit.step.DescribeStep.init(DescribeStep.java:116)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA
ccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
tructorAccessorImpl.java:27)
at
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at
org.dspace.app.webui.submit.JSPStepManager.loadStep(JSPStepManager.java:
126)
at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:405)
at
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionCon
troller.java:344)
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(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnly
Filter.java:98)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebapp
ServletFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:1
74)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
4)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:689)
at java.lang.Thread.run(Thread.java:619)


Thanks 
-Original Message-
From: dspace-tech-requ...@lists.sourceforge.net
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Friday, February 11, 2011 10:59 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 58, Issue 48

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

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
dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: dropdown on input-forms.xml
  (Thornton, Susan M. (LARC-B702)[LITES])


--

Message: 1
Date: Fri, 11 Feb 2011 13:58:27 -0600
From: Thornton, Susan M. (LARC-B702)[LITES]
susan.m.thorn...@nasa.gov
Subject: Re: [Dspace-tech] dropdown on input-forms.xml
To: Webshet, Sisay (ILRI) s.webs...@cgiar.org,
dspace-tech

Re: [Dspace-tech] dropdown on input-forms.xml

2011-02-10 Thread Webshet, Sisay (ILRI)
Hi,

 

For small No of values it works fine but when you add the no values in
the dropdown list let if you have 20 drop down list

and want to make it 100 it brings internal system error.

 

Thanks 



From: Thornton, Susan M. (LARC-B702)[LITES]
[mailto:susan.m.thorn...@nasa.gov] 
Sent: Thursday, February 10, 2011 10:46 PM
To: Webshet, Sisay (ILRI); dspace-tech@lists.sourceforge.net
Subject: RE: dropdown on input-forms.xml

 

Is there a fixed number of values it can load into the drop-down and
then it stops, or does it just not work at all?

 

 

 

Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

(757) 224-4074

 

 

From: Webshet, Sisay (ILRI) [mailto:s.webs...@cgiar.org] 
Sent: Thursday, February 10, 2011 12:31 AM
To: Thornton, Susan M. (LARC-B702)[LITES];
dspace-tech@lists.sourceforge.net
Subject: RE: dropdown on input-forms.xml

 

Hi sue,

 

Thanks but this is not my first time. Of course it works for small no of
values. 

But for long list like countries of the world (1-155 values) Dspace has
a problem.  

Thanks 

 



From: Thornton, Susan M. (LARC-B702)[LITES]
[mailto:susan.m.thorn...@nasa.gov] 
Sent: Wednesday, February 09, 2011 7:56 PM
To: Webshet, Sisay (ILRI); dspace-tech@lists.sourceforge.net
Subject: RE: dropdown on input-forms.xml

 

I don't see anything obviously incorrect about your code.  I'm not sure
if this is a result of extra spaces in the email, and it's really just
an idea, but I would try removing any blank lines between your
value-pairs/value-pairs entries.  Here is an example of some
customizing we did in input-forms.xml that works great:

 

input-forms

.

.

.

field

 dc-elementtype/dc-element

 dc-qualifier/dc-qualifier

 !-- An input-type of qualdrop_value MUST be marked as
repeatable --

 repeatabletrue/repeatable

 labelDocument Type/label

 input-type value-pairs-name=doc_typedropdown/input-type

 hintPlease enter the document type./hint

 required/required

/field

.

.

.

form-value-pairs

.

.

.

  value-pairs value-pairs-name=doc_type dc-term=type

 pair

   displayed-valueArticle/displayed-value

   stored-valueArticle/stored-value

 /pair

 pair

   displayed-valueDocument/displayed-value

   stored-valueDocument/stored-value

 /pair

 pair

   displayed-valueForm/displayed-value

   stored-valueForm/stored-value

 /pair

 pair

   displayed-valueLetter/displayed-value

   stored-valueLetter/stored-value

 /pair

 pair

   displayed-valuePamphlet/displayed-value

   stored-valuePamphlet/stored-value

 /pair

 pair

   displayed-valuePaper/displayed-value

   stored-valuePaper/stored-value

 /pair

 pair

   displayed-valuePresentation/displayed-value

   stored-valuePresentation/stored-value

 /pair

 pair

   displayed-valueRequest/displayed-value

   stored-valueRequest/stored-value

 /pair

  /value-pairs

.

.

.

/form-value-pairs

.

.

.

/input-forms

 

Hope this helps.

Sue

 

 

Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

(757) 224-4074

 

 

From: Webshet, Sisay (ILRI) [mailto:s.webs...@cgiar.org] 
Sent: Wednesday, February 09, 2011 1:13 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] dropdown on input-forms.xml

 

 

Hi everyone,
I'm using dspace 1.6.2 with jspui and I'm trying to use the input-type
drop down_value in input-forms.xml, but it works for some fields with 
Small no of values how ever when I try to make a long list for countries
of the world 
It doesn't work. Internal system error.I checked several times to make
sure there exist syntax error 
in the code. Does dspace has a limit on the dropdown values.
 
I wonder if someone assists me
*Dspace.cfg dc.cplace.country at webui.itemdisplay.default
*metadata.dc.cplace.country  at Messages.properties file
*I just add the  field to the metadata registry
(cplace(Element),country(Qualifier)
Here is my entry in input-forms.xml:
 
  field
 dc-schemadc/dc-schema
 dc-elementcplace/dc-element
 dc-qualifiercountry/dc-qualifier
 repeatabletrue/repeatable
 labelILRI Country Focus/label
 input-type
value-pairs-name=countrylistdropdown/input-type
 hintEnter a country or Countries/hint
 required/required
 /field
 
  
   value-pairs value-pairs-name=countrylist dc-term=cplace_country
   
  pair
   displayed-valueAFGHANISTAN/displayed-value
   stored-valueAFGHANISTAN/stored-value
 /pair
 
   
  pair
   displayed-valueALBANIA/displayed-value
   stored-valueALBANIA/stored-value
 /pair
 
   
  pair

[Dspace-tech] dropdown on input-forms.xml

2011-02-08 Thread Webshet, Sisay (ILRI)
 

Hi everyone,
I'm using dspace 1.6.2 with jspui and I'm trying to use the input-type
drop down_value in input-forms.xml, but it works for some fields with 
Small no of values how ever when I try to make a long list for countries
of the world 
It doesn't work. Internal system error.I checked several times to make
sure there exist syntax error 
in the code. Does dspace has a limit on the dropdown values.
 
I wonder if someone assists me
*Dspace.cfg dc.cplace.country at webui.itemdisplay.default
*metadata.dc.cplace.country  at Messages.properties file
*I just add the  field to the metadata registry
(cplace(Element),country(Qualifier)
Here is my entry in input-forms.xml:
 
  field
 dc-schemadc/dc-schema
 dc-elementcplace/dc-element
 dc-qualifiercountry/dc-qualifier
 repeatabletrue/repeatable
 labelILRI Country Focus/label
 input-type
value-pairs-name=countrylistdropdown/input-type
 hintEnter a country or Countries/hint
 required/required
 /field
 
  
   value-pairs value-pairs-name=countrylist dc-term=cplace_country
   
  pair
   displayed-valueAFGHANISTAN/displayed-value
   stored-valueAFGHANISTAN/stored-value
 /pair
 
   
  pair
   displayed-valueALBANIA/displayed-value
   stored-valueALBANIA/stored-value
 /pair
 
   
  pair
   displayed-valueALGERIA/displayed-value
   stored-valueALGERIA/stored-value
 /pair

 
   /value-pairs
   
   
/form-value-pairs
 
/input-forms
 
Thanks 
sisay
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace: Internal Server Error

2011-02-03 Thread Webshet, Sisay (ILRI)

HI All,

I just installed dspace 1.6 2. on linux sever.how ever when I tried to
click on home an internal server error come what will be the reason

Thanks 
sisay

-Original Message-
From: s.webs...@cgiar.org [mailto:s.webs...@cgiar.org] 
Sent: Thursday, February 03, 2011 7:07 PM
To: Webshet, Sisay (ILRI)
Subject: DSpace: Internal Server Error

An internal server error occurred on http://172.27.1.19:8080:

Date:   2/3/11 4:07 PM
Session ID: 4BD5954FA28C0C3CDBDF9756554A858F
User:   Sisay Webshet (s.webs...@cgiar.org)
IP address: 172.27.1.1

-- URL Was: http://172.27.1.19:8080/jspui/internal-error
-- Method: GET
-- Parameters were:


Exception:
org.apache.jasper.JasperException: Exception in JSP: /index.jsp:84

81: context = UIUtil.obtainContext(request);
82: 
83: // Home page shows community list
84: Community[] communities = Community.findAllTop(context);
85: request.setAttribute(communities, communities);
86: 
87: // Show home page JSP


Stacktrace:
at
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:451)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:373)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebapp
ServletFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:1
74)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
4)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:689)
at java.lang.Thread.run(Thread.java:619)



--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] two Instances of dspace

2011-01-31 Thread Webshet, Sisay (ILRI)
Hi All,

 

I tried to have 2 instances of dspace 1.6.2 on Debian, how ever when I
run mvn package

Build fails unable to get dspace.cfg.

 

 So far I did

  1. Create a new database (dspace2)
 2. Create a new installation directory (dspace2)
 3. A new sources directory (dspace-1.6.2-src-release-2)
old (dspace-1.6.2-src-release)
 4. copy dspace.cfg (cp dspace.cfg dspace2.cfg)
 5. Edit dspace2.cfg as follow 
 
 dspace.dir = /dspace2
 
 dspace.url = http://[YourURL]:8080/dspace2
http://%5byoururl%5d:8080/dspace2 
 db.url = jdbc:postgresql://localhost:5432/dspace2
 
 
 
What will be my next step? 
Should I link tomcat to dspace2 folder?
Should I run mvn clean? 

 

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] batch modifications

2011-01-25 Thread Webshet, Sisay (ILRI)
Dear Friends,

 

I want to do batch modifications on dspace 1.6.2.  I have modified some
metadata information

on some .csv file using excel  When I try to import it the issue date
is added and removed the previous issue data setting.

Is there a way to block or ignore issue data modification.

 

Thanks 

Sisay

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] batch modifications

2011-01-25 Thread Webshet, Sisay (ILRI)
Hi Friends

 

It woks fine. Thank you very much

 

Thanks 

 

Sisay

 



From: pdiet...@gmail.com [mailto:pdiet...@gmail.com] On Behalf Of Peter
Dietz
Sent: Tuesday, January 25, 2011 9:10 PM
To: Webshet, Sisay (ILRI)
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] batch modifications

 

Hi Sisay,

 

My colleague Maureen gave a presentation on batch editing at the DSpace
User's Group a few months ago.

 

http://hdl.handle.net/1811/47279 --  Batch Metadata Editing in DSpace
1.6+ 

 

To answer your question, I think the trick is to delete the columns from
the spreadsheet that you will not be modifying, otherwise it reapplies
each column of data in your spreadsheet.


--
Peter Dietz
Systems Developer/Engineer
Ohio State University Libraries




On Tue, Jan 25, 2011 at 8:56 AM, Webshet, Sisay (ILRI)
s.webs...@cgiar.org wrote:

Dear Friends,

 

I want to do batch modifications on dspace 1.6.2.  I have modified some
metadata information

on some .csv file using excel  When I try to import it the issue date
is added and removed the previous issue data setting.

Is there a way to block or ignore issue data modification.

 

Thanks 

Sisay



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better
price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

 

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Proxy Error

2011-01-11 Thread Webshet, Sisay (ILRI)
Hi All,

 


Our dspace sever responds Proxy Error


The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /
http://mahider.cgiar.org/ .

Reason: Error reading from remote server



Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch
proxy_html/3.0.0 Server at mahider.cgiar.org Port 80

 

 

Can anyone support us.

 

Thank you

Sisay

--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] uplaod error

2010-11-22 Thread Webshet, Sisay (ILRI)
 

Hi all,

 

 We are currently upgrading from DSpace 1.5.2 to Dspace 1.6.2

 

All steps are ok  database restored successfully

 

How ever when I try to uplad an item this error occurs.

Should I put the old inputform.xml to dspace\config

 

 

@ Error loading step class'org.dspace.submit.step.UploadStep':

java.io.IOException: No such file or directory

   at java.io.UnixFileSystem.createFileExclusively(Native Method)

   at java.io.File.createNewFile(File.java:883)

   at
edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:486)

   at
org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamStora
geManager.java:332)

   at org.dspace.content.Bitstream.create(Bitstream.java:232)

   at org.dspace.content.Bundle.createBitstream(Bundle.java:389)

   at org.dspace.content.Item.createSingleBitstream(Item.java:1388)

   at
org.dspace.submit.step.UploadStep.processUploadFile(UploadStep.java:505)

   at
org.dspace.submit.step.UploadStep.doProcessing(UploadStep.java:168)

   at
org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java
:429)

   at
org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.ja
va:284)

   at
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionContr
oller.java:408)

   at
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionCon
troller.java:344)

   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(Applica
tionFilterChain.java:269)

   at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

   at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnly
Filter.java:98)

   at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)

   at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

   at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebapp
ServletFilter.java:112)

   at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)

   at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

   at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)

   at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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:1
74)

   at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
4)

   at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)

   at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)

   at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)

   at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:689)

   at java.lang.Thread.run(Thread.java:619)

 

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] upload error

2010-11-22 Thread Webshet, Sisay (ILRI)
 

Hi Wendy,

 

Thanks it works.

 

 

Sisay

--
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] index-init

2010-11-15 Thread Webshet, Sisay (ILRI)
Hi All,

 

This is my second time to post this for you,

 

sudo /home/dspace/bin/index-init

 

Creating browse and search indexes

Exception: java.lang.ClassNotFoundException:

java.sql.SQLException: java.lang.ClassNotFoundException:

at
org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java
:1711)

at
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.j
ava:618)

at org.dspace.core.Context.init(Context.java:126)

at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:658)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)

Thanks 

sisay

 

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] index-init

2010-11-08 Thread Webshet, Sisay (ILRI)
Hi All,

 

 

Iam on upgrading of dspace 1.5.2 into 1.6.2.some steps are fine,

 

How ever at last the following error happens. Can you tell me the reason
why please?

 

 

sudo /home/dspace/bin/index-init

 

Creating browse and search indexes

Exception: java.lang.ClassNotFoundException:

java.sql.SQLException: java.lang.ClassNotFoundException:

at
org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java
:1711)

at
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.j
ava:618)

at org.dspace.core.Context.init(Context.java:126)

at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:658)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)

Thanks 

sisay

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] bin creation was not successful

2010-10-12 Thread Webshet, Sisay (ILRI)
Hi All,

 

dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$ ant
fresh_install

Buildfile: build.xml

 

init_installation:

 

BUILD FAILED

/home/xxxt/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build
.dir/build.xml:530: Directory /home/dspace/bin creation was not
successful for an unknow n
reason

 

How this problem solved. Instead of reinstalling postgresql(works this
way)

There is build.xlm file the directory dspace-1.5.2-build.dir

 

Regards,

sisay

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Map file

2010-09-15 Thread Webshet, Sisay (ILRI)

Hi Claudia J?rgen,

Thanks it works but.
The following error.
Metadata Import program generates only 3 files (dublin_core.xml,
contents, and ...pdf) from xls file
 C:\dspace\bindsrun org.dspace.app.itemimport.ItemImport -a
-es.webs...@cgiar.or
g -c 123456789/11 -s C:\HERBARIUM -m C:\dspace\map
Using DSpace installation in: C:\dspace
Destination collections:
Owning  Collection: CEE_Theses
Adding items from directory: C:\HERBARIUM
Generating mapfile: C:\dspace\map
Adding item from directory HERBARIUM_1
Loading dublin core from
C:\HERBARIUM\HERBARIUM_1\dublin_core.xml
Schema: dc Element: title Qualifier: none Value:  Heave response
of a fl
oating vertical cylinder with built- in tuned mass damper.
Schema: dc Element: contributor Qualifier: author Value:  Adi
Kurniawan.

Schema: dc Element: description Qualifier: abstract Value: Novel
concept
s of floating structures continue to be proposed with applications
ranging from hydrocarbons exploitation to the possible inhabitation of
the ocean
. As
floating structures move freely in 6 degree-of-freedoms, reducing their
motions
in
response to environmental forces is a challenging task. Among the
various motion

reduction mechanisms, the tuned mass damper (TMD) still has limited use
in
floating structures. In the current research, the feasibility of TMD to
reduce t
he heave response of a freely floating vertical circular cylinder is
investigate
d. The TMD is designed and positioned inside the cylinder without
significantly
altering the hydrostatic stability of the structure. A combination of
theoretica
l, experimental, and numerical studies is employed in the investigation.
Schema: dc Element: contributor Qualifier: advisor Value: Not In
List
Schema: dc Element: date Qualifier: copyright Value:  2006
Schema: dc Element: date Qualifier: issued Value:  2006
Schema: dc Element: description Qualifier: degree Value: MASTER
OF ENGIN
EERING (CEE)
Schema: dc Element: rights Qualifier: none Value: Nanyang
Technological
University
Schema: dc Element: contributor Qualifier: department Value:
School of C
ivil and Environmental Engineering
Schema: dc Element: type Qualifier: none Value: Thesis
Processing contents file: C:\HERBARIUM\HERBARIUM_1\contents
Bitstream: HERBARIUM_1.pdf
Processing handle file: handle
It appears there is no handle file -- generating one
java.sql.SQLException: bad_dublin_core schema=dc, description degree
at org.dspace.content.Item.update(Item.java:1550)
at
org.dspace.content.InstallItem.installItem(InstallItem.java:151)
at
org.dspace.app.itemimport.ItemImport.addItem(ItemImport.java:672)
at
org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:514)
at
org.dspace.app.itemimport.ItemImport.main(ItemImport.java:421)
java.sql.SQLException: bad_dublin_core schema=dc, description degree

C:\dspace\bin
Metadata Import program generates only 3 files (dublin_core.xml,
contents, and ...pdf)

--

Message: 1
Date: Tue, 14 Sep 2010 13:59:59 +0200
From: Claudia J?rgen  claudia.juer...@ub.tu-dortmund.de
Subject: Re: [Dspace-tech] Map file
To: dspace-tech dspace-tech@lists.sourceforge.net
Message-ID: 4c8f63bf.9080...@ub.tu-dortmund.de
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello Sisay,

you got a type, it should be
org.dspace.app.itemimport.ItemImport

Hope that helps

Claudia J?rgen

Am 14.09.2010 13:48, schrieb Webshet, Sisay (ILRI):
 Hi Claudia J?rgen,



 Thanks but still some the following error.

 Should map file have an extension?

   C:\dspace\bindsrun org.dspace.app.itemimport.itemimport -a -e
 s.webs...@cgiar.o

 rg -c 123456789/11 -s c:\HERBARIUM -m c:\mahider.map

 Using DSpace installation in: C:\dspace

 Exception in thread main java.lang.NoClassDefFoundError:
 org/dspace/app/itemim

 port/itemimport

 Caused by: java.lang.ClassNotFoundException:
 org.dspace.app.itemimport.itemimpor

 t

  at java.net.URLClassLoader$1.run(Unknown Source)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.net.URLClassLoader.findClass(Unknown Source)

  at java.lang.ClassLoader.loadClass(Unknown Source)

  at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

  at java.lang.ClassLoader.loadClass(Unknown Source)

 Could not find the main class: org.dspace.app.itemimport.itemimport.
 Program wi

 ll exit.



-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/



--


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev

Re: [Dspace-tech] Map file

2010-09-15 Thread Webshet, Sisay (ILRI)
Hi Claudia J?rgen,

Thanks a lot. It works after some work has been made on inputforms.xml
and dspace.cfg and the like by adding some dublin_core.xml dc values.

-Original Message-
From: Webshet, Sisay (ILRI) 
Sent: Wednesday, September 15, 2010 11:57 AM
To: 'dspace-tech@lists.sourceforge.net'
Subject: Map file


Hi Claudia J?rgen,

Thanks it works but.
The following error.
Metadata Import program generates only 3 files (dublin_core.xml,
contents, and ...pdf) from xls file
 C:\dspace\bindsrun org.dspace.app.itemimport.ItemImport -a
-es.webs...@cgiar.or
g -c 123456789/11 -s C:\HERBARIUM -m C:\dspace\map
Using DSpace installation in: C:\dspace
Destination collections:
Owning  Collection: CEE_Theses
Adding items from directory: C:\HERBARIUM
Generating mapfile: C:\dspace\map
Adding item from directory HERBARIUM_1
Loading dublin core from
C:\HERBARIUM\HERBARIUM_1\dublin_core.xml
Schema: dc Element: title Qualifier: none Value:  Heave response
of a fl
oating vertical cylinder with built- in tuned mass damper.
Schema: dc Element: contributor Qualifier: author Value:  Adi
Kurniawan.

Schema: dc Element: description Qualifier: abstract Value: Novel
concept
s of floating structures continue to be proposed with applications
ranging from hydrocarbons exploitation to the possible inhabitation of
the ocean
. As
floating structures move freely in 6 degree-of-freedoms, reducing their
motions
in
response to environmental forces is a challenging task. Among the
various motion

reduction mechanisms, the tuned mass damper (TMD) still has limited use
in
floating structures. In the current research, the feasibility of TMD to
reduce t
he heave response of a freely floating vertical circular cylinder is
investigate
d. The TMD is designed and positioned inside the cylinder without
significantly
altering the hydrostatic stability of the structure. A combination of
theoretica
l, experimental, and numerical studies is employed in the investigation.
Schema: dc Element: contributor Qualifier: advisor Value: Not In
List
Schema: dc Element: date Qualifier: copyright Value:  2006
Schema: dc Element: date Qualifier: issued Value:  2006
Schema: dc Element: description Qualifier: degree Value: MASTER
OF ENGIN
EERING (CEE)
Schema: dc Element: rights Qualifier: none Value: Nanyang
Technological
University
Schema: dc Element: contributor Qualifier: department Value:
School of C
ivil and Environmental Engineering
Schema: dc Element: type Qualifier: none Value: Thesis
Processing contents file: C:\HERBARIUM\HERBARIUM_1\contents
Bitstream: HERBARIUM_1.pdf
Processing handle file: handle
It appears there is no handle file -- generating one
java.sql.SQLException: bad_dublin_core schema=dc, description degree
at org.dspace.content.Item.update(Item.java:1550)
at
org.dspace.content.InstallItem.installItem(InstallItem.java:151)
at
org.dspace.app.itemimport.ItemImport.addItem(ItemImport.java:672)
at
org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:514)
at
org.dspace.app.itemimport.ItemImport.main(ItemImport.java:421)
java.sql.SQLException: bad_dublin_core schema=dc, description degree

C:\dspace\bin
Metadata Import program generates only 3 files (dublin_core.xml,
contents, and ...pdf)

--

Message: 1
Date: Tue, 14 Sep 2010 13:59:59 +0200
From: Claudia J?rgen  claudia.juer...@ub.tu-dortmund.de
Subject: Re: [Dspace-tech] Map file
To: dspace-tech dspace-tech@lists.sourceforge.net
Message-ID: 4c8f63bf.9080...@ub.tu-dortmund.de
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello Sisay,

you got a type, it should be
org.dspace.app.itemimport.ItemImport

Hope that helps

Claudia J?rgen

Am 14.09.2010 13:48, schrieb Webshet, Sisay (ILRI):
 Hi Claudia J?rgen,



 Thanks but still some the following error.

 Should map file have an extension?

   C:\dspace\bindsrun org.dspace.app.itemimport.itemimport -a -e
 s.webs...@cgiar.o

 rg -c 123456789/11 -s c:\HERBARIUM -m c:\mahider.map

 Using DSpace installation in: C:\dspace

 Exception in thread main java.lang.NoClassDefFoundError:
 org/dspace/app/itemim

 port/itemimport

 Caused by: java.lang.ClassNotFoundException:
 org.dspace.app.itemimport.itemimpor

 t

  at java.net.URLClassLoader$1.run(Unknown Source)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.net.URLClassLoader.findClass(Unknown Source)

  at java.lang.ClassLoader.loadClass(Unknown Source)

  at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

  at java.lang.ClassLoader.loadClass(Unknown Source)

 Could not find the main class: org.dspace.app.itemimport.itemimport.
 Program wi

 ll exit.



-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de

[Dspace-tech] about map file

2010-09-14 Thread Webshet, Sisay (ILRI)
Dear All,

 

 

I am able to run the Run the MetaDataImport program using Java.
It builds all the folders as desired to run 
batch import facilty of Dspace.
 
* /home/dspace/HERBARIUM a directory for all items.
* 123456789/7   Destination collections id:
 
 
/dspace/bin/import -a -e s.webs...@cgiar.org -c 123456789/7 -s
/home/dspace/HERBARIUM -m mahider
 

I don't know where map file is located or can I give any name just shown
above.

Pleae calarify about map file.

 

Thanks 

 

sisay

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] about map file

2010-09-14 Thread Webshet, Sisay (ILRI)
Hi Claudia J?rgen,

 

Thanks but still  the following error.

Should map file have an extension?

 C:\dspace\bindsrun org.dspace.app.itemimport.itemimport -a -e
s.webs...@cgiar.o

rg -c 123456789/11 -s c:\HERBARIUM -m c:\mahider.map

Using DSpace installation in: C:\dspace

Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/app/itemim

port/itemimport

Caused by: java.lang.ClassNotFoundException:
org.dspace.app.itemimport.itemimpor

t

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

Could not find the main class: org.dspace.app.itemimport.itemimport.
Program wi

ll exit.

 

 

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 53, Issue 11

2010-09-06 Thread Webshet, Sisay (ILRI)
HI Hayes,

Thanks a lot! Currently we are using dspace 1.5.2 on debian server.
Please send me the slides/presentations you have.

Cheers 

Sisay



-Original Message-
From: dspace-tech-requ...@lists.sourceforge.net
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Monday, September 06, 2010 2:45 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 53, Issue 11

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

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
dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Setting up a Group that can submit to all collections
  (Mayank Gupta)
   2. Inmagic to DSpace (Leonie Hayes)
   3. Re: Shibboleth logout (Eija Airio)
   4. OAI Interface (Lewatle Phaladi)
   5. Re: OAI Interface (Lewatle Phaladi)


--

Message: 1
Date: Sun, 5 Sep 2010 23:27:07 +0530
From: Mayank Gupta mayankgupta2...@gmail.com
Subject: [Dspace-tech] Setting up a Group that can submit to all
collections
To: dspace-tech@lists.sourceforge.net
Message-ID:
aanlktinsawzyn1+cbmkengrb09dibcwqp7gpypbyo...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

hello, I am setting up dspace for my university, and I am bit short of
time.
I need to know, how can i add quick permissions to a group so that the
users
of this group can submit to all collections and also they can delete
their
own submissions.

Regards,

Mayank Gupta,
Student - IInd Year,
Computer Engg, B.E.
Delhi College Of Engineering,
India.
-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Mon, 6 Sep 2010 16:35:43 +1200
From: Leonie Hayes l.ha...@auckland.ac.nz
Subject: [Dspace-tech] Inmagic to DSpace
To: dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
Message-ID:

c8732ae79159204cb16161c42523a25def49311...@uxchange7-2.uoa.auckland.ac.
nz

Content-Type: text/plain; charset=us-ascii


Hi there Sisay

If you were prepared to upgrade to 1.6 you could export your records
from Inmagic in the ascii delimited format and then craft this into a
csv file which when uploaded via  Batch Metadata Editing tools create
all  new records, this is probably the easiest way to achieve your goal.
It takes only an hour so to import 1000's of records.

If you are stuck on 1.5, you could use the same acscii export and use
the Excel batch import spreadsheet to achieve this. Its fiddly but it
creates the batch importing XML. There are a few varieties of this, I
have only used the one from NUS and it was great.

If you want to hand craft the XML from Inmagic you will need to split it
into single records and make some scripts to create the XML import
format, again this will take you a while.

We have some slides/presentations here at Auckland and can send these to
you if you choose the first option. We also did a presentation at Open
Repositories outlining this.

cheers
Leonie Hayes
Research Repository Manager
University of Auckland 
New Zealand


Message: 1
Date: Fri, 3 Sep 2010 16:29:13 +0300
From: Webshet, Sisay (ILRI) s.webs...@cgiar.org
Subject: [Dspace-tech] Inmmagic to dspace 1.5
To: dspace-tech@lists.sourceforge.net
Message-ID:
 
e0b1bfd2eacafb4c9bdbc73eeea14c1701c71...@ilrietx1.ilri.cgiarad.org
Content-Type: text/plain; charset=us-ascii

Hi,



I am currently working on migrating metadata and items from InMagic to
Dspace. An XML generated by InMagic. As some one comment

I've made a report form that InMagic can generate
in XML Dublin Core format and sparsed the file into multiple pieces.

Any other experience



Regards,



Sisay





--

Message: 3
Date: Mon, 6 Sep 2010 08:06:37 +0300
From: Eija Airio airio.e...@gmail.com
Subject: Re: [Dspace-tech] Shibboleth logout
To: Jim Coble jim.co...@duke.edu
Cc: dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
Message-ID:
aanlktinjtkcmr5jrnqsh8sk6xtfn-srycwmsso8sn...@mail.gmail.com
Content-Type: text/plain; charset=windows-1252

There might be some other ways to do this, but we have implemented
logout by
inserting a new attribute in Context.java. The value of the attribute is
set
in PasswordAuthentication.java / ShibAuthentication.java and got in
Navigation.java.

- Eija

On Fri, Sep 3, 2010 at 6:23 PM, Jim Coble jim.co...@duke.edu wrote:

  We are using the XMLUI interface on DSpace 1.6.2.  We have activated
 Shibboleth authentication (stacked on top of the usual Password
 authentication).  The Logout link logs you out

[Dspace-tech] Inmmagic to dspace 1.5

2010-09-03 Thread Webshet, Sisay (ILRI)
Hi,

 

I am currently working on migrating metadata and items from InMagic to
Dspace. An XML generated by InMagic. As some one comment 
 
I've made a report form that InMagic can generate
in XML Dublin Core format and sparsed the file into multiple pieces.
 
Any other experience

 

Regards,

 

Sisay

 

 

--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] LDAP settings

2010-09-02 Thread Webshet, Sisay (ILRI)
 

Hi,

 

Support 

 

I login to our local LDAP server using the following   settings, but
cannot login. I can search users name

account using  sAMAccountName attribute.

 

 

Host  ILRI.CGIARAD.ORG

 

 

base DN  DC=ILRI,DC=CGIARAD,DC=ORG

 

Bind DN(entry DN)   CN=Webshet\, Sisay (ILRI),OU=ILRI Ethiopia
Employees,OU=ILRI Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

 

 

 

What will be the setting in dspace.cfg ( dspace 1.5.2  on debian )

if something is wrong please correct me.i can't login to dspace using
LADP.

 

ldap.provider_url = ldap://ILRI.CGIARAD.ORG/

 

ldap.id_field = sAMAccountName

 

ldap.object_context = OU=ILRI Ethiopia Employees,OU=ILRI
Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

 

ldap.search_context = OU=ILRI Ethiopia Employees,OU=ILRI
Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

 

ldap.email_field = mail

 

ldap.surname_field = sn

 

ldap.givenname_field = givenName

 

ldap.phone_field = telephoneNumber

 

 

 Hierarchical LDAP Settings #

 

# If your users are spread out across a hierarchical tree on your

# LDAP server, you will need to use the following stackable
authentication

 class:

  plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

org.dspace.authenticate.LDAPHierarchicalAuthentication

 

# object scope : 0

# one level scope : 1

# subtree scope : 2

ldap.search_scope = 2

 

 

#ldap.search.user = cn=admin,ou=people,o=myu.edu

ldap.search.user = CN=Webshet\, Sisay (ILRI),OU=ILRI Ethiopia
Employees,OU=ILRI Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

ldap.search.password = *

 

 

 

--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Ldap

2010-08-25 Thread Webshet, Sisay (ILRI)
Hi All,

Login to our LDAP sever using CN=Webshet\, Sisay (ILRI),OU=ILRI Ethiopia
Employees,OU=ILRI Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG.


Which value should I use for ldap.search.user in dspace.cfg
Iam using dspace 1.5 on debian.

I got the my or users details using sAMAccountName=username

Should I use CN, Uid or sAMAccountName? For dap.phone_field
  
Thanks 

sisay 

--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ldap

2010-08-25 Thread Webshet, Sisay (ILRI)
 

I login to our local LDAP server using the following   settings,but
cannt login.I can search users name

accoutn using sAMAccountName.

 

 

host  ILRI.CGIARAD.ORG

 

 

base DN  DC=ILRI,DC=CGIARAD,DC=ORG

 

Bind DN(entry DN) CN=Webshet\, Sisay (ILRI),OU=ILRI Ethiopia
Employees,OU=ILRI Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

 

 

 

what will be the setting in dspace.cfg( dspace 1.5.2  on debian )

if something is wrong please correct me.i can't login to dspace using
LADP.

 

ldap.provider_url = ldap://ILRI.CGIARAD.ORG/

 

ldap.id_field = sAMAccountName

 

ldap.object_context = OU=ILRI Ethiopia Employees,OU=ILRI
Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

 

ldap.search_context = OU=ILRI Ethiopia Employees,OU=ILRI
Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

 

ldap.email_field = mail

 

ldap.surname_field = sn

 

ldap.givenname_field = givenName

 

ldap.phone_field = telephoneNumber

 

 

 Hierarchical LDAP Settings #

 

# If your users are spread out across a hierarchical tree on your

# LDAP server, you will need to use the following stackable
authentication

 class:

  plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

org.dspace.authenticate.LDAPHierarchicalAuthentication

 

# object scope : 0

# one level scope : 1

# subtree scope : 2

ldap.search_scope = 2

 

 

#ldap.search.user = cn=admin,ou=people,o=myu.edu

ldap.search.user = CN=Webshet\, Sisay (ILRI),OU=ILRI Ethiopia
Employees,OU=ILRI Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG

ldap.search.password = *

 

 

--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Browse Configuration

2010-08-05 Thread Webshet, Sisay (ILRI)
Hello,

 

Excellent it works! Thanks again.

 



From: Rajshekhar Pandey [mailto:rajshek...@webinito.com] 
Sent: Wednesday, August 04, 2010 3:00 PM
To: dspace-tech@lists.sourceforge.net
Cc: Webshet, Sisay (ILRI)
Subject: Re: Browse Configuration

 

Hello 
 
Please run index-init command from [dspace]/bin directory, which
will re-index your database.

Thanks

On Wed, Aug 4, 2010 at 4:41 PM, Webshet, Sisay (ILRI)
s.webs...@cgiar.org wrote:

 

Hi

I  Just try now but here is the error from the log file!

 

2010-08-04 14:04:59,004 WARN
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=E7749D24A4AA0FD2AC12C939F0DBD184:internal_error:-- URL Was:
http://ilri-31539:8080/jspui/browse?type=ilrisubject

-- Method: GET

-- Parameters were:

-- type: ilrisubject

 

javax.servlet.ServletException: org.dspace.browse.BrowseException:
org.postgresql.util.PSQLException: ERROR: relation bi_5_dis does not
exist

at
org.dspace.app.webui.servlet.AbstractBrowserServlet.processBrowse(Abstra
ctBrowserServlet.java:371)

at
org.dspace.app.webui.servlet.BrowserServlet.doDSGet(BrowserServlet.java:
112)

at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.
java:151)

at
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)

at
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)

at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebapp
ServletFilter.java:112)

at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)

at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)

at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)

at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)

at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)

at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
86)

at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
5)

at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:583)

at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

at java.lang.Thread.run(Unknown Source)

Caused by: org.dspace.browse.BrowseException:
org.postgresql.util.PSQLException: ERROR: relation bi_5_dis does not
exist

at
org.dspace.browse.BrowseDAOPostgres.doCountQuery(BrowseDAOPostgres.java:
196)

at
org.dspace.browse.BrowseEngine.getTotalResults(BrowseEngine.java:791)

at
org.dspace.browse.BrowseEngine.browseByValue(BrowseEngine.java:478)

at
org.dspace.browse.BrowseEngine.browse(BrowseEngine.java:126)

at
org.dspace.app.webui.servlet.AbstractBrowserServlet.processBrowse(Abstra
ctBrowserServlet.java:342)

... 20 more

Caused by: org.postgresql.util.PSQLException: ERROR: relation bi_5_dis
does not exist

at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecu
torImpl.java:1531)

at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImp
l.java:1313)

at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:
188)

at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stateme
nt.java:452)

at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdb
c2Statement.java:354)

at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2St
atement.java:258)

at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat
ingPreparedStatement.java:93)

at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat
ingPreparedStatement.java:93)

at
org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:291)

at
org.dspace.browse.BrowseDAOPostgres.doCountQuery(BrowseDAOPostgres.java:
181)

... 24 more

 



From: Webshet, Sisay (ILRI) 
Sent: Wednesday, August 04, 2010 11:05 AM
To: 'Rajshekhar Pandey'; dspace-tech@lists.sourceforge.net
Subject: RE: Browse Configuration

 

Hi,

 

Iam not sure, can I try

Re: [Dspace-tech] DSpace-tech Digest, Vol 52, Issue 25

2010-08-05 Thread Webshet, Sisay (ILRI)

Message: 2
Date: Thu, 5 Aug 2010 12:25:54 +0300 (EAT)
From: Daniel Francis dan...@admin.udsm.ac.tz
Subject: Re: [Dspace-tech] Assistance
To: dspace-tech@lists.sourceforge.net
Message-ID: 2999.196.44.164.3.1281000354.squir...@admin.udsm.ac.tz
Content-Type: text/plain;charset=UTF-8


Hi All,

Please can anyone help on how to prevent anonymous users so that they
won't download the materials.

Regards,

Daniel Francis.


Hi,

You first select the collection, edit,Collection's Authorizations,
You can create a group of your own,
Then change DEFAULT_BITSTREAM_READ Anonymous to that group

Thanks  

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 52, Issue 25

2010-08-05 Thread Webshet, Sisay (ILRI)


-Original Message-
From: Webshet, Sisay (ILRI) 
Sent: Thursday, August 05, 2010 4:05 PM
To: 'dan...@admin.udsm.ac.tz'
Cc: 'dspace-tech@lists.sourceforge.net'
Subject: RE: DSpace-tech Digest, Vol 52, Issue 25


Message: 2
Date: Thu, 5 Aug 2010 12:25:54 +0300 (EAT)
From: Daniel Francis dan...@admin.udsm.ac.tz
Subject: Re: [Dspace-tech] Assistance
To: dspace-tech@lists.sourceforge.net
Message-ID: 2999.196.44.164.3.1281000354.squir...@admin.udsm.ac.tz
Content-Type: text/plain;charset=UTF-8


Hi All,

Please can anyone help on how to prevent anonymous users so that they
won't download the materials.

Regards,

Daniel Francis.


Hi,

You first select the collection, edit,Collection's Authorizations,
You can create a group of your own,
Then change DEFAULT_BITSTREAM_READ Anonymous to that group
One more change default read permission to your group

Thanks  

Sisay Webshet
Information systems Specialist ILRI

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Browse Configuration

2010-08-04 Thread Webshet, Sisay (ILRI)
Hello Guys,

 

I just installed a local dspace instance (1.5.2) on window xp.

How ever to add a new field to browse items what files should be
customized

Based on some Claudia's comment I changed both dspace.cfg the section
## Browse Configuration ##

Messages.properties at key browse.type.metadata. Index name = [Label]
to the message catalogue.

But still an error message.

So far I did 
 
1.   Add dc. subject. ilrisubject to the metadata registry
2.   dspace.cfg  the section ## Web Interface Settings
## dc.subject.ilrisubject
3.   inputforms.xml field
 dc-schemadc/dc-schema
 dc-elementsubject/dc-element
dc-qualifierilrisubject/dc-qualifier/field
   4. inside Messages.properties (metadata.dc.subject.ilrisubject =
ILRI Subject)

Based on steps 1-4 i can add items based on the new field. What Iam
worrying is 
I cannot put this new field togehet with the fileds labed below on the
homepage 
Of dspace.
 
 

Communities
 Collections http://ilri-31539:8080/jspui/community-list  

 

Issue Date http://ilri-31539:8080/jspui/browse?type=dateissued  

 

Author http://ilri-31539:8080/jspui/browse?type=author  

 

Title http://ilri-31539:8080/jspui/browse?type=title  

 

Subject http://ilri-31539:8080/jspui/browse?type=subject 

ILRI Subject 

In having an information form dspace tech 
I  Change
[dspace-source]/dspace/modules/xmlui/src/main/weppapp/i18n/messages.xml 
to include
message 
key=xmlui.ArtifactBrowser.Navigation.browse_ ilrisubject  ILRI
Subject /message
message 
key=xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.
Ilrisubject Browsing
 
{0} by ILRI Subject {1}/message
message 
key=xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.
ilrisubject Browsing
 
{0} by ILRI Subject /message
 
But still no change 
 

 Waiting for your replies...

 

From:

Sisay

 

 

 

 

 

 

 

 

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Browse Configuration

2010-08-04 Thread Webshet, Sisay (ILRI)
Hi,

 

Iam not sure, can I try this way.

Thanks 

Sisay

 



From: Rajshekhar Pandey [mailto:rajshek...@webinito.com] 
Sent: Wednesday, August 04, 2010 10:53 AM
To: dspace-tech@lists.sourceforge.net
Cc: Webshet, Sisay (ILRI)
Subject: Re:Browse Configuration

 

Hello

  Are you replacing your messages.xml file to
[dspace]/webapps/xmlui/i18n/ direcotry?

Thanks



--

Message: 1
Date: Wed, 4 Aug 2010 08:22:48 +0300
From: Webshet, Sisay (ILRI) s.webs...@cgiar.org
Subject: [Dspace-tech] Browse Configuration
To: dspace-tech@lists.sourceforge.net
Message-ID:

e0b1bfd2eacafb4c9bdbc73eeea14c17020b2...@ilrietx1.ilri.cgiarad.org
Content-Type: text/plain; charset=us-ascii



Hello Guys,



I just installed a local dspace instance (1.5.2) on window xp.

How ever to add a new field to browse items what files should be
customized

Based on some Claudia's comment I changed both dspace.cfg the
section
## Browse Configuration ##

Messages.properties at key browse.type.metadata. Index name =
[Label]
to the message catalogue.

But still an error message.

So far I did

1.   Add dc. subject. ilrisubject to the metadata
registry
2.   dspace.cfg  the section ## Web Interface
Settings
## dc.subject.ilrisubject
3.   inputforms.xml field
dc-schemadc/dc-schema
dc-elementsubject/dc-element
   dc-qualifierilrisubject/dc-qualifier/field
  4. inside Messages.properties (metadata.dc.subject.ilrisubject
=
ILRI Subject)

Based on steps 1-4 i can add items based on the new field. What
Iam
worrying is
I cannot put this new field togehet with the fileds labed below
on the
homepage
Of dspace.



Communities
 Collections http://ilri-31539:8080/jspui/community-list



Issue Date http://ilri-31539:8080/jspui/browse?type=dateissued



Author http://ilri-31539:8080/jspui/browse?type=author



Title http://ilri-31539:8080/jspui/browse?type=title



Subject http://ilri-31539:8080/jspui/browse?type=subject

ILRI Subject

In having an information form dspace tech
I  Change

[dspace-source]/dspace/modules/xmlui/src/main/weppapp/i18n/messages.xml
to include
message
key=xmlui.ArtifactBrowser.Navigation.browse_ ilrisubject 
ILRI
Subject /message
   message
key=xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.
Ilrisubject Browsing

{0} by ILRI Subject {1}/message
   message
key=xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.
ilrisubject Browsing

{0} by ILRI Subject /message

But still no change


 Waiting for your replies...



From:

Sisay



-- 
Regards,
Rajshekhar Pandey
Software Programmer
Webinito Networks.

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Browse Configuration

2010-08-04 Thread Webshet, Sisay (ILRI)
 

Hi

I  Just try now but here is the error from the log file!

 

2010-08-04 14:04:59,004 WARN
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=E7749D24A4AA0FD2AC12C939F0DBD184:internal_error:-- URL Was:
http://ilri-31539:8080/jspui/browse?type=ilrisubject

-- Method: GET

-- Parameters were:

-- type: ilrisubject

 

javax.servlet.ServletException: org.dspace.browse.BrowseException:
org.postgresql.util.PSQLException: ERROR: relation bi_5_dis does not
exist

at
org.dspace.app.webui.servlet.AbstractBrowserServlet.processBrowse(Abstra
ctBrowserServlet.java:371)

at
org.dspace.app.webui.servlet.BrowserServlet.doDSGet(BrowserServlet.java:
112)

at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.
java:151)

at
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)

at
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)

at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebapp
ServletFilter.java:112)

at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)

at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)

at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)

at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)

at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)

at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)

at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)

at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
86)

at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
5)

at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:583)

at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

at java.lang.Thread.run(Unknown Source)

Caused by: org.dspace.browse.BrowseException:
org.postgresql.util.PSQLException: ERROR: relation bi_5_dis does not
exist

at
org.dspace.browse.BrowseDAOPostgres.doCountQuery(BrowseDAOPostgres.java:
196)

at
org.dspace.browse.BrowseEngine.getTotalResults(BrowseEngine.java:791)

at
org.dspace.browse.BrowseEngine.browseByValue(BrowseEngine.java:478)

at
org.dspace.browse.BrowseEngine.browse(BrowseEngine.java:126)

at
org.dspace.app.webui.servlet.AbstractBrowserServlet.processBrowse(Abstra
ctBrowserServlet.java:342)

... 20 more

Caused by: org.postgresql.util.PSQLException: ERROR: relation bi_5_dis
does not exist

at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecu
torImpl.java:1531)

at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImp
l.java:1313)

at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:
188)

at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stateme
nt.java:452)

at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdb
c2Statement.java:354)

at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2St
atement.java:258)

at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat
ingPreparedStatement.java:93)

at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat
ingPreparedStatement.java:93)

at
org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:291)

at
org.dspace.browse.BrowseDAOPostgres.doCountQuery(BrowseDAOPostgres.java:
181)

... 24 more

 



From: Webshet, Sisay (ILRI) 
Sent: Wednesday, August 04, 2010 11:05 AM
To: 'Rajshekhar Pandey'; dspace-tech@lists.sourceforge.net
Subject: RE: Browse Configuration

 

Hi,

 

Iam not sure, can I try this way.

Thanks 

Sisay

 



From: Rajshekhar Pandey [mailto:rajshek...@webinito.com] 
Sent: Wednesday, August 04, 2010 10:53 AM
To: dspace-tech@lists.sourceforge.net
Cc: Webshet, Sisay (ILRI)
Subject: Re:Browse Configuration

 

Hello

  Are you replacing your messages.xml file to
[dspace]/webapps/xmlui/i18n/ direcotry?

Thanks



--

Message

[Dspace-tech] Browse by newe field

2010-08-03 Thread Webshet, Sisay (ILRI)
Hello Guys,

 

I just installed a local dspace instance (1.5.2) on window xp.

How ever to add a new field to browse items what files should be
customized

Based on some Claudia's comment I changed both dspace.cfg the section
## Browse Configuration ##

Messages.properties at key browse.type.metadata. Index name = [Label]
to the message catalogue.

But still an error message.

So far I did 
 
1.Add dc. subject. ilrisubject to the metadata registry
2.dspace.cfg  the section ## Web Interface Settings ##
dc.subject.ilrisubject
3.inputforms.xml field
 dc-schemadc/dc-schema
 dc-elementsubject/dc-element
dc-qualifierilrisubject/dc-qualifier/field
   4. inside Messages.properties (metadata.dc.subject.ilrisubject =
ILRI Subject)

Based on steps 1-4 i can add items based on the new field. What Iam
worrying is 
I cannot put this new field togehet with the fileds labed below on the
homepage 
Of dspace.
 
 

Communities
 Collections http://ilri-31539:8080/jspui/community-list  

 

Issue Date http://ilri-31539:8080/jspui/browse?type=dateissued  

 

Author http://ilri-31539:8080/jspui/browse?type=author  

 

Title http://ilri-31539:8080/jspui/browse?type=title  

 

Subject http://ilri-31539:8080/jspui/browse?type=subject 

ILRI Subject 

In having an information form dspace tech 
I  Change
[dspace-source]/dspace/modules/xmlui/src/main/weppapp/i18n/messages.xml 
to include
message 
key=xmlui.ArtifactBrowser.Navigation.browse_ ilrisubject  ILRI
Subject /message
message 
key=xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.
Ilrisubject Browsing
 
{0} by ILRI Subject {1}/message
message 
key=xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.
ilrisubject Browsing
 
{0} by ILRI Subject /message
 
But still no change 
 

 Waiting for your replies...

 

From:

Sisay

 

 

 

 

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] browse by new field

2010-07-30 Thread Webshet, Sisay (ILRI)
I am customizing DSpace 1.5. *besides browsing items by

Issue Date http://ilri-31539:8080/jspui/browse?type=dateissued ,
Author http://ilri-31539:8080/jspui/browse?type=author , Title
http://ilri-31539:8080/jspui/browse?type=title , Subject
http://ilri-31539:8080/jspui/browse?type=subject  I want to a add new
field to browse items.

 

Please tell me which file i will change so that i will get that result.

 

 

 Please reply as soon as possible. I am using *DSpace 1.5.*

 

 Thanks in advance.

 

 

 regards

 

sisay

 

 

 

 

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


<    1   2   3