I want to migrate to WebLogic server 14 but, Could the Weblogic server 14 support old java versions like 6? Answer The requirements for various versions of WebLogic can be found in a xls file downloadable from this page. WebLogic 14c, in particular, requires Java 8 or Java 11
Tag: weblogic
Need jar for WebLogic exporter “https://github.com/oracle/weblogic-monitoring-exporter#Configuration”
Can you please help me to get the jar file for WebLogic exporter “https://github.com/oracle/weblogic-monitoring-exporter#Configuration” . I am new to java packaging and tried many times with maven install command it is giving plugin missing error. Can you please help me with the jar file or steps Compile with java 7 or above Error Answer I was able to fix this
oracle-maven-sync plugin (v14.1.1) error while deploying web application: ‘deploy’ goal not found
I am using following plugin to deploy my web application to weblogic 14c with maven (3.6.3): while executing the goal, maven is giving the below error: [ERROR] Could not find goal ‘deploy’ in plugin com.oracle.maven:oracle-maven-sync:14.1.1-0-0 among available goals help, push -> [Help 1] Eclipse also giving the below warning for the pom file having plugin configuration: Invalid goal for this
Spring boot app cannot get connection via jndi in weblogic
We have spring boot application (version => 2.4.3) that needs to run in weblogic 12.2.1.4.0. When we give url, name and password like below, it successfully deploy and can get connection, but when we deploy via jndi like below. It is getting error. How can we fix this? We already tried these links, but it is not solved our problem.
can I include dependent jar files directly in a jboss EAP 7.3 container?
I am migrating a java ear application from weblogic to jboss. The application is an ear with the below maven dependency on antlr in the pom: On localhost we use jetty so it gets included by the pom I guess due to the scope being test. In our test/production environments we deploy on Weblogic and I am trying to get
Spring Boot – Jackson EntityNotFoundException returns 200 instead of 500 response
Exception handler is returning 200 response even though I have specified it to return 500 in the handler (HttpStatus.INTERNAL_SERVER_ERROR) when encountering this exception. I am using Spring Boot v1.5.4.RELEASE. I am calling a Spring Boot service returning a JSON object. I am using a custom exception handler. When an EntityNotFoundException occurs during deserialization, instead of returning 500 response, it returns
WLS 12.1.3 in Linux – a message is not getting listened to by a consumer
I have deployed the code as a WAR file in WebLogic Server (WLS) 12.1.3 where I am sending a message from a Producer and the messages are consumed by the below code. The application is deployed as a WAR file in WLS server in Windows and it is listening, but the same WAR file is deployed with same version of
Why does “ImageIO.read(URL input)” fail on some images on Weblogic 12c?
Alright, I have a problem that is driving me crazy! I have a web application deployed on Weblogic 12.1.1 -i.e.:Weblogic 12c At some point, I want to read an image File using: The previous line fails on some images with the following so-stupid message: Some advised that I change the HTTP handler for Weblogic using the the following parameter: and
weblogic.net.http.SOAPHttpsURLConnection cannot be cast to javax.net.ssl.HttpsURLConnection
I am getting “java.lang.ClassCastException” while trying to connect to a url using javax.net.ssl.HttpsURLConnection . I am using Weblogic Server 10.3.4. The exception which i am getting is : Any possible reason of getting this error ? Answer I got the solution finally. If we are using Weblogic server, we must define: set JAVA_OPTIONS=%JAVA_OPTIONS% -DUseSunHttpHandler=true …in the class path inside the
Weblogic 10.3 managed server shared memory object(s)
We are using Oracle Weblogic 10.3 as our application server. We have multiple modules that need to access an Object (contains some HashMaps) that is common for the managed server. This object will be populated via some other process on a daily basis. We do not want to have copies of this in each application, due to the large number