Re: Commons Daemon (jsvc) fails to bind on port 443 on JRE11

2019-07-15 Thread Kanaga Ganesan (kanagane)
Hi Maxim, Thanks for the quick response. "You need to be `root` to use ports below 1000" - Though commons daemon(jsvc) is used to get the root privilege, start the server and downgrade the privilege at later point of time, binding on port 443 fails. Also, exception is not seen for

Re: [SCXML] Support for Commons JEXL in SCXML

2019-07-15 Thread Woonsan Ko
Hi Diptendu, I don't think the 'target' attribute is meant to be used with expressional values. [1] I guess you might want to try with transition elements with cond attribute, which is expressional [1], instead. For example, Regards, Woonsan [1]

[SCXML] Support for Commons JEXL in SCXML

2019-07-15 Thread Diptendu Dutta
Some thing like .. .. does not work. *SEVERE: Transition target with ID "${startState}" not found* However, the spec at https://commons.apache.org/proper/commons-jexl/reference/syntax.html mentions If a variable user valued JEXL is

Re: Commons Daemon (jsvc) fails to bind on port 443 on JRE11

2019-07-15 Thread Kanaga Ganesan (kanagane)
No. Also as you can see the stack trace, Caused by: java.net.SocketException: Permission denied > > at sun.nio.ch.Net.bind0(NativeMethod) > > at

Re: Commons Daemon (jsvc) fails to bind on port 443 on JRE11

2019-07-15 Thread Maxim Solodovnik
Is it possible port 443 is already being used by some other service? On Mon, 15 Jul 2019 at 18:05, Kanaga Ganesan (kanagane) wrote: > > Hi Maxim, > > Thanks for the quick response. > "You need to be `root` to use ports below 1000" - Though commons > daemon(jsvc) is used to get the root

Re: Commons Daemon (jsvc) fails to bind on port 443 on JRE11

2019-07-15 Thread Maxim Solodovnik
You need to be `root` to use ports below 1000 On Mon, 15 Jul 2019 at 17:38, Krishna Chaitanya Koppisetty (kchaitan) wrote: > > Hi, > > I tried compiling the commons daemon 1.2.0 source with jdk 11. When > configured on apache tomcat version 9.0.16 with JRE11, the tomcat server > fails to

Commons Daemon (jsvc) fails to bind on port 443 on JRE11

2019-07-15 Thread Krishna Chaitanya Koppisetty (kchaitan)
Hi, I tried compiling the commons daemon 1.2.0 source with jdk 11. When configured on apache tomcat version 9.0.16 with JRE11, the tomcat server fails to come up. It fails to bind on port 443 with java.net.SocketException. Can you please help use resolve this. 12-Jul-2019 07:10:08.994 INFO