Server down?

For Announcements of Hotfixes and Server Downtime. Check here first if the Server is down.

Re: Server down?

Postby MvGulik » Sat Nov 10, 2012 4:20 pm

Wondering about something.

If Plymouth game server(process) is down. But Roanoke and/or Jamestown game server are still up. Can you still enter the game on the active servers?

I did gave it a fast try (when Plymouth was down, and one of the other servers was up), but that did not result in a positive result so far. (failed at character log-in process. "Could not connect: connect" of something to that effect.)
- If I'm correct, Plymouth is the only one that has the game files. Which is/was not a/the issue.
User avatar
MvGulik
 
Posts: 159
Joined: Sat Aug 11, 2012 3:15 pm

Re: Server down?

Postby loftar » Sat Nov 10, 2012 9:25 pm

MvGulik wrote:If Plymouth game server(process) is down. But Roanoke and/or Jamestown game server are still up. Can you still enter the game on the active servers?

You could, but only manually. Plymouth is the server that the clients connect to by default, which makes it the login server, but the other servers are equally capable of the same. It's just that you have to launch the client manually in order to tell it to connect to one of them instead.
User avatar
loftar
 
Posts: 1021
Joined: Sun Jul 08, 2012 7:32 am
Location: In your character database, shuffling bits

Re: Server down?

Postby L33LEE » Sat Nov 10, 2012 9:57 pm

loftar wrote:
MvGulik wrote:If Plymouth game server(process) is down. But Roanoke and/or Jamestown game server are still up. Can you still enter the game on the active servers?

You could, but only manually. Plymouth is the server that the clients connect to by default, which makes it the login server, but the other servers are equally capable of the same. It's just that you have to launch the client manually in order to tell it to connect to one of them instead.



How does one do this, it should be told to the public so us roan / jamestown users can login if boston is down :)
Retribution ~ Death comes to those who wait.

Wishy for Mod - http://forum.salemthegame.com/viewtopic.php?f=3&t=7783
User avatar
L33LEE
 
Posts: 1134
Joined: Fri Aug 24, 2012 3:58 pm

Re: Server down?

Postby Chiprel » Sat Nov 10, 2012 10:03 pm

Edit your salem.jnlp with texteditor:
line:
<property name="haven.defserv" value="plymouth.seatribe.se" />
to:
<property name="haven.defserv" value="XXXXXXXXX.seatribe.se" />

where xxxxx is serv name.

Didn't try it myself but I think it will work ;)
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

Re: Server down?

Postby L33LEE » Sat Nov 10, 2012 10:19 pm

<?xml version="1.0" ?>
<jnlp spec="1.0+" codebase="http://dl.dropbox.com/u/18779594/salem/" href="salem2.jnlp">
<information>
<title>Custom Salem</title>
<vendor>Ender</vendor>
<description>The Salem game</description>
<icon href="http://plymouth.seatribe.se/java/icon.gif" />
<shortcut online="false">
<desktop />
<menu submenu="Custom Salem" />
</shortcut>
</information>
<security>
<all-permissions />
</security>
<resources>
<java version="1.6+" max-heap-size="512M" />
<j2se version="1.6+" max-heap-size="512M" />
<jar href="salem.jar" />
<jar href="client-res.jar" />
<property name="haven.defserv" value="plymouth.seatribe.se" />
<property name="haven.resurl" value="http://plymouth.seatribe.se/res/" />
<extension name="res" href="http://plymouth.seatribe.se/java/salem-res.jnlp" />
<extension name="jogl" href="http://plymouth.seatribe.se/java/jogl/jogl.jnlp" />
</resources>
<application-desc />
</jnlp>



So change the
<property name="haven.defserv" value="plymouth.seatribe.se" />
to
<property name="haven.defserv" value="Roanoke.seatribe.se" />

?????????????
Retribution ~ Death comes to those who wait.

Wishy for Mod - http://forum.salemthegame.com/viewtopic.php?f=3&t=7783
User avatar
L33LEE
 
Posts: 1134
Joined: Fri Aug 24, 2012 3:58 pm

Re: Server down?

Postby Chiprel » Sat Nov 10, 2012 10:21 pm

yes

PS. As a side note: you might need to edit few more lines to make it work when plymouth is down.
<property name="haven.defserv" value="plymouth.seatribe.se" />
<property name="haven.resurl" value="http://plymouth.seatribe.se/res/" />
<extension name="res" href="http://plymouth.seatribe.se/java/salem-res.jnlp" />
<extension name="jogl" href="http://plymouth.seatribe.se/java/jogl/jogl.jnlp" />
all 4 of those. just edit plymouth to other serv name.
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

Re: Server down?

Postby loftar » Sun Nov 11, 2012 12:05 am

Ah, no, you can't change the resource or extension URLs, because only Plymouth is running a HTTP server. The HTTP server is obviously unaffected by the game server going down on Plymouth anyway, and if the entire Plymouth server is physically down, then the other servers won't work anyway, since Plymouth is running the account server.

You'll also have to add a line to make the client still use Plymouth for the authentication service even though it's connecting to another game server:
Code: Select all
<property name="haven.authserv" value="plymouth.seatribe.se" />
User avatar
loftar
 
Posts: 1021
Joined: Sun Jul 08, 2012 7:32 am
Location: In your character database, shuffling bits

Re: Server down?

Postby MvGulik » Sun Nov 11, 2012 12:31 am

loftar wrote:You'll also have to add a line to make the client still use Plymouth for the authentication service even though it's connecting to another game server:
Code: Select all
<property name="haven.authserv" value="plymouth.seatribe.se" />

Aha ... *facepalm*
Thanks :)
User avatar
MvGulik
 
Posts: 159
Joined: Sat Aug 11, 2012 3:15 pm

Re: Server down?

Postby Chiprel » Sun Nov 11, 2012 12:40 am

So to sum it up:
Change haven.defserv to:
Code: Select all
<property name="haven.defserv" value="XXXXXXXXX.seatribe.se" />

where xxxxx is serv name.

and add
loftar wrote:
Code: Select all
<property name="haven.authserv" value="plymouth.seatribe.se" />
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

Re: Server down?

Postby Trenial » Wed Dec 05, 2012 1:34 pm

AH, is that what that was. It was so beautifully executed, at the precise second I clicked to open my gate, poof, no error, nadda. Just firefox, Salem gone.
jwhitehorn wrote:It's too bad you're so politically connected
you would have made a great brave

TENT WIDTH
Image

This area, is my area. No squatting allowed.
User avatar
Trenial
 
Posts: 1068
Joined: Fri Nov 23, 2012 6:42 pm
Location: Trail of Tears

PreviousNext

Return to Hotfix Announcements

Who is online

Users browsing this forum: No registered users and 5 guests