Issue importing content for tutorial: My First Site

Enonic version: Enonic XP 7.14.0
OS: MacOS Sonoma 14.3

Going through the tutorial on My First Site (link), I experience issues when deploying the application to the sandbox as described in the tutorial. The expected content described in the tutorial is not present: Columbia, Norway, Usa.

I see the following from the sandbox console output when starting the application with enonic dev:

2024-02-02 12:27:51,562 WARN  my.first.site - (/main.js) Errors:
2024-02-02 12:27:51,569 WARN  my.first.site - (/main.js) Error processing binary, skip
2024-02-02 12:27:51,569 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/columbia]: No binary with reference binary: _thumbnail attached in createNodeParams
2024-02-02 12:27:51,569 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/columbia/barranquilla]: Cannot create node with name barranquilla, parent '/content/hello-world/columbia' not found
2024-02-02 12:27:51,569 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/columbia/bogota]: Cannot create node with name bogota, parent '/content/hello-world/columbia' not found
2024-02-02 12:27:51,569 WARN  my.first.site - (/main.js) Error processing binary, skip
2024-02-02 12:27:51,569 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/columbia/bogota/Bogota - random-institute-GkacI-_mGlg-unsplash.jpg]: Cannot create node with name Bogota - random-institute-GkacI-_mGlg-unsplash.jpg, parent '/content/hello-world/columbia/bogota' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/columbia/medellin]: Cannot create node with name medellin, parent '/content/hello-world/columbia' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Error processing binary, skip
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/norway]: No binary with reference binary: _thumbnail attached in createNodeParams
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/norway/bergen]: Cannot create node with name bergen, parent '/content/hello-world/norway' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/norway/fredrikstad]: Cannot create node with name fredrikstad, parent '/content/hello-world/norway' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/norway/oslo]: Cannot create node with name oslo, parent '/content/hello-world/norway' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Error processing binary, skip
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/norway/oslo/Oslo - christoffer-engstrom-tjguVu0GoEM-unsplash.jpg]: Cannot create node with name Oslo - christoffer-engstrom-tjguVu0GoEM-unsplash.jpg, parent '/content/hello-world/norway/oslo' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Error processing binary, skip
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/usa]: No binary with reference binary: _thumbnail attached in createNodeParams
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/usa/las-vegas]: Cannot create node with name las-vegas, parent '/content/hello-world/usa' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Error processing binary, skip
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/usa/las-vegas/Las Vegas - sung-shin-sNLdpqkr2YE-unsplash.jpg]: Cannot create node with name Las Vegas - sung-shin-sNLdpqkr2YE-unsplash.jpg, parent '/content/hello-world/usa/las-vegas' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/usa/san-francisco]: Cannot create node with name san-francisco, parent '/content/hello-world/usa' not found
2024-02-02 12:27:51,570 WARN  my.first.site - (/main.js) Could not import node in folder [/import/hello-world/usa/washington-d.c]: Cannot create node with name washington-d.c, parent '/content/hello-world/usa' not found

Hi, I can confirm there is an issue with the automatic import. We’ll look into it asap.
Will respond here when it is fixed.

Thanks for reporting :+1:

1 Like

Issue has been fixed - a sneaky /bin entry in the .gitignore caused important files to disappear from the repo :roll_eyes:

2 Likes