On 08/28/08 10:23 AM, Arun Gupta wrote:
> Here is the error that I get:
>
> Aug 28, 2008 10:20:44 AM
> SEVERE: java.io.FileNotFoundException:
> /Users/arungupta/tools/glassfish/v3/8-24/glassfish/lib/install/applications/.org.opensolaris,pkg/cfg_cache
> (No such file or directory)
Ran into the same issue.
Anissa's reply:
This is expected if you are using web.zip.
Basically the admingui.war is not found, and the code tries to get
that from update center.
However, there is no update center meta data available either. So,
the installation failed.
With the nightly or promoted build, both the war and update center
info will be present.
Jan
> Aug 28, 2008 10:20:44 AM
> SEVERE: at java.io.FileInputStream.open(Native Method)
> Aug 28, 2008 10:20:44 AM
> SEVERE: at
> java.io.FileInputStream.<init>(FileInputStream.java:106)
> Aug 28, 2008 10:20:44 AM
> SEVERE: at java.io.FileReader.<init>(FileReader.java:55)
> Aug 28, 2008 10:20:44 AM
> SEVERE: at com.sun.pkg.client.Image.loadConfig(Image.java:709)
> Aug 28, 2008 10:20:44 AM
> SEVERE: at com.sun.pkg.client.Image.<init>(Image.java:608)
> Aug 28, 2008 10:20:44 AM
> SEVERE: at
> com.sun.enterprise.v3.admin.adapter.InstallerThread.download(InstallerThread.java:130)
>
> Aug 28, 2008 10:20:44 AM
> SEVERE: at
> com.sun.enterprise.v3.admin.adapter.InstallerThread.run(InstallerThread.java:91)
>
> Aug 28, 2008 10:20:44 AM
>
> Any idea ?
>
> -Arun