Would you like to react to this message? Create an account in a few clicks or log in to continue.

Official Community Forums
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  The Wiki  Website  github Project  

 

 client Connection

Go down 
3 posters
AuthorMessage
ceesed
Experienced Newbie
Experienced Newbie
ceesed


Posts : 10
Join date : 2013-02-18
Location : US

client Connection Empty
PostSubject: client Connection   client Connection EmptyThu 21 Feb - 8:56

Setup: Server/Master on CentOS and client on Win7 both on local network both using the latest downloads at sourceforge

Problem:

Server and Master are running. I try to connect via the client (ver 1.6.3163.21365) with the added arguments --world sampleworld --master 192.168.0.100 and all I get is the message that the Multiverse Servers are currently unavailable.

I don't see any logging client-side or server-side indicating where the connection attempt is.

I checked the database and the account entry is flagged as 1 for public and approved. There are no firewalls in between and the ports on the server are being shown as listening.

Shouldn't I see logging indicating the attempt at least in the client or the master server logs?

Anyone have any ideas on what's happening or where to start looking? All I see client side is:

Code:

INFO  [2013-02-20 15:49:55,142] MultiverseClient    Client command line arguments: --development --world sampleworld --master 192.168.0.100
INFO  [2013-02-20 15:49:55,156] MultiverseClient    Got extra arguments; Will exit after patch if a client patch is required.
INFO  [2013-02-20 15:49:55,156] MultiverseClient    Checking if restart required
INFO  [2013-02-20 15:49:57,994] MultiverseClient    Client version up to date: 1.6.3163.21365
INFO  [2013-02-20 15:49:58,022] Client              Starting up client; client version number is 1.5.4465.30861
INFO  [2013-02-20 15:49:58,046] Axiom                *********Axiom 3D Engine Log *************
Copyright Copyright © Axiom and RealmForge Development Team 2003-2005
Version: 0.7.0.30853
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.Net Framework: 2.0.50727.5466

INFO  [2013-02-20 15:49:58,046] Axiom                *-*-* Axiom Intializing
INFO  [2013-02-20 15:49:58,074] PlatformManager      Loading PlatformManager 'C:\Program Files (x86)\Multiverse Software Foundation\Multiverse Client\bin\Axiom.Platforms.Win32.dll'
INFO  [2013-02-20 15:49:58,080] Axiom                OverlayElementFactory for type 'BorderPanel' registered.
INFO  [2013-02-20 15:49:58,081] Axiom                OverlayElementFactory for type 'TextArea' registered.
INFO  [2013-02-20 15:49:58,081] Axiom                OverlayElementFactory for type 'Panel' registered.
INFO  [2013-02-20 15:49:58,232] Axiom                Total System Memory Size: 8124MB
INFO  [2013-02-20 15:49:58,325] Axiom                Loaded plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO  [2013-02-20 15:49:58,326] articleSystemManager Particle Emitter type 'Point' registered.
INFO  [2013-02-20 15:49:58,327] articleSystemManager Particle Emitter type 'Box' registered.
INFO  [2013-02-20 15:49:58,327] articleSystemManager Particle Emitter type 'Ellipsoid' registered.
INFO  [2013-02-20 15:49:58,327] articleSystemManager Particle Emitter type 'Cylinder' registered.
INFO  [2013-02-20 15:49:58,327] articleSystemManager Particle Emitter type 'Ring' registered.
INFO  [2013-02-20 15:49:58,327] articleSystemManager Particle Emitter type 'HollowEllipsoid' registered.
INFO  [2013-02-20 15:49:58,328] articleSystemManager Particle Affector type 'LinearForce' registered.
INFO  [2013-02-20 15:49:58,328] articleSystemManager Particle Affector type 'ColourFader' registered.
INFO  [2013-02-20 15:49:58,328] articleSystemManager Particle Affector type 'ColourFader2' registered.
INFO  [2013-02-20 15:49:58,328] articleSystemManager Particle Affector type 'ColourImage' registered.
INFO  [2013-02-20 15:49:58,328] articleSystemManager Particle Affector type 'ColourInterpolator' registered.
INFO  [2013-02-20 15:49:58,328] articleSystemManager Particle Affector type 'Scaler' registered.
INFO  [2013-02-20 15:49:58,329] articleSystemManager Particle Affector type 'Rotator' registered.
INFO  [2013-02-20 15:49:58,329] Axiom                Loaded plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO  [2013-02-20 15:49:58,329] Axiom                Loaded plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO  [2013-02-20 15:49:58,330] Axiom                Loaded plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO  [2013-02-20 15:55:19,523] MultiverseClient    Exiting client
INFO  [2013-02-20 15:55:19,525] Client              Started call to Client.Dispose()
INFO  [2013-02-20 15:55:19,558] Axiom                *-*-* Axiom Shutdown
INFO  [2013-02-20 15:55:19,560] Axiom                Unloading plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO  [2013-02-20 15:55:19,560] Axiom                Unloading plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO  [2013-02-20 15:55:19,560] Axiom                Unloading plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO  [2013-02-20 15:55:19,562] Axiom                Unloading plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO  [2013-02-20 15:55:19,563] Client              Finished call to Client.Dispose()
INFO  [2013-02-20 15:55:19,563] MultiverseClient    Cleaning up
INFO  [2013-02-20 15:55:19,563] MultiverseClient    Exiting Client
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptyThu 21 Feb - 9:03

