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 204560 - Running application opens browser with IPv6 address
Summary: Running application opens browser with IPv6 address
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 08:08 UTC by Vladimir Riha
Modified: 2014-09-17 10:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
server output (8.25 KB, text/plain)
2011-11-02 08:08 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 08:08:03 UTC
Created attachment 112710 [details]
server output

Steps to reproduce:
- create new Java Web application, no framework, WebLogic 12.1.1
- run application (right click on project node and Run)
=> application is opened in browser, index.jsp is shown
   URL in browser: http://localhost:7001/WebApplication5/

- repeat run application again
=> application is opened in browser but with incorrect URL (so index.jsp is not actually displayed). The url is:
   URL in browser: http://[2001:0:5ef5:79fd:28e3:3358:f5ff:fdf0]:7001/WebApplication5

Windows 7 are running in Virtual Box.

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-03 09:59:17 UTC
Just small update:
I got "the same" untranslated IPv6 address on Win7 that are not running in VirtualBox and the address is valid and working, only in IPv6 form. So the question is if it's supposed to open browser with address in IPv6 form or not.
Comment 2 Petr Hejl 2011-11-03 11:22:09 UTC
If I understand that correctly the only issue is the IPv6 adress used for browsing? App runs ok?

I'll evaluate but I guess it might depend on WL binding.
Comment 3 Vladimir Riha 2011-11-03 12:01:39 UTC
Exactly, app runs fine the problem is only about using IPv6 instead of resolved name
Comment 4 Petr Hejl 2014-09-17 10:26:45 UTC
Now the address should be consistent - fixed in weblogic_remote branch of jet-main.