Hello all -

I am having issues with upgrading my current gsearch v2.2 using solr v1.4.1 up 
to gsearch 2.6 using solr v4.2.  We are attempting to run the installations 
side-by-side until the new versions are up and running.

I have the following error message in the log when attempting to click on the 
browseIndex link on the Rest operation page.

INFO 2013-06-06 14:20:34,520 (RESTImpl) request=null remoteUser=fedoraAdmin
FEDORA_AUX_SUBJECT_ATTRIBUTES=fedoraRole:administrator,;
DEBUG 2013-06-06 14:20:34,520 (RESTImpl) logger 
name=dk.defxws.fedoragsearch.server.RESTImpl
DEBUG 2013-06-06 14:20:34,537 (GTransformer) transform 
xsltPath=fgsconfigFinal/rest/adminGfindObjectsToHtml sb=<resultPage/> 
systemId=/usr/local/fedora/tomcat/webapps/fedoragsearch26/WEB-INF/classes
DEBUG 2013-06-06 14:20:34,610 (GTransformer) transform result=
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Admin Client for Fedora Generic Search Service</title>
      <link rel="stylesheet" type="text/css" href="css/basic.css"><style 
type="text/css">
                           .highlight {
                                background: yellow;
                           }
                     </style><script language="javascript"></script></head>
   <body>
      <div id="header"><a href="" id="logo"></a><div id="title">
            <h1>Admin Client for Fedora Generic Search Service</h1...
