Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Titanium Developer Not Connecting anymore

Hi

Titanium Developer has stopped connecting to the internet so I can't login and can't work with it.

I had this issue in the begining but it seemed to resolve itself.

I'm in a corporate network behind and ISA server, I saw a solution for this where the poster changed there IP address to a static one that solved the issue. Unfortunately for me the IT Dept won't allow this and they want to know what ports and proxies the application uses.

I'm not really that network savy and just want to get on with development is there anyway I can fix this myself quickly.

— asked November 24th 2010 by Kevin
  • internet
  • isa
  • no
  • proxy
  • server
  • settings
  • titanium
  • win
  • xp
5 Comments
  • I have tried setting proxy settings in the environment variables to no avail.

    I'll keep on digging. Is it necessary to login. Why do I need to login from the application?

    — commented November 24th 2010 by Kevin
  • Tried changing Resources\appcelerator.xml '<proxy>@{rootPath}proxy</proxy>' to my settings, no joy.
    Onwards

    — commented November 24th 2010 by Kevin
  • Tried commenting out the block of code:

    if (Titanium.Network.online == false)
    {
        $('#tiui_cloud_on').css('display','none');
        $('#tiui_cloud_off').css('display','inline');
        if (typeof(fCallback) == 'function')
        {
            fCallback({offline:true});
        }
        return;
    }
    
    — commented November 24th 2010 by Kevin
  • I wish I could remember what I did to get it working in the first place.

    The only solution I can think of is remtoing into my home pc and working from there. Not ideal.

    — commented November 24th 2010 by Kevin
  • What ports and network settings does Titanium Require?
    What details can I give to my IT Admin to help Titanium connect?

    — commented November 24th 2010 by Kevin

1 Answer

  • This solve my problem:

    http://developer.appcelerator.com/question/29461/request-timed-out-make-sure-you-are-online-firewall-prohibits-ping#149391

    Although on first attempt it didn't seem to work.

    This time I made the change saved, and reopened the file to confirm.

    — answered November 24th 2010 by Kevin
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.