
Hello, The oXygen preferences are imported from the older version when the new version is installed. If you did not change them in the new version then they are the same as in the older version. Please copy the attached file log4j.properties in the plugins\com.oxygenxml.editor_8.2.0\lib directory, restart Eclipse, reproduce the error and send us the oxygen.log generated in the Eclipse install directory. Regards, Sorin RADAJEWSKI Jacek wrote:
I checked my configuration (Preferences -> oXygen -> HTTP/FTP/Proxy Configuration) and oxygen 8.2 has the same proxy configuration as 7.2; ie either configuration was copied during install or the same one is used (you guys should know which). Anyway, I re-entered the proxy and authentication info in Preferences -> oXygen -> HTTP/FTP/Proxy Configuration but no change: 407 – Proxy Authentication Required.
I can confirm though that Oxygen’s proxy config is being used rather than that defined in Window -> Preferences ->
Install/Update -> Proxy settings.
Cheers
Jacek Radajewski
Technical Architect
Architecture and Standards
Queensland Government Chief Information Office
Ph: +61 7 3235 9360
Mob: +61 422 018 501
-----Original Message----- From: oxygen-user-bounces@oxygenxml.com [mailto:oxygen-user-bounces@oxygenxml.com] On Behalf Of Sorin Ristache Sent: Wednesday, 6 June 2007 10:25 PM To: oxygen-user@oxygenxml.com Subject: Re: [oXygen-user] issue with oxygen 8.2 eclipse plugin
Hello,
The proxy credentials are set in the same way in version 8.2 of the
oXygen plugin as in version 7.2. In your case authentication with the
proxy server works with version 7.2 but it does not work with version
8.2 because you have the correct proxy settings in the user preferences
of the version 7.2 but not in the ones of version 8.2 (Window ->
Preferences -> oXygen -> HTTP/FTP/Proxy Configuration). The error is
imposing the proxy settings of the oXygen plugin on the entire Eclipse
IDE by overriding the proxy settings from Window -> Preferences ->
Install/Update -> Proxy settings. We will fix it in the next version.
Thank you for pointing out the problem.
Best regards,
Sorin
RADAJEWSKI Jacek wrote:
Hi All,
After upgrading from oxygen eclipse plugin 7.2 to 8.2, eclipse fails to
correctly authenticate with my proxy server when doing eclipse software
updates (Help/Software Updates/Find and Install/Search for new features
…) If I disable the oxygen 8.2 plugin things work again. If I revert
back to oxygen 7.2 things still work, and fail again when switching from
7.2 to 8.2.
I’m running Eclipse 3.2.2 on Windows XP SP2 as well as:
MyEclipse 5.1.1 and Subclipse 1.0.4 plugins
log4j.rootCategory= debug, R2 # R2 will write log to file log4j.appender.R2=org.apache.log4j.RollingFileAppender log4j.appender.R2.File=oxygen.log log4j.appender.R2.MaxFileSize=12000KB log4j.appender.R2.MaxBackupIndex=4 log4j.appender.R2.layout=org.apache.log4j.PatternLayout log4j.appender.R2.layout.ConversionPattern=%r %p [ %t ] %c - %m%n