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 107845 - Exception when deploy application
Summary: Exception when deploy application
Status: RESOLVED DUPLICATE of bug 92306
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Solaris
: P1 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks: 106402
  Show dependency tree
 
Reported: 2007-06-22 14:41 UTC by Alexey Butenko
Modified: 2007-06-26 08:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Butenko 2007-06-22 14:41:40 UTC
Netbeans IDE Dev 070619

Steps:
 - Create VW (Java 5) Project
 - Push Run Main Project button 

Result:
Build successful but application doesn't appeared in browser,
and following exception occured:

java.io.IOException: Failed to show URI:http://localhost:8080/WebApplication8/
	at sun.awt.X11.XDesktopPeer.launch(XDesktopPeer.java:75)
	at sun.awt.X11.XDesktopPeer.browse(XDesktopPeer.java:64)
	at java.awt.Desktop.browse(Desktop.java:348)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:589)
	at org.netbeans.modules.extbrowser.SystemDefaultBrowser$1.browse(SystemDefaultBrowser.java:73)
	at org.netbeans.modules.extbrowser.SystemDefaultBrowser$Jdk6BrowserImpl.setURL(SystemDefaultBrowser.java:181)
[catch] at org.openide.awt.HtmlBrowser$1URLSetter.run(HtmlBrowser.java:471)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:598)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Vince Kraemer 2007-06-22 17:28:49 UTC
this appears to be a dup of issue 92306...
Comment 2 _ potingwu 2007-06-22 17:32:18 UTC
Lots of developers/QA here do not have this issue. Looks like your server does not set properly (admin passwd, ... all
will make your deployment failed). What is your server? Can it deploy other kinds of web application? Please 1. attach
your server log, 2. try other kind of server or reinstall your server and make sure it's working, and 3. try the latest
build again. Thanks!
Comment 3 _ potingwu 2007-06-22 17:36:10 UTC
Yes, also found the related issue.
Comment 4 _ potingwu 2007-06-22 17:36:54 UTC

*** This issue has been marked as a duplicate of 92306 ***
Comment 5 _ potingwu 2007-06-22 17:42:19 UTC
Under your server setup, I believe you can't deploy any web application not just visualweb? Right?
Comment 6 Peter Pis 2007-06-26 08:44:41 UTC
This is issue has been marked as a Duplicate of the other issue. IMHO the dependency on M10 umbrella issue can be removed.