GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JAVA program error!! help me!!
Operating System - HP-UX
1845943
Members
3941
Online
110250
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
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
06-02-2002 06:52 PM
06-02-2002 06:52 PM
JAVA program error!! help me!!
Hi everyone!
My client system is L2000, HP-UX 11.11, JDK 1.3.0.01, Web enviornment is Apache 3.3.1 and Tomcat 1.1.1.1
Our user will draw graph use of JSP and Oracle.
the error occur as next.
Error: 500
Location: /kmcp/sttssrch/Merchant/mstat-01-coupon-graph.jsp
Internal Servlet Error:
java.lang.IllegalStateException: Response has already been committed
at org.apache.tomcat.core.HttpServletResponseFacade.sendError
(HttpServletResponseFacade.java:157)
at org.apache.jasper.runtime.JspServlet.unknownException
(JspServlet.java:299)
at org.apache.jasper.runtime.JspServlet.service
(JspServlet.java:377)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.handleRequest
(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service
(ContextManager.java:559)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnect
ion(Ajp12ConnectionHandler.java:156)
at org.apache.tomcat.service.TcpConnectionThread.run
(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Unknown Source)
-------------------------------------------
the user use the library .
import="java.awt.*, java.awt.image.*, com.sun.image.codec.jpeg.*,
java.util.*, kmcp.*, java.sql.*, java.text.*"
the user define the graphic.
BufferedImage image=newBufferedImagewidth,height,BufferedImage.TYPE_INT_RGB);
Graphics g = image.getGraphics();
--------------------------------------
The error message is upper sentence.
How tell me the method of fix error.
If patch needed, tell me the Patch List.
If new version needed, tell me the lastest version.
Under the same environment, Win2K well work.
Tell me the method solve.
thank!!
My client system is L2000, HP-UX 11.11, JDK 1.3.0.01, Web enviornment is Apache 3.3.1 and Tomcat 1.1.1.1
Our user will draw graph use of JSP and Oracle.
the error occur as next.
Error: 500
Location: /kmcp/sttssrch/Merchant/mstat-01-coupon-graph.jsp
Internal Servlet Error:
java.lang.IllegalStateException: Response has already been committed
at org.apache.tomcat.core.HttpServletResponseFacade.sendError
(HttpServletResponseFacade.java:157)
at org.apache.jasper.runtime.JspServlet.unknownException
(JspServlet.java:299)
at org.apache.jasper.runtime.JspServlet.service
(JspServlet.java:377)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.handleRequest
(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service
(ContextManager.java:559)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnect
ion(Ajp12ConnectionHandler.java:156)
at org.apache.tomcat.service.TcpConnectionThread.run
(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Unknown Source)
-------------------------------------------
the user use the library .
import="java.awt.*, java.awt.image.*, com.sun.image.codec.jpeg.*,
java.util.*, kmcp.*, java.sql.*, java.text.*"
the user define the graphic.
BufferedImage image=newBufferedImagewidth,height,BufferedImage.TYPE_INT_RGB);
Graphics g = image.getGraphics();
--------------------------------------
The error message is upper sentence.
How tell me the method of fix error.
If patch needed, tell me the Patch List.
If new version needed, tell me the lastest version.
Under the same environment, Win2K well work.
Tell me the method solve.
thank!!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2002 11:14 PM
06-02-2002 11:14 PM
Re: JAVA program error!! help me!!
Hi
The HP Java is developing so quickly I would advise you to go to
www.hp.com/go/java
And download the latest verison available.
It is quite possible that this works there.
Steve Steel
The HP Java is developing so quickly I would advise you to go to
www.hp.com/go/java
And download the latest verison available.
It is quite possible that this works there.
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 11:29 AM
06-07-2002 11:29 AM
Re: JAVA program error!! help me!!
Make sure in your ../tomcat area your tomcat.properties has the classpath's defined - for example:
wrapperwrapper.classpath=/opt/java1.2/lib/tools.jar
wrapper.classpath=/opt/java1.2/lib/dt.jar
wrapper.classpath=/opt/java1.2/jre/lib/rt.jar
I also recommend getting an update - you are pretty far back - there is an update bundle out on hp's java site.
Your error looks like a tomcat configuration issue, but to test, you may want to start a trace on your listener on the database side to see if anything is coming through
wrapperwrapper.classpath=/opt/java1.2/lib/tools.jar
wrapper.classpath=/opt/java1.2/lib/dt.jar
wrapper.classpath=/opt/java1.2/jre/lib/rt.jar
I also recommend getting an update - you are pretty far back - there is an update bundle out on hp's java site.
Your error looks like a tomcat configuration issue, but to test, you may want to start a trace on your listener on the database side to see if anything is coming through
Man The Bilge Pumps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 02:57 AM
06-19-2002 02:57 AM
Re: JAVA program error!! help me!!
to analyse your problem you should test :
1) try to launch your application with the option :
-classic
with that you will disable the hotspot compiler
2) do have this problem if you have a Xserver opened and a DISPLAY set ?
regards,
Pierrick
1) try to launch your application with the option :
-classic
with that you will disable the hotspot compiler
2) do have this problem if you have a Xserver opened and a DISPLAY set ?
regards,
Pierrick
learn and explain
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 2026 Hewlett Packard Enterprise Development LP