Normal Topic [Solved] Multiple Servers (Read 653 times)
CapitalG
Full Member
Members
***
Offline



Posts: 143
Location: Phoenix, Arizona
Joined: Mar 4th, 2003
[Solved] Multiple Servers
Oct 17th, 2007 at 4:09pm
Print Post Print Post  
Is it possible to run both Sesame 1.X and 2.X servers on the same system?   I have tried and get an error that says:  "Error: failed to create a local socket: unknown"

I did use different ports for each instance.

Thanks
« Last Edit: Oct 17th, 2007 at 6:26pm by Hammer »  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2492
Joined: Aug 20th, 2003
Re: Multiple Servers
Reply #1 - Oct 17th, 2007 at 4:15pm
Print Post Print Post  
Hello Greg,

Yes you can run both a 1.X server and a 2.X server on the same computer. That error message will appear if a server is already running on one of the ports specified, so be sure you are specifying the port numbers correctly. The following two lines will work to run both a 1.X Server and a 2.X server

C:\Sesame\Program\sesame.exe -Server MyMachine:20000:20001
C:\Sesame2\Program\sesame.exe -Server MyMachine:20002:20003

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
CapitalG
Full Member
Members
***
Offline



Posts: 143
Location: Phoenix, Arizona
Joined: Mar 4th, 2003
Re: Multiple Servers
Reply #2 - Oct 17th, 2007 at 4:37pm
Print Post Print Post  
I tried that and still get the same error.  I ran netstat /  to be sure those ports were not used and they were not listed as used.  I then set the ports to :20500 :20501 for 1.X and it started.  I set 2.X to :20502 :20503 and I get the socket error.  when I click ok on the socket error, I get the assertion failed error.  If I try to run 2.X again after clearing the Assertion failed error, I get an Exception Breakpoint error.   

I am using the lastest versions of both 1.X and 2.X.   I even redownloaded and installed them.

Any other pointers?    Would it be easier if I called in or let you login remotely?

Thanks
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2492
Joined: Aug 20th, 2003
Re: Multiple Servers
Reply #3 - Oct 17th, 2007 at 4:49pm
Print Post Print Post  
Were you putting the spaces in between the port numbers? That would cause Sesame to not use them as Port numbers. It should be one big word so to speak.

Name:Port1:Port2

You can call in and I'll remote onto your system and see what I see.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
CapitalG
Full Member
Members
***
Offline



Posts: 143
Location: Phoenix, Arizona
Joined: Mar 4th, 2003
Re: Multiple Servers
Reply #4 - Oct 17th, 2007 at 5:00pm
Print Post Print Post  
DOH!    That was it.  Works like a charm.

Thank you.
  
Back to top
 
IP Logged