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 204596 - Running application fails java.rmi.ConnectException
Summary: Running application fails java.rmi.ConnectException
Status: VERIFIED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 17:35 UTC by Vladimir Riha
Modified: 2011-11-03 09:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (121.42 KB, text/plain)
2011-11-02 17:35 UTC, Vladimir Riha
Details
output window content (14.27 KB, text/plain)
2011-11-02 17:35 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2011-11-02 17:35:33 UTC
Created attachment 112751 [details]
ide log

It happens to me very often that If I run some application on WebLogic 12.1.1 , it fails (see attachment for details from output window and IDE log) and from that moment server becomes some sort of broken. If I switch to Services panel and check the server node, it has no "subfolds" (Web Applications, Resources). Restarting server doesn't help. What helped was to start again with new userdir and add the server again. It happened to me with Maven Web Application and EJB Module. For example I managed to run the Maven Web Application once, then added some new properties files into it, click run again and it starts to fail.




Product Version: NetBeans IDE Dev (Build 201111010600)
Java: 1.7.0_01; Java HotSpot(TM) Client VM 21.1-b02
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Comment 1 Vladimir Riha 2011-11-02 17:35:57 UTC
Created attachment 112752 [details]
output window content
Comment 2 Petr Hejl 2011-11-02 18:47:15 UTC
Never happened to me. Could it be some firewall or similar windows issue? Misconfigured network, VirtualBox or proxy issue?
Comment 3 Petr Hejl 2011-11-02 18:49:54 UTC
Perhaps you could use wireshark to sniff the traffic and check where it is actually connecting and/or who actually rejected connection.
Comment 4 Petr Hejl 2011-11-02 18:52:09 UTC
BTW does it disappear when server is restarted on its own (without restart of NetBeans)? Might be an WL issue as well...
Comment 5 Vladimir Riha 2011-11-02 20:02:58 UTC
Firewall is turned off for sure and restarting server doesn't make any difference, still fails. I'll try the same on Windows 7 that are not in VirtualBox to see what happens.
Comment 6 Vladimir Riha 2011-11-03 09:52:35 UTC
You were right, seems to be some problem with the instance of Windows I was using in VirtualBox. I tried to reproduce it with  Windows 7 out of VirtualBox and it works as it supposed to.