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

Summary: Cannot register NetBeans
Product: obsolete Reporter: Jaromir Uhrik <juhrik>
Component: RegistrationAssignee: mslama <mslama>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot attached...

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.