History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16708
Type: Bug Bug
Status: Open Open
Assignee: Nikolay Chashnikov
Reporter: Serge Baranov
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

GWT run configuration uses wrong address

Created: 16 Dec 07 20:23   Updated: 26 Mar 08 04:07
Component/s: GWT Support

Environment:
OS: Linux
JDK: JDK 1.6.0
IDEA: 7.0
Build: 7590
Issue Links:
Relates
This issue relates to:
IDEADEV-13960 Can't access GWT hosted mode IDEA Normal Resolved
 

Build: 7,590
Severity: Medium


 Description  « Hide
Support feedback:

Idea opens hosted browser pointing at http://localhost:8888/
while it should open specified in run configuration module HTML.
This bug is not reproducible on fresh install of Idea, but it appears after Idea is used for some time. After that, the bug is 100% reproducible, even
after recreating project files.

GWT version is 1.4.60 & 1.4.61



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Sidorenko - 17 Dec 07 13:21
Looks like it happens only for projects based on maven pom.xml

In newly created project with generated Sample GWT module the issue does not appear.


Gaetan Zoritchak - 07 Feb 08 06:47
I have the same problem with a pom project. The gwt shell start without problem but the hosted browser window doesn't. The run command doesn't mention any URL to launch.

I have to manually add the URL at in the Shell Parameters of the run configuration to make it works.


Bryan - 10 Mar 08 21:23
Same problem here. Idea build 7744, java 1.5.0_11, kubuntu 7.10. GWT 1.4.61. Maven 2 (project generated from POM).

Stephen Scaringi - 26 Mar 08 04:07
I'm seeing the same problem, but I'm not using Maven. IDEA 7.0.3 build 7757, Mac OS X 10.5.2, gwt-mac-1.4.61 (the gwt build from this link: http://google-web-toolkit.googlecode.com/files/gwt-leopard-1.4.61.tar.gz, which is a build put up by the GWT team in response to the problem in this thread: http://code.google.com/p/google-web-toolkit/issues/detail?id=1792).