A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: has anyone used Flashsock socketserver from actionscript bible

  1. #1
    Senior Member
    Join Date
    Jan 2007
    Location
    Barcelona
    Posts
    389

    has anyone used Flashsock socketserver from actionscript bible

    Hi,

    I am running the server perfectly at localhost level but when it gets to posting the client on my site, I can't connect. All I've seen changing in the server log is this when I point the client's IP to my internal one. The policy file request. Nothing happens if I change the IP to global. Does anyone know if this server can be run to server the internet and how?


    C:\>java -classpath flashsock.jar;lib com.stevenowicki.xmlsocketserver.Server 2001
    2001
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::init) XML Socket Server v1.0 => (c) 2003 Steve Nowicki. All rights reserved
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::init) loading message handlers from messagehandlers.properties
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::loadMessageHandlers) Loaded class com.stevenowicki.xmlsocketserver.messagehandlers.S ignonHandler
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::loadMessageHandlers) Loaded class com.stevenowicki.xmlsocketserver.messagehandlers.S ysstatHandler
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::loadMessageHandlers) Loaded class com.stevenowicki.xmlsocketserver.messagehandlers.C hatHandler
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::loadMessageHandlers) Loaded class com.stevenowicki.xmlsocketserver.messagehandlers.S ysstatHandler
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::init) initializing server socket
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::init) Game server starting.
    ..
    [13 de noviembre de 2012 19:50:13 CET] INFO (Server::init) Server started and listening on port 2001

    <policy-file-request/>
    Exception in thread "Thread-2" java.lang.NullPointerException
    at com.stevenowicki.xmlsocketserver.SteveThread.dispa tchMessage(SteveThr
    ead.java:128)
    at com.stevenowicki.xmlsocketserver.SteveThread.run(S teveThread.java:54)

    at java.lang.Thread.run(Unknown Source)

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    it seems that the author can be reached via facebook and twitter....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center