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 198386 - NullPointerException at org.netbeans.modules.remote.impl.fs.RemoteFileURLConnection.getInputStream
Summary: NullPointerException at org.netbeans.modules.remote.impl.fs.RemoteFileURLConn...
Status: RESOLVED INVALID
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: remotefs@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 13:39 UTC by Jaroslav Tulach
Modified: 2016-05-25 06:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178729


Attachments
stacktrace (11.20 KB, text/plain)
2011-05-06 13:39 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2011-05-06 13:39:24 UTC
Build: NetBeans IDE Dev (Build 20110426-1a61199b66b9)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
jtulach: Trying to connect to my ADE repository on a hosted linux




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.remote.impl.fs.RemoteFileURLConnection.getInputStream(RemoteFileURLConnection.java:104)
   at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:653)
   at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:186)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:772)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
   at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
Comment 1 Jaroslav Tulach 2011-05-06 13:39:28 UTC
Created attachment 108150 [details]
stacktrace