This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268687 - Infinited loop in log window
Summary: Infinited loop in log window
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-26 07:04 UTC by witerb
Modified: 2016-10-26 07:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description witerb 2016-10-26 07:04:32 UTC
Unfinited loop when deploy o redeploy application using "Run project" from menu. Similar problem, but different log content is in NetBeans 8.2
Application is deploying on WildFly 10, WildFly is running from NetBeans.
Problem occurs once in several cases. Not always. 

Output console window:

2016-10-25 11:31:31,134 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
2016-10-25 11:31:31,275 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting
2016-10-25 11:31:31,275 DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties:
	awt.toolkit = sun.awt.windows.WToolkit
	file.encoding = utf-8
	file.encoding.pkg 2016-10-25 11:31:29,036 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
2016-10-25 11:31:31,134 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
2016-10-25 11:31:31,275 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting
2016-10-25 11:31:31,275 DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties:
	awt.toolkit = sun.awt.windows.WToolkit
	file.encoding = utf-8
	file.encoding.pkg 2016-10-25 11:31:29,036 INFO  [org.jboss.modules] 

(unifinited loop)