Page 1 of 1
upgrade from trial to personal license
Posted: Wed Oct 19, 2005 11:23 am
by unexy
How can I do that in Eclipse 3.1 plugin?
Posted: Wed Oct 19, 2005 11:32 am
by sorin_ristache
Hello,
In Eclipse go to Window - Preferences - oXygen and press the Register button to display the license registration dialog.
Regards,
Sorin
Posted: Wed Oct 19, 2005 11:38 am
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
Posted: Wed Oct 19, 2005 11:46 am
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
Posted: Wed Oct 19, 2005 11:48 am
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?
Posted: Wed Oct 19, 2005 11:51 am
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)
...
Posted: Wed Oct 19, 2005 11:57 am
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
Posted: Wed Oct 19, 2005 12:13 pm
by unexy
"-clean" doesn't help

Posted: Wed Oct 19, 2005 12:26 pm
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
Posted: Wed Oct 19, 2005 12:31 pm
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
Posted: Wed Oct 19, 2005 12:43 pm
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.