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 107901 - Error encounterred at end of installation
Summary: Error encounterred at end of installation
Status: RESOLVED DUPLICATE of bug 107847
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 22:47 UTC by Peter Lam
Modified: 2007-06-23 10:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
install log file (1.06 MB, text/plain)
2007-06-22 22:51 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2007-06-22 22:47:22 UTC
With today's daily build netbeans-6.0-nightly-200706220000-full-windows.exe, the installation completed but a message
indicated error was encounterred and point to the log file. From the log file, I see the following exception. See
attached log file for complete detail.

org.netbeans.installer.utils.exceptions.InstallationException: Failed to add the quick startup jvm option
[2007-06-22 13:23:58.448]:             	at
org.netbeans.installer.products.sjsam.ConfigurationLogic.install(ConfigurationLogic.java:160)
[2007-06-22 13:23:58.448]:             	at org.netbeans.installer.product.components.Product.install(Product.java:269)
[2007-06-22 13:23:58.448]:             	at
org.netbeans.installer.wizard.components.actions.InstallAction.execute(InstallAction.java:128)
[2007-06-22 13:23:58.448]:             	at
org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:104)
[2007-06-22 13:23:58.448]:             Caused by: java.io.FileNotFoundException: E:\Program
Files\glassfish-v2-b52\domains\domain1\config\domain.xml (The system cannot find the path specified)
[2007-06-22 13:23:58.448]:             	at java.io.FileInputStream.open(Native Method)
[2007-06-22 13:23:58.448]:             	at java.io.FileInputStream.<init>(Unknown Source)
[2007-06-22 13:23:58.448]:             	at java.io.FileInputStream.<init>(Unknown Source)
[2007-06-22 13:23:58.448]:             	at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
[2007-06-22 13:23:58.448]:             	at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
[2007-06-22 13:23:58.448]:             	at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
[2007-06-22 13:23:58.448]:             	at
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
[2007-06-22 13:23:58.448]:             	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
[2007-06-22 13:23:58.448]:             	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
[2007-06-22 13:23:58.448]:             	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
[2007-06-22 13:23:58.448]:             	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
[2007-06-22 13:23:58.448]:             	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
[2007-06-22 13:23:58.448]:             	at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
[2007-06-22 13:23:58.448]:             	at
org.netbeans.installer.utils.applications.GlassFishUtils.getDomainXmlDocument(GlassFishUtils.java:539)
[2007-06-22 13:23:58.448]:             	at
org.netbeans.installer.utils.applications.GlassFishUtils.setJvmOption(GlassFishUtils.java:494)
[2007-06-22 13:23:58.448]:             	at
org.netbeans.installer.products.sjsam.ConfigurationLogic.install(ConfigurationLogic.java:155)
[2007-06-22 13:23:58.448]:             	... 3 more
Comment 1 Peter Lam 2007-06-22 22:51:26 UTC
Created attachment 44300 [details]
install log file
Comment 2 Kirill Sorokin 2007-06-23 10:37:51 UTC

*** This issue has been marked as a duplicate of 107847 ***