Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Equinox/p2/Reporting Problems

< Equinox‎ | p2
Revision as of 21:27, 30 April 2009 by Unnamed Poltroon (Talk) (New page: == Reporting network connection issues == Connectivity issues are some of the trickiest to report and to track down for us as they often involve some particular network settings that only ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reporting network connection issues

Connectivity issues are some of the trickiest to report and to track down for us as they often involve some particular network settings that only you have access to. To help us figure out what is going on the following informations are necessary: - Version of Eclipse - OS - Repository you are connecting to and the type of operation you are trying to do (install / uninstall / rollback / update). - JVM version - Proxy setup from Eclipse - Proxy setup from the OS

In addition to these, you will likely be requested to run eclipse in console mode and with special options to get some debug info from the underlying http client. Here are a few vm arguments to add to your eclipse.ini. Make sure to add those *after* the -vmargs argument in the file

 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 -Dorg.apache.commons.logging.simplelog.showdatetime=true
 -Dorg.apache.commons.logging.simplelog.log.httpclient.wire.header=debug
 -Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=debug
 -Dorg.apache.commons.logging.simplelog.log.httpclient.wire=debug


Reporting resolution problem

Back to the top