Re: Upgrade from NB 8.0.2 to NB 8.1
Benno Markiewicz <[email protected]> Wed, 18 May 2016 19:47:23 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4gTKuHJew_k726t=+Jn4nw5B4C54vYVh_F65oDq3q1eyA@mail.gmail.com> |
Disable the maven runner plugin and file an issue at its bugtracker at https://github.com/mcheung63/MavenRunner ! With kind regards, markiewb 2016-05-18 16:18 GMT+02:00 dcdguitar <[email protected]>: > I trying to profile my code and cannot find much documentation on the > 8.0.2 profiler. I upgraded to 8.1 since there was a UI change from 8.0.2 > to 8.1. Tried loading both SE and EE editions and get the same issue trying > to open maven projects that I have been working on with 8.0.2 without any > issues. This is the exception I get trying to open a project. Bug has been > generated but I need a workaround so I can continue profiling. > > java.lang.NoClassDefFoundError: com/thoughtworks/xstream/XStream > at > com.peter.mavenrunner.MavenRunnerTopComponent.fromString(MavenRunnerTopComponent.java:804) > at > com.peter.mavenrunner.MavenRunnerTopComponent.refreshTree(MavenRunnerTopComponent.java:721) > at > com.peter.mavenrunner.MavenRunnerTopComponent$16.projectOpened(MavenRunnerTopComponent.java:832) > at > org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:85) > [catch] at > org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1298) > at > org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1379) > at > org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:823) > at > org.netbeans.modules.project.ui.OpenProjectList$6.run(OpenProjectList.java:675) > at > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443) > at > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68) > at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303) > at > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058) > > > > >