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 138456 - reflect.UndeclaredThrowableException at $Proxy20.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy20.actionPerformed
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitaly Bychkov
URL: http://statistics.netbeans.org/except...
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-06-27 10:13 UTC by Alexander Kouznetsov
Modified: 2008-10-15 20:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 70101


Attachments
stacktrace (14.22 KB, text/plain)
2008-06-27 10:13 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2008-06-27 10:13:36 UTC
Build: NetBeans IDE Dev (Build 200806240008)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b24
OS: Windows XP, 5.1, x86

User Comments: 
Can't create New BPEL module with customized Project Name and Project Location.
Comment 1 Alexander Kouznetsov 2008-06-27 10:13:47 UTC
Created attachment 63584 [details]
stacktrace
Comment 2 Alexander Kouznetsov 2008-06-27 10:22:49 UTC
Seems to be regression
Comment 3 Lukas Hasik 2008-06-30 09:49:14 UTC
java.lang.AssertionError: At least disk roots must be mounted! C:\Documents and Settings\KAM\My
Documents\NetBeansProjects\somepath\BpelModule_1
        at org.netbeans.modules.bpel.project.BpelproProjectGenerator.refreshFileSystem(BpelproProjectGenerator.java:132)
        at org.netbeans.modules.bpel.project.BpelproProjectGenerator.createProjectDir(BpelproProjectGenerator.java:112)
        at org.netbeans.modules.bpel.project.BpelproProjectGenerator.createProject(BpelproProjectGenerator.java:73)
        at
org.netbeans.modules.bpel.project.wizards.NewBpelproProjectWizardIterator.createProject(NewBpelproProjectWizardIterator.java:39)
        at
org.netbeans.modules.compapp.projects.base.ui.wizards.NewIcanproProjectWizardIterator.instantiate(NewIcanproProjectWizardIterator.java:86)
 
Comment 4 Sergey Lunegov 2008-06-30 10:13:33 UTC
Vitaly, please look at this.
Comment 5 Vitaly Bychkov 2008-07-07 13:40:35 UTC
The issue is reproducible when user adds nonexistent path to the Project Location field of New Bpel Project wizard
Comment 7 ggenipudi 2008-10-15 20:03:56 UTC
Tested and verified using Build 200810130101 and was able to create bpel project under non existant path and build the
project successfully.