Greetings,

I've inherited a DSpace 1.6.1 repository and we're having problems  
with the XMLUI.  Specifically, variable *names* like  
xmlui.ArtifactBrowser.FrontPageSearch.para1 for example are displaying  
in the web browser instead of the *data* contained therein.  Here's a  
snippet of the html via view source:
<title>xmlui.general.dspace_home</title>
</head>
<body>
<div id="ds-main">
<div id="ds-header">
<a href="/xmlui/">
<span id="ds-header-logo"> </span>
</a>
<h1 class="pagetitle">xmlui.general.dspace_home</h1>
<h2 class="static-pagetitle">xmlui.dri2xhtml.structural.head-subtitle</h2>
<ul id="ds-trail">
<li class="ds-trail-link first-link last-link">
<a href="/xmlui">xmlui.general.dspace_home</a>
</li>
</ul>
<div id="ds-user-box">
<p>
<a href="/xmlui/login">xmlui.dri2xhtml.structural.login</a>
</p>
</div>
</div>

You can view site at http://melba.simmons.edu:8080/xmlui

The dspace.log has the following error:
at  
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:437)
         at java.lang.Thread.run(Thread.java:636)
Caused by: java.net.MalformedURLException:  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
         at  
org.apache.cocoon.components.source.impl.ContextSourceFactory.getSource(ContextSourceFactory.java:128)
         at  
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
         at  
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
         at  
org.apache.cocoon.i18n.XMLResourceBundleFactory.getSourceURI(XMLResourceBundleFactory.java:349)
         ... 214 more
2011-12-09 09:30:40,472 ERROR  
org.dspace.app.xmlui.cocoon.DSpaceI18NTransformer @ Error obtaining  
catalogue 'messages' from  <[Ljava.lang.String;@18e5a5f> for locale  
en_US
org.apache.excalibur.source.SourceNotFoundException: Cannot resolve  
catalogue base URI <context://i18n/aspects/Statistics/>
         at  
org.apache.cocoon.i18n.XMLResourceBundleFactory.getSourceURI(XMLResourceBundleFactory.java:362)
         at  
org.apache.cocoon.i18n.XMLResourceBundleFactory.getCacheKey(XMLResourceBundleFactory.java:319)
         at  
org.apache.cocoon.i18n.XMLResourceBundleFactory.getCacheKey(XMLResourceBundleFactory.java:321)
         at  
org.apache.cocoon.i18n.XMLResourceBundleFactory._select(XMLResourceBundleFactory.java:234)
         at  
org.apache.cocoon.i18n.XMLResourceBundleFactory.select(XMLResourceBundleFactory.java:203)
         at  
org.apache.cocoon.transformation.I18nTransformer$CatalogueInfo.getCatalogue(I18nTransformer.java:2273)

The last 10 lines of cocoon.log are:

2011-12-09 11:30:07,470 INFO   
org.apache.cocoon.components.source.impl.ContextSourceFactory  -  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
2011-12-09 11:30:07,473 INFO   
org.apache.cocoon.components.source.impl.ContextSourceFactory  -  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
2011-12-09 11:30:07,475 INFO   
org.apache.cocoon.components.source.impl.ContextSourceFactory  -  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
2011-12-09 11:30:07,477 INFO   
org.apache.cocoon.components.source.impl.ContextSourceFactory  -  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
2011-12-09 11:30:07,481 INFO   
org.apache.cocoon.components.source.impl.ContextSourceFactory  -  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
2011-12-09 11:30:07,483 INFO   
org.apache.cocoon.components.source.impl.ContextSourceFactory  -  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
2011-12-09 11:30:07,485 INFO   
org.apache.cocoon.components.source.impl.ContextSourceFactory  -  
context://i18n/aspects/Statistics/ could not be found. (possible  
context problem)
2011-12-09 11:30:07,488 INFO  cocoon.access  - '' Processed by Apache  
Cocoon in 123 milliseconds.
2011-12-09 11:30:07,499 INFO  cocoon.access  -  
'themes/Reference/lib/style.css' Processed by Apache Cocoon in 3  
milliseconds.
2011-12-09 11:30:07,512 INFO  cocoon.access  -  
'themes/Reference/images/manakin_logo.jpg' Processed by Apache Cocoon  
in 2 milliseconds.


I've checked the tech list archives and Nabble but haven't found this  
problem reported before.  We have likely misconfigured something but,  
after several hours of searching and educating myself on jetty,  
dspace, log4j, etc I'm at a loss. Has anyone seen this before?  I'd  
appreciate some advice on where to look.

Thanks very much.
Maury Bouchard
Simmons College
GSLIS



------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to