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
7
votes
2 answers

How to only look at the last 10 minutes of a log and grep for statement

I'm looking for a way to only look through the last 10 mins of a WebLogic log file that has line formatting like this. #### I want to grep for a specific string and if it fails wait 60 seconds and try…
Robert Foster
  • 73
  • 1
  • 1
  • 4
5
votes
2 answers

Are there any issues migrating from RHEL to CentOS?

I want to migrate off of RHEL 6.3 to CentOS-6 to save in licensing costs. We will mainly be running Java/WebLogic 11g on these boxes. Are there any issues that I should be aware of when migrating from RHEL 6.3 to CentOS-6? Thanks.
BestPractices
  • 183
  • 1
  • 2
  • 10
4
votes
2 answers

How can the HSTS header be added to WebLogic?

Is there an implementation for using the Strict-Transport-Security header to WebLogic? I figure it would be using something in web.xml under I know how to do this for an Apache based server, but I am unsure on adding it in for…
Vnge
  • 185
  • 3
  • 12
4
votes
2 answers

Http-Only cookies in WebLogic: what versions support them/how and why are they supported?

We want to make all cookies set by our webapp http-only. I only have a basic understanding of the benefits of doing this but I'm told by security people that it's a Good Thing (tm) Our app is running under JDK1.6.05 and WebLogic10.3.0 After way too…
John
3
votes
2 answers

Weblogic Mitigate POODLE vulnerability after upgrade and still use CBC ciphers

I recently upgraded my Weblogic server to 10.3.6 with java 7. So with that I have TLS1.0 - TLS 1.2 enabled via the setEnv.sh. Some of the ciphers I am using to make sure that they are compatible (supported by Weblogic, FF37, Chrome 44, etc) are as…
Vnge
  • 185
  • 3
  • 12
3
votes
4 answers

Certificate verification error when sending a service request from Weblogic

I'm attempting to make a service call to salesforce.com. I've added the certificate chain to my keystore but when the service verifies the domain certificate it gets hung up on the wild card for the sub domain part of the CN but this is the cert…
Fergal
  • 143
  • 1
  • 1
  • 5
3
votes
2 answers

Caused by: java.net.SocketException: Software caused connection abort: socket write error

I running JSP on Oracle 11g, Weblogic 10.3.4. I have 2 managed server and a oracle admin server installed. I am encountering an error where intermittently the log file of the 2 managed server and admin server will show java.net.SocketException:…
jrishere
  • 31
  • 1
  • 1
  • 3
3
votes
2 answers

"Clear Text Credential Access Enabled" field

Can somebody please explain the usage of "Clear Text Credential Access Enabled" check-box under "->Security->Advanced tab for Weblogic 11g? What is the difference if we set or unset this flag? If I don't set this flag I get an exception when trying…
Dave
  • 131
  • 1
  • 1
  • 4
3
votes
2 answers

Can't start managed server in Oracle Weblogic 10.3.2

I installed Oracle SOA Suite 11g. I start the NodeManager successfully. I start the AdminServer successfully. When I go to start the soa serve (soa_server1) I get this output: NMProcess:
Neuquino
  • 283
  • 2
  • 5
  • 11
3
votes
1 answer

Custom Trust and Custom Identity Keystore in WebLogic 10.3

QUESTION Having configured the Custom Trust and Custom Identity Keystores in WebLogic 10.3, anyone know why WebLogic 10.3 still persists to load the Demo key store and the JDK trust store please? DESCRIPTION I start WebLogic, browse to…
user31775
  • 98
  • 1
  • 1
  • 6
2
votes
1 answer

Error : Could not find End Of Central Directory

I am trying to deploy a war on weblogic9 using an ant task on a Unix box. I am getting the following error :[wldeploy] Error opening file [file path] Could not find End Of Central Directory.The war file has the name similar to a datasource. This…
dsr
  • 141
  • 2
  • 5
2
votes
1 answer

How do I upgrade/patch Java for Weblogic server 12 on RHEL7?

I have a RHEL7 server with Oracle Java 8 and Weblogic 12 installed. Java 8 was installed using an rpm from RedHat. Weblogic was installed using the installation package and instructions from Oracle (there was no rpm available from Redhat). During…
2
votes
1 answer

Oracle Embedded LDAP Error

I just installed the Oracle Weblogic Server. The server start fines and I can get to the admin console and use it, but once I deploy the console I begin to get exceptions on the server and it pegs the processor at 100%. The expection is :
Tom Kiley
  • 93
  • 1
  • 2
  • 6
2
votes
1 answer

Oracle: Can Weblogic 11G run PL/SQL code like App Server 10G?

This is probably a silly question, but I'm not an oracle admin so I'm not sure. Our client currently runs a website written in PL/SQL and HTML on a Oracle 10G system. As everything is moving in the direction of 11G the question has come up, will…
Saabster
  • 21
  • 2
2
votes
1 answer

Installing SSL Support in Weblogic 10

I have some troubles installing my SSL Certificate into Weblogic 10, here are my configuration steps: Copied the .cert and .key to the server Executed the following: []# keytool -import -keystore myKeystore -trustcacerts -alias myKeystore -file…
Filip Ekberg
  • 557
  • 7
  • 14
1
2 3
11 12