WorldServer or DataBase Broken Update? - azerothcore

Since an update I made this saturday, here are all the errors I get when launching the worldserver (take care, it's very long!) :
>>>> https://pastebin.com/0vQYjMJr
Is there a way to rollback to the last update I made a week ago? Note that I got all the SQL DB install files and SQL updates downloaded via a regular 'git pull' I made each week, but no DB Backup Export.
So, today I need to rollback to the last compile I made and be sure that the SQL updates will stop to the the last date of my compile, not the last of this saturday. I will try some, and get back here
Hope you will reply quickly
V.

OK, found this : https://github.com/azerothcore/azerothcore-wotlk/issues/9763
It's just a bug. In fact, the server is still running correctly. Maybe an update will fix it soon.

Related

Rollingback an update command in MariaDB

Kindly note I just started developing a month ago and self taught so bear with me here. First when I check mariadb's status there is this warning:innodb rollback segment(s) are active. I would like to rollback an update command is that still possible and how can I do it?

CreateObject randomly fails since recent windows security update that does not seem related

We use MSWC.BrowserType (browscap.dll) in our classic asp website to help identify user agents.
Since July 21 our code began to throw Server.CreateObject failed errors when trying to create this object.
It works most of the time, but randomly fails several times each day.
I was on vacation when the problem began, I know we didn't change anything in our code or system configuration, the only thing I see is the windows update kb3079904 that was installed on the July 21, but it does not seems related because it is about font driver !?
I wonder if someone else have the same problem or have an idea how to solve it, I did some research about intermittent createobject failing but didn't find anything relevant.
I may try to restore the system to the checkpoint before this update to see if it is really the cause, but this is an important security update and I will have to re-install it after so it may not solve the problem.
It turned out to be related to this other post, object creation failed because the component likely uses the cookie collection.
Response.Cookies collection seems corrupted and causes error

Nexus Sonatype "Cleanup Old Snapshots" fails

I'm working on a Nexus 1.9.2.3 implementation and we're trying to run the Scheduled Task "Cleanup Old Snapshots".
The task runs anywhere from 2-5 mins and then fails with an "Error [XmYs]" in Last result (where X and Y are minutes/seconds values).
Logging shows that the tasks starts and is waiting, then no failure results shown in the logs (both nexus.log and wrapper.log).
We're trying to remove an excessively large collection of snapshots from the system that have been allowed to accumulate over the years, and ultimately move to just keeping the last 10. Next step will be to perform an upgrade to a newer version. But this has become a bit of a work blocker.
I'm at my whits end on this end on this and am close to just manually deleting all the files but I know that doesn't cleanly clear all the meta information out so it's a last resort option.
Any help or advice would be greatly appreciated!
Remove the files on the filesystem and run a scheduled task to update the Maven metadata.
And then upgrade Nexus as soon as possible. You are using a VERY old version.

Does nopCommerce have a log file? If so, in what location is it stored?

I have been waiting for nopCommerce to install for about half an hour now (onto a free tier AWS server) and I would love to see if the install is still going on or if it has crashed at some point.
Does nopCommerce output a log file that I could view with a tool like baretail?
First of all, NopCommerce's installation is a pain in the neck. It takes really long and no one knows if it is doing something. However, in my experience with NopCommerce, I have installed it more than 10 times and it has never failed. So, it is just a matter of waiting.
To reply your answer about the log, there is a SQL table "Log" that stores all errors, and also an option from the admin to view a report of this table. It is really good.
However, because NopCommerce is being installed and this table may not yet exist, you can also check the Windows Event log using the event viewer.

Problem of SQLite3::SQLException: SQL logic error or missing database

SQLite3::SQLException: SQL logic error
or missing database
error when do insert, update and delete operation to tables from browser( that means the create, update and destroy action is failed but the show action is fine ), the same operation in console is OK. I googled this problem and found most of the solutions is to remove duplication in the fixtures, so I removed all the test data from the fixture and restart the server, and it failed again:(
Any advise is appreciated.
It turned out that I forget use "sudo script/server" to get write permission to the database :)
I don't mean to resurrect the dead, but I just encountered this problem, and the popular answers I found did not apply.
My problem turned out to be the SQLite Manager add-on for Firefox. I used the SysInternals "handle" program to determine that a) Firefox/SQLiteManager had (I assume) an open transaction, and b) every time I used the add-on to connect to the database, it did not destroy the previous one, which was no longer accessible.
I exited Firefox, and my code ran fine. I loaded Firefox and SQLite Manager again, but did not begin a transaction; again, my code ran fine. My code was Python, not RoR.
I would recommend this answer, and the original question be tagged for [sqlite3]. It's definitely not specific to RoR.
This might not be the right place for my observation, but:
I spent some hours to find a problem having two C++ threads connected to one database.
For some stupid reason I was executing a COMMIT from one thread being meant to be executed on the other side.
The commit worked well, but the other thread immediately had AUTO COMMIT being set to true.

Resources