Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Corruption: Failed GPKG OID/FID Over-write causes value to spill into next attribute column #42274

Closed
Saijin-Naib opened this issue Mar 16, 2021 · 10 comments · Fixed by #43311
Assignees
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption Data Provider Related to specific vector, raster or mesh data providers High Priority

Comments

@Saijin-Naib
Copy link

Describe the bug
After attempting and failing to update the OID of a GPKG layer, a single @row_number was propagated to the next column in the dataset, over-writing attribute data.

How to Reproduce
I was attempting to over-write/re-create the FID of a Geopackage table, and calculated a new FID using the Update Column of @row_number.
image

After calculating, QGIS throws Information Banner Errors that the OID can not be over-written.
However, the @row_number value for spot 1 (1), was written to the next column JUST for that particular entry.
image

QGIS and OS versions

QGIS version
3.18.0-Zürich
QGIS code revision
bdef9fb
Compiled against Qt
5.15.2
Running against Qt
5.15.2
Compiled against GDAL/OGR
3.2.1
Running against GDAL/OGR
3.2.2
Compiled against GEOS
3.9.1-CAPI-1.14.2
Running against GEOS
3.9.1-CAPI-1.14.2
Compiled against SQLite
3.33.0
Running against SQLite
3.33.0
Compiled against PDAL
2.2.0
Running against PDAL
2.2.0 (git-version: 38aa11)
PostgreSQL Client Version
13.0
SpatiaLite Version
5.0.1-rc1
QWT Version
6.1.3
QScintilla2 Version
2.11.5
Compiled against PROJ
8.0.0
Running against PROJ
Rel. 8.0.0, March 1st, 2021
OS Version
Windows 10 Version 2009
Active python plugins
CalculateGeometry;
cartography_tools;
ClipMultipleLayers;
MemoryLayerSaver;
project_colors_dock;
slyr;
toggle_labels_widget;
zoom_level;
db_manager;
MetaSearch;
processing

Additional context
Log Messages - OGR:
2021-03-16T09:27:37 WARNING Unbalanced call to leaveUpdateMode() w.r.t. enterUpdateMode()

Log Messages - Messages:

