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 256535

Summary: No ProjectInformationProvider found in global lookup : migrating from 8.02 to 8.1
Product: platform Reporter: kuz
Component: LookupAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description kuz 2015-11-12 06:16:01 UTC
Problem occurs when changing the version from RELEASE802 to RELEASE81 of the following dependency. Note that all other dependencies of all the modules are updated to RELEASE81.

<dependency>
    <groupId>org.netbeans.api</groupId>
    <artifactId>org-netbeans-modules-projectapi</artifactId>     
</dependency>


java.lang.IllegalStateException: No ProjectInformationProvider found in global Lookup.
	at org.netbeans.api.project.ProjectUtils.getInformation(ProjectUtils.java:94)
	at org.netbeans.modules.plsql.filetype.cache.PlsqlFileLocatorServiceImpl.getProjectName(PlsqlFileLocatorServiceImpl.java:183)
	at org.netbeans.modules.plsql.filetype.cache.PlsqlFileLocatorServiceImpl.getPlsqlType(PlsqlFileLocatorServiceImpl.java:190)