vote up 0 vote down star

When I try to edit an XML file in the XML Editor of Rational Application Developer for WebSphere Software version 7.5.4, the program becomes unresponsive.

  • title bar has "(Not Responding)" appended to it
  • menu bar disappears
  • cursor switches to hourglass
  • window can be dragged and it gets repainted normally
  • window can be minimized and restored

The application must be terminated and restarted before it can be used. Also, the XML files can be edited normally through the Text Editor.

How can I fix this?

flag
Do the XML files contain remote entities (like a DTD)? If the remote resource is unavailable or bandwidth is limited, the editor's parser may block waiting for the network resource. – McDowell Oct 29 at 14:40

2 Answers

vote up 0 vote down

Is the xml file very large? Eclipse (which RAD is based on) had a bug for a while that caused this problem for very large xml files and/or xml files that were somewhat large but all in one line (i.e. no hard line breaks). If either of these is the case, you might try waiting longer... if I remember right it finally would become responsive again. If you can edit the file you could try adding line breaks if there are none.

Stupid bug... thought that it was fixed.

link|flag
Unfortunately the file is quite small. Maybe double the size of my original post. And there are hard breaks. One time I left it to try over lunch to no result. I'm going to try putting it on another machine to see if there is something outside the software that is causing the problem. – LostHisMind Oct 31 at 19:37
vote up 0 vote down

Turns out that problem was the SpringIDE plugin. For whatever reason, it would cause the app to hang when any XML file was opened. I uninstalled the entire application and reinstalled without the plugin and everything is fine now.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.