freya login problem (linux)

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
HardStyle
Posts: 6
Joined: Tue Nov 09, 2010 8:29 pm

freya login problem (linux)

Post by HardStyle »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4425:
L2JDP Revision 7669:


last night everything work perfectly but i don't know why now something strange is happening...
1st 4423 and 4425 revision clean comp
2ns os ubuntu
3rd i use noip2....

when i start server and login everything is ok....

but when i try to login in game

the login terminal gets this error
java.net.UnknownHostException: MyIpAdress
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at com.l2jserver.loginserver.serverpackets.ServerList$ServerData.<init>(ServerList.java:75)
at com.l2jserver.loginserver.serverpackets.ServerList.<init>(ServerList.java:105)
at com.l2jserver.loginserver.clientpackets.RequestServerList.run(RequestServerList.java:79)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)

it logs in login screen
i see the server name and evrything ....but when i try to log on server ...the same error appear....
and i't dosn't connect to server

i have this problem on 4423 revision and now tested now tested on 4425

i can't solve it:|...
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: freya login problem (linux)

Post by Naonah »

...cuz no-IP is a crap solution and there are always problems with it.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: freya login problem (linux)

Post by _DS_ »

Post ipconfig.xml
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: freya login problem (linux)

Post by JMD »

well i iuse no-ip on my linux without any problems.
komara_23
Posts: 16
Joined: Fri Jul 16, 2010 6:15 pm

Re: freya login problem (linux)

Post by komara_23 »

i think the problem is comming from incorect installation of java.
check you java.
User avatar
netvirus
Advanced User
Advanced User
Posts: 408
Joined: Sun Aug 02, 2009 3:43 pm
Location: Russia
Contact:

Re: freya login problem (linux)

Post by netvirus »

java.net.UnknownHostException: MyIpAdress
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)


Show ifconfig and ipconfig.xml
FidoNet - iddqd
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: freya login problem (linux)

Post by Naonah »

enable IPv6 settings in Ubuntu
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
HardStyle
Posts: 6
Joined: Tue Nov 09, 2010 8:29 pm

Re: freya login problem (linux)

Post by HardStyle »

here is my ipconfig ...

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="aresknights.myftp.biz">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <define subnet="10.0.0.0/8" address="10.0.0.0" />    <define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver>
komara_23 wrote:i think the problem is comming from incorect installation of java.
check you java.

the server worked before and i didn't do any changes to java....ore in core...

i will enable ipv6 soon and post if any changes..

no changes with ipv6...
the problem is from ubuntu or noip i think....
i'v made a test server on other pc (windows) that works ...and registred to the same login....(the pc on linux) and i can't log on it.... same error
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: freya login problem (linux)

Post by Naonah »

I am not sure about this:

Code: Select all

<gameserver address="aresknights.myftp.biz">
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: freya login problem (linux)

Post by _DS_ »

Naonah wrote:I am not sure about this:
This is normal.

Post loginserver log.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
HardStyle
Posts: 6
Joined: Tue Nov 09, 2010 8:29 pm

Re: freya login problem (linux)

Post by HardStyle »

problem solved ...i had a bug from nopi2 i think....i'v reinstalled the os and all programs and all works perfect again.... thx a lot for your help...(the server didn't had a problem)
Post Reply