StartGameServer.sh weird error

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
PXT
Posts: 3
Joined: Thu Sep 17, 2009 11:31 pm

StartGameServer.sh weird error

Post by PXT »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:3522
L2JDP Revision Number:6629

I get this error when trying to register gameserver in linux:
[img=http://img514.imageshack.us/img514/1753/errorps.th.jpg]

And after I click on REGISTER SERVER button another error come:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at net.sf.l2j.gsregistering.RegisterDialog.<init>(RegisterDialog.java:69)
at net.sf.l2j.gsregistering.GUserInterface.actionPerformed(GUserInterface.java:288)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6134)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5899)
at java.awt.Container.processEvent(Container.java:2023)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
at java.awt.Container.dispatchEventImpl(Container.java:2067)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

What can be wrong? Thanks,im new @ linux.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: StartGameServer.sh weird error

Post by MELERIX »

before use register, you need to configure loginserver.properties
PXT
Posts: 3
Joined: Thu Sep 17, 2009 11:31 pm

Re: StartGameServer.sh weird error

Post by PXT »

It`s already configured,DB name,user and pass are correct.So maybe another problem is causing this?
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: StartGameServer.sh weird error

Post by devo »

database is started?
A hero of war is that what they see...
PXT
Posts: 3
Joined: Thu Sep 17, 2009 11:31 pm

Re: StartGameServer.sh weird error

Post by PXT »

You mean MySQL? Then yes.
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: StartGameServer.sh weird error

Post by devo »

correct login/pass in l2j config?
A hero of war is that what they see...
Post Reply