Git Product home page Git Product logo

Comments (7)

tomchiverton avatar tomchiverton commented on June 19, 2024

Under Lucee 4.x on the same server it starts fine.

from cfsolrlib.

gilmoart avatar gilmoart commented on June 19, 2024

I am having the same issue after applying CF Update 12. How did you resolve this issue?

from cfsolrlib.

gvegas005 avatar gvegas005 commented on June 19, 2024

I am having the same issue after applying CF Update 12. How did you resolve this issue?

@gilmoart Having a similar issue. Did you ever resolve?

from cfsolrlib.

gilmoart avatar gilmoart commented on June 19, 2024

from cfsolrlib.

gvegas005 avatar gvegas005 commented on June 19, 2024

@gilmoart I tried 13 and had the same issues as I did with 12. Thanks for the information. Gives me something to look into.

from cfsolrlib.

samihoda avatar samihoda commented on June 19, 2024

Did anyone ever resolve this issue? I also get this:

/app/cfsolrlib/Application.cfc: line 23

21: APPLICATION.javaloader = createObject("component", "javaloader.JavaLoader").init(loadpaths=paths, loadColdFusionClassPath=true);
22: // setup tika
23: APPLICATION.tika = APPLICATION.javaloader.create("org.apache.tika.Tika").init();
24:
25: return true;
  lucee.runtime.exp.NativeException: Provider for class javax.xml.parsers.SAXParserFactory cannot be created  at java.xml/javax.xml.parsers.FactoryFinder.findServiceProvider(FactoryFinder.java:305)  at java.xml/javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:261)  at java.xml/javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:147)  at org.apache.tika.mime.MimeTypesReader.read(MimeTypesReader.java:112)  at org.apache.tika.mime.MimeTypesFactory.create(MimeTypesFactory.java:64)  at org.apache.tika.mime.MimeTypesFactory.create(MimeTypesFactory.java:93)  at org.apache.tika.mime.MimeTypesFactory.create(MimeTypesFactory.java:149)  at org.apache.tika.mime.MimeTypes.getDefaultMimeTypes(MimeTypes.java:479)  at org.apache.tika.config.TikaConfig.getDefaultMimeTypes(TikaConfig.java:60)  at org.apache.tika.config.TikaConfig.(TikaConfig.java:169)  at org.apache.tika.config.TikaConfig.getDefaultConfig(TikaConfig.java:268)  at org.apache.tika.Tika.(Tika.java:93)  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)  at lucee.runtime.reflection.pairs.ConstructorInstance.invoke(ConstructorInstance.java:53)  at lucee.runtime.reflection.Reflector.callConstructor(Reflector.java:835)  at lucee.runtime.java.JavaObject.init(JavaObject.java:326)  at lucee.runtime.java.JavaObject.call(JavaObject.java:251)  at lucee.runtime.java.JavaObject.call(JavaObject.java:287)

from cfsolrlib.

gilmoart avatar gilmoart commented on June 19, 2024

If you are using Java 1.8.x, try Java 11.x.

from cfsolrlib.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.