This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124706 - Cannot register NetBeans
Summary: Cannot register NetBeans
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: Registration (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-04 14:15 UTC by Jaromir Uhrik
Modified: 2008-01-07 11:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (49.91 KB, image/png)
2008-01-04 14:16 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2008-01-04 14:15:30 UTC
Running on Ubuntu with the following configuration:
Product Version: NetBeans IDE 6.0 (Build 200711261600)
Java: 1.5.0; Java HotSpot(TM) Client VM 1.5.0-b64
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)

I am not able to register NetBeans - although NetBeans can connect to the internet (e.g. plugin manager works fine). It
is reproducible by the following steps:
-Run IDE
-Push "Register Now"
-The internet browser opens and there appears the form from the local disk (although the network works fine)
-Push "Register"
-> The "Not Found" error page appears - see attached screenshot...
Comment 1 Jaromir Uhrik 2008-01-04 14:16:58 UTC
Created attachment 54689 [details]
Screenshot attached...
Comment 2 mslama 2008-01-04 16:20:03 UTC
Fix registration URL when system property nb.registration.host is set.

Main trunk:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbConnectionSupport.java
new revision: 1.6; previous revision: 1.5

release60:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbConnectionSupport.java
new revision: 1.2.2.5; previous revision: 1.2.2.4

release60_registration:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbConnectionSupport.java
new revision: 1.2.2.3.2.2; previous revision: 1.2.2.3.2.1

release55:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbConnectionSupport.java
new revision: 1.2.4.5; previous revision: 1.2.4.4

release551:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbConnectionSupport.java
new revision: 1.2.6.5; previous revision: 1.2.6.4
Comment 3 Jaromir Uhrik 2008-01-07 11:46:40 UTC
Verified.