• 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

Unable to debug, Rad 6 - Workspace Consistancy Check is false

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,

I have this "thing" happening on my system, and it started happening recently, I am unable to run in debug mode


I can run (the server) in "regular mode" all day long, however when starting the server in "debug" everything is just fine until I get

"Workspace configuration consistency check is false." then the Server terminates in the Debug Window (but is still running as a Process in the Task List)

Then I get

"Server server1 open for e-business"


(note in regular mode - workspace consistancy check is still false)

I can run the app, however, it never goes into debug, so I can't step thru the code


below is the pertinent section of the log, has anybody run across this before?


 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I'm suffering with a similar problem running RAD 7.5 with WAS 7.0. I get "Workspace configuration consistency check is disabled." which is probably just as bad.

I can only assume that if the consistency check was enabled it would return false in the same manner as yours. I've looked all day for some information about how to enable this within websphere, then i might actually get something in the log files to figure out what's going on...

Anyone heard of this before? What's a workspace anyway?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic