File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes error after connecting to external appl running at a different port 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 » Tomcat
Reply Bookmark "error after connecting to external appl running at a different port" Watch "error after connecting to external appl running at a different port" New topic
Author

error after connecting to external appl running at a different port

anand shek
Greenhorn

Joined: Sep 17, 2004
Posts: 1
Hi All,

From a java web application, installed on Tomcat 4.018, we are accessing another application which runs on another port (through their API). Our application is developed on MVC based pattern. Now before accessing this external application the web application is working fine, but after accessing the external application we are getting this error if we access the web application:
---------------------------------------------------
Sep 21, 2004 4:35:34 PM org.apache.coyote.http11.Http11Processor process
SEVERE: Error processing request java.lang.NullPointerExceptionnull at java.io.Writer.write(Writer.java:126)
null at java.io.PrintWriter.newLine(PrintWriter.java:254)null at java.io.PrintWriter.println(PrintWriter.java:405)null
at java.io.PrintWriter.println(PrintWriter.java:516)null at org.apache.catalina.logger.LoggerBase.log(LoggerBase.java:290)null
at org.apache.coyote.tomcat4.CoyoteAdapter.log(CoyoteAdapter.java:628)null at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:230)null
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)null at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)null
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)null at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)null
at java.lang.Thread.run(Thread.java:536)null

---------------------------------------------------

We are not able to trace this, please help.

Thanks,
Anand
pjoisha
Ranch Hand

Joined: Mar 06, 2001
Posts: 123
How're you accessing this external application? Could you pls be more specific

Thanks,
PJ
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: error after connecting to external appl running at a different port
 
Similar Threads
Problem running sample JSP in tomcat 4.1.24
never-seen error ...
Mysterious Error in Tomcat Container
Corruption - after restart, getting HTTP 500
Help..What this error means???