https://kotlinlang.org logo
Title
m

Massimiliano Bertinetti

04/04/2021, 10:34 AM
Nothing seems to work. I have a jooby and alpas project giving problems with JNA I also try the ktor tutorial here https://ktor.io/docs/creating-interactive-website.html But gradle cannot build, also after upgrading to 6.7
n

nanodeath

04/04/2021, 6:55 PM
might help if you gave the error messages
m

Massimiliano Bertinetti

04/05/2021, 6:50 AM
@nanodeath You are right, on https://github.com/eclecticlly/website I have
500
Server Error
This is what happened:
dev.alpas.exceptions.InternalServerException: dlopen(/Users/max/Library/Caches/JNA/temp/jna17008103875326677094.tmp, 9): no suitable image found.  Did find:
	/Users/max/Library/Caches/JNA/temp/jna17008103875326677094.tmp: mach-o, but wrong architecture
	/Users/max/Library/Caches/JNA/temp/jna17008103875326677094.tmp: mach-o, but wrong architecture
n

nanodeath

04/05/2021, 3:06 PM
https://alpas.dev/docs/troubleshooting I'd start here if you haven't already
m

Massimiliano Bertinetti

04/05/2021, 3:09 PM
The problem is connected to JNA
n

nanodeath

04/05/2021, 3:21 PM
which Alpas is using
m

Massimiliano Bertinetti

04/05/2021, 3:22 PM
I created the project from the last Alpas/Starter