BlueBox error when try to connect through Internet Explorer

Submit all your BlueBox related questions or report a bug here!

Moderators: Lapo, Bax

Post Reply
ojeritas
Posts: 5
Joined: 02 May 2008, 16:48

BlueBox error when try to connect through Internet Explorer

Post by ojeritas »

Hi guys

Code: Select all

[ Send ]: sfsHttp=connect
Error opening URL 'http://<ip>:8080/BlueBox/HttpBox.do'
Whenever I want to connect to my application, this error shows up. It seems that it always appears when using IE (Internet Explorer) but not with Firefox.

Any ideas?

Thanks in advance.
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

Try verifying if you can connect to the webserver first:

Code: Select all

http://the-ip-address:8080
Then see if you can reach the BlueBox

Code: Select all

http://the-ip-address:8080/BlueBox
If the webserver is running you shouldn't have problems with any browsers... let us know
Lapo
--
gotoAndPlay()
...addicted to flash games
ojeritas
Posts: 5
Joined: 02 May 2008, 16:48

Post by ojeritas »

Lapo wrote:Try verifying if you can connect to the webserver first:

Code: Select all

http://the-ip-address:8080
Then see if you can reach the BlueBox

Code: Select all

http://the-ip-address:8080/BlueBox
If the webserver is running you shouldn't have problems with any browsers... let us know
Hi Lapo,

thanks for answering back!!!!
No, the webserver is not working when I put..

Code: Select all

http://the-ip-address:8080
Is that necessary? why?

Thanks
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

If the web server is not running there're vey few chances that the BlueBox will :) Turn on the web-server
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply