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 - Internet connection should not be required
Summary: Internet connection should not be required
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 15:00 UTC by Lukas Jungmann
Modified: 2013-02-13 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (4.07 KB, text/plain)
2005-03-10 15:04 UTC, Lukas Jungmann
Details
thread dump (13.19 KB, text/plain)
2005-03-10 15:05 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
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