HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp_ux11.0 socket error of java1.4
Operating System - HP-UX
1836596
Members
1988
Online
110102
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2002 08:49 PM
11-17-2002 08:49 PM
hp_ux11.0 socket error of java1.4
I have installed a hp_ux11.0 system with java1.4 package and the recommended patches for it (but not very sure all pathches). but I met a error when use socket of java1.4. the error i got when ran is: "java.net.SocketException: Socket closed "
I wonder if there are other any critial patches need to be installed?
here is the simple test of socket:
1.
import java.net.*;
class TestSocket{
public static void main(String[] args){
try{
System.out.println("Listen the port 10240 ...");
ServerSocket ss = new ServerSocket(10240);
Socket s = ss.accept();
System.out.println("Receive the request from " + s);
}catch(Exception ex){
System.out.println(ex);
}
}
}
2.
import java.net.*;
class Request{
public static void main(String[] a){
try{
Socket s = new Socket("localhost",10240);
}catch(Exception ex){
System.out.println(ex);
}
}
}
your help is highly appreicated
I wonder if there are other any critial patches need to be installed?
here is the simple test of socket:
1.
import java.net.*;
class TestSocket{
public static void main(String[] args){
try{
System.out.println("Listen the port 10240 ...");
ServerSocket ss = new ServerSocket(10240);
Socket s = ss.accept();
System.out.println("Receive the request from " + s);
}catch(Exception ex){
System.out.println(ex);
}
}
}
2.
import java.net.*;
class Request{
public static void main(String[] a){
try{
Socket s = new Socket("localhost",10240);
}catch(Exception ex){
System.out.println(ex);
}
}
}
your help is highly appreicated
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2002 09:09 PM
11-17-2002 09:09 PM
Re: hp_ux11.0 socket error of java1.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 01:44 AM
11-19-2002 01:44 AM
Re: hp_ux11.0 socket error of java1.4
tks a lot
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP