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
1
vote
2 answers

Assigning a particular no of cores to a Weblogic instance

Using virtualization we have built LDOMS in a single Solaris box, where each LDOM has 8 Cores and 12 GB of RAM. We have a Weblogic app server instance (managed server) running on this LDOM where we have many applications deployed on it. Average CPU…
user57919
1
vote
0 answers

WebLogic 8.1 and 4096-bit SSL?

We have a scenario in which we'd like to configure a WebLogic 8.1 server (running on Windows, JRockit 1.4.2) to connect to Active Directory over SSL for authentication. Our Active Directory is configured for SSL with a Root CA and Subordinate CA…
1
vote
2 answers

URL Rewrite in WebLogic 11g

I have a client running a WebLogic 11g install on a Windows Server machine who wishes to implement Apache-style mod_rewrite-like functionality to translate requests for easyurl.com to super.complicated.com/with/this/junk?here=and_more. I have…
A. Wilson
  • 141
  • 1
  • 6
1
vote
1 answer

How do I disable javelin jsp-recompiler in weblogic 10.3?

How do I disable weblogic's javelin recompiler? It seems to be using some version of JDK5 source level, and I believe that this can be disabled in weblogic 10 in favor of regular JDK6. Does anyone know how to do this?
Stefan Kendall
  • 1,079
  • 3
  • 17
  • 33
1
vote
0 answers

Memory leak in Weblogic 10.3.2

Has anyone encountered a memory leak in Weblogic 10.3.2 on Solaris 9? I've recently upgraded from Weblogic 9.2MP1 and a slow memory leak occurs. Cheers, Darrel
darreljnz
  • 111
  • 2
1
vote
1 answer

WebLogic Server 11g with java based node manager stdout/stderr log path configuration

How I can configure the path where the stdout logs are written by the WebLogic server? I've read about -Dweblogic.log.RedirectStdoutToServerLogEnabled=true, but this redirects only part of the output. For example if I will run a thread dump, the…
Mircea Vutcovici
  • 17,619
  • 4
  • 56
  • 83
1
vote
1 answer

Is there a difference between starting a WebLogic Admin Server through the command-line or through the Node Manager?

I have WebLogic 11g installed on my machine under /srv/wls, and I start Node manager on it with /srv/wls/wlserver_10.3/server/bin/startNodeManager.sh. I create my domain with config.sh, and then I want to start the Admin Server of that domain with…
lindelof
  • 919
  • 1
  • 8
  • 11
1
vote
1 answer

Oracle Cloud Control 13, Cannot connect to Weblogic admin server

Recently I have performed a fresh installation of Oracle Cloud Control 13.3. The first thing I have noticed was that the Weblogic admin server appears to be down according to Cloud Control. When querying via emctl status oms -details everything…
Michal S
  • 11
  • 1
  • 3
1
vote
3 answers

weblogic server Stopped, Error connecting to WebLogic domain

I was setting up my first workspace in Eclipse and Weblogic 10.3.6 server, I started the Weblogic server and I am getting the below error in Server's Tab of eclipse. Oracle WebLogic server 11gR1 (10.3.6) base_domain [Stopped, Error connecting…
ansa
  • 11
  • 1
  • 3
0
votes
1 answer

Enabling SSLv3 in Weblogic 12

Yes, I know this is generally a bad idea, but we have a short-term need to do it. Following this: https://docs.oracle.com/middleware/1221/wls/SECMG/ssl_version.htm#SECMG637 We have set -Dweblogic.security.SSL.minimumProtocolVersion=SSLv3…
0
votes
0 answers

Unable to launch WebLogic Admin Console

Just a lil background, I need to install WebLogic on RHEL EC2 instance and this EC2 instance only accessible via bastion host windows server. Both JumpHost and RHEL EC2 server doesnt have internet connection. So in order to perform WebLogic…
Isaac
  • 115
  • 6
0
votes
1 answer

Oracle WebCenter 12C Portal Domain Configuration using Ansible

I'm trying to configure Weblogic WebCenter 12C Portal Domain via Ansible on CentOS 7, but still can't find the way how to do it. So far I could install weblogic and weblogic portal with DB via Ansible. But I don't know how to configure Webcenter…
Alish
  • 1
  • 1
0
votes
1 answer

Moving from WebSphere to Oracle WebLogic, getting a ClassNotFoundException

I was given an "EAR" file and told to try to deploy it on an Oracle WebLogic server. I had successfully deployed it on a IBM WebSphere server. When I attempt to start it on WebLogic, however, I get the following error: Could not load user defined…
Paul Tomblin
  • 5,225
  • 1
  • 28
  • 39
0
votes
0 answers

Weblogic undeploy throws TimeoutException

I use WebLogic 12.2.1.3.0 and recently it started to show a strange behavior. After the virtual machine restart I install a new deployment and everything is ok. But when I try to delete this app, it thinks 5-6 minutes and after that shows the…
0
votes
1 answer

HAPROXY-Weblogic, issue with https-ssl connection

Recently have been deployed a web page using Weblogic Cluster. The page inside the WL works properly. In front of the WebLogic Servers there are two servers with Apache, keepalived and HAPROXY installed. The problem we have is that whenever you…
cees09
  • 3
  • 2