1. What is weblogic.socket.Muxer? stackoverflow.comDoes any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1? Often in thread dumps I see stack traces similar to this:
|
2. [com.ctc.wstx.exc.WstxIOException: Socket closed Exception with WebLogic WebService interop with .NET WCF stackoverflow.comWe have an application that accepts an uploaded file, but intermittently throws a Socket closed exception. Client is .NET using WCF to connect to a WebService in WebLogic 10.3 using the JAX-WS ... |
3. Weblogic - Received exception while creating connection for pool: "mds-SpacesDS": Socket read timed out stackoverflow.comI am upgrading Oracle middleware suite from 11.1.2 to 11.1.3. When creating my weblogic domain, come to the step of testing database schema connections, it works fine (I have upgraded DEV_SOAINFRA ... |
4. Troubleshooting connections stuck in CLOSE_WAIT status stackoverflow.comI have a Java application running in WebLogic 11g on Windows, which after several days, becomes unresponsive. One suspicious symptom I've noticed is that a large number of connections (about 3000) ... |
5. weblogic ssl with custom truststore stackoverflow.comIs it possible that weblogic uses a custom ssl socket implementation? I'm running into a problem with the JavaMail. Trying to use a smtp ssl connection fails even though I've setup ... |
6. Weblogic.socket.muxer warning in weblogic 9.2 stackoverflow.comI got below warning in weblogic 9.2
|
7. Weblogic not receiving data over Socket from Apache stackoverflow.comWe have a configuration of Apache HTTP Server forwarding requests to Weblogic. In certain cases, the request that Apache sends to Weblogic gets timed out. At that time there is an entry ... |
8. iplanet connectivity with weblogic server 4.5.1 coderanch.comhi , I am using 3 tier architecture where my servlets and htmls are placed in the iplanet webserver4.1 and my EJB in are in weblogic server 4.5.1 and the Weblogic server uses oci driver to connect to oracle 8.1.6 . when I am trying to access the EJB which is deployed in weblogic4.5.1 from servlets which are on iplanet webserver ... |
9. setting up SSL with Weblogic 7.0.7 coderanch.comI am trying to setup a 1-way SSL on weblogic 7. I have added the neccesary certficates in my jre/security/lib/cacerts using keytool and also passed the defaultCAkeyStore for weblogic in my startWeblogic script command line. While trying to login to a secure lDAP, the following error is thrown. Write Channel Closed, possible SSL handshaking or trust failure. Do i need to ... |
10. Java socket server running from witin weblogic coderanch.comI have requirement that my java server program to be running from within weblogic server. I created a java Server program which is created as a thread.This thread is started when weblogic starts. public class SimpleListner { static final int PORT = 8888; private static ServerSocket serv = null; public static void main( String args[] ) { startListner(); } public static ... |
11. SocketTimeoutException weblogic 9.2 coderanch.comWe upgraded to Weblogic9.2 with IIS 6.0 server. The users are getting a socket timeout exception whenever they copy some text fro m PDf/Excel or Word document. It used to work fine when we were using Weblogic 8.1 with IIS 5.0 server. I have also observed the error occurs only when users copy and paste more than one line form PDF ... |
12. Weblogic 10.3 edocs documentation coderanch.com |