Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors in develop #480

Open
vjrj opened this issue Aug 6, 2024 · 3 comments
Open

Build errors in develop #480

vjrj opened this issue Aug 6, 2024 · 3 comments

Comments

@vjrj
Copy link
Contributor

vjrj commented Aug 6, 2024

I get a pair or errors in develop branch during build:

[org.gradle.internal.buildevents.TaskExecutionLogger] > Task :compileGroovy
2024-08-06T15:03:40.565+0200 [ERROR] [system.err] startup failed:
2024-08-06T15:03:40.566+0200 [ERROR] [system.err] /home/vjrj/proyectos/gbif/dev/spatial-hub/grails-app/init/au/org/ala/spatial/portal/BootStrap.groovy: 3: unable to resolve class asset.pipeline.AssetPipelineConfigHolder
2024-08-06T15:03:40.566+0200 [ERROR] [system.err]  @ line 3, column 1.
2024-08-06T15:03:40.567+0200 [ERROR] [system.err]    import asset.pipeline.AssetPipelineConfigHolder
2024-08-06T15:03:40.567+0200 [ERROR] [system.err]    ^
2024-08-06T15:03:40.567+0200 [ERROR] [system.err] 
2024-08-06T15:03:40.567+0200 [ERROR] [system.err] /home/vjrj/proyectos/gbif/dev/spatial-hub/grails-app/init/au/org/ala/spatial/portal/BootStrap.groovy: 4: unable to resolve class asset.pipeline.fs.FileSystemAssetResolver
2024-08-06T15:03:40.568+0200 [ERROR] [system.err]  @ line 4, column 1.
2024-08-06T15:03:40.568+0200 [ERROR] [system.err]    import asset.pipeline.fs.FileSystemAssetResolver
2024-08-06T15:03:40.568+0200 [ERROR] [system.err]    ^
2024-08-06T15:03:40.569+0200 [ERROR] [system.err] 
2024-08-06T15:03:40.569+0200 [ERROR] [system.err] 2 errors
2024-08-06T15:03:40.571+0200 [ERROR] [system.err] 

and also an error caused for missing chrome and gecko driver for linux.

vjrj added a commit that referenced this issue Aug 6, 2024
@adam-collins
Copy link
Collaborator

adam-collins commented Aug 7, 2024

That build error was expected to appear on cfe81be and was fixed in 257eb6f. Reverting these 2 commits will break #474. Not sure what to do. Did add a comment on #478, since all 3 issues are closely related.

@vjrj
Copy link
Contributor Author

vjrj commented Aug 7, 2024

With 257eb6f reverted, and #480, I don't have the boot issue (in the same server) neither this compilation/build issue, and I can use custom layouts (#478).

PS: Sorry, Initially I was thinking that this issue raised on 'develop' but it seems that raised me trying to fix #478.

@adam-collins
Copy link
Collaborator

Rollback done. Sorry for the problems and typos in the links above. Can we use #474 as the primary issue as that still needs a resolution.

vjrj added a commit that referenced this issue Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants