Local zally installation doesn't work
See original GitHub issueMy local zally checkout is at 079dc7d34670d8cad810480719c5dc37ef001625 and I am starting it with: ./build-and-run.sh
The browser just shows a white page and the console fails wit
SyntaxError: expected expression, got '<'
Here’s the probable cause:
server_1 | java.lang.reflect.InvocationTargetException: null
....
server_1 | Caused by: java.sql.SQLFeatureNotSupportedException: Method ``org.postgresql.jdbc.PgConnection.createClob() is not yet implemented.
server_1 | at org.postgresql.Driver.notImplemented(Driver.java:683) ~[postgresql-42.2.1.jar!/:42.2.1]
server_1 | at org.postgresql.jdbc.PgConnection.createClob(PgConnection.java:1252)
~[postgresql-42.2.1.jar!/:42.2.1]
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Local zally Windows installation doesn't work - Bountysource
I am able to execute all gradlew tasks, but when I am executing the bootRun it stops after initiating the back-end server 0%...
Read more >Easier local development and debugging of zally server #1134
The build-and-run.sh script is mostly aimed at getting up and running quickly with minimal dependencies on the host system, running against a ...
Read more >How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >Laravel Valet - Laravel - The PHP Framework For Web Artisans
Valet requires macOS and Homebrew. Before installation, you should make sure that no other programs such as Apache or Nginx are binding to...
Read more >Sally Beauty: Pro Quality. For Less.
Get the best prices on salon quality hair color, hair care, nail supplies & more. Shop Sally Beauty online for 2 hour delivery...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks a lot, it works now.
Please have a look at my pull request!
Looks like the issue is resolved. Closing.