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

170 questions
2
votes
0 answers

Weblogic Hogging Threads

We are seeing both hogging threads and queue length spike. Sometimes at the same time, sometimes not. Hogging threads will go as high as 100, while queue length will regularly spike to 700. I have dug through all the stats/log files I can find and I…
ericbond007
  • 76
  • 1
  • 6
2
votes
1 answer

What is the proper way to delete a WebLogic domain?

I'm trying to delete a domain on my weblogic server. Is it safe to just delete the corresponding folder (/user_projects/domains/base_domain) ? Or do I have to use an uninstaller? If so, where can I find it?
Fabian
  • 123
  • 1
  • 4
2
votes
3 answers

Why Apache with SSL but the back end Weblogic without SSL works?

    Hello everyone. My question is very simple . The link below is a picture about my architecture. https://docs.google.com/open?id=0BxSXbpgYIZVOR212RVk4ZDN1Sm8.      The pic above shows the architecture right now and it works correctly! Which means…
huangli
  • 167
  • 8
2
votes
2 answers

Standalone WLST for both WebLogic 8.1 and 9.2?

I'm writing a simple script to facilitate changing JDBC connection URLs in several WL environments, among these both v8.1 and v9.2. I want to create a standalone script, outside of any WL installation, just including…
imiric
  • 143
  • 2
  • 6
2
votes
0 answers

How can I connect to weblogic JMX via an SSH tunnel?

I am trying to connect to weblogic via an SSH tunnel. Local machine --> putty --> Linux server --> Anothe Linux server 2 with weblogic I use the connect string t3:127.0.0.1:7001 When I connect to the web interface it works fine, but when I try to…
yazz.com
  • 6,743
  • 14
  • 37
  • 38
2
votes
2 answers

Weblogic 10.3 weblogic.jar classpath issues

I am upgrading an old WLS8.1 app to 10.3 (11g) My ant build includes only the new weblogic.jar in the compile classpath and the build runs with no issues but when I include weblogic.jar as a libeary in the IDE (Intellij) i see many unresolved…
user63063
2
votes
1 answer

Environment variables in Weblogic Managed Server with SSL nodemanager

We have a C legacy application start with JNI that requires environment variables. Not java -Djava.library.path -Dvar=foo as these are purely java. I need real environment variables. When we setup our domains, we usually use the SSH method to start…
Eric Darchis
  • 153
  • 1
  • 7
2
votes
1 answer

Apache Httpd/WebGate truncates 1% of pages

We have the followign setup: WebLogic 9 Portal Server <-> Apache HTTPD/WebGate <-> Clients When cliens are accessing portal through Apache proxy, then about 1% of requests are truncated in the browser i.e. only partial HTML result is displayed.…
Andrey Adamovich
  • 217
  • 1
  • 3
  • 12
2
votes
2 answers

Change sysout logging level for Weblogic

When I run a local copy of Weblogic, I like to see the output in the console so that I can observe my app's logging messages. But, Weblogic spits out a lot of log messages I don't care about, like these: [ACTIVE] ExecuteThread: '0' for queue:…
Justin Voss
  • 129
  • 1
  • 5
2
votes
1 answer

How-To Configure Weblogic, Agile PLM and an F5 LTM

Agile, Weblogic, and an F5 walk into a bar ... I've got this Agile PLM v 9.3 Running on WebLogic, two managed servers. An F5 BigIP LTM. We're upgrading from Agile v 9.2.1.4 running on OAS. The problem is that while the Windows client works fine…
Brian Dunbar
  • 173
  • 1
  • 13
2
votes
4 answers

High CPU usage - symptoms moving from server to server after bouncing

First off, I apologize if I didn't include enough information to properly troubleshoot this issue. This sort of thing isn't my specialty, so it is a learning process. If there's something I need to provide, please let me know and I'll be happy to do…
user36390
1
vote
0 answers

Add a non-Weblogic trusted domain

Is it possible to add a non-Weblogic server domain as a trusted domain of another Weblogic server? I have checked the documentation and it only mentions how to configure cross-domain access between Weblogic server domains.
1
vote
1 answer

How to disable the DES and 3DES ciphers on Oracle WebLogic Server Node Manager Port(5556) in Red hat linux server

How to disable the DES and 3DES ciphers on Oracle WebLogic Server Node Manager Port(5556) in Red hat linux server. I tried with many solutions, but not working as expected. Here is my SSLCipherSuite code in ssl.conf file. SSLCipherSuite…
venkat
  • 11
  • 1
  • 2
1
vote
2 answers

Troubleshooting WebLogic Apache Plugin Loading on Windows

Running ApacheHaus build of 2.4.25 of Apache on Windows. Using Oracle Weblogic Server Plugin 12.2.1.3 Unpacked \fmw_12.2.1.3.0_wlsplugins_Disk1_1of1\WLSPlugins12c-12.2.1.3.0\WLSPlugin12.2.1.3.0-Apache2.2-Apache2.4-Win64-12.2.1.3.0\lib to…
THEMike
  • 165
  • 2
  • 8
1
vote
1 answer

Preventing denial of service attacks on weblogic servers- slow http post

I am using Weblogic 12c(12.1.3) application server to run my application. I have configured complete message timeout in Weblogic to 30 seconds but when Qualys scan is running on this server, it can still keep a connection open for more than 30…
smallarv
  • 11
  • 2
1
2
3
11 12