upgrade from trial to personal license

Having trouble installing Oxygen? Got a bug to report? Post it all here.
unexy
Posts: 6
Joined: Wed Oct 19, 2005 11:21 am
Location: Moscow
Contact:

upgrade from trial to personal license

Post by unexy »

How can I do that in Eclipse 3.1 plugin?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

In Eclipse go to Window - Preferences - oXygen and press the Register button to display the license registration dialog.

Regards,
Sorin
unexy
Posts: 6
Joined: Wed Oct 19, 2005 11:21 am
Location: Moscow
Contact:

Post by unexy »

I'm getting "Unable to create the selected preference page" message there.
Reason:
Plug-in com.oxygenxml.editor was unable to load class
com.oxygenxml.editor.preferences.MainPreferencePage
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

In Eclipse 3.1 you have to use the 6.2 version of the <oXygen/> plugin. Version 6.1 or before require Eclipse 3.0. Go to the download page and upgrade your <oXygen/> plugin.

Regards,
Sorin
unexy
Posts: 6
Joined: Wed Oct 19, 2005 11:21 am
Location: Moscow
Contact:

Post by unexy »

Hey, I'm already using it :)
I think my trial license has expired and I've got personal license. I just need to upgrade. Is it possible?
unexy
Posts: 6
Joined: Wed Oct 19, 2005 11:21 am
Location: Moscow
Contact:

Post by unexy »

Some more details from error log (this happened when I tried to open preferences page):

org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle com.oxygenxml.editor.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1013)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
at java.lang.ClassLoader.loadClass(Unknown Source)
...
Caused by: org.eclipse.core.runtime.CoreException: Attempt to activate a disabled plug-in: "com.oxygenxml.editor".
...
Root exception:
org.eclipse.core.runtime.CoreException: Attempt to activate a disabled plug-in: "com.oxygenxml.editor".
at org.eclipse.core.internal.plugins.PluginDescriptor.throwException(PluginDescriptor.java:296)
...
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

It happens in Eclipse many times to not load classes correctly also for other plugins (CVS, JDT, etc). Just restart Eclipse to reload all classes correctly. Pass the -clean parameter in the command line used to start Eclipse.

Regards,
Sorin
unexy
Posts: 6
Joined: Wed Oct 19, 2005 11:21 am
Location: Moscow
Contact:

Post by unexy »

"-clean" doesn't help :?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

The stacktrace of the exception contains Java core classes and the message is not helpful. It is hard to say what happens. A restart solved the error for us every time when we got it. Check the status of the com.oxygenxml.editor plugin in the list displayed in the section Plug-in Registry of the listing displayed in the Help - About - Configuration Details dialog.

Regards,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

If it is disabled reinstall the plugin by uninstalling it from Help - Software Updates - Manage Configuration and installing again.

Regards,
Sorin
unexy
Posts: 6
Joined: Wed Oct 19, 2005 11:21 am
Location: Moscow
Contact:

Post by unexy »

10x for idea! I did the following:
Help -> Software Updates -> Manage Configuration -> disable (sic!) Oxygen plugin
Help -> Software Updates -> Manage Configuration -> enable Oxygen plugin

After that I was able to load the plugin and register it. Now it's working.
Post Reply