[AERI] Unable to make it working with version 2.0.x [message #1738249] |
Mon, 18 July 2016 08:25  |
Eclipse User |
|
|
|
Hi all,
I made some weeks ago a simple demonstrator of a custom AERI plugin, using the version 1.100, in a Mars-based target platform. It worked perfectly well.
Now I try to embed it in a Neon-based target, with the latest stable release (2.0.2), to deploy it in our production environment. But nothing happens anymore. I changed nothing but the target platfom, and there is no notification anymore, nor reporting of errors. The server class is instantiated, but the "interested" method is never called.
If I try to raise errors with "org.eclipse.something" IDs, the popup doesn't appear too.
I've also checked the UI part, and the two servers (our internal one + Eclipse standard) are well enabled and configured.
Do you have a clue of what is wrong in my configuration ? If it can help, I've also a warning because of failed authentification :
!MESSAGE Server 'org.eclipse.epp.logging.aeri.ide.server' failed with exception: Proxy Authentication Required. ; version: 2.0.2.v20160630-0955
I imagine it prevents the default server to work well, but should not prevent mine to work properly.
Thanks,
Alain
|
|
|
|
|
|
Re: [AERI] Unable to make it working with version 2.0.x [message #1738991 is a reply to message #1738274] |
Tue, 26 July 2016 11:13  |
Eclipse User |
|
|
|
Alain,
how do you solve that issue? I'm writing a blog post which lists common pitfalls and I'd like to add this to the post.
Did you set the version in the product? Or did you specify the property in the configurations section(see below)? Or something else?
Thank you.
<configurations>
<property name="eclipse.buildId" value="${unqualifiedVersion}.${buildQualifier}" />
</configurations>
|
|
|
Powered by
FUDForum. Page generated in 0.03310 seconds