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

Too many major garbage collections: Add heap space or add another VM?

We are not yet experiencing any application errors but our monitoring tools are indicating that our application is running at the limits of it's resources. Should we first add more heap or add an additional VM? We have an application running on…
user3067860
  • 111
  • 4
1
vote
1 answer

Tuning memory weblogic 12c on Linux

I'm using weblogic 12c in a cluster with 8 weblogics running on 4 servers (2 Nodes/1 server) RAM: 64GB each server. I set RAM on 1 nodes is 26GB, when a node start it using about 10GB, but when running about a week, it increase 26GB nearly. The…
TuanPham
  • 11
  • 2
1
vote
1 answer

web service deployment does not appear in weblogic admin console

We have an ear project created with Netbeans 8.1 and the Maven Project wizard. Running WLS 12.1.3. The project contains some EJBs and a jax-ws web service using the standard jax-ws annotations. For some reason, I cannot get the web service to show…
1
vote
1 answer

Weblogic server hangs when "Creating data source connection pool named"

I have just installed Weblogic version 10.3.6.0 and created a data source which connects to MSSQL on my localhost. I have tested my connection and verified that a successful connection can be made from the admin website. On restarting my admin…
Computernerd
  • 139
  • 7
1
vote
1 answer

Cannot start Weblogic managed node : Stuck at

Appreciate you expert help on this issue. Two weblogic managed nodes running in the same machine went down one day , on trying to start them up again using the startManagedWebLogic.sh, observed that Weblogic is stuck at the statment .
Jimmi Skaria
  • 21
  • 1
  • 3
1
vote
1 answer

Separate SSL certificate per webapp under Java app server on a single IP

We have a production Apache Tomcat server over which some websites are served. The sites have started to request valid SSL certificates. We have some limitations on the number of valid IPs on our server. On the other hand, we have read about Server…
user2798081
  • 41
  • 1
  • 5
1
vote
1 answer

Apache mod_wl2.4 plugin error parseJVMID

I have some issues with setting an clustered environment for weblogic and Apache. The structure is like this: 1 webserver that proxies requests to a clustered environment of 3 weblogic servers. Everytime i send the request to the apache server , the…
kingprimex
  • 11
  • 4
1
vote
1 answer

Default cipher suite selected by server

We have Weblogic application server. Whenever a web browser sent a request, as part of tunnel creation process, it will send a list of preferred cipher suites. Questions: How do I know which is the cipher suite or default cipher selected by WL…
hagrawal7777
  • 123
  • 1
  • 3
  • 12
1
vote
1 answer

Weblogic 11g: Set indefinite lockout

I'm looking through the documentation for OBIEE 11g Weblogic on User Lockout policy http://docs.oracle.com/cd/E21764_01/apirefs.1111/e13951/core/index.html There are LockoutDuration and LockoutResetDuration which set finite numbers for login…
drum
  • 181
  • 2
  • 10
1
vote
2 answers

Weblogic SSL support: 12C dropped SHA1 support?

We are working with an org that runs Weblogic 10.3. When we upgraded to a SHA2 certificate, they were no longer able to communicate to our REST endpoint. (We had to go back to SHA1, which is hard to get nowadays!) They are planning an upgrade to…
Jonesome Reinstate Monica
  • 5,445
  • 10
  • 56
  • 82
1
vote
1 answer

Error Redeploying in WLST only

I have a very odd error which I am unable to solve. I have an enterprise application. The build ear file deploys successfully using either WLST or the weblogic Deployer command line too. The webapp is versioned using "Weblogic-Application-Version"…
1
vote
1 answer

Weblogic JDBC connection pool keeps in suspended state when DB is back to normal

We have a JDBC connection pool on a weblogic 12c. When the backend database goes to offline, the pool goes into suspended state, and when the db is back online after a short period of time (say 5 min), the pool goes into running state. That's normal…
dhchen
  • 183
  • 3
  • 12
1
vote
1 answer

No admin console, not listening in port when server in STARTING state

I installed a WebLogic 11g (10.3.6) server and an application inside it. When the application is set up correctly, the server enters STARTING state (and henceforth I only see my own application's debug messages). But the server is not listening on…
ADTC
  • 153
  • 3
  • 11
1
vote
1 answer

WebLogic 10.3.2 LDAP Authentication failure after Domain Controller Patch MS14-066 (KB2992611)

I have configured a LDAP authenticator in my WebLogic 10.3.2 domain. Login worked until the domain controller was patched with MS14-066 (KB2992611). Domain Controller OS is Win Server2008R2 (x64). The logfile after a restart of domain service looks…
1
vote
0 answers

WebLogic datasource timeout

We have WebLogic 10 with some services running on it. One of our datasources started throwing timeout exceptions. We set Configuration -> Connection Pool -> Test table Name to problem sql. Restarted the server. Run Monitoring -> Test. It returned…
dzmitry
  • 133
  • 6
1 2
3
11 12