Skip to main content



      Home
Home » Archived » Visual Editor (VE) » VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame
VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame [message #55958] Fri, 13 August 2004 05:07 Go to next message
Eclipse UserFriend
Originally posted by: ab2248.gmx.de

I have installed

- eclipse-SDK-3.0-win32.zip
- 3.139.406 emf-sdo-runtime-2.0.0.zip
- GEF-runtime-3.0.zip
- VE-runtime-1.0M2.zip

and I'm trying to create a simple AWT Frame. The source code is
correctly shown by the editor.

Then javaw.exe tries to access the internet (Why is that?), as
my firewall shows. After giving permission I get the error:

Visual Editor for Java Error
Error trying to set a new file into the editor.
Reason:
IWAV0171E Could not create a socket connection to remote vm.

The .log file shows:
java.lang.RuntimeException: IWAV0170I Connection creation failed.
java.lang.IllegalStateException: IWAV0171E Could not create a socket connection to remote vm.

It might be a simple newbie mistake. Can you help me? :-)
Albrecht
Re: VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame [message #56014 is a reply to message #55958] Fri, 13 August 2004 07:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.nospam.us.ibm.com

Albrecht wrote:
<snip>
> Then javaw.exe tries to access the internet (Why is that?), as
> my firewall shows. After giving permission I get the error:
>
> Visual Editor for Java Error
> Error trying to set a new file into the editor.
> Reason:
> IWAV0171E Could not create a socket connection to remote vm.
>
> The .log file shows:
> java.lang.RuntimeException: IWAV0170I Connection creation failed.
> java.lang.IllegalStateException: IWAV0171E Could not create a socket connection to remote vm.
>
> It might be a simple newbie mistake. Can you help me? :-)
> Albrecht
>

The Visual Editor needs to create a network connection to localhost
(127.0.0.1) in order to communicate with the remote virtual machines
used for beaninfo introspection and the graphical presentation of the
visual class being edited. Firewalls can cause problems with this
connection. Try disabling your firewall and see if it works. If you're
able to work with the VE with your firewall disabled, try to configure
your firewall to allow a Java to make a connection to the local machine.

- Jeff
Re: VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame [message #56041 is a reply to message #56014] Fri, 13 August 2004 08:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ab2248.gmx.de

Your suggestion met the problem, it works now. Thanks a lot! :-)
Albrecht


> The Visual Editor needs to create a network connection to localhost
> (127.0.0.1) in order to communicate with the remote virtual machines
> used for beaninfo introspection and the graphical presentation of the
> visual class being edited. Firewalls can cause problems with this
> connection. Try disabling your firewall and see if it works. If you're
> able to work with the VE with your firewall disabled, try to configure
> your firewall to allow a Java to make a connection to the local machine.
>
> - Jeff


> > Then javaw.exe tries to access the internet (Why is that?), as
> > my firewall shows. After giving permission I get the error:
> >
> > Visual Editor for Java Error
> > Error trying to set a new file into the editor.
> > Reason:
> > IWAV0171E Could not create a socket connection to remote vm.
> >
> > The .log file shows:
> > java.lang.RuntimeException: IWAV0170I Connection creation failed.
> > java.lang.IllegalStateException: IWAV0171E Could not create a socket
> > connection to remote vm.
> >
> > It might be a simple newbie mistake. Can you help me? :-)
> > Albrecht
Re: VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame [message #70531 is a reply to message #56041] Tue, 09 November 2004 04:33 Go to previous message
Eclipse UserFriend
Originally posted by: crafterm.managesoft.com

Hi Jeff,

Thanks for the tip - that fixed it up for me as well. I was under Linux
though, and was running Eclipse through a socks proxy.

All working well now.

Cheers,

Marcus


Jeff wrote:
>>The Visual Editor needs to create a network connection to localhost
>>(127.0.0.1) in order to communicate with the remote virtual machines
>>used for beaninfo introspection and the graphical presentation of the
>>visual class being edited. Firewalls can cause problems with this
>>connection. Try disabling your firewall and see if it works. If you're
>>able to work with the VE with your firewall disabled, try to configure
>>your firewall to allow a Java to make a connection to the local machine.
>>
>> - Jeff
Re: VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame [message #597301 is a reply to message #55958] Fri, 13 August 2004 07:16 Go to previous message
Eclipse UserFriend
Albrecht wrote:
<snip>
> Then javaw.exe tries to access the internet (Why is that?), as
> my firewall shows. After giving permission I get the error:
>
> Visual Editor for Java Error
> Error trying to set a new file into the editor.
> Reason:
> IWAV0171E Could not create a socket connection to remote vm.
>
> The .log file shows:
> java.lang.RuntimeException: IWAV0170I Connection creation failed.
> java.lang.IllegalStateException: IWAV0171E Could not create a socket connection to remote vm.
>
> It might be a simple newbie mistake. Can you help me? :-)
> Albrecht
>

The Visual Editor needs to create a network connection to localhost
(127.0.0.1) in order to communicate with the remote virtual machines
used for beaninfo introspection and the graphical presentation of the
visual class being edited. Firewalls can cause problems with this
connection. Try disabling your firewall and see if it works. If you're
able to work with the VE with your firewall disabled, try to configure
your firewall to allow a Java to make a connection to the local machine.

- Jeff
Re: VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame [message #597310 is a reply to message #56014] Fri, 13 August 2004 08:00 Go to previous message
Eclipse UserFriend
Originally posted by: ab2248.gmx.de

Your suggestion met the problem, it works now. Thanks a lot! :-)
Albrecht


> The Visual Editor needs to create a network connection to localhost
> (127.0.0.1) in order to communicate with the remote virtual machines
> used for beaninfo introspection and the graphical presentation of the
> visual class being edited. Firewalls can cause problems with this
> connection. Try disabling your firewall and see if it works. If you're
> able to work with the VE with your firewall disabled, try to configure
> your firewall to allow a Java to make a connection to the local machine.
>
> - Jeff


> > Then javaw.exe tries to access the internet (Why is that?), as
> > my firewall shows. After giving permission I get the error:
> >
> > Visual Editor for Java Error
> > Error trying to set a new file into the editor.
> > Reason:
> > IWAV0171E Could not create a socket connection to remote vm.
> >
> > The .log file shows:
> > java.lang.RuntimeException: IWAV0170I Connection creation failed.
> > java.lang.IllegalStateException: IWAV0171E Could not create a socket
> > connection to remote vm.
> >
> > It might be a simple newbie mistake. Can you help me? :-)
> > Albrecht
Re: VE shows "IWAV0170I Connection creation failed" when trying to load/show a frame [message #602791 is a reply to message #56041] Tue, 09 November 2004 04:33 Go to previous message
Eclipse UserFriend
Hi Jeff,

Thanks for the tip - that fixed it up for me as well. I was under Linux
though, and was running Eclipse through a socks proxy.

All working well now.

Cheers,

Marcus


Jeff wrote:
>>The Visual Editor needs to create a network connection to localhost
>>(127.0.0.1) in order to communicate with the remote virtual machines
>>used for beaninfo introspection and the graphical presentation of the
>>visual class being edited. Firewalls can cause problems with this
>>connection. Try disabling your firewall and see if it works. If you're
>>able to work with the VE with your firewall disabled, try to configure
>>your firewall to allow a Java to make a connection to the local machine.
>>
>> - Jeff
Previous Topic:javaw multiple processes when working with VE
Next Topic:No menu class support using ve 1.0.1 and swt?
Goto Forum:
  


Current Time: Wed Apr 16 01:59:15 EDT 2025

Powered by FUDForum. Page generated in 0.04540 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top