Got it. We had updated the XMLUI to address some known XMLUI CC issues, as per this message:
http://dspace.2283337.n4.nabble.com/Creative-Common-License-Does-not-Show-Properly-in-xmlui-td3699273.html#a3710575 ..replacing http://scholarspace.manoa.hawaii.edu with the URL to our own installation of course. Our url was an https url. Replacing that with an http://localhost:<port>/... url fixed the problem. Still not sure why it didn't like our cert though. I had imported our cert and the signing chain up to the root level into a custom keystore, and pointed to that keystore in the JAVA_OPTS read by Tomcat like so: -Djavax.net.ssl.keyStore=/path/to/my/keystore.jks -Djavax.net.ssl.keyStorePassword=somethingsomething Thought that would do it, but it obviously didn't. -- Ron Peterson Network & Systems Administrator Mount Holyoke College http://www.mtholyoke.edu/~rpeterso 2012-02-02_12:32:36-0500 Ron Peterson <[email protected]>: > Running 1.8.0, using XMLUI Mirage theme. > > Clicking the link to an item's associated Creative Commons license > doesn't work. If I understand correctly, it should link to the > appropriate page at the CC site; but instead the link just reloads the > same page. > > The cocoon log registers the following error: > > 2012-02-02 12:09:32,915 WARN > org.apache.cocoon.components.xslt.TraxErrorListener - Can not load requested > doc: sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target at > jndi:/localhost/xmlui/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl:431:136 > > What certificate would it be looking for here? I don't use any > certificates in our Tomcat installation. I proxy using mod_ajp, so my > only certs are in Apache. > > TIA > > -- > Ron Peterson > Network & Systems Administrator > Mount Holyoke College > http://www.mtholyoke.edu/~rpeterso > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

