Skip to main content



      Home
Home » Newcomers » Newcomers » command line update manager
command line update manager [message #267688] Tue, 13 January 2009 11:06 Go to next message
Eclipse UserFriend
I want to run the update manager from the command line and search for
available features to install.
I'm able to do this thru GUI interface given the firewall specs, but
unable to do it thru the command line, and I don't get much of an error
log.

Here is my command :
C:\temp_10\eclipse>"c:\program files\java\jdk1.5.0_14\bin\java.exe" -jar
plugins
/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -application
org.eclip
se.update.core.standaloneUpdate -command search -from
http://update.eclemma.org
Connection error
Command failed.

Thanks for any help.
Rose
Re: command line update manager [message #267692 is a reply to message #267688] Tue, 13 January 2009 11:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

Copying to equinox newsgroup.

Rose wrote:
> I want to run the update manager from the command line and search for
> available features to install.
> I'm able to do this thru GUI interface given the firewall specs, but
> unable to do it thru the command line, and I don't get much of an error
> log.
>
> Here is my command :
> C:\temp_10\eclipse>"c:\program files\java\jdk1.5.0_14\bin\java.exe" -jar
> plugins
> /org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -application
> org.eclip
> se.update.core.standaloneUpdate -command search -from
> http://update.eclemma.org
> Connection error
> Command failed.
>
> Thanks for any help.
> Rose
>

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: command line update manager [message #267694 is a reply to message #267688] Tue, 13 January 2009 11:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

Hi Rose,
you could enable more logging by adding -consoleLog argument to command
line. With the result you get it's indeed hard to guess what's happening.
By the way, which Eclipse version do you use?


Rose pisze:
> I want to run the update manager from the command line and search for
> available features to install.
> I'm able to do this thru GUI interface given the firewall specs, but
> unable to do it thru the command line, and I don't get much of an error
> log.
>
> Here is my command :
> C:\temp_10\eclipse>"c:\program files\java\jdk1.5.0_14\bin\java.exe" -jar
> plugins
> /org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -application
> org.eclip
> se.update.core.standaloneUpdate -command search -from
> http://update.eclemma.org
> Connection error
> Command failed.
>
> Thanks for any help.
> Rose
>
Re: command line update manager [message #267695 is a reply to message #267694] Tue, 13 January 2009 12:19 Go to previous messageGo to next message
Eclipse UserFriend
Hello. Thank you for taking interest in this topic.
I'm using Eclipse Version 3.4.1. Btw, how does the -consolelog work... I
get nothing back.

Thanks,
Rose
Re: command line update manager [message #267699 is a reply to message #267695] Tue, 13 January 2009 13:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

http://wiki.eclipse.org/IRC_FAQ#How_do_I_debug_Eclipse.3F_Ho w_can_I_see_what_plugins_are_being_started.3F_How_do_I_start _the_OSGi_console.3F

Rose wrote:
> Hello. Thank you for taking interest in this topic.
> I'm using Eclipse Version 3.4.1. Btw, how does the -consolelog work... I
> get nothing back.
>
> Thanks,
> Rose
>

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Re: command line update manager [message #268854 is a reply to message #267692] Tue, 24 February 2009 04:12 Go to previous messageGo to next message
Eclipse UserFriend
*bump* i see the exact same error.

i am on:

Version: 3.4.1
Build id: M20080911-1700

listing the http.proxy options from the osgi console gave me the correct
settings when starting with -console option. In the GUI i can correctly
access any updatesites via the proxy.

To me it looks like the update manager doesn't load the proxy settings?

can i set those for
org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar?

/Dave
Re: command line update manager [message #268857 is a reply to message #267692] Tue, 24 February 2009 04:25 Go to previous messageGo to next message
Eclipse UserFriend
forgot, this works on my local internal updatesite of course, but not when
trying to access it via an proxy.

/Dave
Re: nevermind found the solution [message #268866 is a reply to message #267692] Tue, 24 February 2009 08:39 Go to previous message
Eclipse UserFriend
nevermind i found the solution by adding "-Dhttp.proxyHost=proxy
-Dhttp.proxyPort=8080"

ie

"java -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 -jar
plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819. jar
-application org.eclipse.update.core.standaloneUpdate -command search
-from http://updatesite"

/Dave
Previous Topic:How do i create a new folder under my CVS HEAD?
Next Topic:Can't install Maven Project Configurators
Goto Forum:
  


Current Time: Tue Jul 22 14:54:28 EDT 2025

Powered by FUDForum. Page generated in 0.10188 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top