2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 7 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 8 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 9 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 10 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 15 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 24 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 25 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 29 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 40 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 50 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 52 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 53 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 64 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 65 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 68 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 69 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 71 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 75 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 76 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 86 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 90 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 91 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 115 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 132 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 143 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 150 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 151 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 153 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 155 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 156 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 157 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 169 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 170 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 174 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 175 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 177 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 178 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 179 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 180 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 181 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 186 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 187 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 188 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 189 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 190 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 191 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 192 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 193 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 194 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 195 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 196 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 197 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 200 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 201 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 203 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 204 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 205 is not allowed.
2021-03-16T09:27:26     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 206 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 207 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 208 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 209 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 211 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 213 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 216 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 217 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 218 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 219 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 220 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 221 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 227 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 253 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 254 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 255 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 256 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 257 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 258 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 259 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 260 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 261 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 264 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 265 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 266 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 267 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 271 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 275 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 281 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 283 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 291 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 292 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 293 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 296 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 308 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 310 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 311 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 312 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 314 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 316 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 317 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 336 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 398 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 399 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 401 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 402 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 403 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 406 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 407 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 408 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 409 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 410 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 411 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 412 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 413 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 414 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 415 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 416 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 417 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 418 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 420 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 421 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 422 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 423 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 428 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 430 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 431 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 432 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 433 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 434 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 435 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 440 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 441 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 442 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 443 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 452 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 468 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 472 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 474 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 477 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 480 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 481 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 484 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 485 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 487 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 499 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 504 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 505 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 507 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 510 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 511 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 512 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 513 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 515 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 516 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 517 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 522 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 526 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 528 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 529 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 532 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 534 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 535 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 536 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 537 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 539 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 540 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 542 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 543 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 544 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 545 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 546 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 547 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 548 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 549 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 550 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 551 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 552 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 553 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 554 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 555 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 556 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 557 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 559 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 561 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 566 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 567 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 568 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 569 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 570 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 571 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 572 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 573 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 575 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 581 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 582 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 587 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 590 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 591 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 592 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 593 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 594 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 595 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 598 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 600 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 601 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 602 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 603 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 606 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 608 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 609 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 610 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 611 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 612 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 613 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 616 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 618 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 619 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 620 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 621 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 631 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 633 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 635 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 637 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 640 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 646 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 655 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 668 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 669 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 670 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 671 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 672 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 673 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 674 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 676 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 682 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 685 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 688 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 690 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 691 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 692 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 693 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 702 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 703 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 704 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 707 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 709 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 710 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 711 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 712 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 715 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 716 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 717 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 719 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 735 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 738 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 740 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 741 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 742 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 745 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 750 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 751 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 752 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 753 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 756 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 758 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 768 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 774 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 775 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 778 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 780 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 781 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 782 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 783 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 786 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 788 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 791 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 796 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 797 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 798 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 799 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 801 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 810 is not allowed.
2021-03-16T09:27:27     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 811 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 812 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 813 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 830 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 842 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 884 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 895 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 897 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 898 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 899 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 900 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 901 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 903 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 907 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 908 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 909 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 917 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 926 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 927 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 929 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 931 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 932 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 933 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 936 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 940 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 954 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 955 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 956 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 957 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 978 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 981 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 982 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 983 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 984 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 987 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 998 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1006 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1010 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1014 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1015 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1016 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1017 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1023 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1025 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1026 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1033 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1035 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1036 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1040 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1043 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1048 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1049 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1055 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1056 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1058 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1059 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1060 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1061 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1062 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1064 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1065 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1067 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1069 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1072 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1073 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1076 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1077 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1078 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1079 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1081 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1082 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1086 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1087 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1090 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1091 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1092 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1093 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1094 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1095 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1102 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1103 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1105 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1109 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1110 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1111 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1112 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1126 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1128 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1129 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1134 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1135 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1136 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1137 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1138 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1139 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1140 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1141 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1150 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1151 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1152 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1153 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1154 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1155 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1156 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1157 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1158 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1159 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1163 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1165 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1166 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1167 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1169 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1170 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1172 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1177 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1180 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1182 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1183 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1184 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1187 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1188 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1189 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1190 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1191 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1193 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1198 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1204 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1206 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1213 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1214 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1216 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1217 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1219 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1221 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1222 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1223 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1225 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1226 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1230 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1235 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1237 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1240 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1241 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1242 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1243 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1245 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1246 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1255 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1256 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1257 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1259 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1260 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1269 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1270 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1272 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1273 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1274 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1275 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1277 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1279 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1281 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1283 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1284 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1286 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1287 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1288 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1290 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1291 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1292 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1293 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1294 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1298 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1300 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1301 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1304 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1306 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1307 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1309 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1310 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1312 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1314 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1319 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1322 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1323 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1325 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1326 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1328 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1329 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1332 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1334 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1336 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1337 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1339 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1341 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1343 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1344 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1349 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1350 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1351 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1352 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1353 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1354 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1355 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1356 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1358 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1360 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1361 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1362 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1363 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1364 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1365 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1374 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1375 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1377 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1378 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1379 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1380 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1381 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1382 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1383 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1384 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1385 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1389 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1390 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1391 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1392 is not allowed.
2021-03-16T09:27:28     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1394 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1395 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1397 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1398 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1399 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1400 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1401 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1402 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1403 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1404 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1405 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1409 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1422 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1430 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1432 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1433 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1438 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1439 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1440 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1441 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1442 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1443 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1445 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1451 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1452 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1453 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1462 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1463 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1467 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1468 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1469 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1492 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1493 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1494 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1496 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1497 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1499 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1501 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1510 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1511 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1513 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1522 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1524 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1527 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1539 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1542 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1543 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1556 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1566 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1578 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1579 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1580 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1598 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1599 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1600 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1601 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1602 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1603 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1604 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1605 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1607 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1610 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1611 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1612 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1613 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1654 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1660 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1664 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1676 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1681 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1682 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1686 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1687 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1688 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1728 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1731 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1742 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1743 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1744 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1745 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1750 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1752 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1753 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1754 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1755 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1758 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1760 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1761 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1762 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1763 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1764 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1765 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1767 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1768 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1769 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1772 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1773 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1774 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1776 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1782 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1783 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1785 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1786 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1787 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1790 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1791 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1792 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1793 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1794 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1795 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1796 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1797 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1798 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1800 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1801 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1802 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1803 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1804 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1805 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1814 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1824 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1827 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1828 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1829 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1842 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1843 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1844 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1845 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1846 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1848 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1849 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1850 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1853 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1855 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1857 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1858 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1859 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1861 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1862 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1863 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1864 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1865 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1866 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1867 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1868 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1870 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1871 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1872 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1873 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1874 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1875 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1876 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1877 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1878 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1879 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1881 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1886 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1887 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1890 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1893 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1901 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1905 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1906 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1910 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1911 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1914 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1916 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1918 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1920 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1921 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1922 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1925 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1926 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1927 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1930 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1931 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1932 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1933 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1940 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1942 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1944 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1945 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1946 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1948 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1955 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1963 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1964 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1968 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1974 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1975 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1980 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1981 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1995 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1997 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 1998 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2036 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2042 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2046 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2047 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2052 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2063 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2064 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2198 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2203 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2205 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2211 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2224 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2225 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2228 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2239 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2246 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2247 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2248 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2249 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2258 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2263 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2324 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2334 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2336 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2342 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2348 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2349 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2353 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2354 is not allowed.
2021-03-16T09:27:29     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2356 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2358 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2359 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2360 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2361 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2362 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2363 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2364 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2365 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2366 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2367 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2373 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2377 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2380 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2381 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2382 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2390 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2391 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2392 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2393 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2395 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2396 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2397 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2400 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2401 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2415 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2416 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2417 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2434 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2439 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2463 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2530 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2585 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2652 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2654 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2655 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2657 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2665 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2667 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2668 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2669 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2670 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2671 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2672 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2673 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2674 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2675 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2676 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2677 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2678 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2679 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2680 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2681 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2682 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2683 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2684 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2685 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2686 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2687 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2688 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2690 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2691 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2692 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2693 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2694 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2695 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2696 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2697 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2698 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2699 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2700 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2701 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2702 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2703 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2704 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2705 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2706 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2707 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2708 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2709 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2710 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2711 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2712 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2713 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2714 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2715 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2716 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2717 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2718 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2719 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2720 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2721 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2723 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2724 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2725 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2726 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2727 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2728 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2729 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2730 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2731 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2732 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2733 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2734 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2735 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2736 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2737 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2738 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2739 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2740 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2741 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2742 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2743 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2744 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2745 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2746 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2747 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2748 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2749 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2750 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2751 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2752 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2753 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2755 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2756 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2757 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2758 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2759 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2760 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2761 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2762 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2763 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2766 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2768 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2770 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2771 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2772 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2773 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2774 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2775 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2776 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2778 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2779 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2780 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2781 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2782 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2783 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2784 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2785 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2786 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2787 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2788 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2789 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2790 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2791 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2792 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2793 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2794 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2795 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2796 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2797 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2798 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2820 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2822 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2826 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2883 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2884 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2891 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2904 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2905 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2909 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2917 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2919 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2925 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2927 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2936 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2944 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2945 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2948 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2958 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2964 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2972 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 2984 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3005 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3046 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3055 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3056 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3058 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3065 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3066 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3093 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3100 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3106 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3109 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3116 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3122 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3125 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3126 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3134 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3135 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3145 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3146 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3147 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3148 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3149 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3150 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3183 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3184 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3185 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3186 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3187 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3188 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3189 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3190 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3191 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3192 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3205 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3206 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3211 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3212 is not allowed.
2021-03-16T09:27:30     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3214 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3215 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3216 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3217 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3218 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3219 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3252 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3292 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3293 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3332 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3349 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3357 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3372 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3374 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3375 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3378 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3379 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3380 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3381 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3385 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3391 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3400 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3410 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3416 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3421 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3422 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3423 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3431 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3434 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3441 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3442 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3444 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3446 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3447 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3448 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3449 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3450 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3451 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3452 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3453 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3454 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3455 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3456 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3457 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3464 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3486 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3496 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3498 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3501 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3505 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3507 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3509 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3510 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3513 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3559 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3561 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3562 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3563 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3564 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3565 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3573 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3574 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3577 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3578 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3584 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3585 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3587 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3588 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3589 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3590 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3593 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3594 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3595 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3596 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3597 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3598 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3599 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3600 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3601 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3602 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3603 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3604 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3605 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3606 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3607 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3608 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3609 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3610 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3611 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3612 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3613 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3614 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3615 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3616 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3617 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3618 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3619 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3620 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3621 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3622 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3623 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3624 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3625 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3626 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3627 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3628 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3629 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3630 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3631 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3632 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3633 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3634 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3635 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3637 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3638 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3639 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3641 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3643 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3644 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3645 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3646 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3653 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3665 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3669 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3673 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3675 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3689 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3690 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3691 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3692 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3693 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3694 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3695 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3696 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3697 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3698 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3699 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3700 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3701 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3702 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3703 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3707 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3710 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3713 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3714 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3715 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3718 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3720 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3721 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3722 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3723 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3724 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3726 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3727 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3728 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3729 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3730 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3731 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3732 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3733 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3734 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3737 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3738 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3739 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3740 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3743 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3744 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3745 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3746 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3747 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3748 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3749 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3750 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3751 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3752 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3753 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3754 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3755 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3756 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3757 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3758 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3759 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3760 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3761 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3762 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3763 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3764 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3765 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3766 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3767 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3768 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3769 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3770 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3771 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3772 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3774 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3775 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3776 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3777 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3784 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3785 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3787 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3788 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3789 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3790 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3791 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3801 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3802 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3804 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3805 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3806 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3807 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3811 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3812 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3813 is not allowed.
2021-03-16T09:27:31     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3814 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3815 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3816 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3817 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3818 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3819 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3820 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3821 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3822 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3823 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3824 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3829 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3830 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3831 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3832 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3833 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3835 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3836 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3837 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3838 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3839 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3840 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3841 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3842 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3843 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3844 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3845 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3846 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3847 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3848 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3849 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3850 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3851 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3852 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3854 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3855 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3856 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3857 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3858 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3859 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3860 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3861 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3862 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3863 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3864 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3865 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3866 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3867 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3868 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3869 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3870 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3871 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3872 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3873 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3874 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3875 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3876 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3877 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3878 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3879 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3880 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3882 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3883 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3884 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3885 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3886 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3887 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3888 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3889 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3890 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3891 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3892 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3893 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3894 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3895 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3896 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3897 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3898 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3899 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3900 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3901 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3902 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3903 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3904 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3905 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3906 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3907 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3908 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3909 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3910 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3911 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3912 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3913 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3914 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3915 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3916 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3917 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3918 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3919 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3920 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3921 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3922 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3923 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3924 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3925 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3926 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3927 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3928 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3929 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3930 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3931 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3932 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3933 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3934 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3935 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3936 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3937 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3938 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3939 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3940 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3941 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3942 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3943 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3944 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3945 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3946 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3947 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3948 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3949 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3950 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3951 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3952 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3953 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3954 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3955 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3956 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3957 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3958 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3959 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3960 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3961 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3962 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3963 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3964 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3965 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3966 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3967 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3968 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3969 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3970 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3971 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3972 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3973 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3974 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3975 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3976 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3977 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3978 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3979 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3980 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3981 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3982 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3983 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3984 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3985 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3986 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3987 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3988 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3989 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3990 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3991 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3992 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3993 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3994 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3995 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3996 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3997 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3998 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 3999 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4000 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4001 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4002 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4003 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4004 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4005 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4006 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4007 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4008 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4009 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4010 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4011 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4012 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4013 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4014 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4015 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4016 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4017 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4018 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4019 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4020 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4021 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4022 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4023 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4024 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4025 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4026 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4027 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4028 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4029 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4030 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4031 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4033 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4034 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4035 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4036 is not allowed.
2021-03-16T09:27:32     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4037 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4038 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4039 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4040 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4041 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4042 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4043 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4044 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4045 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4046 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4047 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4048 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4049 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4051 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4052 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4053 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4054 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4055 is not allowed.
2021-03-16T09:27:33     CRITICAL    Layer Inventory_Inventory : Changing feature id of feature 4056 is not allowed.
@Saijin-Naib Saijin-Naib added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Mar 16, 2021
@Saijin-Naib
Copy link
Author

