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 215384 - [72cat] It is not possible to install Glassfish UC
Summary: [72cat] It is not possible to install Glassfish UC
Status: VERIFIED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Vince Kraemer
URL: http://java.net/jira/browse/GLASSFISH...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 03:04 UTC by Michel Graciano
Modified: 2012-07-13 14:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2012-07-11 03:04:46 UTC
[ BUILD # : 201206291011 ]
[ JDK VERSION : 1.7.5 ]

Open Services tab and expands Servers node. Right click at Glassfish 3.1.2 and
try View Domain Update Center. You will be asked to install it, confirm. I am
facing a problem as follow:

Input/output error: Connection failed for URL
http://pkg.glassfish.org/v3/stable//catalog/0: 404: Not Found

Could not download application packages. This could be because:
  - a proxy server is needed to access the internet. Please ensure that
    the system proxy server settings are correct, or set the 'http_proxy'
    environment variable to the full URL of the proxy server.
  - the package server or network connection is slow.
    If you are getting time out errors you can try setting the
    PKG_CLIENT_CONNECT_TIMEOUT and PKG_CLIENT_READ_TIMEOUT
    environment variables and try again. For example to increase
    the timeouts to 300 seconds set them to 300
  - the package server is down or otherwise inaccessible or it is
    generating invalid data. Please contact the provider of the package
    server.

The problem is the URL, which have two backslash //catalog. If you try it at
browser with only one backslash at catalog, it works.
Comment 1 Michel Graciano 2012-07-11 03:35:56 UTC
Looks like it is a bug at updatetool from Glassfish 3.1.2.2.
Comment 2 Michel Graciano 2012-07-11 03:54:39 UTC
I used the updatetool from Glassfish 3.1.2 to change the configurations of Glassfish 3.1.2.2 and now it worked. Looks like it wasn't NB fault at all.
Comment 3 Vince Kraemer 2012-07-11 12:50:26 UTC
I filed http://java.net/jira/browse/GLASSFISH-18884 so that the issue gets tracked in the righter place.
Comment 4 Michel Graciano 2012-07-11 13:01:50 UTC
(In reply to comment #3)
> I filed http://java.net/jira/browse/GLASSFISH-18884 so that the issue gets
> tracked in the righter place.

Thanks. I was waiting for the new NB build to retest it and file, but you were faster :-D
Comment 5 Michel Graciano 2012-07-11 13:04:12 UTC
Anyway, the issue at glassfish was commented that it could be a stopper for 3.1.2.2, so it is a stopper for the IDE installer too?
Comment 6 Michel Graciano 2012-07-13 14:59:30 UTC
Looks like bundle 201207130001 now has the URL fixed.