This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Oracle/OAS and the fly likes Oracle 9iAS Query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Oracle 9iAS Query" Watch "Oracle 9iAS Query" New topic
Author

Oracle 9iAS Query

Jawed Nazar Ali
Greenhorn

Joined: Feb 10, 2004
Posts: 15
Hello guys,
i have a question related to Oracle 9i Application Server, i have deployed an application on both on Tomcat and Oracle 9iAS(<url>http://otn.oracle.com/docs/tech/java/oc4j/htdocs/getstart.htm</url> . Its written on the above webpage that Oracle9iAS is 100% compatible with tomcat. But application is running fine on Tomcat, no errors, not on Oracle it throws IllegalStateException following is the complete error message displayed on the browser:
----------------------------------------------------------------------------
java.lang.IllegalStateException: Response has already been committed
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1771)
at javax.servlet.ServletResponseWrapper.resetBuffer(ServletResponseWrapper.java:77)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:217)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
at _administrator._Login._jspService(_Login.java:206)
[SRC:/Administrator/Login.jsp:123]
at com.orionserver[Oracle9iAS (9.0.2.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
----------------------------------------------------------------------------
does any one has answer for this? please help me
thanks in advance.
Jawed Ali


Jawed Nazar Ali<br /><a href="http://www.jawed.info" target="_blank" rel="nofollow">http://www.jawed.info</a>
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

We have a forum dedicated to Oracle here. I'm moving this post there for you.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Deepak A
Ranch Hand

Joined: Oct 04, 2001
Posts: 120
Firstly Bear,
Can u transfer this topic to Orion container. There are better chances of getting an answer there as Oracle 9i AS is not related to Oracle and Database guys wont be able to get a solution for this.
Coming to the question, dude can u paste the code of jsp page here ? I think i shud be able to get rid of this one for u.


Face Off.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Oracle 9iAS Query
 
Similar Threads
Oracle 9iAS Query
Version conflict
another error on page
dont know this error means?
JaxP with Oracle 9i