Re: [Dspace-tech] view item only shows collection name

2013-05-21 Thread Lighton Phiri
It looks as though the problem is with the way you configured your
repository base URL; items can be accessed when you include xmlui
context path.

http://repository.unhas.ac.id/xmlui

Lighton Phiri
http://lightonphiri.org


On 22 May 2013 07:20, Lighton Phiri  wrote:
> How were these items ingested into the DSpace 3.1 instance? If you
> migrated from a 1.7 instance, did you re-index?
>
> Lighton Phiri
> http://lightonphiri.org
>
>
> On 22 May 2013 04:57, Ady Wahyudi Paundu  wrote:
>> Hi all,
>>
>> i'm running a 3.1 with xmlui-mirage, This system has running for just 4 days
>> now.
>> I just realise now that if i click an item (as guest or an identified user
>> or as an admin) the 'View Item' page only shows:
>>
>> This item appears in the following Collection(s)
>>
>> Skripsi (S1) [932]
>>
>> nothing more,
>> as in my previous dspace version (1.7 xmlui-manakin) it shows several
>> metadata such as title, author, abstract, ... even its bitstream file.
>>
>> what have i done wrong?
>>
>> best regards,
>> adywp
>>
>> --
>> Try New Relic Now & We'll Send You this Cool Shirt
>> New Relic is the only SaaS-based application performance monitoring service
>> that delivers powerful full stack analytics. Optimize and monitor your
>> browser, app, & servers with just a few lines of code. Try New Relic
>> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> List Etiquette:
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] view item only shows collection name

2013-05-21 Thread Lighton Phiri
How were these items ingested into the DSpace 3.1 instance? If you
migrated from a 1.7 instance, did you re-index?

Lighton Phiri
http://lightonphiri.org


On 22 May 2013 04:57, Ady Wahyudi Paundu  wrote:
> Hi all,
>
> i'm running a 3.1 with xmlui-mirage, This system has running for just 4 days
> now.
> I just realise now that if i click an item (as guest or an identified user
> or as an admin) the 'View Item' page only shows:
>
> This item appears in the following Collection(s)
>
> Skripsi (S1) [932]
>
> nothing more,
> as in my previous dspace version (1.7 xmlui-manakin) it shows several
> metadata such as title, author, abstract, ... even its bitstream file.
>
> what have i done wrong?
>
> best regards,
> adywp
>
> --
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] best practice for scheduled maintenance or optimization process

2013-05-21 Thread Ady Wahyudi Paundu
Hi,
can anybody give suggestion on a best practice for scheduled maintenance 
or optimization process?

i'm running 3.1 and this is my current dspace-user crontab:
0  1 * * * /usr/local/dspace/bin/dspace generate-sitemaps
0  2 * * * /usr/local/dspace/bin/dspace itemcounter
0  3 * * * /usr/local/dspace/bin/dspace stats-util --optimize
30 1 1 1 * /usr/local/dspace/bin/dspace stats-util --shard-solr-index

and this is my postgres crontab:
0 4 * * * vacuumdb --analyze dspace3 > /dev/null 2>&1

Best regards,
AdyWP

 
Powered by PTIK UNHAS ~ http://unhas.ac.id/


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread Ady Wahyudi Paundu


Thank you Mr. Pottinger,
i have now added a new crontab line: [dspace]/bin/dspace stats-util 
--optimize


my next question, right now i'm running DS-3.1, should i patch it using 
patch from here: https://jira.duraspace.org/browse/DS-615 or not?


also along the line there is suggestion from Peter Dietz to use 
[dspace]/bin/dspace update-discovery-index -o

should i use that too?

for your kind attention i thank you...

Best Regards,
adywp


On 05/22/2013 11:10 AM, Pottinger, Hardy J. wrote:
Hi, I think you may not be optimizing your Solr index, which is 
recommended practice. See this thread 
http://dspace.2283337.n4.nabble.com/Documentation-and-changes-for-DS-615-td3675851.html


--Hardy





 
Powered by PTIK UNHAS ~ http://unhas.ac.id/


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] view item only shows collection name

2013-05-21 Thread Ady Wahyudi Paundu

Hi all,

i'm running a 3.1 with xmlui-mirage, This system has running for just 4 days 
now.
I just realise now that if i click an item (as guest or an identified user or 
as an admin) the 'View Item' page only shows:


   This item appears in the following Collection(s)

   * Skripsi (S1)  [932]


nothing more,
as in my previous dspace version (1.7 xmlui-manakin) it shows several 
metadata such as title, author, abstract, ... even its bitstream file.


what have i done wrong?

best regards,
adywp


 
Powered by PTIK UNHAS ~ http://unhas.ac.id/


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread Pottinger, Hardy J.
Hi, I think you may not be optimizing your Solr index, which is recommended 
practice. See this thread 
http://dspace.2283337.n4.nabble.com/Documentation-and-changes-for-DS-615-td3675851.html

--Hardy

Sent from my iPad

On May 21, 2013, at 8:39 PM, "Ady Wahyudi Paundu" 
mailto:ad...@unhas.ac.id>> wrote:


Hi Helix,

this is a part of dspace.log at the time it stopped:

...
2013-05-21 12:45:16,500 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=F5D08032AE8FDAEB7FD815985005CC28:ip_addr=65.55.213.239:browse:org.d$
2013-05-21 12:45:16,621 INFO  org.dspace.usage.LoggerUsageEventListener @ 
anonymous:session_id=A7B303417E8CA457DEEE6650874B5CA8:ip_addr=66.249.81.44:view_bitstream:bitstream_id=3000
2013-05-21 12:45:17,272 INFO  org.dspace.usage.LoggerUsageEventListener @ 
anonymous:session_id=B3DE8D0B3FB3F3B33F879CB46437904F:ip_addr=69.175.60.110:view_bitstream:bitstream_id=5331
2013-05-21 12:45:19,134 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=89255A6360C4D85789CBD7A9F368E134:ip_addr=66.249.75.179:browse_by_item:
2013-05-21 12:45:19,144 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=89255A6360C4D85789CBD7A9F368E134:ip_addr=66.249.75.179:browse:org.d$
2013-05-21 12:45:19,832 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=873BF6D354CB83AB62E1ABAA1D8C668F:ip_addr=65.55.213.239:browse_by_item:
2013-05-21 12:45:19,885 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=873BF6D354CB83AB62E1ABAA1D8C668F:ip_addr=65.55.213.239:browse:org.d$
2013-05-21 12:45:21,394 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=BEDD3F9B0DECD9D441D427534C44D003:ip_addr=66.249.75.179:browse_by_value:focus=null
2013-05-21 12:45:21,406 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=BEDD3F9B0DECD9D441D427534C44D003:ip_addr=66.249.75.179:browse:org.d$
2013-05-21 12:45:23,449 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=7E6586A5EB3DFDFD2B23AA2BE3D7B82E:ip_addr=65.55.213.239:browse_by_item:
2013-05-21 12:45:23,503 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=7E6586A5EB3DFDFD2B23AA2BE3D7B82E:ip_addr=65.55.213.239:browse:org.d$
2013-05-21 13:21:57,115 WARN  net.sf.ehcache.store.DiskStore @ The index for 
data file cocoon-ehcache.data is out of date, probably due to an unclean 
shutdown. Deleting index file coc$
2013-05-21 13:21:57,584 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Loading XMLUI 
configuration from: /usr/local/dspace/config/xmlui.xconf
2013-05-21 13:21:57,680 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='Displaying Artifacts', path='resource://aspects/ViewArtifacts/'.
2013-05-21 13:21:57,680 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='Browsing Artifacts', path='resource://aspects/BrowseArtifacts/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='Searching Artifacts', path='resource://aspects/SearchArtifacts/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='Administration', path='resource://aspects/Administrative/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='E-Person', path='resource://aspects/EPerson/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='Submission and Workflow', path='resource://aspects/Submission/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='Statistics', path='resource://aspects/Statistics/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed: 
name='Original Workflow', path='resource://aspects/Workflow/'.
2013-05-21 13:21:57,682 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Theme Installed: 
name='Atmire Mirage Theme', path='Mirage/', id='null', regex='.*', 
handle='null'.
2013-05-21 13:21:58,034 INFO  net.sf.ehcache.util.UpdateChecker @ New update(s) 
found: 2.4.7 
[http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.4]
2013-05-21 13:21:58,833 INFO  net.sf.ehcache.util.UpdateChecker @ New update(s) 
found: 2.4.7 
[http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.4]
2013-05-21 13:22:00,312 INFO  net.sf.ehcache.util.UpdateChecker @ New update(s) 
found: 2.4.7 [http://www.terracotta.org/confluence/display/release/R
...

there is nothing wrong as i see it...
this is also from cocoon.log

.
2013-05-21 12:45:23,503 INFO  org.apache.cocoon.caching.impl.CacheImpl  - Cache 
MISS for 
PK_G-aspect-cocoon://DRI/5/browse?pipelinehash=7845981577168682043_T-Navigation-11973774417277$

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread Ady Wahyudi Paundu


Hi Helix,

this is a part of dspace.log at the time it stopped:

...
2013-05-21 12:45:16,500 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=F5D08032AE8FDAEB7FD815985005CC28:ip_addr=65.55.213.239:browse:org.d$
2013-05-21 12:45:16,621 INFO  org.dspace.usage.LoggerUsageEventListener 
@ 
anonymous:session_id=A7B303417E8CA457DEEE6650874B5CA8:ip_addr=66.249.81.44:view_bitstream:bitstream_id=3000
2013-05-21 12:45:17,272 INFO  org.dspace.usage.LoggerUsageEventListener 
@ 
anonymous:session_id=B3DE8D0B3FB3F3B33F879CB46437904F:ip_addr=69.175.60.110:view_bitstream:bitstream_id=5331
2013-05-21 12:45:19,134 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=89255A6360C4D85789CBD7A9F368E134:ip_addr=66.249.75.179:browse_by_item:
2013-05-21 12:45:19,144 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=89255A6360C4D85789CBD7A9F368E134:ip_addr=66.249.75.179:browse:org.d$
2013-05-21 12:45:19,832 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=873BF6D354CB83AB62E1ABAA1D8C668F:ip_addr=65.55.213.239:browse_by_item:
2013-05-21 12:45:19,885 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=873BF6D354CB83AB62E1ABAA1D8C668F:ip_addr=65.55.213.239:browse:org.d$
2013-05-21 12:45:21,394 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=BEDD3F9B0DECD9D441D427534C44D003:ip_addr=66.249.75.179:browse_by_value:focus=null
2013-05-21 12:45:21,406 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=BEDD3F9B0DECD9D441D427534C44D003:ip_addr=66.249.75.179:browse:org.d$
2013-05-21 12:45:23,449 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=7E6586A5EB3DFDFD2B23AA2BE3D7B82E:ip_addr=65.55.213.239:browse_by_item:
2013-05-21 12:45:23,503 INFO  
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ 
anonymous:session_id=7E6586A5EB3DFDFD2B23AA2BE3D7B82E:ip_addr=65.55.213.239:browse:org.d$
2013-05-21 13:21:57,115 WARN  net.sf.ehcache.store.DiskStore @ The index 
for data file cocoon-ehcache.data is out of date, probably due to an 
unclean shutdown. Deleting index file coc$
2013-05-21 13:21:57,584 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Loading XMLUI 
configuration from: /usr/local/dspace/config/xmlui.xconf
2013-05-21 13:21:57,680 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='Displaying Artifacts', 
path='resource://aspects/ViewArtifacts/'.
2013-05-21 13:21:57,680 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='Browsing Artifacts', 
path='resource://aspects/BrowseArtifacts/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='Searching Artifacts', 
path='resource://aspects/SearchArtifacts/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='Administration', path='resource://aspects/Administrative/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='E-Person', path='resource://aspects/EPerson/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='Submission and Workflow', 
path='resource://aspects/Submission/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='Statistics', path='resource://aspects/Statistics/'.
2013-05-21 13:21:57,681 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect 
Installed: name='Original Workflow', path='resource://aspects/Workflow/'.
2013-05-21 13:21:57,682 INFO  
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Theme Installed: 
name='Atmire Mirage Theme', path='Mirage/', id='null', regex='.*', 
handle='null'.
2013-05-21 13:21:58,034 INFO  net.sf.ehcache.util.UpdateChecker @ New 
update(s) found: 2.4.7 
[http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.4]
2013-05-21 13:21:58,833 INFO  net.sf.ehcache.util.UpdateChecker @ New 
update(s) found: 2.4.7 
[http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.4]
2013-05-21 13:22:00,312 INFO  net.sf.ehcache.util.UpdateChecker @ New 
update(s) found: 2.4.7 
[http://www.terracotta.org/confluence/display/release/R

...

there is nothing wrong as i see it...
this is also from cocoon.log

.
2013-05-21 12:45:23,503 INFO  org.apache.cocoon.caching.impl.CacheImpl  
- Cache MISS for 
PK_G-aspect-cocoon://DRI/5/browse?pipelinehash=7845981577168682043_T-Navigation-11973774417277$
2013-05-21 12:45:23,503 INFO  org.apache.cocoon.caching.impl.CacheImpl  
- Cache MISS for 
PK_G-aspect-cocoon://DRI/4/browse?pipelinehash=5192667041153151651
2013-05-21 12:45:23,504 INFO  org.apache.cocoon.caching.impl.CacheImpl  
- Cache MISS for 
PK_G-aspect-cocoon://DRI/3/browse?pipelinehash=85

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 7:17 PM, Henry Agbodza
 wrote:
> Thanks for the quick response. I have solved it now. The login link at the
> header section still has a white colour.
> How do i change that?

https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css#L86


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Authenticating users without creating EPerson in DB

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 7:33 PM, Patrick West  wrote:
> Will this be part of 1.8? Or 3.1? Or both? (Please say 1.8, please say 1.8,
> or both)

Both 1.8.2 and 3.1 are already released and it's not part of DSpace yet.

However, authentication plugins are probably the easiest custom code
to add because it's just one file you have to add and rebuild DSpace,
then simply point your configuration to it. So you can download the
code from the Jira ticket and try it.

The more people report back, the sooner all the problems will be
resolved and the sooner it gets to DSpace. Next chance is DSpace 4.0
(to be release by the end of this year) if we can get it in by August.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] oai harvest problem. dc:identifier NOT hdl.handle.net

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 9:26 PM, Titus, Gene W
 wrote:
> harvester.acceptedHandleServer = hdl.handle.net,
> digital.library.txstate.edu, library.txstate.edu, txstate.edu
>
> None of these match and I'm creating a new handle for each entry harvested
> and not assigning the dc.identifier.uri to be the dc.identifier
>
> Is it because the dc.identifier from this new site has an https in the
> field?

No, that's not it, the code doesn't look at that part. You can find
the logic here if that helps:

https://github.com/DSpace/DSpace/blob/dspace-1_7_x/dspace-api/src/main/java/org/dspace/harvest/OAIHarvester.java#L605

One more comment I have is that it seems to me that
harvester.acceptedHandleServer values must be separated by a comma
with no space. Anyway, digital.library.txstate.edu is the one you need
to have there (the string is split by slashes - "/" - and it compares
the part between the second and third slash).


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Report from initial meeting on 3-5 year DSpace Vision

2013-05-21 Thread Tim Donohue
All,

Earlier in May, DuraSpace convened a small group of DSpace 
stakeholders/sponsors to begin brainstorming a 3-5 year Vision and High 
Level Roadmap for the DSpace platform.

We have just posted a brief summary of the discussions from this 
meeting, the outcomes and suggested next steps:
http://duraspace.org/meeting-report-3-5-year-dspace-vision

You are also welcome to read through the detailed meeting notes:
https://wiki.duraspace.org/display/DSPACE/DSpace+2013+Vision+and+Roadmap+Meeting

Based on the discussions of this meeting, we have begun to draft a 
Vision Document for DSpace. It is still very much a work in progress, 
and will be enhanced in the coming weeks/months. Therefore, please be 
warned that nothing in this early draft is finalized. But, you are more 
than welcome to take an early peek:
https://wiki.duraspace.org/display/DSPACE/DSpace+2013+Vision+Document

Much more information and many more discussions will be coming soon. In 
the meantime, you are welcome to contribute your own initial feedback 
(as a comment) to the wiki page above. We will be providing additional 
opportunities for public discussion/feedback both virtually and at Open 
Repositories 2013 (http://or2013.net/).

Finally, it is worth noting that this DSpace 3-5 year Vision discussion 
does not have any direct relationship with the DSpace 4.0 release 
scheduled for late 2013. The DSpace 4.0 Release will go forward as 
planned and will add new features/improvements to our existing platform. 
The goal of this longer term DSpace Vision discussion is to describe use 
cases for a potentially new or updated DSpace platform, which may 
require many years/releases to implement.

Feel free to let us know if there are immediate questions. We look 
forward to envisioning the future of DSpace together.

Tim Donohue
Technical Lead for DSpace
DuraSpace.org

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] oai harvest problem. dc:identifier NOT hdl.handle.net

2013-05-21 Thread Titus, Gene W
Dspace 1.7 running on Amazon Linux.

I'm harvesting from several dpsace instances with no problem. The collections I 
harvest from all use 
http://hdl.handle.net/###/### for 
their dc:identifier field.
My dspace then creates the dc.identifier.url to reflect the value of the 
harvested dc.identifier and does not create a new handle.

I just added a new collect to harvest and I cannot recognize the dc.identifier 
field from this new collection and the import is creating a new handle for each 
item. Note: This new site does not use hdl.handle.net.

Dumping an oai/request from this new server to my web browser, I see the 
following snip:
https://digital.library.txstate.edu/handle/10877/4601

In my dspace.cfg I have tried several setting for matching this identifier with 
no success:

harvester.acceptedHandleServer = hdl.handle.net, digital.library.txstate.edu, 
library.txstate.edu, txstate.edu

None of these match and I'm creating a new handle for each entry harvested and 
not assigning the dc.identifier.uri to be the dc.identifier

Is it because the dc.identifier from this new site has an https in the field?

Any ideas?

Thanks,
Gene

---
Gene Titus
Senior Systems Administrator
Texas Digital Libraries
The University of Texas at Austin
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Authenticating users without creating EPerson in DB

2013-05-21 Thread Patrick West
Will this be part of 1.8? Or 3.1? Or both? (Please say 1.8, please say 1.8, or 
both)

Anyway … I am very interested in CAS integration as well.

Thanks,

Patrick West
Senior Software Engineer
Tetherless World Constellation
Rensselaer Polytechnic Institute

On May 20, 2013, at 9:52 AM, Alumno Etsii  wrote:

> Again, thanks so much for your kind help! Then I can say the CAS 
> authentication is working ok, in a few days - when I get a few days with less 
> work, I'll apply those changes to a git clone of DSpace and provide the patch 
> for the latest version of DSpace so CAS auth. can be *AT LAST* officially 
> integrated :-)
> 
> Should I uploadit it to JIRA, send it to this list...?
> 
> Regards.
> 
> 
> 2013/5/20 Mark H. Wood 
> On Mon, May 20, 2013 at 02:02:14PM +, Alumno Etsii wrote:
> > Ok, I'm replying myself with some little advances.
> >
> > This snippet is used in the authenticate funcion of CAS, when eperson ==
> > null and the cas.autoregister option is false:
> >
> > +else
> > +{
> > +// No auto-registration for valid netid
> > +log.warn(LogManager.getHeader(context, 
> > "authenticate",
> > + netid+"  type=netid_but_no_record, 
> > cannot
> > auto-register"));
> > +return NO_SUCH_USER;
> > +}
> >
> > I see similar logic is in Shibboleth or LDAP authentication metods, but I
> > don't get the point of it. Does that mean that if autoregister option is
> > set to false and they doesn't have stored credentials as EPerson in the DB,
> > users shouldn't be able to login?
> 
> Correct.  To say that a DSpace user is logged in means that the
> session is associated with an EPerson ID.  If this user is not
> currently registered as an EPerson, and auto-registration is disabled,
> then there will be no EPerson ID with which to associate the session
> so it cannot be logged in.  The EPerson record would have to be
> created by some other means.
> 
> Fundamentally, there must be an EPerson record before a session can be
> logged in.  The authentication methods only determine whether a user
> can prove his association with his EPerson record.  When
> autoregistration is enabled, an authentication method can also create
> a new EPerson record if it does not yet exist.
> 
> > Then what's the autoregister option for,
> > as it should always be set to true in order to work?
> 
> Autoregistration might be disabled if it is desired to restrict
> logged-in access to a subset of the people who hold accounts in the
> external authentication provider.  Presumably an administrator would
> create the necessary EPerson records.
> 
> > If I replace NO_SUCH_USER by SUCCESS, I see that I get correctly
> > authenticated vs. CAS only once, but DSpace shows the AuthenticationFail
> > error. The question is: What steps would be necessary to create a one-time
> > session for the authenticated user without storing their credentials in the
> > DSpace DB?
> 
> I believe that there is no way to do that.  An EPerson record must
> exist before a session can be logged in.
> 
> It would not be necessary to store a password in the EPerson record,
> if the user will always use an external authentication provider (such
> as CAS).  But there must be an EPerson record with a unique ID field
> value and a name that can be matched to the external provider's
> records.
> 
> You can see some of this in
> org.dspace.app.xmlui.aspect.general.AuthenticatedSelector, which
> returns true/false depending on whether the session is logged in:
> 
> EPerson eperson = context.getCurrentUser();
> 
> if (eperson == null)
> {
> // No one is authenticated.
> return false;
> }
> 
> The test asks whether there is an EPerson ID for the session.
> 
> --
> Mark H. Wood, Lead System Programmer   mw...@iupui.edu
> Machines should not be friendly.  Machines should be obedient.
> 
> --
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> 
> --
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of 

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread Henry Agbodza
Thanks for the quick response. I have solved it now. The login link at the 
header section still has a white colour.
How do i change that?
Thanks.

On Tue, 05/21/2013 04:33 PM, helix84  wrote:
> On Tue, May 21, 2013 at 6:20 PM, Henry Agbodza
> " target="_blank"> wrote:
> > Can someone direct me as to how i can change the default background color of
> > Mirage theme Header.
> 
> Header background:
> https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css#L48
> Breadcrumb trail:
> https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css#L90
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> --
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] layout broken with only one recent submission

2013-05-21 Thread Shawn M. Kiewel
Thanks. That's what I was afraid of, but since I didn't make the modifications 
myself, I was unsure if this was going to be the cause. I think I'll start 
fresh and override the right way, like you suggest. Thanks for your time.

Shawn


On May 21, 2013, at 12:41 PM, helix84  wrote:

> On Tue, May 21, 2013 at 6:20 PM, Shawn M. Kiewel  wrote:
>> We are using DSpace 3.1, and have found that our layout is broken, but only 
>> when there is exactly one recent submission, apparently from an unclosed div 
>> tag. Has anyone else run into this problem?
>> 
>> Examples:
>> 
>> 1 recent: http://athenaeum.libs.uga.edu/handle/10724/19496
>> multiple: http://athenaeum.libs.uga.edu/handle/10724/18871
> 
> This seems to be a problem with some modification you made. As you can
> see here, the unmodified Reference theme doesn't have this problem:
> 
> http://demo.dspace.org/xmlui/handle/10673/13?themepath=Reference/
> 
> It would be quite hard for me to find the problem without the full
> source of your theme, because you modified an existing theme. It would
> be easy if you had created a new one and would have only overridden
> what you need, inheriting the rest from your parent theme.
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] layout broken with only one recent submission

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 6:20 PM, Shawn M. Kiewel  wrote:
> We are using DSpace 3.1, and have found that our layout is broken, but only 
> when there is exactly one recent submission, apparently from an unclosed div 
> tag. Has anyone else run into this problem?
>
> Examples:
>
> 1 recent: http://athenaeum.libs.uga.edu/handle/10724/19496
> multiple: http://athenaeum.libs.uga.edu/handle/10724/18871

