Closed bradder555 closed 1 year ago
Looking at the stacktrace, it seems that the Perspective module may be missing, have failed startup, and/or is not loaded when the example component is loaded.
Can you confirm that Perspective module is in a healthy state (check the gateway status/config sections)?
I just built and installed a module from this example and did not experience the same thing.
Ignition (v8.1.18)
I have the same problem, when building "./gradle build" everything works. But if we look at the module content, the web module is not present.
If we execute the command "./gradlew:web:build" before the previous command it generates correctly the build of the web module. (/web/build/..) But it is not transferred to the gateway module (as in the old days) or included directly in the .modl.
Ok, I was able to reproduce this in a clean checkout, will get a fix PR'd today.
PR up with fixes, please let me know if this resolves the problems you were seeing.
The Gateway is totally fine, managed to install another module
Did you build in a clean environment? In a pipeline build or similar? Could be you've got something cached?
The PR, single perspective example, fixed a minor bug there and got it to build and install fine.
On Thu, 3 Nov 2022, 09:04 Perry Arellano-Jones, @.***> wrote:
Looking at the stacktrace, it seems that the Perspective module may be missing, have failed startup, and/or is not loaded when the example component is loaded.
Can you confirm that Perspective module is in a healthy state (check the gateway status/config sections)?
I just built and installed a module from this example and did not experience the same thing.
— Reply to this email directly, view it on GitHub https://github.com/inductiveautomation/ignition-sdk-examples/issues/93#issuecomment-1301535410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEIGJF7Y2RO54YRJFFPOZQDWGMFQDANCNFSM6AAAAAARTA2OWY . You are receiving this because you authored the thread.Message ID: @.*** com>
The Gateway is totally fine, managed to install another module Did you build in a clean environment? In a pipeline build or similar? Could be you've got something cached? The PR, single perspective example, fixed a minor bug there and got it to build and install fine. … On Thu, 3 Nov 2022, 09:04 Perry Arellano-Jones, @.> wrote: Looking at the stacktrace, it seems that the Perspective module may be missing, have failed startup, and/or is not loaded when the example component is loaded. Can you confirm that Perspective module is in a healthy state (check the gateway status/config sections)? I just built and installed a module from this example and did not experience the same thing. — Reply to this email directly, view it on GitHub <#93 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEIGJF7Y2RO54YRJFFPOZQDWGMFQDANCNFSM6AAAAAARTA2OWY . You are receiving this because you authored the thread.Message ID: @. com>
Sorry, I got the e-mail with your first message, but I didn't see subsequent messages.
Will test out now
java version:
steps to replicate