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 117170 - IDE keeps downloading and trying to save xml schema
Summary: IDE keeps downloading and trying to save xml schema
Status: VERIFIED DUPLICATE of bug 101226
Alias: None
Product: xml
Classification: Unclassified
Component: Schema (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-30 18:24 UTC by steve_taylor
Modified: 2008-04-11 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steve_taylor 2007-09-30 18:24:39 UTC
Whenever I edit a Spring bean configuration file, the IDE downloads the schema almost every time I type a character.
While this occurs, a blue "Please wait..." popup appears at the cursor, followed either by the IDE hanging permanently,
or (fortunately) more commonly by a "No suggestions" blue popup. This problem even occurs while editing inside a
comment! I can't reliably reproduce the IDE freeze, although last time it occurred I had typed a colon within a comment.

I get hundreds of the following in the "Output - Retriever Output" panel:

1/10/2007 03:11:39 : Retrieving Location: http://www.springframework.org/schema/beans/spring-beans-2.0.xsd 
        Retrieved :    http://www.springframework.org/schema/beans/spring-beans-2.0.xsd 
        Saved at: C:\Users\Steve
Taylor\Documents\PROJECTS\JavaMoo\private\cache\retriever\www.springframework.org\schema\beans\spring-beans-2.0.xsd

Error: Exception while writing in to catalog.


1/10/2007 03:11:42 : Retrieving Location: http://www.springframework.org/schema/beans 

Error: An I/O error occured. Directory same as file name already exists : C:\Users\Steve
Taylor\Documents\PROJECTS\JavaMoo\private\cache\retriever\www.springframework.org\schema\beans
Comment 1 steve_taylor 2007-09-30 18:27:08 UTC
This bug affects 6.0 beta 1.
Comment 2 Samaresh Panda 2007-10-01 00:01:52 UTC
Unfortunately we couldn't make the fix for beta 1, this issue has been fixed post beta 1. Please try a nightly build or
wait for beta2. BTW, would you please attach the xml document, just for the records.

*** This issue has been marked as a duplicate of 101226 ***
Comment 3 steve_taylor 2007-10-01 14:57:19 UTC
Sorry, I'm not at liberty to upload the XML file.
Comment 4 Samaresh Panda 2007-10-01 17:27:45 UTC
Is it possible to copy-paste the snippet of the root element (along with its attributes like schemLocation etc.)? You do
not have to upload the xml file.
Comment 5 Mikhail Matveev 2008-04-11 15:25:43 UTC
No input from reporter for a long time. The problem seems very similar to 101226, so marking it as verified duplicate.