This seems to be a problem with some modification you made. As you can
see here, the unmodified Reference theme doesn't have this problem:

http://demo.dspace.org/xmlui/handle/10673/13?themepath=Reference/

It would be quite hard for me to find the problem without the full
source of your theme, because you modified an existing theme. It would
be easy if you had created a new one and would have only overridden
what you need, inheriting the rest from your parent theme.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 6:20 PM, Henry Agbodza
 wrote:
> Can someone direct me as to how i can change the default background color of
> Mirage theme Header.

Header background:
https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css#L48
Breadcrumb trail:
https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css#L90


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] layout broken with only one recent submission

2013-05-21 Thread Shawn M. Kiewel
We are using DSpace 3.1, and have found that our layout is broken, but only 
when there is exactly one recent submission, apparently from an unclosed div 
tag. Has anyone else run into this problem?

Examples: 

1 recent: http://athenaeum.libs.uga.edu/handle/10724/19496
multiple: http://athenaeum.libs.uga.edu/handle/10724/18871

Thanks,
Shawn
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread Henry Agbodza
​Can someone direct me as to how i can change the default background color of 
Mirage theme Header.
Thanks

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread Henry Agbodza
Helix,Kiriaki and all,
The problem i had was not associated with the locale. I have realized that if i 
download a file and edit before uploading is what is causing the problem.
Thus i used nano to edit files on the server and it solved my problems. This is 
really my first experience with cloud hosting so i guess i'm on a leaning curve.
Thanks to all.


