Error while Starting kontalk server

Hello,

Could you please someone help me in building and running kontalk server. I tried but there is some error occurs while starting kontalk server.

Thanks,
Bhaskar

Hi Bhaskar and welcome to the Kontalk forums!

To get proper help, please let us know at which step you are and what exactly the issue you are experiencing is.

I suppose you are already following this tutorial:

1 Like

I have build our own kontalk server with domain greatdiscountsavings.com. While I am connecting to android client getting an error “Phone Number Validation failed result(0)”.
I have taken Nexmo SMS API trial and updated credentials of Nexmo in init.properties file. But problem is getting above mentioned error.
Can you please help me out of this issue or any solution to solve.
Here is the log of android client as follows:
----------------------------LOG Report---------------------------------------------------------------------
org.kontalk.debug D/SMACK: SENT (0): <stream:stream xmlns=‘jabber:client’ to=‘greatdiscountsavings.com’ xmlns:stream=‘http://etherx.jabber.org/streams’ version=‘1.0’ xml:lang=‘en’>
org.kontalk.debug D/SMACK: RECV (0): <?xml version='1.0'?><stream:stream xmlns=‘jabber:client’ xmlns:stream=‘http://etherx.jabber.org/streams’ from=‘greatdiscountsavings.com’ id=‘9193894d-35dd-404c-982e-2de16c01f824’ version=‘1.0’ xml:lang=‘en’>
org.kontalk.debug D/SMACK: RECV (0): <
org.kontalk.debug D/SMACK: RECV (0): stream:features>EXTERNALzlib</stream:features>
org.kontalk.debug D/SMACK: SENT (0): jabber:iq:register+919908020591callerid
? I/ActivityManagerSRIB: startService caller =android.app.ApplicationThreadProxy@4383cca8, service Intent { act=com.google.android.gms.icing.proxy.ACTION_UPDATE cat=[targeted_intent_op_prefix:.icing.proxy.UpdateIcingCorporaIntentOperation] cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }
? I/System.out: SRIB startService caller =android.app.ApplicationThreadProxy@4383cca8, service Intent { act=com.google.android.gms.icing.proxy.ACTION_UPDATE cat=[targeted_intent_op_prefix:.icing.proxy.UpdateIcingCorporaIntentOperation] cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }
org.kontalk.debug D/SMACK: RECV (0): <
org.kontalk.debug D/SMACK: RECV (0): iq id=“B6xmt-1” from=“greatdiscountsavings.com” xmlns=“jabber:client” type=“error”>jabber:iq:register+919908020591calleridFeature not supported yet.
org.kontalk.debug D/SMACK: SENT (0):
org.kontalk.debug D/SMACK: SENT (0): </stream:stream>
org.kontalk.debug E/NumberValidation: phone number validation failed.

I tried with all the steps from the web document provided by tetris4 (https://github.com/kontalk/tigase-kontalk/blob/master/docs/local-server-howto.md) but no use. Please someone help me in this issue.

Thanks & Regards,
Bhaskar.

I guess this is the same request in Building own Kontalk Server ?