Caused by: java.io.IOException: open HTTP connection on zLinux

 
Thread Tools Search this Thread
Operating Systems Linux SuSE Caused by: java.io.IOException: open HTTP connection on zLinux
# 1  
Old 05-05-2009
Caused by: java.io.IOException: open HTTP connection on zLinux

Hi,

As you can see by the title, I'm getting a "Caused by: java.io.IOException: open HTTP connection" error on a zLinux machine trying to run a java applet.

This same jar file works on a Windows machine. My previous version of the jar file worked on the zLinux machine.

I know this isn't a lot of info to go on, but I'm hoping it will help.

Any thoughts?

Thanks!!
# 2  
Old 05-05-2009
You'd need to look at the stack trace to see what the underlying error is.
# 3  
Old 05-05-2009
Does this help??? Thanks.

Code:
load: class com.######.cm.client.gui.AppInit not found.
java.lang.ClassNotFoundException: com.mccabe.cm.client.gui.AppInit
 at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
 at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
 at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection [B][B][COLOR=red][COLOR=red][FONT=Courier New]failed:http://#######.##.##.com/########/co.../AppInit.class


Last edited by DukeNuke2; 05-05-2009 at 05:01 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Print out my current http connection

Good evening Need you help please I just wanna to print out my current https connection and other users http connection which the application resides, for instance i connect to the below url to login into the application: https://serverappp01:14100/portal/Portal.html# In another session... (4 Replies)
Discussion started by: alexcol
4 Replies

2. UNIX for Advanced & Expert Users

How to troubleshoot "Java down" is on my Linux webserver. It caused my web URL to go down.?

On my server java is down which caused my web URL to go down. How could I troubleshoot java related issues on my server (0 Replies)
Discussion started by: vinay2926
0 Replies

3. Programming

Java HTTP PUT Request/JSON Not Working But Using Python It Does ?

I have some code that I have been playing around with learning Java: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; ... (1 Reply)
Discussion started by: metallica1973
1 Replies

4. Shell Programming and Scripting

DBD::JDBC::db prepare failed: java.io.IOException: Unrecognized BER object identifier:

Hello, I am trying to write a perl script to access Solid LDAP database using JDBC. The script connects to the database but gives below error while running sql prepare command : try.pl connecting preparing................ DBD::JDBC::db prepare failed: java.io.IOException:... (0 Replies)
Discussion started by: PerlMonkey
0 Replies

5. UNIX for Dummies Questions & Answers

http/java/Ora_home_jre process

hi, Our server maintenance has informed us the below process are not running in the unix server. http , java , Ora_home_jre process So some one please help what i need to do to make these process running ? Where i need to check what would have went wrong??? Thanks in Advance,... (1 Reply)
Discussion started by: arunmanas
1 Replies

6. UNIX for Advanced & Expert Users

keep an open connection with scp or another similar program

Does anyone know a way to keep the connection open with scp? I really don't like having to type my password in every time I want to transfer a file. Or is there another similar program that will keep my connection open? (6 Replies)
Discussion started by: cokedude
6 Replies

7. Programming

ssh connection with java

hi, i'm trying to write a java program which enable me to conncet to an ssh server, the problem is that i didn't find the commands for adding adress and other personal info of users, well it may be simple but i didn't find them, please help ---------- Post updated at 08:28 AM... (0 Replies)
Discussion started by: amine
0 Replies

8. News, Links, Events and Announcements

Open Java

"A GPL-ed Java would be Microsoft's biggest nightmare." See the article: http://linuxtoday.com/news_story.php3?ltsn=2004-02-24-023-26-OP-CY-DV (0 Replies)
Discussion started by: photon
0 Replies

9. Cybersecurity

Open Port 3306 for MySQL connection

I am needing to "un-block" port 3306 so that I can access MySQL from another PC. When I installed Mandrake 8.1, I set the security level to high because it is going to be a web server. I believe I have to allow access to my ports now and I do not know the commands to do that. If anyone... (4 Replies)
Discussion started by: gdboling
4 Replies

10. UNIX for Dummies Questions & Answers

Could not open SCM connection

I am currently getting the following error on a solaris box : Could not open SCM connectionlaris box: Would someone be able to help me understand the error as I do not know what a SCM connection is. thanks Kristian (1 Reply)
Discussion started by: kristian
1 Replies
Login or Register to Ask a Question