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 136754 - NullPointerException at org.openide.filesystems.FileUtil.toFile
Summary: NullPointerException at org.openide.filesystems.FileUtil.toFile
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-08 10:09 UTC by freduva
Modified: 2008-06-24 17:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 35151


Attachments
stacktrace (6.79 KB, text/plain)
2008-06-08 10:09 UTC, freduva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description freduva 2008-06-08 10:09:35 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows Vista, 6.0, x86

User Comments: 
Trying to create an STS for JBoss (jbossws /Metro). Normally I don't use the NB JBoss plugin because it is flawed, but I could't get the STS I created for Glassfish to work on JBoss (after modifying the WSDL, jboss-web.xml etc.) so I tried it with the JBoss plugin with this result.
Comment 1 freduva 2008-06-08 10:09:43 UTC
Created attachment 62532 [details]
stacktrace
Comment 2 Martin Grebac 2008-06-18 16:32:48 UTC
STS wizard is only supported for Glassfish as a target server.
Comment 3 Vince Kraemer 2008-06-18 16:48:50 UTC
If the wizard should not be used against a server other than glassfish... there should be some kind of user friendly
feedback to that effect. An exception should not be considered acceptable feedback.
Comment 4 Martin Grebac 2008-06-24 17:58:19 UTC
Actually I fixed the exception during creation in 6.5 builds, so you might go through the wizard correctly. For JBoss,
there might be additional things you need to do for STS though.
Please reopen if it still doesn't work. Thanks.