Video of behavior being reproduced:

STR.mp4

@Saijin-Naib
Copy link
Author

Sample project with sample data sufficient to reproduce the data corruption locally.
project_data.zip

@gioman
Copy link
Contributor

gioman commented Mar 18, 2021

After calculating, QGIS throws Information Banner Errors that the OID can not be over-written.
However, the @row_number value for spot 1 (1), was written to the next column JUST for that particular entry

@Saijin-Naib I'm also seeing this on 3.18.0 on Linux, and is pretty easy to corrupt many records in the column next to FID.
This is a very serious issue to me.

@Saijin-Naib Can you say if it is a regression?

@gioman gioman added Crash/Data Corruption High Priority Data Provider Related to specific vector, raster or mesh data providers labels Mar 18, 2021
@Saijin-Naib
Copy link
Author

Can you say if it is a regression?

@gioman , top of my head, I believe it is.

I know in the past I've manually re-calculated FID using this same method and it allowed me to do so. I think some logic was introduced somewhere in 3.16.x to prevent people manually re-creating FIDs, and perhaps this behavior came from that?

@gioman
Copy link
Contributor

gioman commented Mar 18, 2021

@gioman , top of my head, I believe it is.

@Saijin-Naib confirmed on 3.16, 3.10, 3.4 and 2.18, so apparently not a regression, but still an horrible bug.

