-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF01, 5.9.2
-
Fix Version/s: 5.8.0-HF10, 5.9.3
-
Component/s: Excel Export
Nuxeo 5.9.2, fresh install.
Install nuxeo-platform-importer-1.4.1-SNAPSHOT.zip, which means nuxeo correctly import the whole thing: nuxeo-importer-core, nuxeo-importer-jaxrs, nuxeo-importer-scan and the others.
Run the server, try the basic import: No configuration, just importing a folder with all default values (default importer, creating File and Folder, ...)
=> Error in the server.log:
014-02-19 19:15:00,256 ERROR [http-bio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.platform.importer.service.DefaultImporterServiceImpl] java.lang.NoSuchMethodException: org.nuxeo.ecm.platform.scanimporter.processor.ScanedFileSourceNode.<init>(java.lang.String) 2014-02-19 19:15:00,256 ERROR [http-bio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.platform.importer.service.DefaultImporterServiceImpl] Need to set a sourceNode to be used by this importer 2014-02-19 19:15:26,771 ERROR [http-bio-0.0.0.0-8080-exec-22] [org.nuxeo.ecm.platform.importer.service.DefaultImporterServiceImpl] java.lang.NoSuchMethodException: org.nuxeo.ecm.platform.scanimporter.processor.ScanedFileSourceNode.<init>(java.lang.String) 2014-02-19 19:15:26,772 ERROR [http-bio-0.0.0.0-8080-exec-22] [org.nuxeo.ecm.platform.importer.service.DefaultImporterServiceImpl] Need to set a sourceNode to be used by this importer
So, looks like it's trying to use the scan importer, while we just want the regular importer.
Workaround: Manually remove nuxeo-importer-scan-5.9.2-SNAPSHOT.jar from the bundles directory.
The importer is an important piece for presales examples, it should be a no-hassle installation for people discovering the platform