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 56173

Summary: Internet connection should not be required
Product: obsolete Reporter: Lukas Jungmann <jungi>
Component: blueprintsAssignee: Yutaka Yoshida <yutayoshida>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: exception
thread dump

Description Lukas Jungmann 2005-03-10 15:00:48 UTC
[build 200503092050]

   Suppose that we are not connected to the Internet.

- start ide with new userdir
- create some sample project from BP sol catalog

=> new project wizard creates project on the disk and tries to connect to
internet, user doesn't know about it and he/she has to wait ~4minutes for
message "java.net.UnknownHostException: www.sun.com" in the wizard. Now user can
only press "Cancel" button, so the project is not opened by IDE and user has to
open it via "Open project".

Why is the wizard connecting www.sun.com? Is it necessarry?
Comment 1 Lukas Jungmann 2005-03-10 15:04:13 UTC
Created attachment 20754 [details]
exception
Comment 2 Lukas Jungmann 2005-03-10 15:05:28 UTC
Created attachment 20755 [details]
thread dump
Comment 3 _ rkubacki 2005-03-14 15:59:53 UTC
I am not sure if this is related but in my dev build from Mar 14 the Sun Java
system App server catalog is empty - maybe that catalog definition is corrupted.
Comment 4 Yutaka Yoshida 2005-03-15 02:17:38 UTC
XMLutil.parse seems to try to connect the internet
even "validation" param is false.
- need to create entityResolver privately -
Comment 5 _ ludo 2005-03-16 03:14:06 UTC
This bug is fixed now,  no?

Comment 6 Yutaka Yoshida 2005-03-16 04:39:40 UTC
fixed in v1.4 of J2eeSampleProjectGenerator.java
Comment 7 Lukas Jungmann 2005-03-25 22:32:44 UTC
v. 200503242007