Question

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?

Was it helpful?

Solution 2

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top