Re: java.lang.IllegalStateException: no splash screen available
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4i+poioupWQRVSUGKfxm-aqWwnmZfwCzpwwSakX8TQ9VA@mail.gmail.com> |
File an issue at https://netbeans.org/bugzilla/ and perhaps link that new issue to https://netbeans.org/bugzilla/show_bug.cgi?id=60142 , which reported also about your issue With kind regards, markiewb 2016-04-11 22:07 GMT+02:00 bbergeson <[email protected]>: > Has anyone encountered the following error? > > java.lang.IllegalStateException: no splash screen available > at java.awt.SplashScreen.checkVisible(SplashScreen.java:197) > at java.awt.SplashScreen.update(SplashScreen.java:324) > at > org.netbeans.core.startup.Splash$SplashPainter.repaint(Splash.java:401) > at > org.netbeans.core.startup.Splash$SplashPainter$2.run(Splash.java:516) > at > java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) > at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) > at java.awt.EventQueue.access$500(EventQueue.java:97) > at java.awt.EventQueue$3.run(EventQueue.java:709) > at java.awt.EventQueue$3.run(EventQueue.java:703) > at java.security.AccessController.doPrivileged(Native Method) > at > java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) > at > java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) > at > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) > > I also see this in the IDE Log: > > InvalidPathException: can not get inode for > org.netbeans.modules.java.JavaDataObject@100accdc > [AbstractFileObject@46e5e6f4[java/awt/SplashScreen.java]]: > Illegal char <:> at index 31: java/awt/SplashScreen.java in C:\Program > Files\Java\jdk1.8.0_60\src.zip > > I started getting this after updating to NetBeans 8.1 on Windows 7. I am > running NetBeans on 64 bit Jdk 1.8 update 72 as well as my RCP app. It > occurs randomly and frequently in both debug and run modes. I would guess > that this is a race condition. > > > > >