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. When portal is accessed directly all requests are served OK and fully. I know it’s a … Read more

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

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question 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 … Read more

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 follows: <ciphersuite>TLS_RSA_WITH_3DES_EDE_CBC_SHA</ciphersuite> <ciphersuite>TLS_RSA_WITH_AES_128_CBC_SHA</ciphersuite> <ciphersuite>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</ciphersuite> <ciphersuite>TLS_RSA_WITH_AES_128_CBC_SHA256</ciphersuite> <ciphersuite>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256</ciphersuite><ciphersuite>TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA</ciphersuite> This is … Read more

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 https://mysite.com/console and login, navigate to Environments->Servers->Admin Server->Keystores and configure the keystores and set the identity and trust … Read more

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: <Mar 15, 2010 3:33:30 PM> <WARNING> <Exception while starting server ‘soa_server1’> NMProcess: java.io.IOException: Server failed to start up. See server output log for more details. … Read more

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 ™ Our app is running under JDK1.6.05 and WebLogic10.3.0 After way too much digging around Oracle’s website for documentation, I’ve found … Read more