Questions tagged [weblogic]

Oracle WebLogic consists of a Java EE platform product-family that includes a web server, portal, and related components.

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

171 questions
0
votes
1 answer

Weblogic doesn't close files (but does close connections)

Dears, we're running into a 'too many open files' issue. We've made some progress but the issue is still there... We use cxf on weblogic on aix. relevant cxf configuration:
SanThee
  • 113
  • 5
0
votes
1 answer

Ant task to pre-compile JSPs on weblogic server

I am trying to create an ant task to compile JSPs. Here are the excerpts from the build.xml related to the task: ....
None
0
votes
1 answer

WebLogic server seems to freeze after CMS Garbage Collection run

We're using Java Hotspot 1.6 with a 10.3.6 WebLogic Cluster with 2 nodes running OSB 11.1.1.7 behind a physical load balancer: java version "1.6.0_91" Java(TM) SE Runtime Environment (build 1.6.0_91-b13) Java HotSpot(TM) 64-Bit Server VM (build…
Franco
  • 21
  • 3
0
votes
1 answer

WebLogic: Adding JMS resources to fresh domain

I am writing integration tests for a software product which require WebLogic 12.1.3 and WebLogic 12.2.1 to be started with a fresh domain. Currently I do something like this to start WebLogic with a fresh domain: mkdir -p /tmp/domain && \ cd…
Ethon
  • 3
  • 2
0
votes
2 answers

WebLogic Managed server fails to start

Using WebLogic 12.1.2 on a Oracle Linux 6 server, I am attempting to start managed server managedServer1 by calling the managed startup script below. ./startManagedWebLogic.sh managedServer1 http://adminServerURL:7001 When ran, the server fails to…
mike
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

XA Connection for PostgreSQL in Weblogic

PostgreSQL supports XA Transactions. I need to use them in my WebLogic 12.1.3.0.0. When I try to create a new generic datasource in the admin console for this I can select 'PostgreSQL' but in the very next page I am warned that this driver is not XA…
Angelo Fuchs
  • 197
  • 1
  • 13
0
votes
1 answer

Weblogic Admin Console SSL Connection

I am trying to set up SSL/TLS for my weblogic admin console. Note this is not for the Weblogic Server but for the admin console. I would like to specifically set the the admin console to only use TLS 1.2. Originally I thought that I could set it…
Vnge
  • 195
  • 3
  • 12
0
votes
2 answers

how verify that weblogic is up to date

How can I verify that Oracle Weblogic is up to date ? The administration console print 10.3.6.0 as weblogic version. I visited Oracle site and the last version to download is 10.3.6 but I think that there is something missing because the server…
isoman
  • 203
  • 3
  • 7
0
votes
1 answer

Weblogic Server state changed to FORCE_SHUTTING_DOWN

I have a problem in Weblogic. When you run the script startWebLogic.sh the weblogic does not start. Below is the log. oracle.security.jps.JpsRuntimeException: Cannot read from policy store. at…
0
votes
1 answer

Apache Httpd and Weblogic configured for SSL

I have an Apache Httpd running as my RPS in front of some Weblogic and Coherence servers. I have the rps configured for ssl, and to deny SSLv3 and SSLv2 requests. So when I got to the specific url (Virtual IP) that houses the multiple servers I am…
Vnge
  • 195
  • 3
  • 12
0
votes
1 answer

Weblogic - Adding websites

Is it possible to create a website in a domain pointing to a local directory? Or does everything deployed to Weblogic have to be WAR, EAR, RAR or JAR? I want a simple possibility to just FTP to a folder, add html-files and have them added to…
Filip Ekberg
  • 557
  • 7
  • 15
0
votes
1 answer

Switching Log4j mode to DEBUG in Weblogic Server

I am using weblogic 10.5 and my application has 4 managed servers, having the below mentioned configuration in weblogic startup script to enable log4j. JAVA_PROPERTIES="${JAVA_PROPERTIES} -Dlog4j.configuration=file:${LOG4J_CONFIG_FILE}" I have given…
Jai
  • 11
  • 2
0
votes
3 answers

How do I set up Weblogic 12c on Windows to start the http server on boot?

Windows 2008 server, Weblogic 12c. I have a pretty simple setup using nodemanager. My problem is that our webhost likes to patch and reboot the server without telling us, and the HTTP server doesn't start up automatically after a reboot. Most Oracle…
Jon Renaut
  • 23
  • 5
0
votes
2 answers

Weblogic Help Error

I have installed weblogic, in production mode , and set up custom Identity and Trust keystores using keytool. Everything seems fine. However, whenever I call external webservices over SSL or even going to help pages in weblogic console will results…
0
votes
1 answer

WLS: Identifying the managed server where a DB session originates from

We are using WLS servers, on which we configure data sources (DS) and managed servers. For failover reasons, our main application is depolyed on two separate managed servers (lets call them app_1 and app_2) - but both of those servers use the same…
fgysin
  • 448
  • 2
  • 5
  • 15