[jira] [Commented] (NETBEANS-4768) Tomcat server status not detected after enabling SSL

2022-06-15 Thread Junior Dussouillez (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17554524#comment-17554524
 ] 

Junior Dussouillez commented on NETBEANS-4768:
--

Still the same with Netbeans 13.0

> Tomcat server status not detected after enabling SSL
> 
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
> Attachments: tomcat_9.0.37_ssl_start.log
>
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-4768) Tomcat server status not detected after enabling SSL

2020-09-03 Thread Junior Dussouillez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junior Dussouillez updated NETBEANS-4768:
-
Summary: Tomcat server status not detected after enabling SSL  (was: Tomcat 
server status not recognized after enabling SSL)

> Tomcat server status not detected after enabling SSL
> 
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
> Attachments: tomcat_9.0.37_ssl_start.log
>
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-4768) Tomcat server status not recognized after enabling SSL

2020-09-03 Thread Junior Dussouillez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junior Dussouillez updated NETBEANS-4768:
-
Attachment: tomcat_9.0.37_ssl_start.log

> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
> Attachments: tomcat_9.0.37_ssl_start.log
>
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-4768) Tomcat server status not recognized after enabling SSL

2020-09-03 Thread Junior Dussouillez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junior Dussouillez updated NETBEANS-4768:
-
Description: 
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798

  was:
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798


> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-4768) Tomcat server status not recognized after enabling SSL

2020-09-03 Thread Junior Dussouillez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junior Dussouillez updated NETBEANS-4768:
-
Labels: ssl tomcat9  (was: )

> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-4768) Tomcat server status not recognized after enabling SSL

2020-09-03 Thread Junior Dussouillez (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junior Dussouillez updated NETBEANS-4768:
-
Description: 
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798

  was:
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798


> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-4768) Tomcat server status not recognized after enabling SSL

2020-09-03 Thread Junior Dussouillez (Jira)
Junior Dussouillez created NETBEANS-4768:


 Summary: Tomcat server status not recognized after enabling SSL
 Key: NETBEANS-4768
 URL: https://issues.apache.org/jira/browse/NETBEANS-4768
 Project: NetBeans
  Issue Type: Bug
  Components: serverplugins - Tomcat
Affects Versions: 12.0
 Environment: Product Version: Apache NetBeans IDE 12.0
Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
User directory: /home/junior/.netbeans/12.0
Cache directory: /home/junior/.cache/netbeans/12.0
Reporter: Junior Dussouillez


When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1932) Random excessive CPU load (100%)

2019-05-16 Thread Junior Dussouillez (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16841163#comment-16841163
 ] 

Junior Dussouillez commented on NETBEANS-1932:
--

No more CPU problem with Netbeans 11.0. I used it for a few days and I didn't 
get any similar issues.

> Random excessive CPU load (100%)
> 
>
> Key: NETBEANS-1932
> URL: https://issues.apache.org/jira/browse/NETBEANS-1932
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
> Environment: Linux, 4.10.0-38-generic, amd64
> OpenJDK 64-Bit Server VM, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1, OpenJDK Runtime 
> Environment, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1
> Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: performance
> Attachments: CPU_Load.png, IDE_Log.txt, Netbeans_CPU_Load.png, 
> UI_Log.txt
>
>
> Since Netbeans 9.0, I get random excessive CPU load. It can happen twice a 
> day or even twice an hour. The UI does not respond and the CPU goes to 100%.
> I have to kill the netbeans process and when I start it again, I get the 
> error window (see the UI_Log.txt and IDE_Log.txt log files).
> I remain at your disposal if you need more informations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1932) Random excessive CPU load (100%)

2019-01-17 Thread Junior Dussouillez (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745858#comment-16745858
 ] 

Junior Dussouillez commented on NETBEANS-1932:
--

Since I reported the issue, I got the problem 4-5 times and I noticed that each 
time it happens, the "Checking for external changes" task is running.

If I'm fast enough to cancel it when my computer begins to be slow, the IDE 
stays alive because the CPU load decreases a few seconds later. Otherwise the 
CPU goes to 100% during 30 seconds or more.

I will try to take some time to profile the IDE to give you more informations.

> Random excessive CPU load (100%)
> 
>
> Key: NETBEANS-1932
> URL: https://issues.apache.org/jira/browse/NETBEANS-1932
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
> Environment: Linux, 4.10.0-38-generic, amd64
> OpenJDK 64-Bit Server VM, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1, OpenJDK Runtime 
> Environment, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1
> Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: performance
> Attachments: CPU_Load.png, IDE_Log.txt, Netbeans_CPU_Load.png, 
> UI_Log.txt
>
>
> Since Netbeans 9.0, I get random excessive CPU load. It can happen twice a 
> day or even twice an hour. The UI does not respond and the CPU goes to 100%.
> I have to kill the netbeans process and when I start it again, I get the 
> error window (see the UI_Log.txt and IDE_Log.txt log files).
> I remain at your disposal if you need more informations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-1932) Random excessive CPU load (100%)

2019-01-15 Thread Junior Dussouillez (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742869#comment-16742869
 ] 

Junior Dussouillez edited comment on NETBEANS-1932 at 1/15/19 8:45 AM:
---

