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 - XML Schemea Retriever fails with file name too long issue
Summary: XML Schemea Retriever fails with file name too long issue
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 17:51 UTC by fwelland
Modified: 2015-12-16 17:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (93.50 KB, text/plain)
2015-12-16 17:51 UTC, fwelland
Details

Note You need to log in before you can comment on or make changes to this bug.
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.