On Tue, 05/21/2013 10:42 AM, helix84  wrote:
> What locale are you using? If you have your browser set to request a
> different language before English, you have to have those messages in
> a messages_XX.xml file where XX is your language code (the same as the
> browser sends). You also have to define webui.supported.locales, e.g.:
> 
> webui.supported.locales = en, de
> 
> The fact that you're seeing the message key
> (xmlui.general.dspace_home) instead of the message text means that the
> emssage key couldn't be found in the catalog (messages.xml file) that
> is currently used.
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> --
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] What are the possible data format export options in Dspace?

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 4:47 PM, Evans, Kev  wrote:
> What are the possible data format export options in DSpace?
>
> Are Repository Administrators/Curators  able to easily extract information
> that can be used  to check compliance levels with funder open access
> policies.
>
> For example, I'd like to be able to get the following list:
>
> Author, Title, Date of publication, Funder, Rights etc. exported into Excel?

Hi Kevin,

there are in fact many options how to export data from DSpace. Most
prominently OAI which lets you define many metadata formats, but also
some package-like formats as described in the System Administration
section [1].

Since you're interested in export of particlar metadata fields into
Excel, I'd recommend you to use the Batch Metadata Editing Tool, which
can export a CSV [2] with all the metadata of a specified
site/community/collection/item.

