0

I am having a constant issue with JDeveloper, where an error is produced on start-up saying it is unstable. The error can be seen below:

start-up error

The only way I have been able to prevent this error is by disabling the Versioning Support Extension (for SVN). Unfortunately, this has side-effects and I tend to get random errors as below, where functionality doesn't work:

adding method binding error

If I leave the extension turned then the application eventually crashes. It should be noted that this occurs when I'm trying to navigate a very large source base; if I create a new application then the first error isn't displayed on start-up. As a result this made me think it was a memory issue, but I tried increasing the memory via the JDeveloper config, and that did nothing to help.

Just to make it clear, I've downloaded and installed this version of JDeveloper on 4+ different environments and the same issue is encountered.

Updating to a newer version of JDeveloper is currently not an option.

4

1 回答 1

1

我相信您的机器上的本地 SVN 版本有问题,您的 SVN 或 Tortoise SVN 版本可能高于 JDeveloper 可以理解的版本,这就是它给您这个错误的原因,这就是当您禁用 SVN 时它启动的原因。

检查这篇文章,我相信它可以解释您的问题

于 2013-10-26T05:03:42.967 回答