Karl Wright created CONNECTORS-1479:
---------------------------------------
Summary: Alfresco IT test failure
Key: CONNECTORS-1479
URL: https://issues.apache.org/jira/browse/CONNECTORS-1479
Project: ManifoldCF
Issue Type: Bug
Components: Alfresco webscript connector
Affects Versions: ManifoldCF 2.9
Reporter: Karl Wright
Assignee: Karl Wright
Fix For: ManifoldCF 2.9
This stack trace appears when the alfresco webscript test is run:
{code}
[junit] Testcase:
sanityCheck(org.apache.manifoldcf.crawler.connectors.alfrescowebscript.tests.APISanityHSQLDBIT):
Caused an ERROR
[junit] com/ctc/wstx/stax/WstxInputFactory
[junit] java.lang.NoClassDefFoundError: com/ctc/wstx/stax/WstxInputFactory
[junit] at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AtomPubParser.parse(AtomPubParser.java:99)
[junit] at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.parse(AbstractAtomPubService.java:676)
[junit] at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getRepositoriesInternal(AbstractAtomPubService.java:874)
[junit] at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.RepositoryServiceImpl.getRepositoryInfos(RepositoryServiceImpl.java:66)
[junit] at
org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getRepositoryInfos(RepositoryServiceImpl.java:92)
[junit] at
org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.getRepositories(SessionFactoryImpl.java:120)
[junit] at
org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.getRepositories(SessionFactoryImpl.java:107)
[junit] at
org.apache.manifoldcf.crawler.connectors.alfrescowebscript.tests.CMISUtils.getSession(CMISUtils.java:51)
[junit] at
org.apache.manifoldcf.crawler.connectors.alfrescowebscript.tests.CMISUtils.createDocument(CMISUtils.java:58)
[junit] at
org.apache.manifoldcf.crawler.connectors.alfrescowebscript.tests.APISanityHSQLDBIT.createTestArea(APISanityHSQLDBIT.java:70)
[junit] Caused by: java.lang.ClassNotFoundException:
com.ctc.wstx.stax.WstxInputFactory
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[junit]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)