Projects tigase _server tigase-pubsub Issues #50
Users not seems in database when create user using Spark Client & not login through spark or android app (#50)
Closed
Naitik Vithalani opened 9 years ago
Due Date
2016-01-19

We have download latest version of tigase from https://projects.tigase.org/projects/tigase-server/files and installed on linux machine.

We have installed tigase-server-7.0.2-b3821.jar(mySql Database) with advanced configuration for use of PubSub.

But, Once we create user using Spark Client, it shows user created successfully but in mySql database we can't see the created users.

Also, We are not able to login using Spark and through the our developed application which based on "Smack android".

So, Can you please provide guidance for this, We are also ready to hire professional support team for that.

Following are the Details of my machine.

Processor : Intel® Core™ i3-3220 CPU @ 3.30GHz × 4 (32-Bit)

RAM : 4 GB

HDD : 500 GB

Thank you!

wojciech.kapcia@tigase.net commented 9 years ago

For the general questions please our Forums/Boards instead of creating new tickets. If you are interested in profesional support please use contact form http://tigase.net/contact for.

About the issue.

Naitik Vithalani wrote:

We have download latest version of tigase from https://projects.tigase.org/projects/tigase-server/files and installed on linux machine.

We have installed tigase-server-7.0.2-b3821.jar(mySql Database) with advanced configuration for use of PubSub.

But, Once we create user using Spark Client, it shows user created successfully but in mySql database we can't see the created users.

Also, We are not able to login using Spark and through the our developed application which based on "Smack android".

It's hard to tell what is the problem without any logs (from server and from the client) or more informations. If the user account is not present in the database then the registration was not successful.

You can create users manually in the DB by executing stored procedure:

mysql> call TigAddUserPlainPw("username@vhost","pass");
wojciech.kapcia@tigase.net commented 9 years ago
issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
3855
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-pubsub#50
Please wait...
Page is in error, reload to recover