[Dspace-tech] Question about XMLUI

2012-10-03 Thread George S Kozak
Hi, everyone:

I recently upgraded to DSpace 1.8.2 (using JSPUI interface).  After a number of 
false starts, I am starting to look at the XMLUI interface.

On my test server, I was looking at all of the Interfaces that come 
ready-made.

I have looked at the Default Theme and the Classic Theme, but when I tried to 
look at the Mirage Theme, I received the following error:
org.xml.sax.SAXParseException: The entity copy was referenced, but not 
declared.
context:/jndi:/test-ir.library.cornell.edu/xmlui/themes/Mirage/lib/xsl/core/page-structure.xsl
 - 515:27

Also, when I tried the Table Theme, I received the error:
java.io.FileNotFoundException: 
jndi:/test-ir.library.cornell.edu/xmlui/themes/TableTheme/sitemap.xmap

I am pretty sure that I was able to view these themes when I was at DSpace 
1.7.1.  What could be wrong with my setup?

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

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread Tim Donohue
Hi George,

This actually doesn't sound like out-of-the-box DSpace 1.8.2.  Are you 
using a customized version of the XMLUI?

* There's no TableTheme in DSpace 1.8.2:

https://github.com/DSpace/DSpace/tree/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes

* Also, in DSpace 1.8.2, there's no copy entity (copy;) on that line 
of that Mirage XSLT. Instead, the copyright system (c) is represented by 
#169;.  So, I'm not sure why that error is occurring, unless someone 
added a copy; to line 515 in the page-structure.xsl file.

https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl#L515

So, I guess I'm wondering whether the errors you are running across are 
actually customizations from somewhere else? Or perhaps they are minor 
customizations someone made in your DSpace 1.7.1 and they are now 
erroring out after the upgrade to DSpace 1.8.2?

- Tim

On 10/3/2012 1:56 PM, George S Kozak wrote:
 Hi, everyone:

 I recently upgraded to DSpace 1.8.2 (using JSPUI interface).  After a
 number of false starts, I am starting to look at the XMLUI interface.

 On my test server, I was looking at all of the Interfaces that come
 “ready-made”.

 I have looked at the Default Theme and the Classic Theme, but when I
 tried to look at the Mirage Theme, I received the following error:

 “org.xml.sax.SAXParseException: The entity copy was referenced, but
 not declared.
 context:/jndi:/test-ir.library.cornell.edu/xmlui/themes/Mirage/lib/xsl/core/page-structure.xsl
 - 515:27”

 Also, when I tried the Table Theme, I received the error:

 “java.io.FileNotFoundException:
 jndi:/test-ir.library.cornell.edu/xmlui/themes/TableTheme/sitemap.xmap”

 I am pretty sure that I was able to view these themes when I was at
 DSpace 1.7.1.  What could be wrong with my setup?

 George Kozak

 Digital Library Specialist

 Cornell University Library Information Technologies (CUL-IT)

 501 Olin Library

 Cornell University

 Ithaca, NY 14853

 607-255-8924



 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev



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


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread George S Kozak
Tim:

That's it!  It's the test customizations that I made back in DSpace 1.7.1.  I 
didn't think I migrated them when I went to DSpace 1.8.2, but I must have, by 
accident.
In fact, I know exactly what the copy entity is!! Thank you for clearing things 
up for me!

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


-Original Message-
From: Tim Donohue [mailto:tdono...@duraspace.org] 
Sent: Wednesday, October 03, 2012 3:29 PM
To: George S Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI

Hi George,

This actually doesn't sound like out-of-the-box DSpace 1.8.2.  Are you using a 
customized version of the XMLUI?

* There's no TableTheme in DSpace 1.8.2:

https://github.com/DSpace/DSpace/tree/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes

* Also, in DSpace 1.8.2, there's no copy entity (copy;) on that line of that 
Mirage XSLT. Instead, the copyright system (c) is represented by #169;.  So, 
I'm not sure why that error is occurring, unless someone added a copy; to 
line 515 in the page-structure.xsl file.

https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl#L515

So, I guess I'm wondering whether the errors you are running across are 
actually customizations from somewhere else? Or perhaps they are minor 
customizations someone made in your DSpace 1.7.1 and they are now erroring out 
after the upgrade to DSpace 1.8.2?

- Tim

On 10/3/2012 1:56 PM, George S Kozak wrote:
 Hi, everyone:

 I recently upgraded to DSpace 1.8.2 (using JSPUI interface).  After a 
 number of false starts, I am starting to look at the XMLUI interface.

 On my test server, I was looking at all of the Interfaces that come 
 ready-made.

 I have looked at the Default Theme and the Classic Theme, but when I 
 tried to look at the Mirage Theme, I received the following error:

 org.xml.sax.SAXParseException: The entity copy was referenced, but 
 not declared.
 context:/jndi:/test-ir.library.cornell.edu/xmlui/themes/Mirage/lib/xsl
 /core/page-structure.xsl
 - 515:27

 Also, when I tried the Table Theme, I received the error:

 java.io.FileNotFoundException:
 jndi:/test-ir.library.cornell.edu/xmlui/themes/TableTheme/sitemap.xmap

 I am pretty sure that I was able to view these themes when I was at 
 DSpace 1.7.1.  What could be wrong with my setup?

 George Kozak

 Digital Library Specialist

 Cornell University Library Information Technologies (CUL-IT)

 501 Olin Library

 Cornell University

 Ithaca, NY 14853

 607-255-8924



 --
  Don't let slow site performance ruin your business. Deploy 
 New Relic APM Deploy New Relic app performance management and know 
 exactly what is happening inside your Ruby, Python, PHP, Java, and 
 .NET app Try New Relic at no cost today and get our sweet Data Nerd 
 shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev



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


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread helix84
On Wed, Oct 3, 2012 at 9:29 PM, Tim Donohue tdono...@duraspace.org wrote:
 So, I guess I'm wondering whether the errors you are running across are
 actually customizations from somewhere else? Or perhaps they are minor
 customizations someone made in your DSpace 1.7.1 and they are now
 erroring out after the upgrade to DSpace 1.8.2?

Anyway, the solution should be simple, just replace the themes folder
with its counterpart from DSpace 1.8.2 and clear the Cocoon cache:

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

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI

2012-10-03 Thread George S Kozak
Thanks, will do!

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


-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, October 03, 2012 3:43 PM
To: Tim Donohue
Cc: George S Kozak; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI

On Wed, Oct 3, 2012 at 9:29 PM, Tim Donohue tdono...@duraspace.org wrote:
 So, I guess I'm wondering whether the errors you are running across 
 are actually customizations from somewhere else? Or perhaps they are 
 minor customizations someone made in your DSpace 1.7.1 and they are 
 now erroring out after the upgrade to DSpace 1.8.2?

Anyway, the solution should be simple, just replace the themes folder with its 
counterpart from DSpace 1.8.2 and clear the Cocoon cache:

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

Regards,
~~helix84
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Rob Ingram
Hi George,

 

Just been through a similar process.  The ant update does not directly
overwrite the xmlui.xconf file in the [dspace]/config/ directory.
Instead it creates a file called xmlui.xconf.new that needs to be copied
over the original file (I'd suggest backing up first too).  Have you
done this?  If not I'd suggest looking for this file first.

 

Regards,

 

Rob.

 

-- 

Rob Ingram

 

Technical Developer (RSP)

 

Centre for Research Communications

University of Nottingham

Greenfield Medical Library

A.31 Queen's Medical Centre

Nottingham NG7 2UH

 

T: +44 (0) 115 84 68602

F: +44 (0) 115 82 30549

rob.ing...@nottingham.ac.uk

 

http://rsp.ac.uk http://www.rsp.ac.uk/ 

http://crc.nottingham.ac.uk http://crc.nottingham.ac.uk/ 

 

From: George Stanley Kozak [mailto:g...@cornell.edu] 
Sent: 11 August 2010 22:00
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Question about XMLUI interface

 

I am pretty sure that this has been addressed before, but I couldn't
find a solution in looking through the archives of dspace-tech.  So, I
hope someone can point me in the right direction.

 

I am experimenting with moving from jspui to xmlui.  I followed all of
the steps to create a theme.  I updated the xmlui.xconf so that it uses
my new theme:

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

 

I ran through the Maven build and then the ant update and copied the
webapps over to tomcat and restarted tomcat.

 

What I see is that if I go to http://mysite.edu/xmlui
http://%3cmysite.edu%3e/xmlui , I get a blank page.  However, if I
execute:

http://mysite.edu/xmlui search?themepath=newTheme I see the theme.
PS.  I am using DSpace 1.6.2 and apache talking to tomcat via mod_jk

 

Can anyone tell me 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

 

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui.

However, if I execute:
http://mysite.edu/xmlui search?themepath=newTheme I see XMLUI interface 
displayed properly.

I am sure that I am doing something wrong, so I will continue to pick away at 
this.  Thanks again.

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Wendy J Bossons
Is the xmlui configured in the server.xml as the root web app? If so, then you 
would need to change the dspace install location/webapps/xmlui subdir to 
dspace install location/webapps/ROOT. That could cause this issue of the 
blank page in your configuration.


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 11:39 AM, George Stanley Kozak wrote:

My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui.

However, if I execute:
http://mysite.eduhttp://mysite.edu/xmlui search?themepath=newTheme I see 
XMLUI interface displayed properly.

I am sure that I am doing something wrong, so I will continue to pick away at 
this.  Thanks again.

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

ATT1..cATT2..c

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
Wendy:

I am using the jpsui as the root web app.  I will see what happens if I change 
a few things in the server.xml.  Thanks.

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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 12:47 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Is the xmlui configured in the server.xml as the root web app? If so, then you 
would need to change the dspace install location/webapps/xmlui subdir to 
dspace install location/webapps/ROOT. That could cause this issue of the 
blank page in your configuration.


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 11:39 AM, George Stanley Kozak wrote:


My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui.

However, if I execute:
http://mysite.eduhttp://mysite.edu/xmlui search?themepath=newTheme I see 
XMLUI interface displayed properly.

I am sure that I am doing something wrong, so I will continue to pick away at 
this.  Thanks again.

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

ATT1..cATT2..c

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Wendy J Bossons
Also consider how your virtual host is configured in apache. If you have made 
no change, simply adding a child context node to the host node will probably 
not work without tweaking it, and about the latter, I have not been able to 
make that work. If I have guessed correctly, and if you have the luxury of 
making the xmlui the ROOT, will resolve the issue.

..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 1:20 PM, George Stanley Kozak wrote:

Wendy:

I am using the jpsui as the root web app.  I will see what happens if I change 
a few things in the server.xml.  Thanks.

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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 12:47 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Is the xmlui configured in the server.xml as the root web app? If so, then you 
would need to change the dspace install location/webapps/xmlui subdir to 
dspace install location/webapps/ROOT. That could cause this issue of the 
blank page in your configuration.


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 11:39 AM, George Stanley Kozak wrote:


My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui.

However, if I execute:
http://mysite.eduhttp://mysite.edu/xmlui search?themepath=newTheme I see 
XMLUI interface displayed properly.

I am sure that I am doing something wrong, so I will continue to pick away at 
this.  Thanks again.

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

ATT1..cATT2..c


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
Thanks, Wendy:


This is my development server, so I can make the xmlui root, and I did, but 
still no luck.



However, if I execute a command like 
http://test-dspace.library.cornell.edu/community-list, it does work.



It only seems to be the home page that is blank.



However, if I try 
http://test-dspace.library.cornell.edu/search?themepath=Classic I do see the 
home page (minus the news-xmlui.xml file).



I think I am missing some file somewhere, but I'm too befuddled to figure out 
which one ;-)

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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 3:17 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Also consider how your virtual host is configured in apache. If you have made 
no change, simply adding a child context node to the host node will probably 
not work without tweaking it, and about the latter, I have not been able to 
make that work. If I have guessed correctly, and if you have the luxury of 
making the xmlui the ROOT, will resolve the issue.

..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 1:20 PM, George Stanley Kozak wrote:


Wendy:

I am using the jpsui as the root web app.  I will see what happens if I change 
a few things in the server.xml.  Thanks.

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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 12:47 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Is the xmlui configured in the server.xml as the root web app? If so, then you 
would need to change the dspace install location/webapps/xmlui subdir to 
dspace install location/webapps/ROOT. That could cause this issue of the 
blank page in your configuration.


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 11:39 AM, George Stanley Kozak wrote:



My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui.

However, if I execute:
http://mysite.eduhttp://mysite.edu/xmlui search?themepath=newTheme I see 
XMLUI interface displayed properly.

I am sure that I am doing something wrong, so I will continue to pick away at 
this.  Thanks again.

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

ATT1..cATT2..c


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Sands Alden Fish
George, no hints in dspace.log or catalina.out?

--
sands fish
Software Engineer
MIT Libraries
Technology Research  Development
sa...@mit.edumailto:sa...@mit.edu
E25-131




On Aug 12, 2010, at 4:04 PM, George Stanley Kozak wrote:

Thanks, Wendy:


This is my development server, so I can make the xmlui root, and I did, but 
still no luck.



However, if I execute a command like 
http://test-dspace.library.cornell.edu/community-list, it does work.



It only seems to be the home page that is blank.



However, if I try 
http://test-dspace.library.cornell.edu/search?themepath=Classic I do see the 
home page (minus the news-xmlui.xml file).



I think I am missing some file somewhere, but I’m too befuddled to figure out 
which one ;-)


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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 3:17 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Also consider how your virtual host is configured in apache. If you have made 
no change, simply adding a child context node to the host node will probably 
not work without tweaking it, and about the latter, I have not been able to 
make that work. If I have guessed correctly, and if you have the luxury of 
making the xmlui the ROOT, will resolve the issue.

..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 1:20 PM, George Stanley Kozak wrote:


Wendy:

I am using the jpsui as the root web app.  I will see what happens if I change 
a few things in the server.xml.  Thanks.

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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 12:47 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Is the xmlui configured in the server.xml as the root web app? If so, then you 
would need to change the dspace install location/webapps/xmlui subdir to 
dspace install location/webapps/ROOT. That could cause this issue of the 
blank page in your configuration.


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 11:39 AM, George Stanley Kozak wrote:



My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui.

However, if I execute:
http://mysite.eduhttp://mysite.edu/xmlui search?themepath=newTheme I see 
XMLUI interface displayed properly.

I am sure that I am doing something wrong, so I will continue to pick away at 
this.  Thanks again.

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

ATT1..cATT2..c


ATT1..cATT2..c

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread Wendy J Bossons
Maybe there was some lag time when you hit the page after setting up the test 
site. I can see both the community-list url and what I think is the home page, 
http://test-dspace.library.cornell.edu, with some Recent Additions content on 
the righthand side (news-xmlui...?).


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 4:04 PM, George Stanley Kozak wrote:

Thanks, Wendy:


This is my development server, so I can make the xmlui root, and I did, but 
still no luck.



However, if I execute a command like 
http://test-dspace.library.cornell.edu/community-list, it does work.



It only seems to be the home page that is blank.



However, if I try 
http://test-dspace.library.cornell.edu/search?themepath=Classic I do see the 
home page (minus the news-xmlui.xml file).



I think I am missing some file somewhere, but I’m too befuddled to figure out 
which one ;-)


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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 3:17 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Also consider how your virtual host is configured in apache. If you have made 
no change, simply adding a child context node to the host node will probably 
not work without tweaking it, and about the latter, I have not been able to 
make that work. If I have guessed correctly, and if you have the luxury of 
making the xmlui the ROOT, will resolve the issue.

..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 1:20 PM, George Stanley Kozak wrote:


Wendy:

I am using the jpsui as the root web app.  I will see what happens if I change 
a few things in the server.xml.  Thanks.

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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 12:47 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Is the xmlui configured in the server.xml as the root web app? If so, then you 
would need to change the dspace install location/webapps/xmlui subdir to 
dspace install location/webapps/ROOT. That could cause this issue of the 
blank page in your configuration.


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 11:39 AM, George Stanley Kozak wrote:



My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui.

However, if I execute:
http://mysite.eduhttp://mysite.edu/xmlui search?themepath=newTheme I see 
XMLUI interface displayed properly.

I am sure that I am doing something wrong, so I will continue to pick away at 
this.  Thanks again.

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

ATT1..cATT2..c



--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about XMLUI interface

2010-08-12 Thread George Stanley Kozak
Wendy and Sands:

You're probably right.  Thank you for taking the time to answer my questions.  
I'll let you know when I find  the problem.  I think it's like you say, one of 
my files is messed up.

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


From: Wendy J Bossons [wboss...@mit.edu]
Sent: Thursday, August 12, 2010 4:46 PM
To: George Stanley Kozak
Cc: Sands Alden Fish; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

You will be better served setting the logs to WARN so that you get only the 
WARN and ERROR messages. There is enough INFO level logging occurring to 
obscure the warnings and errors. Probably there is something wrong with your 
news configuration or file. The logs should show that as an ERROR and 
stacktrace.

..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research  Development
Building E25-131
77 Massachusetts Ave.
Cambridge, MA 02141-4307
Phone 617-253-0770
Fax 617-253-4462
wboss...@mit.edumailto:wboss...@mit.edu
http://libraries.mit.edu


On Aug 12, 2010, at 4:32 PM, George Stanley Kozak wrote:

Sands:

I wasn’t getting any good hints in the logs, so I started running the DSpace 
log in DEBUG mode and I am not getting any ERRORS or WARNINGs.  It sure has me 
confused.

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

From: Sands Alden Fish [mailto:sa...@mit.edu]
Sent: Thursday, August 12, 2010 4:09 PM
To: George Stanley Kozak
Cc: Wendy J Bossons; 
dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

George, no hints in dspace.log or catalina.out?

--
sands fish
Software Engineer
MIT Libraries
Technology Research  Development
sa...@mit.edumailto:sa...@mit.edu
E25-131




On Aug 12, 2010, at 4:04 PM, George Stanley Kozak wrote:


Thanks, Wendy:


This is my development server, so I can make the xmlui root, and I did, but 
still no luck.



However, if I execute a command like 
http://test-dspace.library.cornell.edu/community-list, it does work.



It only seems to be the home page that is blank.



However, if I try 
http://test-dspace.library.cornell.edu/search?themepath=Classic I do see the 
home page (minus the news-xmlui.xml file).



I think I am missing some file somewhere, but I’m too befuddled to figure out 
which one ;-)


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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 3:17 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Also consider how your virtual host is configured in apache. If you have made 
no change, simply adding a child context node to the host node will probably 
not work without tweaking it, and about the latter, I have not been able to 
make that work. If I have guessed correctly, and if you have the luxury of 
making the xmlui the ROOT, will resolve the issue.

..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 1:20 PM, George Stanley Kozak wrote:



Wendy:

I am using the jpsui as the root web app.  I will see what happens if I change 
a few things in the server.xml.  Thanks.

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

From: Wendy J Bossons [mailto:wboss...@mit.edu]
Sent: Thursday, August 12, 2010 12:47 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about XMLUI interface

Is the xmlui configured in the server.xml as the root web app? If so, then you 
would need to change the dspace install location/webapps/xmlui subdir to 
dspace install location/webapps/ROOT. That could cause this issue of the 
blank page in your configuration.


..\Wendy
Wendy Bossons
Web Developer
MIT Libraries
Technology Research and Development
77 Masachusetts Avenue
Cambridge, MA 02139-4307
617-253-0770
wboss...@mit.edumailto:wboss...@mit.edu

On Aug 12, 2010, at 11:39 AM, George Stanley Kozak wrote:




My thanks to Filimon and Rob for their responses to my problem.

Unfortunately, I rebuilt my XMLUI interface, but I am still getting a blank 
page when I go to 
http://mysite.edu/xmluihttps://exchange.cornell.edu/owa/UrlBlockedError.aspx.

However, if I execute:
http://mysite.eduhttp://mysite.edu/xmlui

[Dspace-tech] Question about XMLUI interface

2010-08-11 Thread George Stanley Kozak
I am pretty sure that this has been addressed before, but I couldn't find a 
solution in looking through the archives of dspace-tech.  So, I hope someone 
can point me in the right direction.

I am experimenting with moving from jspui to xmlui.  I followed all of the 
steps to create a theme.  I updated the xmlui.xconf so that it uses my new 
theme:
theme name=newTheme regex=.* path=newTheme/ /

I ran through the Maven build and then the ant update and copied the webapps 
over to tomcat and restarted tomcat.

What I see is that if I go to 
http://mysite.edu/xmluihttp://%3cmysite.edu%3e/xmlui, I get a blank page.  
However, if I execute:
http://mysite.edu/xmlui search?themepath=newTheme I see the theme.  PS.  I am 
using DSpace 1.6.2 and apache talking to tomcat via mod_jk

Can anyone tell me 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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech