AnantLabs / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

Provider org.apache.xalan.processor.TransformerFactoryImpl not found #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Saw this in the log.  This also seems to misfed(not url encoded) the URL(I
used to XXX to clean the url:

INFO: removing https://XXXX.XXXX.com:443/Style Library/XSL Style
Sheets/Header.xsl from queue
Jan 16, 2008 2:18:09 PM
com.google.enterprise.connector.sharepoint.client.SPDocumentList checkpoint
INFO: checkpoint processed; saving GlobalState to disk.
Jan 16, 2008 2:18:09 PM
com.google.enterprise.connector.common.WorkQueueThread run
WARNING: WorkQueueThread has problems: 
javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl not found
    at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
    at
com.google.enterprise.connector.sharepoint.state.GlobalState.getStateXML(GlobalS
tate.java:338)
    at
com.google.enterprise.connector.sharepoint.state.GlobalState.saveState(GlobalSta
te.java:368)
    at
com.google.enterprise.connector.sharepoint.client.SPDocumentList.checkpoint(SPDo
cumentList.java:142)
    at
com.google.enterprise.connector.traversal.QueryTraverser.checkpointAndSave(Query
Traverser.java:160)
    at
com.google.enterprise.connector.traversal.QueryTraverser.runBatch(QueryTraverser
.java:149)
    at
com.google.enterprise.connector.scheduler.TraversalScheduler$TraversalWorkQueueI
tem.doWork(TraversalScheduler.java:359)
    at
com.google.enterprise.connector.common.WorkQueueThread.run(WorkQueueThread.java:
83)
Jan 16, 2008 2:38:38 PM
com.google.enterprise.connector.servlet.ConnectorManagerServlet doPost

Original issue reported on code.google.com by michael....@gmail.com on 16 Jan 2008 at 9:03

GoogleCodeExporter commented 9 years ago
This was caused by setting up the connector to a JDK that was not 1.4.2

Original comment by michael....@gmail.com on 17 Jan 2008 at 4:59

GoogleCodeExporter commented 9 years ago
The supported JDK is 1.4.2 only. 1.5 & above have a different mechanism fo XML 
processing, which would conflict with xerces/xalan (used in the connector)
Closing the issue

Original comment by mwarti...@gmail.com on 18 Jan 2008 at 5:51