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

Summary: NullPointerException at org.netbeans.modules.remote.impl.fs.RemoteFileURLConnection.getInputStream
Product: contrib Reporter: Jaroslav Tulach <jtulach>
Component: RemoteFSAssignee: remotefs@contrib <remotefs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178729
Attachments: stacktrace

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