Anu Narayanan

Greenhorn
+ Follow
since Jan 07, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Anu Narayanan

I am getting the following error while creating a channel rule in the RDBMS event generator in weblogic 10.2

<[weblogic.servlet.internal.WebAppServletContext@19f9684 - appName: 'rdbmsEG_ear', name: '/rdbmsWebApp', context-path: '/rdbmsWebApp'] Servlet failed with Exception
java.lang.IllegalStateException: Cannot forward a response that is already committed
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:110)
at com.bea.wli.core.BaseServlet.forwardToPage(BaseServlet.java:107)
at com.bea.wli.oam.rdbmseg.MetaBrowser.processRequest(MetaBrowser.java:36)
at com.bea.wli.oam.rdbmseg.MetaBrowser.service(MetaBrowser.java:44)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
Truncated. see log file for complete stacktrace
16 years ago
Thanks I just created an executable jar file and was able to run it.
17 years ago
How do I run this Java Swing stand alone application outside the IDE?
17 years ago