MalformedStreamException after Tomcat Upgrade.

2020-03-14 Thread Srijith Kochunni
Hi All, This is to seek help on a strange issue that we are observing. We recently did a minor upgrade of Tomcat from 9.0.30 to 9.0.31, in our application, in order to address vulnerability in AJP connector. Ever since then we have started seeing upload failures with our upload servle

[commons-daemon] jsvc controlled process unable to bind to port 80

2008-12-18 Thread Srijith Kochunni
Hi All, I am using jsvc to daemonize my java application, which runs on a Linux box. I get an error java.net.BindException: Permission denied. I get this only for ports < 1024 and I understand on linux to bind to any ports which are below 1024, you require root permission. Therefo