-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Streams
-
Tags:
-
Backlog priority:600
-
Sprint:nxplatform 11.1.16
-
Story Points:3
Created a brand new 10.10 server withÂ
studio started blizzard-dam-demo (id: blizzard-dam-demo-0.0.0-SNAPSHOT)
hotfix started nuxeo-10.10-HF01 (id: nuxeo-10.10-HF01-1.0.0)
hotfix started nuxeo-10.10-HF02 (id: nuxeo-10.10-HF02-1.0.0)
hotfix started nuxeo-10.10-HF03 (id: nuxeo-10.10-HF03-1.0.0)
hotfix started nuxeo-10.10-HF04 (id: nuxeo-10.10-HF04-1.0.1)
hotfix started nuxeo-10.10-HF05 (id: nuxeo-10.10-HF05-1.0.0)
hotfix started nuxeo-10.10-HF06 (id: nuxeo-10.10-HF06-1.0.0)
hotfix started nuxeo-10.10-HF07 (id: nuxeo-10.10-HF07-1.0.0)
hotfix started nuxeo-10.10-HF08 (id: nuxeo-10.10-HF08-1.0.0)
hotfix started nuxeo-10.10-HF09 (id: nuxeo-10.10-HF09-1.0.0)
hotfix started nuxeo-10.10-HF10 (id: nuxeo-10.10-HF10-1.0.0)
addon started amazon-s3-direct-upload (id: amazon-s3-direct-upload-1.1.3)
addon started amazon-s3-online-storage (id: amazon-s3-online-storage-1.9.6)
addon started marketplace-disable-studio-snapshot-validation (id: marketplace-disable-studio-snapshot-validation-2.0.1)
addon started nuxeo-arender (id: nuxeo-arender-1.0.3-I20190524_0938)
addon started nuxeo-arender-connector (id: nuxeo-arender-connector-1.0.3-I20190524_0938)
addon started nuxeo-csv (id: nuxeo-csv-1.7.3)
addon started nuxeo-dam (id: nuxeo-dam-6.4.3)
addon started nuxeo-dam-optimized-converter-package (id: nuxeo-dam-optimized-converter-package-10.10.0-SNAPSHOT)
addon started nuxeo-hootsuite (id: nuxeo-hootsuite-10.10.0-SNAPSHOT)
addon started nuxeo-jsf-ui (id: nuxeo-jsf-ui-10.10.0)
addon started nuxeo-labs-user-registration (id: nuxeo-labs-user-registration-10.10.0-SNAPSHOT)
addon started nuxeo-spreadsheet (id: nuxeo-spreadsheet-1.4.3)
addon started nuxeo-web-ui (id: nuxeo-web-ui-2.4.0)
First time I tried to launch I got the message:
Starting process is taking too long - giving up.
Server was running but not responsive to HTTP. No errors on the server.log. Stopped the server using nuxeoctl, which had to kill it:
Stopping server.......................................................No answer from server, try to kill process 20057...
Server forcibly stopped.
Second launch I get the error in startup logging:
2019-07-17T17:43:59,537 ERROR [main] [org.nuxeo.runtime.model.ComponentManager] Component service:org.nuxeo.runtime.avro notification of application started failed: Invalid schema file: /var/lib/nuxeo/data/avro/BulkStatus-0x182AC639648607C7.avsc
After that I can't delete a Domain for example:
Caused by: java.lang.NullPointerExceptionCaused by: java.lang.NullPointerException at org.nuxeo.runtime.avro.AvroComponent.getAdapter(AvroComponent.java:56) ~[nuxeo-runtime-stream-10.10-HF08.jar:?]
I will post complete stack traces, they're just too long for the description.
- duplicates
-
NXP-27863 Fix possible race condition in Avro schema initialization
- Resolved