Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPP » changing the upload URL
changing the upload URL [message #579326] Wed, 15 July 2009 07:07
David  is currently offline David Friend
Messages: 88
Registered: July 2009
Member
Hello, i am trying to utilize UDC to see if i can get it working
internally for my users. I have set up everything including the database
and php with an apache server. I started eclipse with the
" -Dorg.eclipse.epp.usagedata.recording.upload-url=path-to-int ernal-apache2 "
I got an message in the consolelog saying:

!SESSION 2009-07-14 15:53:07.483
-----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=sv_SE
Framework arguments:
-Dorg.eclipse.epp.usagedata.recording.upload-url=http://internalmachine:8080/upload.php
Command-line arguments: -os win32 -ws win32 -arch x86 -consolelog
-Dorg.eclipse.epp.usagedata.recording.upload-url=http://internalmachine:8080/upload.php

all is good right! i then tried to run the upload from within preferences
and i got an error from the consolelog saying:

!ENTRY org.eclipse.epp.usagedata.recording 2 0 2009-07-15 08:54:50.577
!MESSAGE The usage data upload server at http://udc.eclipse.org/upload.php
could not be found.
!STACK 0
java.net.UnknownHostException: udc.eclipse.org
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
...........

Didn't the property change? i can see in the apache if an log request has
come but it haven't even attempted to get upload.php. Which leads me to
think there is something other that still pushes the eclipse client
towards udc.eclipse.org/upload.php. Has anyone else tested this and found
that you needed to edit the source to be able to use the udc features?

thanks for any hints, and this cool feature :-)
Previous Topic:UDC in my RCP
Next Topic:changing the upload URL
Goto Forum:
  


Current Time: Fri Apr 26 17:47:57 GMT 2024

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

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

Back to the top