Quote:
[LogclientClient]
type = udp
port = 11100
address = 127.0.0.1
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 127.0.0.1
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[GFactionServer]
type = tcp
port = 29500
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 1048576
sender_interval = 100000
accumu_packets = 4000
mtrace = /tmp/m_trace.link
table_name = filters
table_charset = UCS2
;isec = 2
;iseckey = 123
;osec = 2
;oseckey = 123
[GProviderServer]
id = 101
type = tcp
port = 29600
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 1048576
;isec = 2
;iseckey = 123
;osec = 2
;oseckey = 123
[UniqueNameClient]
type = tcp
port = 29401
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
;isec = 2
;iseckey = feilvbinhueotsog7xf6hwwplttn
;osec = 2
;oseckey = feilvbin1joctpgxjKJdyus1ohph
isec = 2
iseckey = mcnccB
osec = 2
oseckey = mcnccA
[GFactionDBClient]
type = tcp
port = 29400
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 1048576
;isec = 2
;iseckey = 123
;osec = 2
;oseckey = 123
[ThreadPool]
threads = (0,1)(1,4)(100,1)(101,1)
max_queuesize = 1048576
prior_strict = 0
This is a right configuration?
edit : I have modify 0.0.0.0 into 46.105.xxx.xxx and world.err say nothing error.
but in the world2.trace i have already this :
Quote:
2012-06-29 12:54:28 gsxxxxxxxx.hostingnws.net gdeliveryd: debug : gdelivery::gfactionclient: connect server failed. reconnecting...
2012-06-29 12:54:29 gsxxxxxxx.hostingnws.net gdeliveryd: debug : gdelivery::gfactionclient: connect server failed. reconnecting...
but in the client i have already the error and i have modify the db for be in
Quote:
utf8 -- UTF-8 Unicode/utf8_general_ci
but when my dedicated try to connect in localhost with the pwadmin the account manager don't work but when i try to connect in % with the pwadmin , the account manager work and the register too --'.
I maybe need to modify table for connect also in % ?
Edit2: The authd have this error :
Quote:
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at application.driver.handler.action(Unknown Source)
at application.handler.traverse(Unknown Source)
at application.handler.action(Unknown Source)
at com.goldhuman.xml.parser.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:604)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1759)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2915)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:625)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:488)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:741)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1208)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:525)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:392)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:195)
at com.goldhuman.xml.parser.parse(Unknown Source)
at com.goldhuman.xml.parser.parse(Unknown Source)
at authd.main(Unknown Source)
Edit 2 : I have try to start the connector but i don't understand the error.
Quote:
Exception in thread "main" java.lang.NoClassDefFoundError: mysql-connector-java-5/0/8-bin/jar
Caused by: java.lang.ClassNotFoundException: mysql-connector-java-5.0.8-bin.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
Could not find the main class: mysql-connector-java-5.0.8-bin.jar. Program will exit.
Quote:
gauthd: 29 juin 2012 13:45:19,666 INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@214a55f2
gauthd: 29 juin 2012 13:45:19,666 INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@214a55f2
Quote:
2012-06-29 13:15:11 gsxxxxxx.hostingnws.net gdeliveryd: err : Disconnect from linkserver. sid=23
Edit4:
Now i have resolve the error for gdelevery , but the last error is the java and i don't have found a solution on the forum.
Edit5: Now i have this error for the authd
Quote:
Exception in thread "main" java.lang.NoSuchMethodError: com.goldhuman.Common.Conf.GetInstance(Ljava/lang/String;)Lcom/goldhuman/Common/Conf;
at authd.main(Unknown Source)