Unidentified error when building application

Hey there,

I recently started working in Novulo through the architect and wanted to create a simple hello world page to view online just to get a feel for the application.

Unfortunately I got stuck at the build process with an unidentified error with no logs or info. Can someone help me out?

I will share images of my config and process below:
image

Hi WAJ,

I’ve never seen this dialog so empty. The first thing it should show is the generator url.

Is this issue reproducible after restarting the Architect? Did you start the latest stable version of the Architect using the Architect Starter? Are there any exceptions in the log tab (Ribbon - View - Show panel - Log)? Do you have any errors in the Problems tab?

Hey Wim,

Thanks for your reply!

The issue occurs even after a restart, it is triggered by building my component (not more then a simple hello world page)
It is on the latest stable version using the starter and no errors occur in the problems tab (except styling)

I did not know about the log in the view ribbon, that will help me massively.
This is the error, I think its saying I am missing a required button:

Action: toolbarbuttontrigger not found.
Action: toolbarbuttontrigger not found.
Finished, errors = 3

Thanks for your help!

Hi WAJ,

Thanks for your answers. That helps in narrowing down the issue. The messages about the toolbarbuttontrigger are not an issue, and “Finished, errors = 3” is a bit misleading - it means that the problem visitor found 3 problems, but not necessarily errors.

When I manually try to generate your model it works without issue.

That means there must be a connection problem to the generator server.

Right before you get this Generator error details dialog, there should be a smaller dialog (that has the button to get the ‘Error details’). Can you tell me what that smaller dialog says?

It may have been a DNS issue, which is fixed, in which case generating the application should work now.

Hey Wim,

The smaller dialogue box says nothing but error occured and redirects me to the empty dialgoue box. I will try building the app again later today (If a DNS issue is resolved) and will update you.