It looks like it is not getting the login page from the server do you have it in an accessible location?
Back to top Go down
ceesed
Experienced Newbie
Experienced Newbie
ceesed


Posts : 10
Join date : 2013-02-18
Location : US

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptyThu 21 Feb - 15:59

What access does it expect?

I tried changing the webroot to the website folder but that didn't do anything.

I also initially had the website folder files copied into my existing webroot and used the --login_url parameter. The login page would load with that method but submitting yields a script error in line 170, char 1, Object doesn't support property or method login, code 0, http://192.168.0.100/login/?world=sampleworld

The lack of generating any log data is what is baffling me at the moment.
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptyFri 22 Feb - 1:17

Does you database have an entry for the world indicating where the login is located? I am willing to bet there is something wrong with either accessing the login page or the login script. You might want to check the web logs to see if it is sending the page.
Back to top Go down
ceesed
Experienced Newbie
Experienced Newbie
ceesed


Posts : 10
Join date : 2013-02-18
Location : US

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptyFri 22 Feb - 8:58

Problem was with the login html file. Specifying the jsp file got me in.

But now I must have a 'localhost' stuck where an IP address should be as I timeout when I click play.

Code:

DEBUG [2013-02-21 15:39:16,648] LoginConnection-3    propertyMessage: key=characterName, val=Test
DEBUG [2013-02-21 15:39:16,648] LoginConnection-3    propertyMessage: key=characterId, val=4492
DEBUG [2013-02-21 15:39:49,959] LoginConnection-3    LoginPlugin: code 8 (36 bytes)
DEBUG [2013-02-21 15:39:49,959] LoginConnection-3    LoginPlugin: CharacterSelectRequestMessage prop count=1
INFO  [2013-02-21 15:39:49,959] LoginConnection-3    LoginPlugin: SELECT_CHARACTER oid=4492 name=Test allowed=true
DEBUG [2013-02-21 15:39:49,961] LoginConnection-3    putPropertyMap: character_oid=4492, proxy_server=proxy_1
DEBUG [2013-02-21 15:39:49,962] LoginConnection-3    MVByteBuffer.reallocate: size=512 requested=122 newSize=512
DEBUG [2013-02-21 15:39:49,962] LoginConnection-3    LoginPlugin: assigned proxy Proxy1 host=localhost port=5050
DEBUG [2013-02-21 15:39:49,962] LoginConnection-3    LoginPlugin: select character response: nProps=3
DEBUG [2013-02-21 15:39:49,962] LoginConnection-3    putPropertyMap: token=[B@77d36efb, proxyHostname=localhost, proxyPort=5050
INFO  [2013-02-21 15:39:49,971] LoginConnection-3    LoginPlugin: DISCONNECT remote=/192.168.0.5:50614 local=/192.168.0.100:5040

Client Exception Log:
Code:

WARN  [2013-02-21 15:46:35,316] Exception            Exception connecting to rdp world server localhost:5050 : System.TimeoutException: The operation has timed out.
  at Multiverse.Network.Rdp.RdpClient.Connect(IPEndPoint remoteEP, Int32 millisecondsTimeout)
  at Multiverse.Network.RdpMessageHandler..ctor(IPEndPoint remote, Int32 millisecondsTimeout)
  at Multiverse.Network.RdpWorldMessageHandler..ctor(IPEndPoint remote, MessageDispatcher dispatcher)
  at Multiverse.Network.NetworkHelper.RdpWorldConnect(String hostname, Int32 port)

MultiverseClient Log:
Code:

ERROR [2013-02-21 15:46:25,318] NetworkHelper        Failed to connect to rdp world server at localhost:5050
INFO  [2013-02-21 15:46:25,318] Network Information  Connecting to world proxy at localhost:5050
INFO  [2013-02-21 15:46:25,318] Network Information  Connecting to rdp world server at localhost:5050
INFO  [2013-02-21 15:46:25,319] NetworkHelper        IP Address for localhost: '127.0.0.1'
INFO  [2013-02-21 15:46:25,320] RdpMessageHandler    Setting up RdpClient with localPort = 5109
INFO  [2013-02-21 15:46:25,320] Rdp Connection      Created connection to: 127.0.0.1:5050

Everything is set to IPs in master.properties and multiverse.properties on the server. Is there somewhere else I should be looking? And thank you for the time spent answering my questions. It has been very helpful.
Back to top Go down
Agamemnon
Experienced Newbie
Experienced Newbie
Agamemnon


Posts : 28
Join date : 2012-08-26
Location : Marietta, Georgia

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptySat 23 Feb - 8:31

Make sure both ports are open for client to talk to server thru the firewall?
Back to top Go down
ceesed
Experienced Newbie
Experienced Newbie
ceesed


Posts : 10
Join date : 2013-02-18
Location : US

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptySat 23 Feb - 8:36

There are no firewalls between the client and the server.
Back to top Go down
Agamemnon
Experienced Newbie
Experienced Newbie
Agamemnon


Posts : 28
Join date : 2012-08-26
Location : Marietta, Georgia

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptySat 23 Feb - 8:43

sorry, didn't see that in your intial entry.

Can you try removing the --master 192.168.0.100 and see what it does to bring you to your sampleword in the logs?
Back to top Go down
ceesed
Experienced Newbie
Experienced Newbie
ceesed


Posts : 10
Join date : 2013-02-18
Location : US

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptySat 23 Feb - 14:21

Without the --master entry it looks like it is doing the same thing. Client is still trying to use localhost:5050 to connect and then timing out.
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptySat 23 Feb - 14:27

Back to top Go down
ceesed
Experienced Newbie
Experienced Newbie
ceesed


Posts : 10
Join date : 2013-02-18
Location : US

client Connection Empty
PostSubject: Re: client Connection   client Connection EmptySat 23 Feb - 15:22

Missed that thread. That was exactly the problem.

Thanks again for the help.
Back to top Go down
Sponsored content





client Connection Empty
PostSubject: Re: client Connection   client Connection Empty

Back to top Go down
 
client Connection
Back to top 
Page 1 of 1
 Similar topics
-
» Server STARTUP FAILED >>> SOLVED
» Client Connection
» Client Connection Issues
» Client connection issue
» Client Connection Issues/Questions

Permissions in this forum:You cannot reply to topics in this forum
 :: Development :: Getting Started-
Jump to: