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

Problem with Weblogic Upgrade

I'm currently in the process of upgrading my WebLogic version from 10.0 to 10.3.3. I did manage to successfully create a new 10.3 domain, but when I try to start it, I get the following error:
KidCrippler
  • 1,633
  • 2
  • 19
  • 34
1
vote
0 answers

Spring Boot + Quartz : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC

We have a spring boot application which uses apache quartz for scheduling jobs. The application restarts( automatically) after first quartz job's execution. Below are the logs, not sure why the application has stopped accepting traffic, even though…
crazy_code
  • 344
  • 3
  • 16
1
vote
0 answers

Create Weblogic Server in Eclipse - Dependency issue

I'm trying to create a weblogic server in Eclipse. I am selecting 'Oracle WebLogic Server Tools' while selecting the server type. Eclipse is then trying to fetch from repository but fails with this error. Eclipse Version: 2021-03 (4.19.0)
Koios Kvasir
  • 143
  • 2
  • 6
1
vote
0 answers

separate log files for multiple deployments under one server - weblogic

In our Weblogic, we have one server(e.g. myserver) configured through the admin portal. There are 3 spring boot applications(e.g. app1, app2, app3) running on the same server. So, the log statements for all the applications are written to the same…
amdg
  • 2,211
  • 1
  • 14
  • 25
1
vote
2 answers

Spring-boot redirect:/ to http instead of https

When redirecting to a relative path in spring-boot controller like below code. It is always redirecting to http url when the application is deployed in https environment. So I am getting mixed origin content blocked error in browser. return…
1
vote
1 answer

Regex pattern for Prometheus exporter

I am trying to create a regex pattern for one of the prometheus exporter (jmx exporter) configuration file to export weblogic jms queues. My String is as below (com.bea
Jijo John
  • 61
  • 1
  • 7
1
vote
1 answer

on run statWeblogic.sh I have a problem with dcevm

I get this error: /usr/lib/jvm/jdk1.8.0_181/bin/java: relocation error: /usr/lib/jvm/jdk1.8.0_181/jre/lib/amd64/libresource.so: symbol JVM_GetManagementExt, version SUNWprivate_1.1 not defined in file libjvm. So with the link-time reference I…
1
vote
1 answer

WebLogic: Getting Standard Error Into A File

I'm using WebLogic 9.2. I found an option in the Admin Server web page to send standard out to the server log files. I would like the same for standard error, but I can't find an option for it in the Admin Server web page. I haven't found Oracles…
Steve
  • 3,127
  • 14
  • 56
  • 96
1
vote
1 answer

WebLogic Server always taking a quick dip in service threads

we have a HP BAC probe attached on one of our WebLogic servers and we have noticed that the server is often always taking a sudden and deep "dip" in the number of service threads available. Does anyone has any encounter or anything to share how i…
Oh Chin Boon
  • 23,028
  • 51
  • 143
  • 215
1
vote
1 answer

Hints on application deployment on Oracle Weblogic AS (WebLogic Server: 10.3.4.0)

I have a requirement to manage in a single WLS node a stack like this: --------- Level 1 ----------- Application A: It's a listener of TCP streaming buffers => it (almost) never changes --------- Level 2 ----------- Application B: It has the logic…
Steve
  • 11
  • 1
1
vote
1 answer

How a JMS based Weblogic server can cosume a message created via MSMQ?

I am new to this JMS, MSMQ, Weblogic things and don't have much idea about them. Can someone please guide me regarding my above question - How a JMS based Weblogic server can cosume a message created via MSMQ? Any reading material, links will be…
Bhushan
  • 18,329
  • 31
  • 104
  • 137
1
vote
0 answers

Require Weblogic Stop All Managed Servers WLST Script which are in Running state except AdminServer

My requirement is to stop all servers in a weblogic domain which are in running state except AdminServer. I have got similar one and modified, but getting syntax error while executing. Could someone please look at it and help me out ? import…
Vignesh
  • 11
  • 1
1
vote
1 answer

Known issues for Weblogic 10 concurrency issues?

Recently, our production weblogic is taking too much time to process queues. Besides investigating into queues, db queries and other stuff I thought to look into any known memory and concurrency issues in weblogic. Does anyone know ? Summary about…
x.509
  • 2,205
  • 10
  • 44
  • 58
1
vote
0 answers

deployed grails war file is not creating tables on weblogic

my grails application war file is deployed on Weblogic server version 12 and when I start the service it will apply my changes into created tables(for example it adds some columns or constraints) but when I add some domain classes for automatic…
1
vote
1 answer

weblogic server clustered environment

Is it possible to have a singleton stateless session bean in an clustered environment in weblogic? so that my session beans only active only one server. could you please tel me any idea . Thanks, Satish
user735241