Эмулятор базы данных Firebase не запускается с java .lang.VerifyError - PullRequest
0 голосов
/ 02 августа 2020

Я попытался сделать следующее

$ firebase emulators:start
i  emulators: Starting emulators: functions, database, hosting
⚠  functions: The following emulators are not running, calls to these services from the Functions emulator will affect production: firestore, pubsub
⚠  Your requested "node" version "nodejs10" doesn't match your global version "12"
⚠  database: Did not find a Realtime Database rules file specified in a firebase.json config file. The emulator will default to allowing all reads and writes. Learn more about this option: https://firebase.google.com/docs/emulator-suite/install_and_configure#security_rules_configuration.
i  database: Database Emulator logging to database-debug.log
⚠  database: Fatal error occurred: 
   Database Emulator has exited with code: 1, 
   stopping all running emulators
i  hub: Stopping emulator hub
i  functions: Stopping Functions Emulator
i  database: Stopping Database Emulator
⚠  database: Error stopping Database Emulator```

Глядя на database-debug.log, я вижу:

Exception in thread "main" java.lang.VerifyError: Uninitialized object exists on backward branch 209
Exception Details:
  Location:
    scala/collection/immutable/HashMap$HashTrieMap.split()Lscala/collection/immutable/Seq; @249: goto
  Reason:
    Error exists in the bytecode
  Bytecode:
[snipped]

Я использую Ma c OSX. Есть предложения?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...