[1] https://wiki.duraspace.org/display/DSDOC3x/DSpace+3.x+Documentation
[2] https://wiki.duraspace.org/display/DSDOC3x/Batch+Metadata+Editing


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] What are the possible data format export options in Dspace?

2013-05-21 Thread Evans, Kev
Hi,

What are the possible data format export options in DSpace?

Are Repository Administrators/Curators  able to easily extract information that 
can be used  to check compliance levels with funder open access policies.
For example, I'd like to be able to get the following list:
Author, Title, Date of publication, Funder, Rights etc. exported into Excel?

Cheers

Kevin

Kevin Evans
Systems Developer,
Research & Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
07775027574
https://my.exeter.ac.uk

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Help with configuring SOLR to use a specific search analyzer

2013-05-21 Thread Kiriaki Roditi

Hello Ben,

Thank you for the URLs. They gave me a head start and I managed to solve 
this!


I am posting this in case someone else needs to try it:

- added two filters for the Greek language (mentioned in the following 
apache wiki page: http://wiki.apache.org/solr/LanguageAnalysis#Greek),

- rebuilt,
- re-indexed and it worked.

Thanks again for your advice Ben and helix!

Regards,
Kiriaki
EL/i/DOC Systems & Services

On 20/5/2013 6:03 μμ, Benjamin Ryan wrote:


Kiriaki,

Be aware the analyzers/filters for anything other than very simple 
cases usually come in pairs, one for indexing and one for searching. 
It is important to understand that if a field is analyzed/filtered in 
one way (lowercase filter is a simple case) for indexing this will 
have an impact on how your search performs as it (may) go through 
analysis/filtering before it gets to the part where terms are matched.


A good place to check what is going on is the SOLR admin interface 
(http://127.0.0.1:8080/solr/search/admin/schema.jsp for a browser that 
gives you info on all your fields and how they are analyzed and filtered.


Also the http://127.0.0.1:8080/solr/search/admin/analysis.jsp page is 
good for checking what is happening to an input as it goes through 
analysis/filtering for both the index and search chains.


As an example select the field name “text” with a field value of 
“wi-fi” for indexing and “wi-fi” for searching, when you hit the 
analyze button you will see the results of the two chains. In this 
case the index chain has the terms wi,fi and wifi and the search chain 
has the terms wi and fi. This in combination with other filters (i.e. 
stemming) will determine what terms are available for searching and 
what the results will be for a given search.


For your case I would assume that if it you want a simple query over a 
text field the index and analysis chain should produce the same 
results for a given input, but this will be dependent on the exact 
query that is issued to SOLR and the parameters that are passed (this 
is one area I need to look at in Dspace).


One word of caution – this is a very big topic J

Regards,

Ben

--
Dr Ben Ryan
Jorum Technical Manager

5.12 Roscoe Building
The University of Manchester
Oxford Road
Manchester
M13 9PL
Tel: 0160 275 6039
E-mail:benjamin.r...@manchester.ac.uk 


--

*From:*Kiriaki Roditi [mailto:krod...@elidoc.gr]
*Sent:* 20 May 2013 14:58
*To:* dspace-tech@lists.sourceforge.net
*Subject:* [Dspace-tech] Help with configuring SOLR to use a specific 
search analyzer


Hello DSpace community,

I am trying to set SOLR to use the Greek analyzer for searches 
performed in Mirage, DSpace version 3.1.
Setting the analyzer property in dspace.cfg to search.analyzer = 
org.apache.lucene.analysis.el.GreekAnalyzerseems to be working only 
for jspui' s search aspect,
so after a bit of searching and reading apache wikis, I performed the 
following actions:


 - uncommented the following in 
[dspace-src]/dspace/solr/search/conf/schema.xml



  


- rebuilt dspace
- stopped tomcat
- cleared tomcat's cache
- recreated indexes several times running: index-init, 
update-discovery-indexand index-init, update-discovery-index -b


but it does not seem to work. Am I missing something? Any suggestions 
would be more than welcome!


Regards,

Kiriaki Roditi
EL/i/DOC Systems & Services

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread Alan Orth
Ok,

I've just reverted to our "all in one" dspace.cfg and emails work fine.  
Sounds like there are some issues with my build.properties 
(dev.properties and production.properties)...

Alan

On 05/21/2013 03:32 PM, helix84 wrote:
> On Tue, May 21, 2013 at 2:08 PM, Alan Orth  wrote:
>> Here's the full stack trace, including the "Caused by":
>> https://gist.github.com/alanorth/4e942aa252764a3d87aa/raw/2c4a9ad30f537386cc3bb1c9a885204e949038e2/gistfile1.txt
> OK, in this case that didn't tell me anything new.
>
>
>> My mail.* properties from dspace.cfg:
> Looks good.
>
>
>>  mail.allowed.referrers = cgspace.cgiar.org
> I have localhost here, so try this:
> mail.allowed.referrers = localhost, cgspace.cgiar.org
>
> But I don't think this is the issue (the error would be different).
>
>
>> We did switch to using build.properties (one for
>> dev and production) with a common dspace.cfg, though... I will try to
>> use our old config file maybe...
> This sounds like a likely culprit to me. Make sure you didn't comment
> out any properties present in the default build.properties. You have
> to leave the value empty instead of commenting it out.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
"I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone." 
-Bjarne Stroustrup, inventor of C++


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 2:08 PM, Alan Orth  wrote:
> Here's the full stack trace, including the "Caused by":
> https://gist.github.com/alanorth/4e942aa252764a3d87aa/raw/2c4a9ad30f537386cc3bb1c9a885204e949038e2/gistfile1.txt

OK, in this case that didn't tell me anything new.


> My mail.* properties from dspace.cfg:

Looks good.


> mail.allowed.referrers = cgspace.cgiar.org

I have localhost here, so try this:
mail.allowed.referrers = localhost, cgspace.cgiar.org

But I don't think this is the issue (the error would be different).


> We did switch to using build.properties (one for
> dev and production) with a common dspace.cfg, though... I will try to
> use our old config file maybe...

This sounds like a likely culprit to me. Make sure you didn't comment
out any properties present in the default build.properties. You have
to leave the value empty instead of commenting it out.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread Alan Orth
Hey, Helix.

Here's the full stack trace, including the "Caused by": 
https://gist.github.com/alanorth/4e942aa252764a3d87aa/raw/2c4a9ad30f537386cc3bb1c9a885204e949038e2/gistfile1.txt

My mail.* properties from dspace.cfg:

# SMTP mail server
mail.server = smtp.serv.cgnet.com
# SMTP mail server authentication username and password (if required)
mail.server.username =
mail.server.password =
# SMTP mail server alternate port (defaults to 25)
mail.server.port = 25
mail.from.address = cgspace-supp...@cgiar.org
mail.admin = a.o...@cgiar.org
# Recipient for new user registration emails
# Set the default mail character set. This may be overridden by
providing a line
# inside the email template "charset: ", otherwise this
default is used.
mail.charset = UTF-8
# A comma-separated list of hostnames that are allowed to refer
browsers to email forms.
mail.allowed.referrers = cgspace.cgiar.org
# Pass extra settings to the Java mail library. Comma-separated,
equals sign between
#mail.extraproperties = mail.smtp.socketFactory.port=465, \
# mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
#   mail.smtp.socketFactory.fallback=false
# An option is added to disable the mailserver. By default, this
property is set to false
# By setting mail.server.disabled = true, DSpace will not send out
emails.
# It will instead log the subject of the email which should have
been sent
#mail.server.disabled = false
# By default RSS feeds, OAI-PMH and subscription emails will include
ALL items
# For backwards compatibility, the subscription emails by default
include any modified items
# uncomment the following entry for only new items to be emailed
# since that usually contains email addresses which ought to be kept

If I recall correctly we upgraded from DSpace 1.8 -> 3.1 in March, but 
one user reported that emails were working last month (April).  On the 
server side, I can't think of anything (it's Debian 6.0, so not much new 
packages these days).  We did switch to using build.properties (one for 
dev and production) with a common dspace.cfg, though... I will try to 
use our old config file maybe...

Cheers,

Alan

On 05/21/2013 02:45 PM, helix84 wrote:
> Isn't there a "Caused by" line just after the snippet you sent?
>
> I'm baffled why sending email from DSpace wouldn't work when using
> test-email works - both use the same send() method of the
> org.dspace.core.Email class. The only difference is that one is
> launched from command line, the other one from Tomcat.
>
> Can you think of any changes you made between when the email last
> worked and now?
>
> Also attach your mail.* properties from dspace.cfg. We're looking for
> an inconspicuous problem here.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
"I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone." 
-Bjarne Stroustrup, inventor of C++


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] FW: [dc] Registration is now open for Repository Fringe 2013!

