Maybe some of you uses Solr with Weblogic and can help me... I have weblogic 12.1.3 and would like to deploy/run solr on a managed server.
I started the node manager, created a server named "server-solr" and deployed solr(4.7.9). In the "server start" tab of the server configuration I added C:\lib\wllog4j.jar;C:\lib\log4j-1.2.16.jar in the Class Path and -Dlog4j.configuration=C:\download\log4j.properties -Dweblogic.log.Log4jLoggingEnabled=true in the Arguments When I try to start the server I get the following error: <Aug 19, 2014 10:53:07 AM CEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: A MultiException has 6 exceptions. They are: 1. java.lang.NoSuchMethodError: com.bea.logging.LogBufferHandler.getServerLogBufferHandler()Lcom/bea/logging/LogBufferHandler; 2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.diagnostics.lifecycle.LoggingServerService 3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.diagnostics.lifecycle.DiagnosticFoundationService errors were found 4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.diagnostics.lifecycle.DiagnosticFoundationService 5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of com.oracle.injection.integration.CDIIntegrationService errors were found 6. java.lang.IllegalStateException: Unable to perform operation: resolve on com.oracle.injection.integration.CDIIntegrationService Do I still miss something? Thank you in advance Francesco