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 173022 - [68cat] [68cat] java.io.FileNotFoundException: /Applications/NetBeans/glassfish-v3-b62/glassfish/domains/domain1/config/domain.xml (No such file or directory)
Summary: [68cat] [68cat] java.io.FileNotFoundException: /Applications/NetBeans/glassfi...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 14:30 UTC by davidsalter
Modified: 2009-10-22 23:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 75611


Attachments
stacktrace (1.28 KB, text/plain)
2009-09-24 14:31 UTC, davidsalter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2009-09-24 14:30:55 UTC
Build: NetBeans IDE Dev (Build 200909221401)
VM: Java HotSpot(TM) Client VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.1, i386

User Comments:
GUEST: I was trying to debug the web app that I was working on

davidsalter: I've created a simple EE 5 project with one SLSB in it and tried to deploy to GlassFish 3 and got this error.

GUEST: Trying to restar Glassfish V3 right after startup

GUEST: trying to create a simple login jsp page and do authentication via authentication.jsp using jdbc



Stacktrace: 
java.io.FileNotFoundException: /Applications/NetBeans/glassfish-v3-b62/glassfish/domains/domain1/config/domain.xml (No such file or directory)
        at java.io.FileInputStream.open(FileInputStream.java:0)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at org.netbeans.modules.glassfish.spi.TreeParser.readXml(TreeParser.java:87)
        at org.netbeans.modules.glassfish.common.StartTask.readJvmArgs(StartTask.java:617)
        at org.netbeans.modules.glassfish.common.StartTask.createProcessDescriptor(StartTask.java:400)
        at org.netbeans.modules.glassfish.common.StartTask.createProcess(StartTask.java:581)
Comment 1 davidsalter 2009-09-24 14:31:00 UTC
Created attachment 88290 [details]
stacktrace
Comment 2 Vince Kraemer 2009-10-16 05:47:27 UTC
we can present a better error message than the exception warning...
Comment 3 Vince Kraemer 2009-10-20 20:23:29 UTC
http://hg.netbeans.org/web-main/rev/f734a0dd9d7c
Comment 4 Quality Engineering 2009-10-22 23:37:24 UTC
Integrated into 'main-golden', will be available in build *200910221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f734a0dd9d7c
User: vince kraemer <vkraemer@netbeans.org>
Log: #173022: missing or corrupt domain.xml triggers exception report... should just trigger message to user.