[~Chrizzly] I have the following projects open : 
 * A maven multimodule project (pom only)
 * Submodule #0 - A Jersey REST API project
 * Submodule #1 - The "common" module (beans & DAOs)
 * Submodule #2 - A console application to generate a JAR
 * Submodule #3 - A HTML5 project (contains a pom AND a package.json) for the 
frontend of the app (Angular 7)
 * A simple console application project with a single main class to test code

All the projects are using Maven. Unfortunately this is a company project, so I 
can't give you the sources.

I tried to isolate an action that trigger the CPU overload, but I didn't 
succeeded. It happens sometimes when editing a file, or using the "refactor" 
feature, or even if the Netbeans window is not the active one. I will continue 
to analyze the error and post updates in the comments if I find something.

 

Anyway, thanks for the project, and your reactivity !


was (Author: jr1447):
[~Chrizzly] I have the following projects open : 
 * A maven multimodule project (pom only)
 * Submodule #0 - A Jersey REST API project
 * Submodule #1 - The "common" module (beans & DAOs)
 * Submodule #2 - A console application to generate a JAR
 * Submodule #3 - A HTML5 project (contains a pom AND a packages.json) for the 
frontend of the app (Angular 7)
 * A simple console application project with a single main class to test code

All the projects are using Maven. Unfortunately this is a company project, so I 
can't give you the sources.

I tried to isolate an action that trigger the CPU overload, but I didn't 
succeeded. It happens sometimes when editing a file, or using the "refactor" 
feature, or even if the Netbeans window is not the active one. I will continue 
to analyze the error and post updates in the comments if I find something.

 

Anyway, thanks for the project, and your reactivity !

> Random excessive CPU load (100%)
> 
>
> Key: NETBEANS-1932
> URL: https://issues.apache.org/jira/browse/NETBEANS-1932
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
> Environment: Linux, 4.10.0-38-generic, amd64
> OpenJDK 64-Bit Server VM, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1, OpenJDK Runtime 
> Environment, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1
> Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: performance
> Attachments: CPU_Load.png, IDE_Log.txt, Netbeans_CPU_Load.png, 
> UI_Log.txt
>
>
> Since Netbeans 9.0, I get random excessive CPU load. It can happen twice a 
> day or even twice an hour. The UI does not respond and the CPU goes to 100%.
> I have to kill the netbeans process and when I start it again, I get the 
> error window (see the UI_Log.txt and IDE_Log.txt log files).
> I remain at your disposal if you need more informations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1932) Random excessive CPU load (100%)

2019-01-15 Thread Junior Dussouillez (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742869#comment-16742869
 ] 

Junior Dussouillez commented on NETBEANS-1932:
--

[~Chrizzly] I have the following projects open : 
 * A maven multimodule project (pom only)
 * Submodule #0 - A Jersey REST API project
 * Submodule #1 - The "common" module (beans & DAOs)
 * Submodule #2 - A console application to generate a JAR
 * Submodule #3 - A HTML5 project (contains a pom AND a packages.json) for the 
frontend of the app (Angular 7)
 * A simple console application project with a single main class to test code

All the projects are using Maven. Unfortunately this is a company project, so I 
can't give you the sources.

I tried to isolate an action that trigger the CPU overload, but I didn't 
succeeded. It happens sometimes when editing a file, or using the "refactor" 
feature, or even if the Netbeans window is not the active one. I will continue 
to analyze the error and post updates in the comments if I find something.

 

Anyway, thanks for the project, and your reactivity !

> Random excessive CPU load (100%)
> 
>
> Key: NETBEANS-1932
> URL: https://issues.apache.org/jira/browse/NETBEANS-1932
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
> Environment: Linux, 4.10.0-38-generic, amd64
> OpenJDK 64-Bit Server VM, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1, OpenJDK Runtime 
> Environment, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1
> Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: performance
> Attachments: CPU_Load.png, IDE_Log.txt, Netbeans_CPU_Load.png, 
> UI_Log.txt
>
>
> Since Netbeans 9.0, I get random excessive CPU load. It can happen twice a 
> day or even twice an hour. The UI does not respond and the CPU goes to 100%.
> I have to kill the netbeans process and when I start it again, I get the 
> error window (see the UI_Log.txt and IDE_Log.txt log files).
> I remain at your disposal if you need more informations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1932) Random excessive CPU load (100%)

2019-01-14 Thread Junior Dussouillez (JIRA)
Junior Dussouillez created NETBEANS-1932:


 Summary: Random excessive CPU load (100%)
 Key: NETBEANS-1932
 URL: https://issues.apache.org/jira/browse/NETBEANS-1932
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0, 10.0
 Environment: Linux, 4.10.0-38-generic, amd64
OpenJDK 64-Bit Server VM, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1, OpenJDK Runtime 
Environment, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1
Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
Reporter: Junior Dussouillez
 Attachments: CPU_Load.png, IDE_Log.txt, Netbeans_CPU_Load.png, 
UI_Log.txt

Since Netbeans 9.0, I get random excessive CPU load. It can happen twice a day 
or even twice an hour. The UI does not respond and the CPU goes to 100%.

I have to kill the netbeans process and when I start it again, I get the error 
window (see the UI_Log.txt and IDE_Log.txt log files).

I remain at your disposal if you need more informations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists