Nothing seems to work. I have a jooby and alpas pr...
# getting-started
m
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
might help if you gave the error messages
m
@nanodeath You are right, on https://github.com/eclecticlly/website I have
500
Server Error
This is what happened:
Copy code
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
https://alpas.dev/docs/troubleshooting I'd start here if you haven't already
m
The problem is connected to JNA
n
which Alpas is using
m
I created the project from the last Alpas/Starter