hi all,
I am using openser 1.3 Sometimes If we call a user , it is giving 403 even if the user is online and sometimes there is even problem with login
I found this error in the log many times
ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Jun 30 06:10:24 [6188] ERROR:mysql:db_mysql_insert: error while submitting query Jun 30 06:10:24 [6188] ERROR:acc:acc_db_request: failed to insert into database
Why i am getting this error.
thanks in advance, Chaitanya
Hi Chaitanya,
This means a previous mysql query was not completed (like fetching the results) before running a new one. Do you see any previous error in the log from the 6188 processes ?
Regards, Bogdan
Chaitanya V.N.S wrote:
hi all,
I am using openser 1.3 Sometimes If we call a user , it is giving 403 even if the user is online and sometimes there is even problem with login
I found this error in the log many times
ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Jun 30 06:10:24 [6188] ERROR:mysql:db_mysql_insert: error while submitting query Jun 30 06:10:24 [6188] ERROR:acc:acc_db_request: failed to insert into database
Why i am getting this error.
thanks in advance, Chaitanya
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Bogdan,
Before that mysql error . I got this errors Jun 27 13:33:10 [6188] ERROR:mediaproxy:sendMediaproxyCommand: failed to connect to MediaProxy Jun 27 13:33:12 [6188] ERROR:usrloc:db_load_urecord: skipping record for shekhar in table location
Thanking you, Chaitanya
Bogdan-Andrei Iancu wrote:
Hi Chaitanya,
This means a previous mysql query was not completed (like fetching the results) before running a new one. Do you see any previous error in the log from the 6188 processes ?
Regards, Bogdan
Chaitanya V.N.S wrote:
hi all,
I am using openser 1.3 Sometimes If we call a user , it is giving 403 even if the user is online and sometimes there is even problem with login
I found this error in the log many times
ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Jun 30 06:10:24 [6188] ERROR:mysql:db_mysql_insert: error while submitting query Jun 30 06:10:24 [6188] ERROR:acc:acc_db_request: failed to insert into database
Why i am getting this error.
thanks in advance, Chaitanya
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
On Monday 30 June 2008, Chaitanya V.N.S wrote:
Before that mysql error . I got this errors Jun 27 13:33:10 [6188] ERROR:mediaproxy:sendMediaproxyCommand: failed to connect to MediaProxy Jun 27 13:33:12 [6188] ERROR:usrloc:db_load_urecord: skipping record for shekhar in table location
Hi Chaitanya,
the record "shekhar" in your usrloc table is not valid, there should be more log messages around this line indicating the exact problem. Do you need to use the mediaproxy module? It looks like an error during the server startup to me.
Cheers,
Henning
Hi Chaitanya,
that are startup errors and not runtime. Are you running in single process mode (no fork)?.
Regards, Bogdan
Chaitanya V.N.S wrote:
Hi Bogdan,
Before that mysql error . I got this errors Jun 27 13:33:10 [6188] ERROR:mediaproxy:sendMediaproxyCommand: failed to connect to MediaProxy Jun 27 13:33:12 [6188] ERROR:usrloc:db_load_urecord: skipping record for shekhar in table location
Thanking you, Chaitanya
Bogdan-Andrei Iancu wrote:
Hi Chaitanya,
This means a previous mysql query was not completed (like fetching the results) before running a new one. Do you see any previous error in the log from the 6188 processes ?
Regards, Bogdan
Chaitanya V.N.S wrote:
hi all,
I am using openser 1.3 Sometimes If we call a user , it is giving 403 even if the user is online and sometimes there is even problem with login
I found this error in the log many times
ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Jun 30 06:10:24 [6188] ERROR:mysql:db_mysql_insert: error while submitting query Jun 30 06:10:24 [6188] ERROR:acc:acc_db_request: failed to insert into database
Why i am getting this error.
thanks in advance, Chaitanya
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Bogdan,
I am running with fork=yes option I have configured openser to work with mediaproxy but i have not started the media proxy. Does that create any problem
Thanking you, Chaitanya
Bogdan-Andrei Iancu wrote:
Hi Chaitanya,
that are startup errors and not runtime. Are you running in single process mode (no fork)?.
Regards, Bogdan
Chaitanya V.N.S wrote:
Hi Bogdan,
Before that mysql error . I got this errors Jun 27 13:33:10 [6188] ERROR:mediaproxy:sendMediaproxyCommand: failed to connect to MediaProxy Jun 27 13:33:12 [6188] ERROR:usrloc:db_load_urecord: skipping record for shekhar in table location
Thanking you, Chaitanya
Bogdan-Andrei Iancu wrote:
Hi Chaitanya,
This means a previous mysql query was not completed (like fetching the results) before running a new one. Do you see any previous error in the log from the 6188 processes ?
Regards, Bogdan
Chaitanya V.N.S wrote:
hi all,
I am using openser 1.3 Sometimes If we call a user , it is giving 403 even if the user is online and sometimes there is even problem with login
I found this error in the log many times
ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Jun 30 06:10:24 [6188] ERROR:mysql:db_mysql_insert: error while submitting query Jun 30 06:10:24 [6188] ERROR:acc:acc_db_request: failed to insert into database
Why i am getting this error.
thanks in advance, Chaitanya
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users