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 271370 - 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 11:14 UTC by sandx
Modified: 2017-08-26 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222825


Attachments
stacktrace (3.60 KB, text/plain)
2017-08-26 11:14 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 11:14:25 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:
GUEST: Hello Teaam,
after adding Jelastic Cloud, I am facing this issue .
Could  you please do the needful ? and help me to resolve this issue.

Many thanks in advance.
Regards.
Rahil Sharma

sandx: dump file needed 
main method is missing




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.parsing.impl.indexing.PathRegistry.sourceForBinaryQuery(PathRegistry.java:213)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.sourceForBinaryQuery(PathRegistry.java:190)
   at org.netbeans.modules.java.source.classpath.CacheClassPath.getResources(CacheClassPath.java:173)
Comment 1 sandx 2017-08-26 11:14:27 UTC
Created attachment 165010 [details]
stacktrace