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

Usual suspects for WebLogic 9.2 performance tuning

Reading through the BEA WebLogic 9.2 Deployment Descriptor Elements documentation, there are a few parameters that we already use in our web applications weblogic.xml to decrease the time it takes to run continuous integration tests against WebLogic…
dezwart
  • 154
  • 2
  • 11
0
votes
2 answers

503 Service Unavailable error when deploying a working ear file to weblogic server!

I have a working service deployed to weblogic 9.2. We had a server migration, so we moved this application to another server with the same weblogic setup. Now, when I try to access the WSDL, I get 503 Service Unavailable error. It is the same…
Steve
0
votes
2 answers

Could not set WebLogic node manager log level to DEBUG

The exception dumped on STDOUT is: Jul 6, 2011 12:17:00 PM weblogic.nodemanager.server.NMServer main SEVERE: Fatal error in node manager server weblogic.nodemanager.common.ConfigException: Invalid log level value 'DEBUG' for property 'LogLevel" …
Mircea Vutcovici
  • 17,619
  • 4
  • 56
  • 83
0
votes
1 answer

ODSI + weblogic = JDBC problem

I'm currently developing a web service using ODSI through Oracle Workshop for WebLogic (ex AquaLogic). I created a datasource on weblogic using the driver "Oracle thin driver 10g", the test succeed on WebLogic. (My Database is Oracle 10…
0
votes
1 answer

Explanation of console log output in Weblogic

Can anyone explain to me each of the terms appearing in this line from the Weblogic console log file? Specifically the usernames that appear wlsuser and charn - are these Weblogic console users or Unix usernames? 11/05/23 21:11:06 oram01 wls01 …
JoseK
  • 465
  • 6
  • 13
0
votes
2 answers

Weblogic server listening on additional port 5001

Weblogic managed server is listening on 5001 in adddition to the listen port. Not sure why ? Please advise
Harish
0
votes
1 answer

Update jre 6 version 24 causing ClassCircularityError

I am running an applet using a jnlp file.The applet was running fine.Today I upgraded my jre to jre 6 version 24 and my application stops after putting the splash screen.I uninstalled jre and reinstalled jre 6 version 22 and its working perfectly…
Harish
  • 101
  • 1
0
votes
1 answer

Windows 2008 SP1 cannot make outbound connection

I have a server that stops making outbound connection after some time. It is hosting various weblogic 9.2.0 domains, and restarting one particular server solves the problem, until next time. At first I suspected the server had exhausted its…
0
votes
1 answer

Can I use a single certificate for multiple weblogic managed servers

We cannot seem to find documentation on how to set up weblogic with ssl in the following configuration: Load balancer which balances (round robin) to two Weblogic Managed Sever nodes. So, a user goes to mywebsite.mydomain.com, which hits the load…
BestPractices
  • 183
  • 1
  • 2
  • 10
0
votes
1 answer

What does "Returning duplicate cardTablePart entry" mean in a weblogic log?

In my weblogic output log I get thousands upon thousands of errors containing: Returning duplicate cardTablePart entry : In my weblogic log. What do these "cardTablePart" errors mean and how can I find out what causes them?
yazz.com
  • 7,193
  • 15
  • 38
  • 39
0
votes
1 answer

Weblogic Threads Usage

I have an application deployed on WebLogic 10.3, which exhibits a strange behavior. I am running a constant (not too high) load on my application (20 concurrent users, running a light activity). The response time is reasonable (well below 100ms…
Hila
  • 101
  • 1
0
votes
2 answers

What are the benefits of Weblogic over Jboss / Glassfish in production?

I'd like to ask those of you running weblogic server in production, what benefits do you see in using it compared to Jboss and Glassfish?
Paul
  • 1
  • 3
0
votes
1 answer

How should I approach consolidation of BEA WebLogic application development workstations?

I am hoping to gain some insight as to how I might virtualize/consolidate the desktop environment for my developers. Our dev/unit testing environment consists of a WebLogic server installed on each developer's Windows XP workstation. He/she will…
0
votes
1 answer

Does it make sense to add more cluster nodes to an underutilized server?

Let's say I'm running a cluster with two Weblogic server nodes on two servers (Solaris, 4 CPUs, 64 GB RAM each). The heap size is maxed out on these nodes and so each server runs with 40+ GB of free memory most of the time and each server usually…
Ken Liu
  • 155
  • 1
  • 9
0
votes
2 answers

binary executable working in centos but not in ubuntu

I was trying to install weblogic 9 to test if an application is working correctly when migrated from a previous release. I downloaded the "Oracle WebLogic Server 9.2 MP3" and I was able to install it normally in CentOS 5.5 [jason@centos5]$…
jason