@Saijin-Naib
Copy link
Author

Saijin-Naib commented Mar 18, 2021

confirmed on 3.16, 3.10, 3.4 and 2.18, so apparently not a regression, but still and horrible bug.

Oh god... I've definitely trashed tons of data over the years doing this and I only just noticed this time 😬

Thanks for the extensive testing!

@Saijin-Naib
Copy link
Author

@gioman , do you have any insight as to what "level" this is occuring at? For instance, is this QGIS level or provider (GDAL) level?

Should I be filing this issue elsewhere as well?

Thanks for any insight!

@gioman
Copy link
Contributor

gioman commented Mar 22, 2021

do you have any insight as to what "level" this is occuring at?

not really

Should I be filing this issue elsewhere as well?

I'm sure a core developer will comment here.

@Saijin-Naib
Copy link
Author

@gioman ,

Not sure if anyone has gotten eyes-on this yet. Still can be done on 3.18.2, not sure if this warrants being looked at for upcoming 3.20 or other backport/merge windows.

@gioman
Copy link
Contributor

gioman commented May 9, 2021

Not sure if anyone has gotten eyes-on this yet. Still can be done on 3.18.2, not sure if this warrants being looked at for upcoming 3.20 or other backport/merge windows.

@Saijin-Naib I will try to let the dev know about this for the next round of bug fixing.

@rouault rouault self-assigned this May 20, 2021
rouault added a commit to rouault/QGIS that referenced this issue May 21, 2021
and that the fid value is included in the fields to update, and that it
doesn't change.

Also rollback all changes if an update of FID is attempted.

Fixes qgis#42274
nyalldawson pushed a commit that referenced this issue May 24, 2021
and that the fid value is included in the fields to update, and that it
doesn't change.

Also rollback all changes if an update of FID is attempted.

Fixes #42274
rouault added a commit to rouault/QGIS that referenced this issue May 24, 2021
and that the fid value is included in the fields to update, and that it
doesn't change.

Also rollback all changes if an update of FID is attempted.

Fixes qgis#42274
nyalldawson pushed a commit that referenced this issue May 24, 2021
and that the fid value is included in the fields to update, and that it
doesn't change.

Also rollback all changes if an update of FID is attempted.

Fixes #42274
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption Data Provider Related to specific vector, raster or mesh data providers High Priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants