PILLUTLAAVINASH / google-enterprise-connector-manager

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

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Started the connector service
2. connector began full crawl
3. connector stopped on exception

What is the expected output? What do you see instead?
Completed crawl

see this in the log

INFO: removing 
https://intranetstage.XX.XXX:443/OVITraining/learner/Training 
Library/Business Process and Forms/Streamline business processes by using 
forms and workflow.zip from queue
Jan 16, 2008 2:02:54 PM 
com.google.enterprise.connector.sharepoint.client.SPDocumentList checkpoint
INFO: checkpoint processed; saving GlobalState to disk.
Jan 16, 2008 2:02:54 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
(GlobalState.java:338)
    at 
com.google.enterprise.connector.sharepoint.state.GlobalState.saveState
(GlobalState.java:368)
    at 
com.google.enterprise.connector.sharepoint.client.SPDocumentList.checkpoint
(SPDocumentList.java:142)
    at 
com.google.enterprise.connector.traversal.QueryTraverser.checkpointAndSave
(QueryTraverser.java:160)
    at 
com.google.enterprise.connector.traversal.QueryTraverser.runBatch
(QueryTraverser.java:149)
    at 
com.google.enterprise.connector.scheduler.TraversalScheduler$TraversalWorkQ
ueueItem.doWork(TraversalScheduler.java:359)
    at com.google.enterprise.connector.common.WorkQueueThread.run
(WorkQueueThread.java:83)

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

What version of the product are you using? On what operating system?
1.1.
Win2k3 on VMWare

Please provide any additional information below.

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

GoogleCodeExporter commented 8 years ago
The connector is not running under the required JVM.  See:

http://code.google.com/apis/searchappliance/documentation/50/connector_admin/sha
repoint_connector.html#erranch

for more information.

Original comment by mgron...@gmail.com on 27 Mar 2008 at 1:03