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 255354 - IllegalStateException: No jrt provider.
Summary: IllegalStateException: No jrt provider.
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: JDK_9, NO81
Depends on:
Blocks:
 
Reported: 2015-09-17 09:23 UTC by Jiri Prox
Modified: 2015-09-22 12:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219979


Attachments
stacktrace (4.36 KB, text/plain)
2015-09-17 09:23 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2015-09-17 09:23:46 UTC
Build: NetBeans Dev JDK9 branch (Build 20150915-63db74ce1bef)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81, Java(TM) SE Runtime Environment, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81
OS: Windows 7

User Comments:
jiriprox: Creating J2se project




Stacktrace: 
java.lang.IllegalStateException: No jrt provider.
   at org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystem.create(NBJRTFileSystem.java:107)
   at org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystemProvider.getFileSystem(NBJRTFileSystemProvider.java:87)
   at org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystemProvider.getFileSystem(NBJRTFileSystemProvider.java:72)
   at org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTURLMapper.getFileObjects(NBJRTURLMapper.java:97)
   at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:213)
   at org.netbeans.modules.java.j2seplatform.platformdefinition.Util.createModulePath(Util.java:116)
Comment 1 Jiri Prox 2015-09-17 09:23:48 UTC
Created attachment 156231 [details]
stacktrace
Comment 2 Jiri Prox 2015-09-17 09:25:53 UTC
This is serious problem, this blocks opening/creating j2se projects
Comment 3 Jiri Kovalsky 2015-09-18 09:21:06 UTC
Not related to NetBeans 8.1.
Comment 4 Martin Balin 2015-09-21 13:40:10 UTC
Wrong NB build - Windows launcher error.
Comment 5 Jiri Prox 2015-09-22 12:43:28 UTC
In the new build it works fine