Re: Tomcat 8.5.x configuration file differences: permission denied

2019-04-07 Thread Mark Thomas
ags I'll update the web page ti use GitHub instead. Mark > > On Thu, 4 Apr 2019 at 16:19, George Angeletos wrote: >> >> I am getting permission denied when trying to view configuration file >> changes between 8.5.x versions ( >> https://tomcat.apache.org/mig

Re: Tomcat 8.5.x configuration file differences: permission denied

2019-04-04 Thread Maxim Solodovnik
you can use github for this :) On Thu, 4 Apr 2019 at 16:19, George Angeletos wrote: > > I am getting permission denied when trying to view configuration file > changes between 8.5.x versions ( > https://tomcat.apache.org/migration-85.html#Upgrading_8.5.x) > > https://gitbox.ap

Tomcat 8.5.x configuration file differences: permission denied

2019-04-04 Thread George Angeletos
I am getting permission denied when trying to view configuration file changes between 8.5.x versions ( https://tomcat.apache.org/migration-85.html#Upgrading_8.5.x) https://gitbox.apache.org/repos/asf?p=tomcat.git&a=blobdiff&f=conf%2Fcatalina.policy&hpb=8.5.37&hb=8.5.39 Cheers, George

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2018-01-02 Thread Coty Sutherland
On Tue, Dec 26, 2017 at 8:12 AM, Alceu R. de Freitas Jr. wrote: > Hello Coty, > For the sake of others readers, I confirm the behavior you identified from > SELinux: Great, thanks. > [root@localhost audit]# grep -P '^type=AVC' audit.log | grep name_bind > type=AVC msg=audit(1513876523.918:145)

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-26 Thread Alceu R. de Freitas Jr.
Hello Coty, For the sake of others readers, I confirm the behavior you identified from SELinux: [root@localhost audit]# grep -P '^type=AVC' audit.log | grep name_bind type=AVC msg=audit(1513876523.918:145): avc:  denied  { name_bind } for  pid=10420 comm="java" src=8090 scontext=system_u:system_

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Coty, On 12/21/17 3:49 PM, Coty Sutherland wrote: > On Thu, Dec 21, 2017 at 2:45 PM, Alceu R. de Freitas Jr. > wrote: >> Hello Cristopher, I never saw something like that too. I also >> search on Google, all occurrences happened with people trying

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-21 Thread Coty Sutherland
home=/usr/share/tomcat > -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat/temp > -Djava.util.logging.config.file=/usr/share/tomcat/conf/logging.properties > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager > org.apache.catalina.startup.Bootstrap start > root

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-21 Thread Alceu R. de Freitas Jr.
T, Christopher Schultz escreveu: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I've never seem "BindException: permission denied" when the port number is above 1024. Are you sure it's the connector port (e.g. 8090) it's complaining about? When you try your "oth

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-21 Thread Christopher Schultz
connectionTimeout="2" redirectPort="8443" /> > > I soon as I started, I got "BindException: permission denied" > exception on the catalina log file. If I stop Jenkins daemon and > change it back to 8080, it works as expected. I even tried to put

getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-21 Thread Alceu R. de Freitas Jr.
to 8090 by editing /etc/tomcat/server.xml, in the following line: And the change: I soon as I started, I got "BindException: permission denied" exception on the catalina log file. If I stop Jenkins daemon and change it back to 8080, it works as expected. I even tried to put port number

Re: java.net.SocketException: "Permission denied": connect, when running Tomcat 7 as a windows service

2013-10-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 10/23/13 12:34 AM, Igor Cicimov wrote: > On Wed, Oct 23, 2013 at 1:59 PM, Rodolfo Piedrabuena > > wrote: > >> Hi there, >> >> I'm receiving the following exception: >> >> java.ne

Re: java.net.SocketException: "Permission denied": connect, when running Tomcat 7 as a windows service

2013-10-22 Thread Igor Cicimov
On Wed, Oct 23, 2013 at 1:59 PM, Rodolfo Piedrabuena wrote: > Hi there, > > I'm receiving the following exception: > > java.net.SocketException: "Permission denied": connect > > when instantiating a Socket from a servlet: > > final Socket

java.net.SocketException: "Permission denied": connect, when running Tomcat 7 as a windows service

2013-10-22 Thread Rodolfo Piedrabuena
Hi there, I'm receiving the following exception: java.net.SocketException: "Permission denied": connect when instantiating a Socket from a servlet: final Socket smtpSocket = new Socket(mailTransportHost, mailTransportPort); This application was running as a service under Wind

Re: java.net.SocketException: Permission denied: listen failed

2009-10-11 Thread Peter Crowther
E: Error initializing endpoint > java.net.SocketException: Permission denied: listen failed Looks like a firewall issue. Some versions of Norton Firewall are known to cause this problem on Vista, and it looks like they need to be uninstalled to fix it. See, for example: http://www.nabble.com/Tomcat-6

java.net.SocketException: Permission denied: listen failed

2009-10-11 Thread msg2ajay
: Permission denied: listen failed at java.net.PlainSocketImpl.socketListen(Native Method) at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:374) at java.net.ServerSocket.bind(ServerSocket.java:320) at java.net.ServerSocket.(ServerSocket.java:185) at

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-08 Thread Charles Lim
Finally the issue was solved. It was due to the Norman Anti-virus+Firwall. Although I have disable the firewall, stopped all Norman services that can be stopped, i still get the Permission Denied error. Only after I have uninstalled Norman can Tomcat start. After which I 1) installed AVG free

RE: Permission Denied

