Questions tagged [weblogic12c]

The 12c (latest: 12.2.1) release of WebLogic Server, a Java EE 7 certified application server suite from Oracle. It's part of Oracle Fusion Middleware product line.

The 12c (latest: 12.2.1) major release of WebLogic Server is a Java EE 7, Java SE 8 certified application server from Oracle. It's part of Oracle Fusion Middleware product line.

This tag covers specifics around version 12.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

2100 questions
19
votes
4 answers

WebLogic 12 SSLKeyException: Hostname verification failed after restart

I have a WAR file deployed on WebLogic 12.1.2.0.0. Application calls a web service via HTTPS. Certificate is imported in DemoTrust.jks. All SSL related settings should be correct. And actually it works but after the server is restarted it does not…
enoch_wallace
  • 241
  • 1
  • 2
  • 6
16
votes
1 answer

Unable to deploy CXF3.x JAX-RS service in Weblogic 12c (12.2.1)

After upgrading a JAX-RS service built with CXF3.x from weblogic 12.1.3 to 12.2.1 I am facing the following weird issue <03-ago-2017, 3:22:38,789 PM CEST>
pedrofb
  • 37,271
  • 5
  • 94
  • 142
16
votes
1 answer

ERROR: Cannot load this JVM TI agent twice starting Oracle WebLogic Server 12.1.3.0

I am starting Oracle WebLogic Server 12.1.3.0 where I have hosted some WEb applications, but I can not start it because I have an error echo starting weblogic with Java version: %JAVA_HOME%\bin\java %JAVA_VM% -version if "%WLS_REDIRECT_LOG%"=="" ( …
Nuñito Calzada
  • 4,394
  • 47
  • 174
  • 301
15
votes
1 answer

Eclipse Start Weblogic in debug Mode error : “Failed to connect to remote VM”

I know this question may be asked several times, but my question is a little bit different. I can start Weblogic server in Eclipse without error. I tried to start in Eclipse Weblogic Server in debug mode to debug a LOCAL application (not remote…
wceo
  • 934
  • 3
  • 18
  • 40
14
votes
4 answers

Prevent Weblogic 12c from using system's slf4j binding

We're building new systen using slf4j as logging facade. When deploying on newly Weblogic 12c, we found this error on console log: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in…
dhchen
  • 1,178
  • 2
  • 10
  • 24
14
votes
5 answers

Exception : java.lang.ClassNotFoundException:com.fasterxml.jackson.core.exc.InputCoercionException

I am working on Java Springboot project which is deployed on Weblogic (12C) I am getting below error: Message icon - Error java.lang.ClassNotFoundException:com.fasterxml.jackson.core.exc.InputCoercionException I have following dependency in…
Manjunath Kb
  • 159
  • 1
  • 1
  • 4
14
votes
3 answers

Intellij debugger does not stop at breakpoints

I must be doing something wrong here. I am new to intellij. Making switch from eclipse. I have a JAX WS application that runs on weblogic. The artifact to deploy is an ear file. I have been struggling to get debugger on intellij working. I have the…
datta
  • 521
  • 2
  • 5
  • 16
13
votes
2 answers

Spring Boot exception: Could not open ServletContext resource [/WEB-INF/dispatcherServlet-servlet.xml]

I have developed this proof of concept https://github.com/DISID/disid-proofs/tree/master/spring-boot-weblogic to test the deployment of Spring Boot applications in Weblogic 12c (12.2.1). The application deploys and starts successfully, but when I…
eruiz
  • 1,963
  • 1
  • 14
  • 22
13
votes
1 answer

SOA Suite to Axis2 data being dropped

We are in the process of migrating a WebLogic 10.3.5 web app to WebLogic 12.1.3 and we've run into an issue which we think might be related to web services security. The app uses Axis 1.5.6 to call out to a SOA Suite SOAP service (still running on…
6006604
  • 7,577
  • 1
  • 22
  • 30
13
votes
6 answers

Deploy Spring Boot app in Weblogic

I'm having a trouble deploying a Spring boot application in webLogic 12C. 10.4.4 403 Forbidden The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request…
Carlos
  • 804
  • 1
  • 7
  • 11
13
votes
3 answers

Can MyFaces + CDI be used on WebLogic 12c?

I've been trying to get this setup running for a couple of days now but still no luck. Here's the test application i've been using: @Named @RequestScoped public class Test { private String test = "test"; public String getTest() { return…
Sjoerd van Kreel
  • 1,000
  • 6
  • 19
12
votes
3 answers

Spring 4.3.7 is throwing java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/util/DefaultIndenter

When I am migrating from spring 4.3.4 to 4.3.7 I am facing NoclassDefined error after adding Jackson-core dependency Caused By: org.springframework.beans.BeanInstantiationException: Failed to…
Vinod Sidiginamale
  • 241
  • 1
  • 5
  • 9
12
votes
1 answer

Authentication Provider does not appear in the list of Authenticators in WebLogic Server Version: 12.1.3.0.0

I've just created an Authentication Provider for WebLogic Server Version: 12.1.3.0.0, put the jar in the lib of the domain, but does not appear in the List of Providers to select