2013-05-21 Thread TAYLOR Robin
With apologies for cross-posting.

From: developer-cont...@googlegroups.com 
[mailto:developer-cont...@googlegroups.com] On Behalf Of Nicola Osborne
Sent: 14 May 2013 14:10
To: developer-cont...@googlegroups.com
Subject: [dc] Registration is now open for Repository Fringe 2013!

We are delighted to announce that registration is now live for Repository 
Fringe 2013!

Repository Fringe takes place in Edinburgh and runs from 31st July (our 
workshop day) until 2nd August 2013, and you can now use our booking form 
(http://rfringe13.eventbrite.com/) to secure your free place. As in previous 
years we will be running a Developer Challenge as a key part of this event - 
you can indicate your interest on the registration form and more details will 
follow soon. In the meantime please do get in touch 
(repofri...@gmail.com) if you'd like to take part, 
help us with organisation, share data with participants, or with any questions, 
comments, ideas, etc.

As you register you will see we have a few more questions to help us create a 
fantastic event this year and to help us in planning future events. We 
particularly encourage you to suggest ideas, presentations, round tables, etc. 
Repository Fringe is an event for and by the repository community: it is your 
contributions that make it such a stimulating, timely, and enjoyable event!

Programme details will be emerging over the coming weeks however we are 
delighted to launch registration with the news that Mark Hahnel, will be our 
Closing Keynote speaker.

Mark is the founder of figshare, an open data tool that allows researchers to 
publish all of their data in a citable, searchable and sharable manner. Mark is 
a former stem cell biologist, having completed his PhD in stem cell biology at 
Imperial College London and previously studied genetics in both Newcastle and 
Leeds. He is passionate about open science and the potential it has to 
revolutionise the research community. For more information about figshare, 
visit http://figshare.com. You can follow him at 
@markhahnel.
Mark will be familiar to many at Repository Fringe and we know he will provide 
an excellent close to our three days of repository ideas, discussion and 
networking.

So, register, tell us your ideas and we very much look forward to seeing you 
this summer,

Nicola & the Repository Fringe Organising Team
--
Nicola Osborne
Chair, Repository Fringe 2013

w: repositoryfringe.org
tw: @repofringe | #rfringe13


EDINA Social Media Officer
t: 0131 651 3873
e: nicola.osbo...@ed.ac.uk

a: EDINA, The University of Edinburgh, Causewayside House, 158-162 
Causewayside, Edinburgh EH9 1PR

The University of Edinburgh is a charitable body, registered in Scotland, with 
registration number SC005336.
--
You received this message because you are subscribed to the Google Groups 
"Developer Contact" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
developer-contact+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread helix84
Isn't there a "Caused by" line just after the snippet you sent?

I'm baffled why sending email from DSpace wouldn't work when using
test-email works - both use the same send() method of the
org.dspace.core.Email class. The only difference is that one is
launched from command line, the other one from Tomcat.

Can you think of any changes you made between when the email last
worked and now?

Also attach your mail.* properties from dspace.cfg. We're looking for
an inconspicuous problem here.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] SMTP Authentication failed

