|
java.net.SocketException: No buffer space available (maximum connections reached?): recv failed I'll try and keep this brief so in a nutshell: I have large distributed java system running on a Windows 2003 server (4cpu 8Gb memory). Periodically the following exceptions occurs in the servers: java.net.SocketException: No buffer space available (maximum connections reached?): recv failed I know for a ... 23 Jun 2005 15:17
Strange null-pointer Hello, Sometimes (not very frequent thank god) I get the following NullPointerException when i start my application. If I just restart the application (i.e no change in the code) it starts fine. As you can see it is constructors that cause this. What is strange is that on the line in EventLog that causes this is... 22 Jun 2005 02:34
Struts taglib html:text and dynamic values problem I'm looking for a solution to this problem I've been having. I have a multi page form. Basically, the first form, you pick an identifying object. The Action for that form generates an object based on the identifying object and displays the data into a form on the second page, to allow for edits. Basically, I ne... 31 Mar 2005 22:21
Error loading log4j properties file Hello, I am experiencing a very strange problem. I am using log4j for logging, and I *do* have a log4j.properties at the root of my source hierarchy (in the same directory as all my other .properties files). However I keep getting these errors saying the file can't be found. I have checked myself, using: ... 30 Mar 2005 06:19
Cookie service is not available???? Hey ive been running/updateing an applet for the past two weeks and lately Im geting the message in my console: Cookie service is not available - use cache to determine "Cookie" Does anyone know what this means and/or what I can do to correct it? It doesn't happen all the time nor does it seem to totally impair... 24 Mar 2005 11:21
websphere error hi, when I'm trying to run my J2EE application on a server I get the error "did not find anything to deploy to a server". can anyone help me why i'm getting this error. thanks Gracy ... 24 Mar 2005 10:18
Struts Newbie going crazy! I am trying to actually use the struts-blank, but if I do any alteration on the aplication.properties, Tomcat show me an error. (log file error) 2005-02-13 20:00:04 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception javax.servlet.jsp.JspException: Missing message for key "welcome.... 14 Feb 2005 19:20
read and parse file I have a text file in the following format -- I need to read and parse this file and extract values for minDoseBinIndex and minimumDose. Any pointers on how to do this will be of much help. I spend hours trying to do this and all I have is code below which for some reason does not work, I am not able to capture the... 14 Feb 2005 19:20
Bad class file, wrong version Hi All, When trying to uses a class I get this message : ----------------------------------------------------------- class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. errorMap.put(MyForm.ERR_EMAIL_ENTER, "Please e... 14 Feb 2005 19:20
'Unsatisfied Link' error in java.library.path I'm getting the following error message when I attempt to run an application: java.lang.UnsatisfiedLinkError: no jacob in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at com.jacob.com.... 14 Feb 2005 19:20 |