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 271371 - NullPointerException at com.jelastic.plugin.netbeans.serverplugin.JelasticJ2eePlatformImpl2.getLibraries
Summary: NullPointerException at com.jelastic.plugin.netbeans.serverplugin.JelasticJ2e...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-26 12:26 UTC by sandx
Modified: 2017-08-26 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230133


Attachments
stacktrace (1.04 KB, text/plain)
2017-08-26 12:26 UTC, sandx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sandx 2017-08-26 12:26:24 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
sandx: java.lang.nullpointerExcpetion
Not get saving




Stacktrace: 
java.lang.NullPointerException
   at com.jelastic.plugin.netbeans.serverplugin.JelasticJ2eePlatformImpl2.getLibraries(JelasticJ2eePlatformImpl2.java:67)
   at org.netbeans.modules.j2ee.deployment.impl.query.J2eePlatformSourceForBinaryQuery.findSourceRoots2(J2eePlatformSourceForBinaryQuery.java:107)
   at org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots2(SourceForBinaryQuery.java:126)
   at org.netbeans.modules.java.hints.declarative.DeclarativeHintRegistry.findFiles(DeclarativeHintRegistry.java:182)
   at org.netbeans.modules.java.hints.declarative.DeclarativeHintRegistry.access$000(DeclarativeHintRegistry.java:103)
   at org.netbeans.modules.java.hints.declarative.DeclarativeHintRegistry$1.run(DeclarativeHintRegistry.java:118)
Comment 1 sandx 2017-08-26 12:26:25 UTC
Created attachment 165011 [details]
stacktrace