2013-05-21 Thread Alan Orth
All,

I'm getting a javax.mail.AuthenticationFailedException[0] when trying to 
send emails from DSpace, such as the "Forgot Password" function.  Other 
things like workflow alerts simply fail silently (users don't receive 
alerts).  I've tested the following:

1. SMTP server is working (send mail manually via port 25, HELO, etc)
2. `dspace test-email` is working.

We are using unauthenticated SMTP mail and our dspace.cfg configuration 
has not changed.  We're running DSpace 3.1 on Linux with Tomcat 6.

Thanks!

[0] 
https://gist.github.com/alanorth/5618260/raw/89e508170e4878ec4f88f43a01b5ebf86a7b82de/gistfile1.txt

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
"I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone." 
-Bjarne Stroustrup, inventor of C++


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] email alters stops

2013-05-21 Thread helix84
What's the output of "[dspace]/bin/dspace test-email"?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] email alters stops

2013-05-21 Thread Webshet, Sisay (ILRI)
Hi all

We are using dsapce 3.1 on xmlui version
After we have been upgrading dspace from 1.8.x to 3.1,the system doesn't  send 
email alters
to submitters.

Can anyone has a hint on this

Thanks
Sisay
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread helix84
What locale are you using? If you have your browser set to request a
different language before English, you have to have those messages in
a messages_XX.xml file where XX is your language code (the same as the
browser sends). You also have to define webui.supported.locales, e.g.:

webui.supported.locales = en, de

