Mike,
Just a simple thing to try...
I actually ran into a similar problem yesterday with NB 8 when setting up a Web
Services Client. I was pointed to the wsdl and the code using the web service
had no errors, but wouldn't run or debug due to missing classes for the web
service. I did a "Clea
I was trying to use the web services feature in NB 9. I point to my wsdl and
it shows me all the methods as I would expect. However, when I test I get the
following stack trace:
com/sun/istack/logging/Logger
java.lang.NoClassDefFoundError at
java.lang.ClassLoader.defineClass1(Native Method)
ja
Thanks!
Mike
-Original Message-
From: Emilian Bold [mailto:emilian.b...@protonmail.ch]
Sent: Wednesday, June 13, 2018 7:51 AM
To: Mike Billman
Cc: us...@netbeans.incubator.apache.org
Subject: Re: IllegalStateException on startup (NB 9)
You have a 3rd party plugin com.peter.mavenrunner.
You have a 3rd party plugin com.peter.mavenrunner.MavenRunnerTopComponent
that's calling a NetBeans API outside the AWT thread.
NetBeans is just warning you about that. Generally it's not causing something
but once in a blue-moon such calls will cause unexpected states and bugs will
show up.
I
I have gotten this exception two days in a row when starting NB 9. Seems to
not have any impact on the IDE, but strange.
java.lang.IllegalStateException: Problem in some module which uses Window
System: Window System API is required to be called from AWT thread only, see
http://core.netbeans.o