Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

arb_gw (closing)

☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
hey guys i have a problem that the tuts dont explain or im doing something wrong

i start in order

Laragon&TeraAPI - (org.apache.catalina.startup.Catalina.start Server startup in 21150 ms)
hub - Server 13:2 registered from 127.0.0.1:58539
hub_gw - Acceptor::Bind at 8000 Socket 1921f10 118
arb_gw - Fail

arb_gw LOG
[2021/06/09 01:48:26.154] build : Jun 21 2018, 17:02:37, LOG_LEVEL : 5
[2021/06/09 01:48:26.157] Process URL [
[2021/06/09 01:48:26.160] Host: [IP] Port: 8080 /api/
[2021/06/09 01:48:26.163] Resolving result IP:8080
[2021/06/09 01:48:26.165] Process URL [
[2021/06/09 01:48:26.168] Host: [IP] Port: 8080 /
[2021/06/09 01:48:26.170] Resolving result IP:8080
[2021/06/09 01:48:26.173] Start request to host [IP:8080] 11bd28c
[2021/06/09 01:48:26.176] REST Socket closed. Reconnect [11bd28c]
[2021/06/09 01:48:26.178] Host: [IP] Port: 8080
[2021/06/09 01:48:26.181] Resolving result IP:8080
[2021/06/09 01:48:47.224] Socket reconnection failed with A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
[2021/06/09 01:48:47.234] Socket closed with The operation completed successfully [11bd28c]
[2021/06/09 01:48:47.237] **** SLOW Call 21078[/systemApi/RequestAPIServerStatusAvailable]
[2021/06/09 01:48:47.241] RequestAPIServerStatusAvailable
[2021/06/09 01:48:47.244] RequestAPIServerStatusAvailable failed -1[]
[2021/06/09 01:48:47.246] REST CheckServer failed

I REMOVED MY IP replaced with IP
firewall is off for this router has 8080 open
along with other ports.

Theories ?
 
Junior Spellweaver
Joined
Jan 22, 2021
Messages
168
Reaction score
52
hey guys i have a problem that the tuts dont explain or im doing something wrong

i start in order

Laragon&TeraAPI - (org.apache.catalina.startup.Catalina.start Server startup in 21150 ms)
hub - Server 13:2 registered from 127.0.0.1:58539
hub_gw - Acceptor::Bind at 8000 Socket 1921f10 118
arb_gw - Fail

arb_gw LOG
[2021/06/09 01:48:26.154] build : Jun 21 2018, 17:02:37, LOG_LEVEL : 5
[2021/06/09 01:48:26.157] Process URL [
[2021/06/09 01:48:26.160] Host: [IP] Port: 8080 /api/
[2021/06/09 01:48:26.163] Resolving result IP:8080
[2021/06/09 01:48:26.165] Process URL [
[2021/06/09 01:48:26.168] Host: [IP] Port: 8080 /
[2021/06/09 01:48:26.170] Resolving result IP:8080
[2021/06/09 01:48:26.173] Start request to host [IP:8080] 11bd28c
[2021/06/09 01:48:26.176] REST Socket closed. Reconnect [11bd28c]
[2021/06/09 01:48:26.178] Host: [IP] Port: 8080
[2021/06/09 01:48:26.181] Resolving result IP:8080
[2021/06/09 01:48:47.224] Socket reconnection failed with A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
[2021/06/09 01:48:47.234] Socket closed with The operation completed successfully [11bd28c]
[2021/06/09 01:48:47.237] **** SLOW Call 21078[/systemApi/RequestAPIServerStatusAvailable]
[2021/06/09 01:48:47.241] RequestAPIServerStatusAvailable
[2021/06/09 01:48:47.244] RequestAPIServerStatusAvailable failed -1[]
[2021/06/09 01:48:47.246] REST CheckServer failed

I REMOVED MY IP replaced with IP
firewall is off for this router has 8080 open
along with other ports.

Theories ?

arb_gw cannot request the API, make sure arb_gw is correctly configured in config file .txt:
should look like this :
hub_ip=127.0.0.1
hub_port=11001
game_port=10001
rest_timeout=0
rest_url=http://127.0.0.1:8080/api
rest_url_auth=http://127.0.0.1:8080/
web_shop_url=http://127.0.0.1/game/tera/mall/ingame?tokken=%s&worldNo=2800
thread_cnt=16

Else, it's an issue with the API itself that is not corectly configured. I ain't using Laragon VM so idk much about configuring this one, but try to make a server login using rested or postman, to see if you get any response from API
 
Upvote 0
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
this is what i have in the txt

hub_ip=127.0.0.1
hub_port=11001
game_port=10001
rest_timeout=0
rest_url=http://xxxx53.17:8080/api
rest_url_auth=http://xxxxx53.17:8080/
web_shop_url=http://ingamemall.mangot5.com/game/tera/mall/ingame?tokken=%s&worldNo=2800
thread_cnt=16



i also have this at the start of laragon

D:\TERA_SERVER\apache-tomcat>title Laragon & TeraAPI
'TeraAPI' is not recognized as an internal or external command,
operable program or batch file.

D:\TERA_SERVER\apache-tomcat>net service stop W3SVC
The syntax of this command is:

NET


i got all the old teras working its this newer 1 i seem to have trouble with.. non vm

im new to tera came from fiesta lol
but you lost me with
login using rested or postman
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Jan 22, 2021
Messages
168
Reaction score
52
this is what i have in the txt

hub_ip=127.0.0.1
hub_port=11001
game_port=10001
rest_timeout=0
rest_url=http://xxxx53.17:8080/api
rest_url_auth=http://xxxxx53.17:8080/
web_shop_url=http://ingamemall.mangot5.com/game/tera/mall/ingame?tokken=%s&worldNo=2800
thread_cnt=16



i also have this at the start of laragon

D:\TERA_SERVER\apache-tomcat>title Laragon & TeraAPI
'TeraAPI' is not recognized as an internal or external command,
operable program or batch file.

D:\TERA_SERVER\apache-tomcat>net service stop W3SVC
The syntax of this command is:

NET


i got all the old teras working its this newer 1 i seem to have trouble with.. non vm

im new to tera came from fiesta lol
but you lost me with
login using rested or postman

Yeah don't worry, seems like the command to run the ter API ain't correct, tho it's using the .NET API, and I work with the Java grail one with xampp instead of laragon, so I can't help much there, try to wait for someone else I guess :/
 
Upvote 0
Junior Spellweaver
Joined
Jan 22, 2021
Messages
168
Reaction score
52
do u have 92.03 also?
if you do can i add you to my discord cos i wanna know about same version but with xampp so on

Yes, its exactly the same version. only difference is that .Net APi has been made by community member of ragezone, and xampp + grail is the original leak.
My discord is open to help i don't mind.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 3, 2021
Messages
70
Reaction score
18
I am stuck with the same problem now, seems like this new API compared to the old leak is more complicated, i never had issues with the old one
 
Upvote 0
Junior Spellweaver
Joined
May 6, 2022
Messages
104
Reaction score
16
problem solved can close thread ^^

Can we not close and maybe share the fix?

````
EDIT: Fixed it by installing an older version of JAVA. The newest JDK would not work and was throwing errors
I installed OPENJDK 8u262 and it worked
 
Last edited:
Upvote 0
Back
Top