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 257182

Summary: XML Schemea Retriever fails with file name too long issue
Product: xml Reporter: fwelland
Component: Schema ToolsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description fwelland 2015-12-16 17:51:26 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Linux version 4.2.6-301.fc23.x86_64 running on amd64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b17

Reproducibility: Haven't tried to reproduce it

STEPS:
  * Start Netbeans
  * Open a XML file that uses a schema
  * start editing xml and netbeans asks about downloading the schema
  * you allow
  * netbeans barfs and the content of Retriever Output Window says:   Error: An I/O error occured. File name too long
  * observe error in ide log


ACTUAL:
   you get the aforementioned error

EXPECTED:
   schemea is downloaded OK  and schema validation and completion tips work


Full output of Retiever Output: 



Dec 16, 2015 12:40:32 PM : Retrieving Location: http://xmlns.jcp.org/xml/ns/persistence/orm 


Error: An I/O error occured. File name too long
Comment 1 fwelland 2015-12-16 17:51:29 UTC
Created attachment 157817 [details]
IDE log
Comment 2 fwelland 2015-12-16 17:58:06 UTC
Just tried it 3 times in a row -- reproduced all three times.