vote up 0 vote down star
1

I am getting a lot of errors when starting RAD7. The server doesn't respond to class changes. Sometimes the server won't start. Sometimes RAD will not acknowledge modules that I added to the server. It is kind of buggy.

I know there is metadata in the workspace, are there safe ways to clean the metadata or RAD in general?

Where RAD = Rational Application Developer

flag

73% accept rate

3 Answers

vote up 0 vote down check

Another tip is to remove all projects in your Servers view in Eclipse, stop your server, start your server, open the admin console of your server and see that everything is gone in there as well. If you still see configured apps, remove them in the admin console. Shutdown server, start again and check for a clean startup. This ensures that your Eclipse server plugin and the server are in sync. Now you can add your projects to the server again; maybe this will improve the stability.

If not, a more drastic measure is to remove your server config in Eclipse (don't remove the server itself) and add it again in the Servers view.

You can also try to disable automatic publishing. You can go to Preferences->Server and uncheck the "Automatically publish..." If you are using WAS you additionally can double-click on your server in the Servers view, and go to the "Automatic Publishing" section and check "Never publish automatically". This might give you more control over when stuff gets published to your server, although it sometimes has a mind of its own and keeps publishing automatically in some cases.

link|flag
vote up 0 vote down

Eclipse can take a -clean parameter on startup. Perhaps this is what you are looking for?

link|flag
Is that like the clean 'menu' option or is that more thorough, not necessarily related to projects? – Berlin Brown Nov 18 '08 at 15:34
vote up 0 vote down

If you really need to wipe all of the workspace meta, deleting the .metadata directory within the workspace should do the trick. Note that this wipes out settings, workspace layout, and even which projects are available (you will need to re-import all of your old projects, despite the fact that they are still in the workspace dir).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.