AjaxLife moved

AjaxLife has moved to another server – you can now find it at https://ajaxlife.net/. It’s not actually any more powerful; it’s just not serving any other tasks. This has the advantage that AjaxLife has more resources to play with, and it won’t bring everything else crashing down with it.

It also now has Spanish and French translations – pick your language of choice on the login screen.

Spanish Translation
Spanish translation

French Translation
French translation

[21:33] Fixed an error in the copying that resulted in not all the JavaScript files being loaded, resulting in a perpetual “Loading subsystems…” message.

[The next day, 20:57] Fixed perpetual “Loading subsystems…” message that only affected the MG – I hope. Same screwup as before, that wasn’t actually quite fixed.

42 Responses to “AjaxLife moved”


  1. 1 Zack Voom

    Whoo! Great job, Katharine. Now I can read your blog! :)

  2. 2 Katharine Berry

    Oops. Fixed the major breaking error. >.>

  3. 3 JP

    hmm… “loading subsystems” window just keeps moving and moving and moving …

    Kath, is something broke or is in on my end?

  4. 4 Katharine Berry

    Which web browser?

  5. 5 JP

    Firefox 2.0.0.4

  6. 6 Katharine Berry

    It’s working fine for me in that… :/

  7. 7 Kiro Druart

    I seem to be geting that loading subsystems bar nonstop as well…

    I am using a Wii
    (on a vacation, need my sl :p)

  8. 8 Storm Basiat

    Brilaint work Katharine!

  9. 9 Storm Basiat

    Hello, Im not too sure if it is the school version of Internet Explorer 7 but everytime i open the Isntant Message page up the background dissapprears.

  10. 10 Sim Guyot

    Hi Kath,
    very nice work, but in my browser (firefox 2.0.0.4) “loading subsystems” window just keeps moving and moving and moving …
    Can u help me?

    Many thanks

    Bye

  11. 11 Sim Guyot

    ps,. i’ve tryed to clear the cache but it still don’n work…
    please halp me
    i really want to use your creation

  12. 12 Ana Stubbs

    I’m getting the eternally loading subsystems.

    Opera 9 and Firefox 2

  13. 13 Katharine Berry

    If you are having issues with Opera 9, please tell me what JavaScript error occured, if any. To see, do the following:

    1) Log in and get to the hanging on “Loading subsystems…”
    2) Go to the “Tools” menu, the “Advanced” sub-menu, and open the Error Console
    3) Change the bottom-left drop-down to JavaScript
    4) Post a comment/email me what it says in relation to ajaxlife.katharineberry.co.uk.

  14. 14 JP

    Hi Kath, I saw your latest message on the subsystem loading dialog. I cleared the cache and it’s still never ending. I’m actually glad to hear that others are seeing similar problems, as it means it’s not something specific to my pc. I also tried on two different PCs yesterday on 2 different ISPs and again ran into this problem. I can login to SL just fine with the LL client, but that’s buggy as hell and would prefer to use your client just to chat with friends.

  15. 15 Katharine Berry

    JP, is there any chance you can provide debugging information as detailed in another comment?

  16. 16 JP

    Sure!

    Although not sure how to copy it out…there’s probably 100 errors and no easy way to copy them.

  17. 17 JP

    Warning: Unknown property ‘filter’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/resources/css/ext-all.css
    Line: 17

    Warning: Unknown property ‘zoom’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/resources/css/ext-all.css
    Line: 21

    Warning: Unknown property ‘filter’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/resources/css/ext-all.css
    Line: 49

    Warning: Unknown property ‘-khtml-user-select’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/resources/css/ext-all.css
    Line: 80

    Warning: Expected end of value for property but found ’4′. Error in parsing value for property ‘margin’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/resources/css/ext-all.css
    Line: 2628

    Warning: Error in parsing value for property ‘white-space’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/resources/css/ext-all.css
    Line: 2706

    Warning: Unknown property ‘word-wrap’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/resources/css/ext-all.css
    Line: 2708

    Warning: Expected end of value for property but found ‘,’. Error in parsing value for property ‘height’. Declaration dropped.
    Source File: https://ajaxlife.katharineberry.co.uk/ajaxlife/ui.css
    Line: 42

    Error: lh[downcased_name] has no properties
    Source File: https://ajaxlife.katharineberry.co.uk/mapapi/noprototype/
    Line: 21

  18. 18 JP

    My comments didn’t show up, but the first 5 or 6 repeat over and over probably 50 times. And the very last one has a big RED exclamation point next to it. All the others were yellow warnings, I suppose.

  19. 19 JP

    Since line numbers don’t seem to match up, the very last error references this part of the code:

    //
    var lh = new Object(); var rlh = new Object(); var o;

    function SLPoint (name, local_x, local_y) {
    if(!local_x) { local_x = 0; }
    if(!local_y) { local_y = 0; }
    var downcased_name = name.toLowerCase();
    this.x = lh[downcased_name].x (local_x / 256);
    this.y = lh[downcased_name].y (local_y / 256);
    }

    function gotoSLURL(x,y) {
    // alert($SERVICES_URL “asset/link?x=” x “&y=” y);
    // $(‘ifrmxxx’).src = $SERVICES_URL “asset/link?x=” x “&y=” y;
    var int_x = Math.floor(x);
    var int_y = Math.floor(y);

    var local_x = Math.round((x – int_x) * 256);
    var local_y = Math.round((y – int_y) * 256);

  20. 20 JP

    I’m hoping you removed the error log I posted, otherwise let me know and I can repost it.

  21. 21 Katharine Berry

    Akismet didn’t like it. I’ve told it you’re a nice person. :)

    All those first warning things are IE compatability hacks. Yay for IE! >.>

    The final one makes it clear why some have the issue and some don’t – It doesn’t know about what sim you’re in. :p

  22. 22 Katharine Berry

    AHA. I accidentally reverted the file to call the version of the Map API that didn’t work on the MG.

  23. 23 Katharine Berry

    Should be fixed now. :D

  24. 24 JP

    Well…. :D I can login successfully now, but it seems that I lose the session with the SL server or similar. Like the viewer just hung – I can type all I want, but nobody hears me and I can’t hear anyone else. It happens about a minute after logging in. Three times now.

    It’s better though! :)

  25. 25 Katharine Berry

    What’s your avatar name? I’m watching the debug logs and watching people time out because it thinks they were disconnected.

    It seems intermittent though.

  26. 26 JP

    I’d rather not list it online, but my initials are Y Y. Should be easy to spot if there’s not too many users. I’ve been connected for the last 40 minutes or so though without any disconnect problems.

  27. 27 JP

    Heh, or if you can search by session ID: don’t post those – Katharine.

  28. 28 JP

    Sorry about that. Ok, just dropped a few min ago. Logging out just produced the never ending moving bar. Will relog in a bit.

  29. 29 Sandra

    Hi Katharine!
    New here and new to this language (!), but some local news on your work defied me to come and take a look!

    I have been trying to access SL but today I get this message on my browser (Mozilla Firefox 2004)

    Hope it will help you to help me..

    Thanks!
    S

    Bad Gateway
    The proxy server received an invalid response from an upstream server.

    ——————————————————————————–

    Apache Server at ajaxlife.katharineberry.co.uk Port 443

  30. 30 Katharine Berry

    That just means that it’s down because I’m working on it. :)

    It should be working again soon.

  31. 31 Katharine Berry

    Internet Explorer is now supported again, and it’s all fixed. :D

  32. 32 Cory Bjornson

    Bad Gateway

    The proxy server received an invalid response from an upstream server.
    Apache Server at ajaxlife.katharineberry.co.uk Port 443

    The Error message speaks for its self…

    Also “The online status system is down or overloaded.”

  33. 33 Cory Bjornson

    Ok, Ajaxlife Works again!

    Though, “The online status system is down or overloaded.”

  34. 34 Katharine Berry

    I know. The MySQL database died horribly a while ago, leaving a good deal of it crashed. I’ve been too lazy to go about reparing things. >.>

    I’ll go fix that now. :p

  35. 35 Steve Mahfouz

    Opera 9.22 Build 8800 won’t render the UI correctly. Everything is up at the top of the screen and can’t be read even with tweaking the browser. Just an fyi.

  36. 36 Cory Bjornson

    Oh, another bug or two…

    I am logged out of Ajaxlife, when i search something.
    And Noone is on my online friends list, when there should be someone.

    Cory

  37. 37 Otenth Paderborn

    Hi Katherine, this is what I just got using Firefox 2.0.0.4 on a Mac running OS 10.4.10

    I hope you manage to do other things on your holidays than just respond to the flood of publicity AjaxLife brought to you. I remain totally impressed with your accomplishments.

    Cheers!

    Error parsing reply XML: The i4 tag from namespace is expected. Line 2676, position 34. at System.Xml.XmlReader.ReadElementString (System.String name) [0x00000] at libsecondlife.NetworkManager.ReadStringValue (System.Xml.XmlReader reader) [0x00000] at libsecondlife.NetworkManager.ReadInventoryMember (System.Xml.XmlReader reader, System.Int32& typeDefault, System.Int32& version, System.String& invName, libsecondlife.LLUUID& folderID, libsecondlife.LLUUID& parentID) [0x00000] at libsecondlife.NetworkManager.LoginResponseCallback (IAsyncResult result) [0x00000]

  38. 38 Katharine Berry

    I think that’s a libsecondlife bug. Or possibly an SL bug. It’s almost certainly inventory related, in any case. >.>

    Don’t think I can do much about it. :/

  39. 39 Ana Stubbs

    Problems for us MG people again. It appears to log me in ok, but the map displays me at the welcome area in the Teen Grid, at a position of 0,0,0. Unsurprising, it won’t let me teleport to nearby sims, but I can’t teleport to the MG either.

    Also, whatever I try to do, it logs me out after about five minutes.

  40. 40 Katharine Berry

    That happens when both CPU time and bandwidth run out. (It never gets the name from the region handshake, then times the sim out.)

    I restarted it. It should be happy for a while. >.>

  41. 41 Otenth Paderborn

    Ah yes, I logged in just fine with an alt. I wonder what I did to my inventory that made the difference? I’ll see if I can find it.

    I used the search feature (with a person’s name), and it found her, showed her photo in “second life” tab. Nice progress!

  42. 42 Katharine Berry

    I imagine it has to do with folders containing <, > or &.

Leave a Reply