Reputation: 61
My JDeveloper IDE hangs every time I go to Application Module > Data Model
tab. I have tried re-installing. We’re using SVN Subversion for Server. We’re not able to process further because of this issue.
It was working until I did commit on Subversion, after that I'm facing this issue. My whole team is having this issue. Any help?
Upvotes: 0
Views: 1875
Reputation: 1657
Few suggestions:
Try to revert your SVN changes that caused the problem. Use Tortoise SVN for reverting changes, not Jdeveloper SVN client.
Try not to use Jdeveloper SVN client. You can use TortoiseSVN instead, as separate tool.
Additionally, I would try to disable all Jdeveloper Audit Rules. Go to: Preferences -> Audit -> Profiles -> Code Assist Rules", then uncheck "Application Development Framework". Restart Jdeveloper and see if you have problem anymore. If this works, try to enable each extension one by one and see if you can nail the one causing the problems.
Upvotes: 1