Exception « weblogic « Java Enterprise Q&A





1. why i am getting this exception while reading xml from a thid party url    stackoverflow.com

i am writing a program to connect to a third party url and read xml from there. Although, it works very well on my local machine on tomcat server in windows ...

2. WebLogic exception during startup.    stackoverflow.com

My server spontaneously stopped working this morning. From what I see in the logs, it encounters the following exception when starting (this is the top) weblogic.jms.common.JMSException: weblogic.messaging.kernel.KernelException: Cannot open paging store. I can't ...

3. weblogic java.io.FileNotFoundException (Too many open files) exceptions    stackoverflow.com

Hi i encounter the above exception recently causing stuck thread in the weblogic portal. I like to ask why is this error occuring because the file is indeed there. I did some googling ...

4. Peer not reachable in weblogic server    stackoverflow.com

I have a simple J2EE server client application. Its deployed on weblogic server. Whenever my client is receiving large chunk of data from server i get error saying "Peer is unreachable ...

5. custom exceptions are wrapped in weblogic    stackoverflow.com

this application is migrated from oc4j to weblogic. almost all functionalities are working fine. we are throwing CBCMException which is a sub class of RuntimeException. when certain scenarios occurs. in oc4j we ...

6. Weblogic throws RuntimeException 'Exception reading license file' on https URLConnection    stackoverflow.com

I'm trying to connect to an https url from a Java application connected to a weblogic server. I've tried two approaches, one using URLConnection and one using HttpURLConnection, both give me ...

7. Exception occuring at Weblogic    coderanch.com

Hi, Kindly provide the solution to this problem urgently. My application works on JDK 1.3 and trying to access one .Net webservice. A sample standalone application works fine using the same environment but when I try to access the same service through the application deployed at Weblogic, I'm getting below pasted exception. I'm using Static Stub Client. During build the stub ...

8. Exception during processing: weblogic.xml.schema.binding.SerializationException    coderanch.com

I was trying to create a weblogic webservie to send a list of custom vo's. I was getting the following error. While calling it. env:Server Exception during processing: weblogic.xml.schema.binding.SerializationException: type mapping lookup failure on class=class tutorial.sample6.Custom TypeMapping=TYPEMAPPING SIZE=1 ENTRY 1: class: java.util.List xsd_type: ['java:language_builtins.util']:stns:List ser: weblogic.xml.schema.binding.internal.builtin.JavaUtilListCodec@18a80d4 deser: weblogic.xml.schema.binding.internal.builtin.JavaUtilListCodec@101da9 (see Fault Detail for stacktrace) ...