[Dspace-tech] FW: xmlui interface giving a blank page

2010-06-09 Thread Antero Neto

I'm having a 
similar issue,
It happens sporadically. The interface of Dspce XMLUI shows a blank screen and
 I need to reboot Tomcat.
JSPUI The interface 
is not affected by the issue.

I'm using 
version 1.6.0 of DSpace. I use a theme based on 
the theme Reference which comes in DSpace.

The version of tomcat is apache-tomcat-6.0.18 and the JDK is 
jdk1.6.0_13 on Debian GNU Linux 5.0.

I heve opend the issue DS-605 on http://jira.dspace.org/.
Would anyone have
 any ideas?


Regards
Antero Neto

-
[Dspace-tech] FW: xmlui interface giving a blank page

TAYLOR Robin
Tue, 30 Mar 2010 01:39:40 -0700

Mon, 29 Mar 2010 01:50:44 -0700

Hi,

 

I am experimenting with dspace 1.6.0 with the intention of upgrading my
dspace 1.5.2 to this latest release.  I have successfully installed dspace
1.6.0 on Fedora 8. I can access the  jspui interface.However, when I try to
access the xmlui, I got a blank page. No errors. Here is the contents of my
xmlui.xconf  ( I have omiited the comments)

 

 

xmlui

 

aspects

aspect name=Artifact Browser
path=resource://aspects/ArtifactBrowser/ /

aspect name=Administration
path=resource://aspects/Administrative/ /

aspect name=E-Person path=resource://aspects/EPerson/ /

aspect name=Submission and Workflow
path=resource://aspects/Submission/ /

aspect name=Statistics path=resource://aspects/Statistics/ /

!--

This aspect tests the various possible DRI features,

it helps a theme developer create themes

--

!-- aspect name=XML Tests path=resource://aspects/XMLTest//
--

 

/aspects

 

 

themes

!-- Example configuration --

 

!-- theme name=Test Theme 1 handle=123456789/1
path=theme1//--

!-- theme name=Test Theme 2 regex=community-list
path=theme2// --

 

!-- Default theme --

   !-- theme name=Default Reference Theme regex=.*
path=Reference/ / --

 

!-- Classic theme, inspired by the JSP UI --

theme name=Classic regex=.* path=Classic/ /

 

!-- Table based browse display --

!-- theme name=Table Theme regex=.* path=TableTheme/ / --

 

/themes

/xmlui

 

I am relatively new to xmlui interface as I have been using the jspui
interface.

 

I will appreciate any pointer to the problem

 

Kind Regards,

 

Admire Mutsikiwa (Mr)

ICT Projects Manager

Library IT

University of Zimbabwe 

Tell:+263-4-303276

Cell:+263-92239187

Alt/email:amutsik...@gmail.com

 


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

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

  
_
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: xmlui interface giving a blank page

2010-06-09 Thread Sergiu Ioan Irimia
I've had the same problem... well still do... But someone told me that the 
google crawlers are causing the problem... He was right. After blocking all the 
crawlers the problems stopped... but so as the indexing my site by google. So 
i've had to create a less restrictive robots.txt. Here is the configuration: 

# Uncomment the following line ONLY if sitemaps.org or HTML sitemaps are used
# and you have verified that your site is being indexed correctly.

User-agent: Googlebot

Disallow: /browse

Disallow: /bitstream
Disallow: /browse
Disallow: /browse-date
#Disallow: /community-list
#Disallow: /handle
Disallow: /html
Disallow: /htmlmap
Disallow: /browse-*
Disallow: /items-by-author*
Disallow: /advanced-search
Disallow: /contact
Disallow: /feedback
Disallow: /forgot
Disallow: /login
Disallow: /register
Disallow: /search

User-agent: *
Disallow: /


So I'm blocking all the crawlers except google (with some exceptions).

Well... this does not do the trick.

My site is still crashing.
So an alternative answer would be needed, a core tweaking one!

Any help is highly appreciated







I'm having a similar issue,
It happens sporadically. The interface of Dspce XMLUI shows a blank screen and 
I need to reboot Tomcat.
JSPUI The interface is not affected by the issue.

I'm using version 1.6.0 of DSpace. I use a theme based on the theme Reference 
which comes in DSpace.

The version of tomcat is apache-tomcat-6.0.18 and the JDK is jdk1.6.0_13 on 
Debian GNU Linux 5.0.

I heve opend the issue DS-605 on http://jira.dspace.org/.
Would anyone have any ideas?


Regards
Antero Neto

-
[Dspace-tech] FW: xmlui interface giving a blank page

TAYLOR Robin
Tue, 30 Mar 2010 01:39:40 -0700

Mon, 29 Mar 2010 01:50:44 -0700

Hi,

 