2008-08-06 Thread Martin Gainty
: Permission Denied > > Hi, > I got the error shown below when i run startup.bat. Seems to have 2 main > error here: > 1. Tomcat not able to find the library that allows optimal performance in > production environment. > 2. There is a Permission Denied while trying to initiali

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Charles Lim
Below is the result. Seems like the port is ok. C:\Users\Charles\Downloads\java\apache>openssl s_server -nocert -accept 8080 Loading 'screen' into random state - done Using default temp DH parameters Using default temp ECDH parameters ACCEPT On Wed, Aug 6, 2008 at 5:54 PM, Mladen Turk <[EMAIL P

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Mladen Turk
Charles Lim wrote: I try to run, but it says -nocert and -accept commands are invalid: C:\Downloads\test program>openssl -nocert -accept 8080 openssl:Error: '-nocert' is an invalid command. Sorry, its openssl s_server -nocert -accept 8080 Regards -- ^(TM) ---

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Charles Lim
I try to run, but it says -nocert and -accept commands are invalid: C:\Downloads\test program>openssl -nocert -accept 8080 openssl:Error: '-nocert' is an invalid command. Standard commands asn1parse ca cipherscrlcrl2pkcs7 dgst dh dhparam

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Mladen Turk
Charles Lim wrote: Below is the result after running netstat...both port 8080 and 8383 do not seem to be used. C:\Programs2\apache-tomcat-6.0.18\bin>netstat -ab -p tcp Active Connections Seems the ports are not used. So you should try some simple program Download openssl.exe from http://www.

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Charles Lim
e error shown below when i run startup.bat. Seems to have 2 main >> error here: >> 1. Tomcat not able to find the library that allows optimal performance in >> production environment. >> > > This not an error. It's an [info] that you are not using > tcnative-1.dll >

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Mladen Turk
t you are not using tcnative-1.dll 2. There is a Permission Denied while trying to initialize endpoint. Currently using: Microsoft Vista jdk1.6.0_10 (tried jdk1.5.16 also does not work) tomcat 6.0.18 What I have tried: * has disabled the firewall * start the DOS session as administrator * chang

Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-05 Thread Charles Lim
Hi, (reposted to provide more meaningful subject) I got the error shown below when i run startup.bat. Seems to have 2 main error here: 1. Tomcat not able to find the library that allows optimal performance in production environment. 2. There is a Permission Denied while trying to initialize

Permission Denied

2008-08-05 Thread Charles Lim
Hi, I got the error shown below when i run startup.bat. Seems to have 2 main error here: 1. Tomcat not able to find the library that allows optimal performance in production environment. 2. There is a Permission Denied while trying to initialize endpoint. Currently using: Microsoft Vista

RE: java.io.FileNotFoundException: /var/lib/tomcat5.5/work/Catalina/localhost/admin/SESSIONS.ser(Permission denied)

2008-04-25 Thread Caldarale, Charles R
> From: Toni Tortosa [mailto:[EMAIL PROTECTED] > Subject: java.io.FileNotFoundException: > /var/lib/tomcat5.5/work/Catalina/localhost/admin/SESSIONS.ser( > Permission denied) > > Apr 25, 2008 7:37:41 AM > org.apache.catalina.session.StandardManager doUnload > SEVERE:

java.io.FileNotFoundException: /var/lib/tomcat5.5/work/Catalina/localhost/admin/SESSIONS.ser (Permission denied)

2008-04-25 Thread Toni Tortosa
Hello, I've also this error Apr 25, 2008 7:37:41 AM org.apache.catalina.session.StandardManager doUnload SEVERE: IOException while saving persisted sessions: java.io.FileNotFoundException: /var/lib/tomcat5.5/work/Catalina/localhost/admin/SESSIONS.ser (Permission d

Re: .java(Permission denied) error in tomcat

2007-02-27 Thread David Smith
gt; /usr/local/jakarta/jakarta-tomcat-5.5.9/work/Catalina/localhost/_/org/apache/jsp/Serv_jsp.java > > (Permission denied) > > > Please any one help me. - To start a new topic, e-mail: users@tomcat.apache.org To unsu

.java(Permission denied) error in tomcat

2007-02-26 Thread Muruganantham
/Serv_jsp.java (Permission denied) Please any one help me. -- Regards, M.Muruganantham. CheapChess Development Team, Silicon Oyster Technologies, Chennai-84. www.sot.in

Re: Permission denied (O/T)

2006-05-24 Thread Martin Gainty
;[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Tuesday, May 23, 2006 7:05 PM Subject: Re: Permission denied > Hi Martin, > > Thanks for your answer but i still have the same problem. > Here is my virtual ho

Re: Permission denied

2006-05-23 Thread Tabu Isiaka
sday, May 23, 2006 5:05 PM Subject: Re: Permission denied > The location directive for the virtual site has to be specified in httpd.conf > > > ProxyPass ajp://localhost:8009/contact/ > Allow from localhost > > > Also determine if the admin is either blocking or

Re: Permission denied

2006-05-23 Thread Martin Gainty
email and destroy the original message without making a copy. Thank you. - Original Message - From: "Tabu Isiaka" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 23, 2006 4:21 PM Subject: Permission denied > Hi, > > Can someone

Permission denied

2006-05-23 Thread Tabu Isiaka
Hi, Can someone help to found how I can resolve the following message : (13)Permission denied: proxy: AJP: attempt to connect to 127.0.0.1:8009 I am trying to use apache2.2 with tomcat5 either with mod_jk or mod_proxy_ajp. Thanks you for your help. Tabu