Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQL Developer with SVN

user9082530Jun 24 2011 — edited Jun 19 2012
Hello was using my SQL Developer yesterday, when i experienced a power outage. After rebooting my laptop and upon starting SQL Developer version 2.1.1.64.45, i keep getting an error right on start up of the SQL Developer of:
java.lang.NullPointerException
at oracle.jdevimpl.vcs.svn.SVNProfile.canActivate(SVNProfile.java:162)
at oracle.jdevimpl.vcs.generic.GenericClient.fireCanActivate(GenericClient.java:1602)
at oracle.jdevimpl.vcs.generic.GenericClient.canActivate(GenericClient.java:231)
at oracle.jdevimpl.vcs.VCSManagerImpl$6.addinsLoaded(VCSManagerImpl.java:377)
at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:872)
at oracle.ide.IdeCore.access$100(IdeCore.java:137)
at oracle.ide.IdeCore$3.run(IdeCore.java:844)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

So i tried installing version 3.0.04.34, accepting preferences from the older version, but same issue. i can compile my packages, access tables etc. but cannot use SVN to check in and out my code. Can anyone help me out on this issue please?

My environment is: Oracle 10.2.0.4.0, Windows XP-SP3

Many Thanks. Rob.

Comments

Jim Smith
Did you install 3.0.04 in a fresh directory?
user9082530
Yes i did and also brought over the setting from the previous version. Thanks.
user5431290
I just went through the same thing...and I too needed to use subversion...

I downloaded the jdk from oracle and used the 'no-jdk' 3.1 version of sql developer ( i also had a 2.x version of sql developer that worked fine with subversion )...at first no joy

got the oracle.jdevimpl.vcs.svn.SVNProfile.canActivate(SVNProfile.java:162) error...every time

When I compared the preferences.xml file from

C:\Documents and Settings\<me>\Application Data\SQL Developer, I could see several directories reflecting the sql developer installations I had

to my 2.x installation ...

C:\Documents and Settings\<me>\Application Data\SQL Developer\system2.1.1.64.45

I found the folder o.jdeveloper.subversion.11.1.1.2.36.55.30

In there...I found preferences.xml...

In my
C:\Documents and Settings\<me>\Application Data\SQL Developer\system3.1.07.42 installation which at first did not work...

I found the
o.jdeveloper.subversion.11.1.1.4.37.59.48 folder...which also contained a preferences.xml file...however it was radically shorter and different than the 2.x version...


Copying the 2.x version to the 3.1 installation folder ( o.jdeveloper.subversion.11.1.1.4.37.59.48 )...and restarting sql developer did the trick...my subversion plug in now appears...


I have an SR opened with oracle to find out why the file got mangled in the first place...

Thanks
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 17 2012
Added on Jun 24 2011
3 comments
755 views