Questions tagged [weblogic]

WebLogic Server is a Java EE application server from Oracle. WebLogic Server is the centerpiece of Oracle's Fusion Middleware platform.

WebLogic is an Oracle owned brand that builds a complete product suite consisting of a couple of Java EE related products, such as:

  1. Java EE application server, WebLogic Application Server
  2. WebLogic JRockit JVM
  3. WebLogic RealTime Edition
  4. Virtual Assembly Builder

WebLogic came to Oracle through the acquisition of BEA Systems Inc. in 2008. See the Wikipedia entry for a complete history.

References

6049 questions
1
vote
1 answer

How single authentication can work for multiple server nodes in Spring Security

I am using weblogic for deploying my spring boot application, and my same application is deployed on multiple nodes. For example the two node in which the application is deployed is 9001 and 9002. With basic security even if I am authenticated on…
1
vote
0 answers

" Error Unable to invoke Annotation processoror" wben deploying web service in Weblogic 12c

I have a Webservice implemented with jwsc for Weblogic 12c. It's a WAR file. The classes for the various beans used for the parameters and returns are added with the standard maven plugin, and everything looks OK. It compiles and packages OK. But…
The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
1
vote
1 answer

Weblogic - understanding contents of access logs: c-ip vs x-ClientIP

On a Weblogic app server I'm analysing the access logs to count how many distinct clients have accessed the app. I am not sure about the difference between these two columns found in these logs: c-ip and x-ClientIP Could somebody please explain and…
gabi.m
  • 51
  • 2
1
vote
1 answer

Unable to register services with Eureka under Weblogic

I have a Eureka server that must be deployed under Weblogic. So, I configured maven to generate a war file and deploy it on WebLogic. Everything worked as expected and I am able to reach the Eureka web application calling…
Andrea Girardi
  • 4,337
  • 13
  • 69
  • 98
1
vote
0 answers

What dependencies for JAX-RPC web services in Weblogic 12?

I really should be able to work this out but I've failed so far. I have an Weblogic 8.1 web service, implemented as an EJB. I'm following the steps here: https://docs.oracle.com/middleware/1213/wls/WLUPG/upgrade_ws.htm#WLUPG335 to upgrade it to a…
The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
1
vote
2 answers

Running batchprocesses in Bea Weblogic

We currently have batchjobs in Java that proces mulitple (sometimes large) files. These jobs can take some time to run. We run these files directly in the JVM, using Java Threads that continuesly run in a loop. (proces files and then wait a…
Edwin
  • 2,671
  • 2
  • 19
  • 24
1
vote
1 answer

weblogic, jdk1.5 memory issues

I am using weblogic 9.2, jdk1.5, and oracle 10g for my application and getting some memory issues I have a report servlet for 4 different kinds of reports of millions of db records Now my problem is this, that when I run the report one at a time…
Prince Charming
  • 401
  • 4
  • 19
1
vote
0 answers

Weblogic Web service method not associated with a namespace

I am upgrading an EJB Webservice running in Weblogic 8.1 environment to Weblogic 10.3. As per weblogic documentation, i converted the EJB bean class to a normal Java class and added annotation to the Java class to identify it as a Webservice. After…
thewall
  • 15
  • 2
  • 8
1
vote
1 answer

403 error with WebLogic on some files, but no errors on other files in the same directory

I've been having a problem where on a new installation of PeopleSoft, my PIA doesn't doesn't seem to have the same files as an existing installation. When I access my PeopleSoft site, I'm getting a bunch of Javascript errors about missing…
Ben Rubin
  • 6,909
  • 7
  • 35
  • 82
1
vote
0 answers

is there a problem when migrating from apache tomcat 7.x to weblogic 10.3.3 a project with primefaces 3.0M2 involved

For a particular reason i developed a web app in apache tomcat 7.x and now i have to deploy it in weblogic server 10.3.3, in my project i use JSF 2.0 and Primefaces 3.0M2 and every thing works fine under tomcat container, but in WLS i get and error…
omainegra
  • 11
  • 2
1
vote
1 answer

Get SLF4J running without coping anything into WebLogic lib-directory

I need to make SLF4J working inside the WebLogic application. According to Buttso [1] and Oracle [2], one need to copy files into domain/lib directory: slf4j-api slf4j-jdk14-1.6.0.jar Then define the following handler in logging.property file: …
30thh
  • 10,861
  • 6
  • 32
  • 42
1
vote
1 answer

Updating log4j to version 2.12.2 is not working on weblogic deployment 12.1.3 - java7

I updated the log4j lib from version 2.7 to 2.12.2 as Log4j team requested in their website. Users requiring Java 7 should upgrade to release 2.12.2 when it becomes available (work in progress, expected to be available soon). But when deploying in…
Rafael Andrade
  • 495
  • 1
  • 5
  • 22
1
vote
3 answers

how is it possible, 3 threads are in blocked state waiting same monitor, and there is no thread owned that monitor

In our production environment, weblogic server hangs for half an hour, It looks like it has dead-locked threads. But after investigating thread dumps, 3 threads are blocked for the same lock, but no other threads own this lock.. Here is the…
Gursel Koca
  • 20,940
  • 2
  • 24
  • 34
1
vote
0 answers

JTA transaction unexpectedly rolled back - weblogic.transaction.RollbackException

I'm getting this error instead of my custom exception when a ConstraintViolationException occurs during POST operation. This occurs when my spring boot project is deployed in the WebLogic Server. Here is the full error JTA transaction unexpectedly…
Adarsh D
  • 511
  • 6
  • 14
1
vote
1 answer

Getting "PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed" error on WEBLOGIC

After applying the latest Windows Updates I'm getting an: Error 500--Internal Server Error trying to access my URL using HTTP (not HTTPS!) protocol. Looking in Weblogic logs, I found this error: ServletContext@199346236[app:analytics…
Mick
  • 19
  • 1
  • 3