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 246897 - NullPointerException: The folder parameter cannot be null
Summary: NullPointerException: The folder parameter cannot be null
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Retriever (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-05 13:38 UTC by IrianR
Modified: 2015-05-17 05:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167452


Attachments
stacktrace (1.35 KB, text/plain)
2014-09-05 13:38 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2014-09-05 13:38:19 UTC
Build: NetBeans IDE 8.0.1 (Build 201408142300)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 7

User Comments:
GUEST: notjing..

GUEST: Importing nhin CONNECT entity web service

GUEST: Importing maven dependencies

IrianR: Trying to connect to a random WSDL

GUEST: Trying to add a WebService

GUEST: try to ass webservice:
 http://10.113.xx.13:5001/Mondrian/TerminalLocation?WSDL




Stacktrace: 
java.lang.NullPointerException: The folder parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.openide.filesystems.FileUtil.createData(FileUtil.java:759)
   at org.netbeans.modules.xml.retriever.impl.RetrieverTask.goGetIt(RetrieverTask.java:166)
   at org.netbeans.modules.xml.retriever.impl.RetrieverEngineImpl.pullRecursively(RetrieverEngineImpl.java:183)
   at org.netbeans.modules.xml.retriever.impl.RetrieverEngineImpl.run(RetrieverEngineImpl.java:157)
   at org.netbeans.modules.xml.retriever.impl.RetrieverEngineImpl.start(RetrieverEngineImpl.java:130)
Comment 1 IrianR 2014-09-05 13:38:21 UTC
Created attachment 149053 [details]
stacktrace
Comment 2 Svata Dedic 2015-05-13 15:53:11 UTC
Could not reproduce, I've added additional logging in jet-main#2fe42f39042a. I suspect some bad pathname construction or readonly directories; all reports come from Windows, which are really picky on filename permitted characters.
Comment 3 Quality Engineering 2015-05-17 05:24:41 UTC
Integrated into 'main-silver', will be available in build *201505170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2fe42f39042a
User: Svata Dedic <sdedic@netbeans.org>
Log: #246897: additional logging provided