Hi. I need a function that does the following:
public static File getFileObjectFromURL(URL url) {
f = new File();
//get File Object from URL
.
.
.
retur...
We are facing CLOSE_WAIT issue when we use java.net socket and ServerSocket. The CLOSE_WAIT ports are keep on increasing when we run the application. We made couple of changes i.e adding setS...
I am getting "java.lang.InternalError: erroneous handlers" in weblogic console when i am converting MS word document to PDF using Itext.jar, POI.jar JAR files in weblogic8.1 server in our J2EE...
I have an application running on tomcat 5.5. After 2-3 days tomcat start occupying very high CPU and application becomes unresponsibe. I have told it seems there is some sun native method whic...
Hi,
I'm using Spring JPA (Hibernate implementation) for my application. The web part works porperly.
But I've also have a standalone batch. It fails when I try to load data from db throwin...
Hi
We are currently running Oracle9i release 9.2.0.6 on Windows Server 2003.
The default jdk version linked to the db is 1.3.1.We need to change the jdk version to 1.4.2.
Thank you in a...
Hi, i have Openfire 3.6.3 installed on my linux server . When i log into the openfire admin panel, Java Memory is showing 62.98 MB of 63.31 MB (99.5%) used . How can i increase the java memory...
I am facing problem when i use JOption in JOptionPane.showConfirmDialog on linux
same code is running fine in windows.
java.lang.NoClassDefFoundError: Could not initialize class sun.awt...
We have a system where a Java servlet on is connecting to an RMI service with no problem. We need to upgrade the security of the RMI calls to use SSL. Currently when the servlet attempts to ...
Hello Experts,
I really need your help in understanding Heap dumps.
In our company .. very frequently we have an out of memory issue which is automatically generating heap dumps (abcd....
I am currently running a JAVA process on my LINUX server.
I have allocated 256m of memory to my java process (Xmx256), but the JAVA processes utilises much more memory. The processes use as...
This is very much related to another post I already have outstanding- but it seemed like a valid separate question....
Does jdk1.5_17 (32 bit JVM) run on Windows 64 bit OS without any known...
Is it possible to have a backgound program running within Matlab from the command window, like in UNIX/Linux?
What I would acomplish in particular is that I want a dot in a figure, say, f...
Hi,
I try to add cookie with unicode value :
response.addCookie(cookie);
and get an exception:
java.lang.IllegalArgumentException: ?t?
at org.apache.tomcat.util.http.ServerCookie.maybeQ...
1. What's the difference between EJB3 and the Spring framework?
2. Can distributed applications be created using Spring?
Thanks
I have a "XTML" file with javaScript and graphics that works in fireFox browser but not in IE broswer. Here is it the link:
http://cs330.blueearthconnections.org/My_Coker_Web_files/fractal_...
I would like to find from a Java program if a particular port of the machine on which the program runs is free. I DO NOT want to bind to that port. I just want to identify if the port is free.
Hi,
I have an IBM p650 (RS6000) box running AIX 5.1. I am attempting to updated Java JRE 1.4.0 with the 2007 TZ patch mentioned in the readme here: http://java.sun.com/javase/tzupdater_REA...
I'm having some issues deploying a webapp onto an Apache Tomcat web server.
The error I get is: java.lang.NoClassDefFoundError: javax/xml/stream/XMLInputFactory
Now before you reply a ...
Hello Experts,
Here is my scenario.
I have a Flex RIA that gets its data from BlazedDS running on the server through Tomcat.
And I will also have three different "services" written in...
I get the following on my jrun server sporadically and more and more if i hit refresh repeatedly:
503 Service Unavailable
Page not found: RepositoryException: com.hidden.database.Reposit...
How to set jacorb.properties in the classpath?
I have set the jacorb.properties as following:
<junit errorProperty="test.failed" failureProperty="test.failed">
<classpath>
...
A user is trying to access a Citrix Access Gateway
after the user has put in the credential
the following error comes up
Error tunneling through the proxy
Error connecting through the p...
I have a .war file which consists of two individual URL automatic re-write addresses
a) /admin
b) /customer
each of these mappings resolve to two separate java servlet beans
In my htt...
Hi,..I now developing the program that use sax parser,..for validation we use dtd..what we must do for customize the error message of SAXParseException,so i can handle the spesific error ex:er...