The fact that you're seeing the message key
(xmlui.general.dspace_home) instead of the message text means that the
emssage key couldn't be found in the catalog (messages.xml file) that
is currently used.

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread Kiriaki Roditi

Hi Henry,

Is the text you added (_XXX_ Home) in english?
The messages.xml file is encoded in ANSI and not utf-8.
If what you see in your browser is '/xmlui.general.dspace_home/' instead 
of /'//DSpace Home' /I believe the browser cannot understand the text 
you typed in messages.xml.
The best practice would be to add a messages_/[your language code]/.xml 
in [dspace-runtime]/webapps/xmlui/i18n with you own message 
customizations, restart tomcat, change your browser's locale and restart 
browser to show your customized /messages_[your language code].xml

//
/Regards,
Kiriaki/
/
On 21/5/2013 12:59 μμ, Henry Agbodza wrote:

Hi Helix,
i've done as you said and also restarted tomcat and rebooted the 
machine but it still shows the same things.


On Tue, 05/21/2013 09:41 AM, helix84  wrote:

Hi Henry,

try this:


https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread Henry Agbodza
Hi Helix,
i've done as you said and also restarted tomcat and rebooted the machine but it 
still shows the same things.

On Tue, 05/21/2013 09:41 AM, helix84  wrote:
> Hi Henry,
> 
> try this:
> 
> https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> --
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread helix84
Hi Henry,

try this:

https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Mirage Customisation

2013-05-21 Thread Henry Agbodza
​Dear all,
I made some changes in messages.xml file under the Dspace directory and reboot 
my machine since for some strange reason restarting Tomcat as i usually do on 
another machine dspace machine doesn't reflect my changes.
My Dspace instance is not displaying exactly the changes i effected.
For instance i changed Dspace Home to XXX Home but it is displaying 
xmlui.general.dspace_home
I changed the header logo on mirage apple-touch-icon.png but it is still the 
same image.
I'm using Dspace 3.1
This my first experience with Dspace 3.1 thus i might be missing some few 
things.
Thanks

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread helix84
Is there anything in dspace.log at around 12:45? Did the Tomcat process
actually terminate or just stopped serving pages? You could have verified
that by running netstat -tulpn as root and looking whether the port where
Tomcat should be listening (usually 8080 but it depends on your
configuration) appears in the output or not.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread Ady Wahyudi Paundu
Hi,
i'm running a 3.1 with xmlui-mirage, This system has running for just 4 
days now.
the problem is, sometimes the tomcat service shutdown by itself, and i 
have to manually start it up again.
i dont know where to find for clue what causing this.
even reading logs didnt help.
this is one of the catalina..log that shows what happened the last time 
before i started the tomcat again:

...
May 21, 2013 12:45:12 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/update 
params={wt=javabin&version=2} status=0 QTime=2
May 21, 2013 12:45:18 PM 
org.apache.solr.update.processor.LogUpdateProcessor finish
INFO: {add=[(null)]} 0 2
May 21, 2013 12:45:18 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/update 
params={wt=javabin&version=2} status=0 QTime=2
May 21, 2013 12:45:18 PM 
org.apache.solr.update.processor.LogUpdateProcessor finish
INFO: {add=[(null)]} 0 1
May 21, 2013 12:45:18 PM 
org.apache.solr.update.processor.LogUpdateProcessor finish
INFO: {add=[(null)]} 0 1
May 21, 2013 12:45:18 PM 
org.apache.solr.update.processor.LogUpdateProcessor finish
INFO: {add=[(null)]} 0 3
May 21, 2013 12:45:18 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/update 
params={wt=javabin&version=2} status=0 QTime=1
May 21, 2013 12:45:18 PM 
org.apache.solr.update.processor.LogUpdateProcessor finish
INFO: {add=[(null)]} 0 3
May 21, 2013 12:45:18 PM 
org.apache.solr.update.processor.LogUpdateProcessor finish
INFO: {add=[(null)]} 0 3
May 21, 2013 12:45:18 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/update 
params={wt=javabin&version=2} status=0 QTime=3
May 21, 2013 12:45:18 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/update 
params={wt=javabin&version=2} status=0 QTime=1
May 21, 2013 12:45:18 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/update 
params={wt=javabin&version=2} status=0 QTime=3
May 21, 2013 12:45:18 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/update 
params={wt=javabin&version=2} status=0 QTime=3
May 21, 2013 1:21:42 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal 
performance in production environments was not found on the 
java.library.path: 
/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
May 21, 2013 1:21:42 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8880"]
May 21, 2013 1:21:42 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8017"]
May 21, 2013 1:21:42 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 647 ms
May 21, 2013 1:21:42 PM org.apache.catalina.core.StandardService 
startInternal
INFO: Starting service Catalina
May 21, 2013 1:21:42 PM org.apache.catalina.core.StandardEngine 
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.39
May 21, 2013 1:21:42 PM org.apache.catalina.startup.HostConfig 
deployDirectory
INFO: Deploying web application directory /usr/local/dspace/webapps/sword
May 21, 2013 1:21:49 PM org.apache.catalina.startup.HostConfig 
deployDirectory
INFO: Deploying web application directory /usr/local/dspace/webapps/ROOT
May 21, 2013 1:21:58 PM org.apache.catalina.startup.HostConfig 
deployDirectory
INFO: Deploying web application directory /usr/local/dspace/webapps/swordv2
...

this is my dspace-user crontab:
0 1 * * * /usr/local/dspace/bin/dspace generate-sitemaps
0 2 * * * /usr/local/dspace/bin/dspace itemcounter

this is my postgres crontab:
# clean up the database nightly at 4am
0 4 * * * vacuumdb --analyze dspace3 > /dev/null 2>&1

can anybody help me on how to handle this problem?

Best Regards,
adywp

 
Powered by PTIK UNHAS ~ http://unhas.ac.id/


--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette