Trouble starting my Zigbee2Mqtt

Hello,
Can anyone help me…
I have some trouble starting my Zigbee2Mqtt. I searched for the error, but couldn’t find it anyware

'[01:24:06] INFO: Handing over control to Zigbee2mqtt Core …

[email protected] start /app’
node index.js
Zigbee2MQTT:error 2022-02-13 01:24:22: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-02-13 01:24:22: Failed to start zigbee
Zigbee2MQTT:error 2022-02-13 01:24:22: Exiting…
Zigbee2MQTT:error 2022-02-13 01:24:22: Error: SREQ ‘–> SAPI - writeConfiguration - {“id”:98,“configid”:98,“len”:16,“offset”:0,“value”:{“type”:“Buffer”,“data”:[1,3,5,7,9,11,13,15,0,2,4,6,8,10,12,13]}}’ failed with status ‘(0x01: FAILURE)’ (expected ‘(0x00: SUCCESS)’)
at Znp. (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:291:27)
at Generator.next ()
at fulfilled (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:24:58)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-02-13T00_24_22_820Z-debug.log
[01:24:23] INFO: Handing over control to Zigbee2mqtt Core …
[email protected] start /app’

-------------Configuration -------------

‘data_path: /config/zigbee2mqtt
external_converters:
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://core-mosquitto
user: mqqt-gebruiker
password: mqtt
serial:
port: >-
/dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B000154D351-if00
advanced:
log_level: warn
pan_id: 6754
channel: 11
network_key:
- 1
- 3
- 5
- 7
- 9
- 11
- 13
- 15
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- 13
availability_blocklist:
availability_passlist:
device_options: {}
blocklist:
passlist:
queue: {}
frontend:
port: 8099
experimental: {}
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: ‘-d -d’
log: false’