[Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-27 Thread Mark Kariuki

helix84 wrote
 
 
 I just checked and the reason why you're getting a blank page is that
 you instructed Tomcat to make the XMLUI webapp available at the
 /xmlui URL. It seems this theme assumes that XMLUI is bount to the
 root URL: /. You can change this Context configuration in server.xml
 
 

I think I spoke too soon, I have not been able to modify the configurations
to do as you instructed above. I tried changing the context by following 
http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-web-application-in-tomcat-7-0
These instructions from StackOverflow  but I am stuck with the same issue of
not being able to run a search with the SUNScholar theme. I am using Tomcat
7 on Windows currently, so I cannot really run the commands that Hilton gave
that are for Ubuntu environment, but eventually I shall run them on the
Ubuntu server on Rackspace. Please help


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655919.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-27 Thread helix84
On Wed, Jun 27, 2012 at 8:34 AM, Mark Kariuki mark.kari...@fao.org wrote:
 I think I spoke too soon, I have not been able to modify the configurations
 to do as you instructed above. I tried changing the context by following
 http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-web-application-in-tomcat-7-0
 These instructions from StackOverflow  but I am stuck with the same issue of
 not being able to run a search with the SUNScholar theme. I am using Tomcat
 7 on Windows currently, so I cannot really run the commands that Hilton gave
 that are for Ubuntu environment, but eventually I shall run them on the
 Ubuntu server on Rackspace. Please help

The instructions I and Hilton gave you are two different ways to
achieve the same goal. Using only one of them is enough.

In Hilton's instructions you don't have to use commands. The commands
are simply copying files around. You can do it using dragdrop or
whatever the current fashion in Windows is.

The instructions on Stack Overflow are similiar to mine, but there are
a few differences. First, I told you to edit context elements in
server.xml (only because it's easier). In fact, I use and recommend
the SO approach of context fragments - separate xml file with one
context element for each webapp. The instructions also mention the
path where you need to place them. So with context fragments, all of
them are called like the webapp, e.g. jspui.xml, except the root
webapp, which is called ROOT.xml. The instructions are however wrong
in that they switched the meaning of docBase and path. This is correct
(of course, use your Windows path):

!Context path=/ docBase=/dspace/webapps/xmlui debug=0
reloadable=true cachingAllowed=false
allowLinking=true/

Tomcat has a nice feature (I don't know if it works in Windows,
though) that every time you modify a context fragment file, in several
seconds Tomcat will detect it and reload that webapp.

One more thing to change is dspace.url in dspace.cfg. Change
dspace.url = ${dspace.baseUrl}/xmlui
to
dspace.url = ${dspace.baseUrl}

Let us know if you have any more problems.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-27 Thread Hilton Gibson
Hi All

The DSpace config is here:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace#Step_4._.2A.2A.2A_Edit_the_DSpace_configuration_.2A.2A.2A

Cheers

hg

On 27 June 2012 09:26, helix84 heli...@centrum.sk wrote:

 On Wed, Jun 27, 2012 at 8:34 AM, Mark Kariuki mark.kari...@fao.org
 wrote:
  I think I spoke too soon, I have not been able to modify the
 configurations
  to do as you instructed above. I tried changing the context by following
 
 http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-web-application-in-tomcat-7-0
  These instructions from StackOverflow  but I am stuck with the same
 issue of
  not being able to run a search with the SUNScholar theme. I am using
 Tomcat
  7 on Windows currently, so I cannot really run the commands that Hilton
 gave
  that are for Ubuntu environment, but eventually I shall run them on the
  Ubuntu server on Rackspace. Please help

 The instructions I and Hilton gave you are two different ways to
 achieve the same goal. Using only one of them is enough.

 In Hilton's instructions you don't have to use commands. The commands
 are simply copying files around. You can do it using dragdrop or
 whatever the current fashion in Windows is.

 The instructions on Stack Overflow are similiar to mine, but there are
 a few differences. First, I told you to edit context elements in
 server.xml (only because it's easier). In fact, I use and recommend
 the SO approach of context fragments - separate xml file with one
 context element for each webapp. The instructions also mention the
 path where you need to place them. So with context fragments, all of
 them are called like the webapp, e.g. jspui.xml, except the root
 webapp, which is called ROOT.xml. The instructions are however wrong
 in that they switched the meaning of docBase and path. This is correct
 (of course, use your Windows path):

 !Context path=/ docBase=/dspace/webapps/xmlui debug=0
reloadable=true cachingAllowed=false
allowLinking=true/

 Tomcat has a nice feature (I don't know if it works in Windows,
 though) that every time you modify a context fragment file, in several
 seconds Tomcat will detect it and reload that webapp.

 One more thing to change is dspace.url in dspace.cfg. Change
 dspace.url = ${dspace.baseUrl}/xmlui
 to
 dspace.url = ${dspace.baseUrl}

 Let us know if you have any more problems.

 Regards,
 ~~helix84


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] A question about Mirage theme

2012-06-27 Thread revskill
Good morning. I have a problem with Mirage theme.

As we know, the DRI format is:
document
body/body
options/options
meta/meta
/document

We have page-structure.xsl and navigations.xsl to generate html content of
body and options. The strage thing here is when i browse to a specific
item, the ds-options-wrapper (generated for dri:options) is nested inside
the ds-body tag. But if i get the DRI of home page, the
ds-options-wrapper is in equal level with ds-body tag.

Please help .

Thank you very much.

-- 
TRUONG HOANG DUNG*
**Librarian Researcher
**Information and Library Centre
Mobile: 0121.411.5322
Email: dun...@hpu.edu.vn*
*Hai Phong Private University* http://lib.hpu.vn
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-27 Thread Mark Kariuki
This worked, sorry for the delayed reply, I however realize that this issue
was more to do with Tomcat rather than DSpace itself, and since I was trying
to study the workings of this theme so that I can have the power to modify
my own Mirage I landed into a couple of other issues. I am afraid to raise
them because it will be like opening Pandoras box, because my major
limitation is a deadline, otherwise I would have gone on to dig deep into
reading XSL modifications and even the wiki entries that Hilton posted, but
I am looking for a quick fix, though once the repo is up, I can go further
into grasping all the concepts and maybe even contributing my own
modifications to the DSpace theme repository. So thanks for the help.


helix84 wrote
 
 
 The instructions I and Hilton gave you are two different ways to
 achieve the same goal. Using only one of them is enough.
 
 In Hilton's instructions you don't have to use commands. The commands
 are simply copying files around. You can do it using dragdrop or
 whatever the current fashion in Windows is.
 
 The instructions on Stack Overflow are similiar to mine, but there are
 a few differences. First, I told you to edit context elements in
 server.xml (only because it's easier). In fact, I use and recommend
 the SO approach of context fragments - separate xml file with one
 context element for each webapp. The instructions also mention the
 path where you need to place them. So with context fragments, all of
 them are called like the webapp, e.g. jspui.xml, except the root
 webapp, which is called ROOT.xml. The instructions are however wrong
 in that they switched the meaning of docBase and path. This is correct
 (of course, use your Windows path):
 
 lt;!Context path=quot;/quot; docBase=quot;/dspace/webapps/xmluiquot;
 debug=quot;0quot;
 reloadable=quot;truequot; cachingAllowed=quot;falsequot;
 allowLinking=quot;truequot;/gt;
 
 Tomcat has a nice feature (I don't know if it works in Windows,
 though) that every time you modify a context fragment file, in several
 seconds Tomcat will detect it and reload that webapp.
 
 One more thing to change is dspace.url in dspace.cfg. Change
 dspace.url = ${dspace.baseUrl}/xmlui
 to
 dspace.url = ${dspace.baseUrl}
 
 Let us know if you have any more problems.
 
 Regards,
 ~~helix84
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@.sourceforge
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655929.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] A question about Mirage theme

2012-06-27 Thread Tim Donohue
Hi revskill,

I'm not sure I understand the question. There actually is no tags called 
either ds-body or ds-options-wrapper in the DRI XML.

Instead, the DRI XML has a tags called dri:body and dri:options.

There are however an HTML div tags in the Mirage Theme that looks like:

div id=ds-body
div id=ds-options-wrapper

This HTML tag is generated by the Mirage Theme itself. So, I'm assuming 
you must be talking about the final HTML source rather than the DRI.

However, in the HTML source on the DSpace Demo Site 
(http://demo.dspace.org), which uses the Mirage Theme, I don't see the 
issue you mention.

In the Homepage's HTML source, I see that there are two div's that are 
at equal level:

div id=ds-body.../div
div id=ds-options-wrapper.../div

However, when viewing the HTML source of an Item page, I see those two 
div's are *still* at an equal level.

Could you send the list more information about where you see this issue? 
Or perhaps send us direct links to your DSpace site, or to an example on 
the Demo site?

Thanks!

- Tim

On 6/27/2012 4:39 AM, revskill wrote:
 Good morning. I have a problem with Mirage theme.

 As we know, the DRI format is:
 document
 body/body
 options/options
 meta/meta
 /document

 We have page-structure.xsl and navigations.xsl to generate html content
 of body and options. The strage thing here is when i browse to a
 specific item, the ds-options-wrapper (generated for dri:options) is
 nested inside the ds-body tag. But if i get the DRI of home page, the
 ds-options-wrapper is in equal level with ds-body tag.

 Please help .

 Thank you very much.

 --
 TRUONG HOANG DUNG*
 */*Librarian **Researcher
 *//Information and Library Centre
 Mobile: 0121.411.5322
 Email: _dun...@hpu.edu.vn mailto:dun...@hpu.edu.vn_/
 _/Hai Phong Private University/_ http://lib.hpu.vn


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Clickable Field

2012-06-27 Thread helix84
On Wed, Jun 27, 2012 at 10:21 AM, Webshet, Sisay (ILRI)
s.webs...@cgiar.org wrote:
 Can someone directs me on how to make an author field clickable just like
 jspui interface.

Hi Sisay,

as I understand it, you want links for individual authors. Here's how to do it:

http://dspace.2283337.n4.nabble.com/link-to-external-sources-within-data-output-in-xmlui-template-td4424361.html

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Question about Solr Statistics

2012-06-27 Thread George S Kozak
Hi...

I just converted from DSpace 1.7.1 to DSpace 1.8.2.  When I try and look at the 
Solr Statistics, I get the message:

Authorization Required
This server could not verify that you are authorized to access the document 
requested. Either you supplied the wrong credentials (e.g., bad password), or 
your browser doesn't understand how to supply the credentials required.

I originally had the flag set in solr-statistics.cfg  to: 
authorization.admin=true

Now I can log in as an Admin when I go to /dspace-admin, but even then, I get 
the error above when I try to look at the Solr Stats.

I have tried setting the flag in solr-statistics.cfg to false, but I still 
get the same error when trying to view the statistics.

Any ideas what I am doing wrong?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Question about Solr Statistics (update)

2012-06-27 Thread George S Kozak
Sorry...

Forget my earlier posting.  I forgot I had some local authorization code that I 
was using to lock down the Solr Stats and I didn't have that set up properly on 
my new test server.

My apologies for sending this to the list.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

From: George S Kozak [mailto:g...@cornell.edu]
Sent: Wednesday, June 27, 2012 2:47 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Question about Solr Statistics

Hi...

I just converted from DSpace 1.7.1 to DSpace 1.8.2.  When I try and look at the 
Solr Statistics, I get the message:

Authorization Required
This server could not verify that you are authorized to access the document 
requested. Either you supplied the wrong credentials (e.g., bad password), or 
your browser doesn't understand how to supply the credentials required.

I originally had the flag set in solr-statistics.cfg  to: 
authorization.admin=true

Now I can log in as an Admin when I go to /dspace-admin, but even then, I get 
the error above when I try to look at the Solr Stats.

I have tried setting the flag in solr-statistics.cfg to false, but I still 
get the same error when trying to view the statistics.

Any ideas what I am doing wrong?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Search problem, item is not index not apper

2012-06-27 Thread Lactino
Hi.

I have a problem with my DSpace, version 1.8.2 installed

1. I add a new item, this is normally added,
2. The item appears in the community
3. It appears if I try to find the item by the search box.
4. I need to make an index-update to appear in the search

I verficado the dspace.log, when I make the approval of the item does not
appear any message, but if I use the index-update command loads all the item
to the search.

But if someone is sailing or climbing on any item that you send momencho an
internal error message and the task is saved in the session.

2012-06-26 21:00:02,189 INFO  org.dspace.core.ConfigurationManager @ Loading
from classloader: file:/dspace/config/dspace.cfg
2012-06-26 21:00:02,194 INFO  org.dspace.core.ConfigurationManager @ Using
dspace provided log configuration (log.init.config)
2012-06-26 21:00:02,194 INFO  org.dspace.core.ConfigurationManager @
Loading: /dspace/config/log4j.properties
2012-06-26 21:00:03,483 INFO  org.dspace.search.DSIndexer @ Updating and
Cleaning Index
2012-06-26 21:00:03,573 INFO  org.dspace.search.DSIndexer @ Writing Item:
123/20 to Index
2012-06-26 21:00:03,580 INFO  org.dspace.content.MetadataField @ Loading
MetadataField elements into cache.
2012-06-26 21:00:03,588 INFO  org.dspace.content.MetadataSchema @ Loading
schema cache for fast finds
2012-06-26 21:00:03,606 INFO  org.dspace.search.DSIndexer @ Wrote Item:
123/20 to Index
2012-06-26 21:00:03,608 INFO  org.dspace.search.DSIndexer @ Writing Item:
123/21 to Index
2012-06-26 21:00:03,614 INFO  org.dspace.search.DSIndexer @ Wrote Item:
123/21 to Index
2012-06-26 21:00:03,616 INFO  org.dspace.search.DSIndexer @ Writing Item:
123/22 to Index
2012-06-26 21:00:03,621 INFO  org.dspace.search.DSIndexer @ Wrote Item:
123/22 to Index
2012-06-26 21:00:03,623 INFO  org.dspace.search.DSIndexer @ Writing
Collection: 123/4 to Index
2012-06-26 21:00:03,624 INFO  org.dspace.search.DSIndexer @ Writing
Collection: 123/2 to Index
2012-06-26 21:00:03,625 INFO  org.dspace.search.DSIndexer @ Writing
Community: 123/1 to Index
2012-06-26 21:00:03,625 INFO  org.dspace.search.DSIndexer @ Writing
Community: 123/3 to Index
2012-06-26 21:00:05,052 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]
2012-06-26 21:00:33,674 ERROR org.dspace.search.DSIndexer @ Lock obtain
timed out: NativeFSLock@/dspace/search/write.lock
org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out:
NativeFSLock@/dspace/search/write.lock
at org.apache.lucene.store.Lock.obtain(Lock.java:84)
at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:1115)
at org.dspace.search.DSIndexer.openIndex(DSIndexer.java:921)
at org.dspace.search.DSIndexer.optimizeIndex(DSIndexer.java:381)
at org.dspace.search.DSIndexer.updateIndex(DSIndexer.java:560)
at org.dspace.search.DSIndexer.main(DSIndexer.java:488)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
2012-06-26 21:00:33,674 INFO  org.dspace.search.DSIndexer @ Done with
indexing
2012-06-26 21:01:03,681 ERROR org.dspace.search.DSIndexer @
org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out:
NativeFSLock@/dspace/search/write.lock
2012-06-26 21:08:07,006 INFO  org.dspace.core.ConfigurationManager @ Loading
from classloader: file:/dspace/config/dspace.cfg
2012-06-26 21:08:07,010 INFO  org.dspace.core.ConfigurationManager @ Using
dspace provided log configuration (log.init.config)
2012-06-26 21:08:07,010 INFO  org.dspace.core.ConfigurationManager @
Loading: /dspace/config/log4j.properties
2012-06-26 21:08:08,092 INFO  org.dspace.search.DSIndexer @ Updating and
Cleaning Index
2012-06-26 21:08:08,162 INFO  org.dspace.search.DSIndexer @ Writing Item:
123/20 to Index
2012-06-26 21:08:08,169 INFO  org.dspace.content.MetadataField @ Loading
MetadataField elements into cache.
2012-06-26 21:08:08,177 INFO  org.dspace.content.MetadataSchema @ Loading
schema cache for fast finds
2012-06-26 21:08:08,193 INFO  org.dspace.search.DSIndexer @ Wrote Item:
123/20 to Index
2012-06-26 21:08:08,196 INFO  org.dspace.search.DSIndexer @ Writing Item:
123/21 to Index
2012-06-26 21:08:08,202 INFO  org.dspace.search.DSIndexer @ Wrote Item:
123/21 to Index
2012-06-26 21:08:08,204 INFO  org.dspace.search.DSIndexer @ Writing Item:
123/22 to Index
2012-06-26 21:08:08,209 INFO  org.dspace.search.DSIndexer @ Wrote Item:
123/22 to Index
2012-06-26 21:08:08,211 INFO  org.dspace.search.DSIndexer @ Writing Item:
123/23 to Index
2012-06-26 21:08:08,216 INFO  org.dspace.search.DSIndexer @ Wrote Item:
123/23 to Index

[Dspace-tech] Handle Server Issue

2012-06-27 Thread DSpace
Hello,

I am running into an issue with the handle server resolving to the incorrect 
URL. We have a customized instance that has both the JSPUI and XMLUI interface 
running side by side, one for staff and one for public. The issue I am 
experiencing today is that handle.net URL's are pointing to the staff side 
instead of the public side.

In the past, my solution was to modify the dspace.baseUrl variable in 
dspace.cfg, to point to the public side, restart Tomcat and then start the 
handle server. I would then revert the change to maintain the existing 
functionality with the rest of the URL's the site generates. Today, however it 
seems that the URL is being cached somewhere and will not update anymore to the 
correct one.

Does anyone know if there is some sort of cache on the system that I can clear 
to have this running properly again?

Thanks,

Carlos
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Search problem, item is not index not apper

2012-06-27 Thread Andrea Schweer
Hi Lactino,

On 28/06/12 07:51, Lactino wrote:
 Hi.

 I have a problem with my DSpace, version 1.8.2 installed

 1. I add a new item, this is normally added,
 2. The item appears in the community
 3. It appears if I try to find the item by the search box.
 4. I need to make an index-update to appear in the search

 I verficado the dspace.log, when I make the approval of the item does not
 appear any message, but if I use the index-update command loads all the item
 to the search.

This looks like a permission problem on your server. Make sure that the
DSpace search directory is owned by the user that Tomcat runs as (likely
either dspace or tomcat). From your error message, it looks like this
directory is /dspace/search for you. Furthermore, when you run
index-update, make sure you always run this as the user that Tomcat runs
as.

If your dspace search directory has a file called write.lock in it right
now, you will need to delete this file (just this once).

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech