|
| Re: WSAD v5.1.1 WTE crashes when starting debug on server |
 |
Wed, 12 Dec 2007 07:48:37 EST |
Hi there! I had the same problem, though I have solved partially. <br />
My problem was that I was using a library (jar) in a project which was being
referenced from another project. I didn`t have any errors at compilation time,
but at execution time on debug mode, when I was stepping throug some line that
use the jar mentioned above, I was having this crash.<br />
<br />
I surrounded the critic code with a try-catch(Exception) statement, but it was
not reached ever. However, as the Exception class extends from Throwable and
this class has the Exception class and the Error class, I tried capturing an
Error, and now it reaches the try-catch(Error) statement, so the server no
longer crashes.<br />
<br />
Now I am wondering why there is no errors at compilation time but at execution
time. It may be some configuration problem with my WebSphere server or WSAD
itself.<br />
<br />
|
| Post Reply
|
|
|
|
|
|
|
|
|
|