• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RAD IDE Script Error

 
Ranch Hand
Posts: 933
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using
IBM Rational® Software Architect for WebSphere Software

Version: 8.0.4

When i am debugging my EJB application it is hanging in between with attached error at times. Why that error comes and how to avoid and how to fix it. As of now i am going to task manager and Ending application and process. please advise if there is other smoother way to handle this issue.
RADError.jpg
[Thumbnail for RADError.jpg]
error
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At what point are you getting this? Right when you start the app, or after you do something? If at the start, I would suspect something in the initialization. Are you generating a log? That sometimes can help pinpoint the issue.
 
sai rama krishna
Ranch Hand
Posts: 933
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually in middle of debugging if have to attend some other work and leave RAD aside in the debug mode in middle of Step over , Step Into etc for some time I am seeing this error. Is there is limitation like i have to finish entire debugging from start to end by clicking Step Over or moving from one break point to other break point etc till the end quickly?
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It does sound like you are hitting a session timeout. I have no idea what the timeout value would be for WebSphere or how to change it. I'll cross-post your query on the WebSphere forum, you might get more help there.
 
sai rama krishna
Ranch Hand
Posts: 933
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you. How do i check other cross-post to see any responses? please advise
 
reply
    Bookmark Topic Watch Topic
  • New Topic