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
3 answers

How do I redirect Weblogic logging to database?

Is there a way to send or redirect Weblogic (or Fusion Middleware) logging output to a database, without having to write a custom application? All the documentation I've read seem to deal exclusively with files.
Giacomo Lacava
  • 101
  • 1
  • 3
0
votes
1 answer

Weblogic intensive CPU usage

I am using Weblogic 10.3.4 + Oracle DB both on Solaris machines (VM) Unfortunately last week our app hosted on Weblogic became very very slow not being able to serve new users coming (everything lasted for 1h). In order to find out the cause is we…
Cris
  • 245
  • 1
  • 7
  • 13
0
votes
2 answers

Resetting WebLogic admin password

I have faced an issue in reseting weblogic admin user password. Following are the steps i have executed in sequence.please help to understand why it is not working this way I have 2 managed instances running on two separate computers. Step 1.…
KItis
  • 111
  • 2
  • 8
0
votes
1 answer

Upgrade oralce jdbc driver in Weblogic 10

I found in Weblogic's documentation, "If you plan to use a different version any of the drivers installed with WebLogic Server, you can replace the driver file in WL_HOME\server\lib with an updated version of the file or add the new file to the…
Dean
0
votes
2 answers

Using Plain type listener for WebLogic NodeManager

I have configured our managed servers (on WebLogic 10.3.5) to use SSL with custom identity/trust keystores and all that has been working fine. However, after completing the SSL configuration, we started getting some warning messages saying…
Brian
  • 231
  • 8
  • 18
0
votes
2 answers

weblogic , unix , logs

Hi I have weblogic server and soa server in AIX machine Are files like core2012.dmp , javacore2012.txt , Snap2012.trc safe to delete from weblogic domain ? I'm running out of space and these files are getting very big .
erni313
  • 3
  • 2
0
votes
1 answer

Exception thrown when trying to access a web service (Weblogic) - java.lang.LinkageError

I've installed Adobe LiveCycle for Weblogic 10.3.4, and when I try to access one of the web services it deployed, I'm getting the following exception: Exception - java.lang.LinkageError: loader constraint violation: when resolving interface method …
Shai
  • 123
  • 5
0
votes
1 answer

WebLogic embedded LDAP crashes

Our production admin server (WebLogic 10.3.5 running on Solaris 10) crashes from time to time. Logs show tons of these errors (several each minute): <1-Jun-2012 2:28:34 o'clock AM EDT>
Spiff
  • 1,611
  • 2
  • 12
  • 12
0
votes
1 answer

Configuring weblogic server console with external server urls, etc

there are obviously various 'canned' configuration options in oracle's weblogic server console for setting up data sources, jms queues, ldap servers etc, etc. What i want however is a way to configure other servers, mostly server urls, etc, in the…
MeBigFatGuy
  • 101
  • 3
0
votes
1 answer

weblogic disable ports exposed

Im pretty new to WebLogic. I'm working on a customer issue, where I need to hide the ports exposed by Weblogic to the external world below are the few ports Port 1705 : Occas AdminServer listening on ALL interfaces. Port 1706 : Occas oam-1 server…
0
votes
1 answer

WebLogic cluster, determine node from JSESSIONID cookie

We are running a WebLogic 10.3.4 cluster with three managed servers (nodes). We do not use session stickyness, but session replication across the cluster and everything is working fine. When trying to test our web application however, we regularly…
Axel Knauf
  • 1,600
  • 1
  • 10
  • 12
0
votes
2 answers

WebLogic Server internal server error

when I deploy a project in Apache Tomcat 6.0 it's working fine. When I deploy the same project in weblogic server 10.3 it's showing an error like below: Error 500--Internal Server Error javax.servlet.ServletException:…
0
votes
1 answer

Using IISProxy.dll with 2 IIS applications

I have setup 2 iis7 servers that have the identical configuration. Both servers send requests to the same weblogic server with the same IP:Port. I am using IISProxy.dll to load balance the server. The iisproxy.ini is the same on both servers. Now I…
vikasde
  • 101
  • 2
0
votes
2 answers

Accessing website through load balancer

I am facing problem while accessing web site through load balancer but it work fine when I call website directly. After getting traces I found my client is retransmitting TCP packet with PSH+ACK four times and after that load balancer send TCP…
ImranRazaKhan
  • 150
  • 3
  • 15
0
votes
1 answer

WSDL server HTTP headers

I am sending request to WSDL server, and I have some funny results. In about 9 of 10 cases I got error from server, however in 1 of 10 I got successful response. Headers from successful response: HTTP/1.1 200 OK Date: Thu, 01 Sep 2011 09:34:47…
lstipakov
  • 103
  • 3