...
INFO 2013-06-06 14:20:34,611 (RESTImpl) request=null timeusedms=1
INFO 2013-06-06 14:20:36,093 (RESTImpl) request=operation=browseIndex 
remoteUser=fedoraAdmin
FEDORA_AUX_SUBJECT_ATTRIBUTES=fedoraRole:administrator,;
DEBUG 2013-06-06 14:20:36,093 (RESTImpl) logger 
name=dk.defxws.fedoragsearch.server.RESTImpl
DEBUG 2013-06-06 14:20:36,095 (Config) indexName=UNH_Fedora_Solr 
operationsImpl=dk.defxws.fgssolr.OperationsImpl
DEBUG 2013-06-06 14:20:36,095 (Config) operationsImplClass=class 
dk.defxws.fgssolr.OperationsImpl
DEBUG 2013-06-06 14:20:36,095 (Config) 
ops=dk.defxws.fgssolr.OperationsImpl@b80ba87
DEBUG 2013-06-06 14:20:36,095 (Config) getProperty 
fedoragsearch.testUserName=null
DEBUG 2013-06-06 14:20:36,095 (GenericOperationsImpl) browseIndex startTerm= 
termPageSize=20 fieldName= indexName= resultPageXslt=
DEBUG 2013-06-06 14:20:36,095 (Config) insertSystemProperties 
propertyValue=http://localhost/solr42
ERROR 2013-06-06 14:20:36,096 (RESTImpl) 
dk.defxws.fedoragsearch.server.errors.GenericSearchException: Thu Jun 06 
14:20:36 EDT 2013 Connection error (is Solr running at 
http://localhost/solr42/update ?): java.net.ConnectException: Connection refused
DEBUG 2013-06-06 14:20:36,097 (GTransformer) transform 
xsltPath=fgsconfigFinal/rest/adminBrowseIndexToHtml 
sb=<resultPage><error><message><![CDATA[Thu Jun 06 14:20:36 EDT 2013 Connection 
error (is Solr running at http://localhost/solr42/update ?): 
java.net.ConnectException: Connection refused]]></message></error></resultPage> 
systemId=/usr/local/fedora/tomcat/webapps/fedoragsearch26/WEB-INF/classes
DEBUG 2013-06-06 14:20:36,126 (GTransformer) transform result=
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Admin Client for Fedora Generic Search Service</title>
      <link rel="stylesheet" type="text/css" href="css/basic.css"><style 
type="text/css">
                           .highlight {
                                background: yellow;
                           }
                     </style><script language="javascript"></script></head>
   <body>
      <div id="header"><a href="" id="logo"></a><div id="title">
            <h1>Admin Client for Fedora Generic Search Service</h1...
...
INFO 2013-06-06 14:20:36,126 (RESTImpl) request=operation=browseIndex 
timeusedms=4

Can anyone tell me what may be causing the refused connections?  I also get the 
following Error when I attempt to update the new index with a known PID.

INFO 2013-06-06 14:27:12,229 (RESTImpl) request=operation=updateIndex 
remoteUser=fedoraAdmin
FEDORA_AUX_SUBJECT_ATTRIBUTES=fedoraRole:administrator,;
DEBUG 2013-06-06 14:27:12,230 (RESTImpl) logger 
name=dk.defxws.fedoragsearch.server.RESTImpl
DEBUG 2013-06-06 14:27:12,230 (Config) getProperty 
fedoragsearch.testUserName=null
DEBUG 2013-06-06 14:27:12,230 (GenericOperationsImpl) updateIndex action= 
value= repositoryName= indexNames= indexDocXslt= resultPageXslt=
DEBUG 2013-06-06 14:27:12,230 (Config) indexName=UNH_Fedora_Solr 
operationsImpl=dk.defxws.fgssolr.OperationsImpl
DEBUG 2013-06-06 14:27:12,230 (Config) operationsImplClass=class 
dk.defxws.fgssolr.OperationsImpl
DEBUG 2013-06-06 14:27:12,230 (Config) 
ops=dk.defxws.fgssolr.OperationsImpl@1e043b6a
DEBUG 2013-06-06 14:27:12,230 (Config) getProperty 
fedoragsearch.testUserName=null
DEBUG 2013-06-06 14:27:12,245 (Config) insertSystemProperties 
propertyValue=/usr/local/solr/fedora-dev/data/index
DEBUG 2013-06-06 14:27:12,288 (OperationsImpl) getIndexReaderAndSearcher 
indexName=UNH_Fedora_Solr docCount=0
DEBUG 2013-06-06 14:27:12,290 (OperationsImpl) closeIndexReader 
indexName=UNH_Fedora_Solr docCount=0
DEBUG 2013-06-06 14:27:12,290 (Config) insertSystemProperties 
propertyValue=/usr/local/solr/fedora-dev/data/index
INFO 2013-06-06 14:27:12,290 (OperationsImpl) updateIndex  
indexName=UNH_Fedora_Solr indexDirSpace=65 docCount=0
DEBUG 2013-06-06 14:27:12,290 (OperationsImpl) resultXml =
<solrUpdateIndex indexName="UNH_Fedora_Solr">
<counts insertTotal="0" updateTotal="0" deleteTotal="0" emptyTotal="0" 
docCount="0" warnCount="0"/>
</solrUpdateIndex>

DEBUG 2013-06-06 14:27:12,290 (GTransformer) 
xsltName=fgsconfigFinal/index/UNH_Fedora_Solr/updateIndexToResultPage
DEBUG 2013-06-06 14:27:12,487 (GTransformer) getTransformer 
transformer=org.apache.xalan.transformer.TransformerImpl@33311726 
uriResolver=null
DEBUG 2013-06-06 14:27:12,526 (GenericOperationsImpl) resultXml=<?xml 
version="1.0" encoding="UTF-8"?>
<resultPage operation="updateIndex" action="" value="" 
repositoryName="UNH_Fedora" indexNames="" resultPageXslt="" dateTime="Thu Jun 
06 14:27:12 EDT 2013">
<updateIndex xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:foxml="info:fedora/fedora-system:def/foxml#" 
xmlns:zs="http://www.loc.gov/zing/srw/"; warnCount="0" docCount="0" 
deleteTotal="0" updateTotal="0" insertTotal="0" indexName="UNH_Fedora_Solr"/>
</resultPage>

DEBUG 2013-06-06 14:27:12,526 (GTransformer) transform 
xsltPath=fgsconfigFinal/rest/adminUpdateIndexToHtml sb=<?xml version="1.0" 
encoding="UTF-8"?>
<resultPage operation="updateIndex" action="" value="" 
repositoryName="UNH_Fedora" indexNames="" resultPageXslt="" dateTime="Thu Jun 
06 14:27:12 EDT 2013">
<updateIndex xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:foxml="info:fedora/fedora-system:def/foxml#" 
xmlns:zs="http://www.loc.gov/zing/srw/"; warnCount="0" docCount="0" 
deleteTotal="0" updateTotal="0" insertTotal="0" indexName="UNH_Fedora_Solr"/>
</resultPage>
systemId=/usr/local/fedora/tomcat/webapps/fedoragsearch26/WEB-INF/classes
DEBUG 2013-06-06 14:27:12,560 (GTransformer) transform result=
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Admin Client for Fedora Generic Search Service</title>
      <link rel="stylesheet" type="text/css" href="css/basic.css"><style 
type="text/css">
                           .highlight {
                                background: yellow;
                           }
                     </style><script language="javascript"></script></head>
   <body>
      <div id="header"><a href="" id="logo"></a><div id="title">
            <h1>Admin Client for Fedora Generic Search Service</h1...
...
INFO 2013-06-06 14:27:12,561 (RESTImpl) request=operation=updateIndex 
timeusedms=297
INFO 2013-06-06 14:27:21,606 (RESTImpl) 
request=operation=updateIndex&action=fromPid&value=Moran%3A0001 
remoteUser=fedoraAdmin
FEDORA_AUX_SUBJECT_ATTRIBUTES=fedoraRole:administrator,;
DEBUG 2013-06-06 14:27:21,606 (RESTImpl) logger 
name=dk.defxws.fedoragsearch.server.RESTImpl
DEBUG 2013-06-06 14:27:21,606 (Config) getProperty 
fedoragsearch.testUserName=null
DEBUG 2013-06-06 14:27:21,606 (GenericOperationsImpl) updateIndex 
action=fromPid value=Moran:0001 repositoryName= indexNames= indexDocXslt= 
resultPageXslt=
DEBUG 2013-06-06 14:27:21,606 (Config) indexName=UNH_Fedora_Solr 
operationsImpl=dk.defxws.fgssolr.OperationsImpl
DEBUG 2013-06-06 14:27:21,606 (Config) operationsImplClass=class 
dk.defxws.fgssolr.OperationsImpl
DEBUG 2013-06-06 14:27:21,606 (Config) 
ops=dk.defxws.fgssolr.OperationsImpl@7829350f
DEBUG 2013-06-06 14:27:21,606 (Config) getProperty 
fedoragsearch.testUserName=null
DEBUG 2013-06-06 14:27:21,606 (Config) insertSystemProperties 
propertyValue=/usr/local/solr/fedora-dev/data/index
DEBUG 2013-06-06 14:27:21,607 (OperationsImpl) getIndexReaderAndSearcher 
indexName=UNH_Fedora_Solr docCount=0
INFO 2013-06-06 14:27:21,607 (GenericOperationsImpl) getFoxmlFromPid 
pid=Moran:0001 repositoryName=UNH_Fedora
DEBUG 2013-06-06 14:27:21,609 (GenericOperationsImpl) getFedoraClient 
repositoryName=UNH_Fedora fedoraSoap=http://localhost:8080/fedora/services 
fedoraUser=fedoraAdmin fedoraPass=REDACTED
DEBUG 2013-06-06 14:27:21,926 (OperationsImpl) closeIndexReader 
indexName=UNH_Fedora_Solr docCount=0
ERROR 2013-06-06 14:27:21,926 (RESTImpl) 
dk.defxws.fedoragsearch.server.errors.FedoraObjectNotFoundException: Thu Jun 06 
14:27:21 EDT 2013 Fedora Object Moran:0001 not found at UNH_Fedora; nested 
exception is:
     javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: 
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
must be non-empty
DEBUG 2013-06-06 14:27:21,927 (GTransformer) transform 
xsltPath=fgsconfigFinal/rest/adminUpdateIndexToHtml 
sb=<resultPage><error><message><![CDATA[Thu Jun 06 14:27:21 EDT 2013 Fedora 
Object Moran:0001 not found at UNH_Fedora; nested exception is:
     javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: 
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
must be non-empty]]></message></error></resultPage> 
systemId=/usr/local/fedora/tomcat/webapps/fedoragsearch26/WEB-INF/classes
DEBUG 2013-06-06 14:27:21,949 (GTransformer) transform result=
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Admin Client for Fedora Generic Search Service</title>
      <link rel="stylesheet" type="text/css" href="css/basic.css"><style 
type="text/css">
                           .highlight {
                                background: yellow;
                           }
                     </style><script language="javascript"></script></head>
   <body>
      <div id="header"><a href="" id="logo"></a><div id="title">
            <h1>Admin Client for Fedora Generic Search Service</h1...
...
INFO 2013-06-06 14:27:21,949 (RESTImpl) 
request=operation=updateIndex&action=fromPid&value=Moran%3A0001 timeusedms=321


Any insight would be appreciated.


Ron Bekkala
System Administrator
UNH Library IT Department
18 Library Way
Durham, NH 03824
Phone: 603-862-2303
email: [email protected]

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to