I am experimenting with dspace 1.6.0 with the intention of upgrading my
dspace 1.5.2 to this latest release.  I have successfully installed dspace
1.6.0 on Fedora 8. I can access the  jspui interface.However, when I try to
access the xmlui, I got a blank page. No errors. Here is the contents of my
xmlui.xconf  ( I have omiited the comments)

 

 

xmlui

 

aspects

aspect name=Artifact Browser
path=resource://aspects/ArtifactBrowser/ /

aspect name=Administration
path=resource://aspects/Administrative/ /

aspect name=E-Person path=resource://aspects/EPerson/ /

aspect name=Submission and Workflow
path=resource://aspects/Submission/ /

aspect name=Statistics path=resource://aspects/Statistics/ /

!--

This aspect tests the various possible DRI features,

it helps a theme developer create themes

--

!-- aspect name=XML Tests path=resource://aspects/XMLTest//
--

 

/aspects

 

 

themes

!-- Example configuration --

 

!-- theme name=Test Theme 1 handle=123456789/1
path=theme1//--

!-- theme name=Test Theme 2 regex=community-list
path=theme2// --

 

!-- Default theme --

   !-- theme name=Default Reference Theme regex=.*
path=Reference/ / --

 

!-- Classic theme, inspired by the JSP UI --

theme name=Classic regex=.* path=Classic/ /

 

!-- Table based browse display --

!-- theme name=Table Theme regex=.* path=TableTheme/ / --

 

/themes

/xmlui

 

I am relatively new to xmlui interface as I have been using the jspui
interface.

 

I will appreciate any pointer to the problem

 

Kind Regards,

 

Admire Mutsikiwa (Mr)

ICT Projects Manager

Library IT

University of Zimbabwe 

Tell:+263-4-303276

Cell:+263-92239187

Alt/email:amutsik...@gmail.com


  

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: xmlui interface giving a blank page

2010-03-30 Thread TAYLOR Robin
Forwarding this on to the tech mailing list.

Does anyone out there with experience of the new Stats module now why the 
Statistics sitemap cant be found ?

Cheers.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808
-Original Message-
From: Mutsikiwa Admire [mailto:amutsik...@uzlib.uz.ac.zw]
Sent: 29 March 2010 16:54
To: TAYLOR Robin
Subject: RE: [Dspace-tech] xmlui interface giving a blank page

By the way xmlui logs to /dspace/logs? This is what I am getting when I visit 
the xmlui interface

Resource not found

org.apache.excalibur.source.SourceNotFoundException:
resource://aspects/Statistics/sitemap.xmap

Cocoon stacktrace [show]
Resource not found.
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 119:72   map:mount
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 109:34   map:select
type=parameter
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 108:36   map:match
type=AspectMatcher
context:/jndi:/localhost/xmlui//sitemap.xmap - 307:80   map:mount
context:/jndi:/localhost/xmlui//sitemap.xmap - 306:32   map:match
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 115:34 map:serialize 
type=xml context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 114:43 
map:transform type=PageNotFound 
context:/jndi:/localhost/xmlui//aspects/aspects.xmap - 113:22 map:generate 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 184:34 
map:serialize type=xhtml 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 181:84 
map:transform type=NamespaceFilter 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 180:78 
map:transform type=NamespaceFilter 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 174:33 
map:transform type=i18n 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 170:44 
map:transform context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 
155:45 map:transform type=IncludePageMeta 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 131:55 
map:generate type=file 
context:/jndi:/localhost/xmlui//themes/Reference/sitemap.xmap - 128:28 
map:match
context:/jndi:/localhost/xmlui//themes/themes.xmap - 63:45  map:mount
context:/jndi:/localhost/xmlui//themes/themes.xmap - 62:35  map:match
type=ThemeMatcher
context:/jndi:/localhost/xmlui//sitemap.xmap - 383:73   map:mount

Java stacktrace [show]

org.apache.excalibur.source.SourceNotFoundException:
resource://aspects/Statistics/sitemap.xmap
at
org.apache.excalibur.source.impl.ResourceSource.getInputStream(ResourceSourc
e.java:125)
at
org.apache.cocoon.components.source.impl.DelayedRefreshSourceWrapper.getInpu
tStream(DelayedRefreshSourceWrapper.java:69)
at
org.apache.cocoon.components.source.util.SourceUtil.toSAX(SourceUtil.java:18
0)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.createSitemapProgra
m(TreeProcessor.java:356)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildConcreteProces
sor(TreeProcessor.java:404)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.setupConcreteProces
sor(TreeProcessor.java:338)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeP
rocessor.java:259)
at
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNod
e.java:107)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectN
ode.java:87)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:55)
at
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNod
e.java:87)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipel
ineNode.java:143)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:78)
at
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipe
linesNode.java:81)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(Con
creteTreeProcessor.java:239)
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeli
ne(ConcreteTreeProcessor.java:186)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeP
rocessor.java:260)
at
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNod
e.java:107)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:55)
at
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNod
e.java:87)
at