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 254911 - NoSuchMethodError: org.netbeans.modules.web.common.api.UsageLogger.log([Ljava/lang/String;)V
Summary: NoSuchMethodError: org.netbeans.modules.web.common.api.UsageLogger.log([Ljava...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-01 14:21 UTC by tveimo
Modified: 2015-09-15 01:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219445


Attachments
stacktrace (615 bytes, text/plain)
2015-09-01 14:21 UTC, tveimo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tveimo 2015-09-01 14:21:33 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-184-on-20150804)
VM: OpenJDK 64-Bit Server VM, 1.9.0-internal-torgeir_2015_08_14_11_14-b00, OpenJDK Runtime Environment, 1.9.0-internal-torgeir_2015_08_14_11_14-b00
OS: Mac OS X

User Comments:
tveimo: deploying maven war project

arthurgregorio: deploy jee application with wildfly and jrebel

GUEST: Occurs randomly

tveimo: unknown

arthurgregorio: deploy jee application with or without jerebel on wildfly 8.2.x

tveimo: unknown




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.web.common.api.UsageLogger.log([Ljava/lang/String;)V
   at org.netbeans.modules.javaee.project.api.ClientSideDevelopmentSupport.showURL(ClientSideDevelopmentSupport.java:139)
   at org.netbeans.modules.maven.j2ee.execution.DeploymentHelper.perform(DeploymentHelper.java:218)
   at org.netbeans.modules.maven.j2ee.execution.ExecutionChecker.executionResult(ExecutionChecker.java:93)
   at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:315)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
Comment 1 tveimo 2015-09-01 14:21:36 UTC
Created attachment 155806 [details]
stacktrace
Comment 2 Tomas Mysik 2015-09-14 09:29:15 UTC
Fixed. Anyway, simply download a fresh dev build from netbeans.org and it will work for you.

Thanks.

http://hg.netbeans.org/web-main/rev/728e4751e8a8
Comment 3 Quality Engineering 2015-09-15 01:24:01 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/728e4751e8a8
User: Tomas Mysik <tmysik@netbeans.org>
Log: #254911 - NoSuchMethodError: org.netbeans.modules.web.common.api.UsageLogger.log([Ljava/lang/String;)V