Rational Application Developer freezes when opening XML files
up vote
0
down vote
favorite
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?
xml freeze
add a comment |
up vote
0
down vote
favorite
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?
xml freeze
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 '09 at 14:40
Sorry to say this but I found RAD is the worst IDE to work on !!
– null
Jul 2 '14 at 9:00
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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?
xml freeze
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?
xml freeze
xml freeze
edited Nov 22 at 14:00
Sneftel
23.5k64077
23.5k64077
asked Oct 29 '09 at 12:27
LostHisMind
175213
175213
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 '09 at 14:40
Sorry to say this but I found RAD is the worst IDE to work on !!
– null
Jul 2 '14 at 9:00
add a comment |
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 '09 at 14:40
Sorry to say this but I found RAD is the worst IDE to work on !!
– null
Jul 2 '14 at 9:00
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 '09 at 14:40
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 '09 at 14:40
Sorry to say this but I found RAD is the worst IDE to work on !!
– null
Jul 2 '14 at 9:00
Sorry to say this but I found RAD is the worst IDE to work on !!
– null
Jul 2 '14 at 9:00
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
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.
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 '09 at 19:37
add a comment |
up vote
0
down vote
accepted
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.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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.
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 '09 at 19:37
add a comment |
up vote
0
down vote
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.
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 '09 at 19:37
add a comment |
up vote
0
down vote
up vote
0
down vote
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.
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.
answered Oct 29 '09 at 17:38
cjstehno
8,44623248
8,44623248
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 '09 at 19:37
add a comment |
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 '09 at 19:37
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 '09 at 19:37
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 '09 at 19:37
add a comment |
up vote
0
down vote
accepted
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.
add a comment |
up vote
0
down vote
accepted
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.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
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.
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.
answered Nov 19 '09 at 14:28
LostHisMind
175213
175213
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f1643369%2frational-application-developer-freezes-when-opening-xml-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
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 '09 at 14:40
Sorry to say this but I found RAD is the worst IDE to work on !!
– null
Jul 2 '14 at 9:00