Thread: PI Error connecting the server

Results 1 to 6 of 6
  1. #1 PI Error connecting the server 
    Banned
    Join Date
    May 2010
    Posts
    189
    Thanks given
    16
    Thanks received
    7
    Rep Power
    0
    Hey,

    I'm trying to get PI server connect to 127.0.0.1.

    Client Sided

    In client.java changed ip to 127.0.0.1
    In gui.java changed it to 127.0.0.1 aswell

    Is there other places..?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2010
    Posts
    189
    Thanks given
    16
    Thanks received
    7
    Rep Power
    0
    Tried with other client and it connected, so there is something with the client
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Aug 2012
    Posts
    72
    Thanks given
    44
    Thanks received
    3
    Rep Power
    0
    Go to client.java or main.java(Whichever one you have)
    and search:
    Code:
    server =
    Change it to 0.0.0.0
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    May 2010
    Posts
    189
    Thanks given
    16
    Thanks received
    7
    Rep Power
    0
    Didn't work. The original client which come with the source must connect wrong port or something because with other client it connects to the server..
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Aug 2012
    Posts
    72
    Thanks given
    44
    Thanks received
    3
    Rep Power
    0
    Run from eclipse with the arguments set as 0.0.0.0 43594
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    May 2010
    Posts
    189
    Thanks given
    16
    Thanks received
    7
    Rep Power
    0
    Fixed, I had to change my source files to start on port 5555. The client connects only that port.

    Any ideas how I make my client connect to the port 43594?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Error Connecting to server!
    By Fat Kid in forum Help
    Replies: 5
    Last Post: 11-13-2012, 10:05 PM
  2. [PI] error connecting to server!
    By joopz23 in forum Help
    Replies: 2
    Last Post: 08-09-2012, 01:43 PM
  3. Error connecting to server?
    By adxoxocrisp in forum Help
    Replies: 10
    Last Post: 05-31-2012, 07:56 AM
  4. error connecting to server
    By 3looy in forum Help
    Replies: 7
    Last Post: 02-05-2012, 11:02 PM
  5. Replies: 2
    Last Post: 02-01-2010, 09:17 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •