bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.56k stars 329 forks source link

Error: Server Error https://jolt-demo.appspot.com/ #1087

Closed ashokrajab closed 1 year ago

ashokrajab commented 3 years ago

Facing the below error when trying to access the demo app:

Screenshot 2021-08-16 at 7 24 38 PM
mishapopov commented 3 years ago

Since last Friday, 14th

daniyal061 commented 3 years ago

Any idea when this is supposed to be fixed? Is there any alternative to test the jolt script?

fusion4bass commented 3 years ago

My friend grzesiu threatens to start riots unless the site comes back alive.

sharathr1 commented 3 years ago

@bvbuild @milosimpson Could you please provide any updates on this?

tufailkhan89 commented 3 years ago

I found an alternative to run jolt locally. Refer to https://github.com/milosimpson/jolt-demo/tree/master/server

We need https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java11/appengine-simple-jetty-main for running the jolt server war locally (This uses java11, but can be made to run using java 8, by updating property as below

<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
sharathr1 commented 3 years ago

Thanks a lot @tufailkhan89 , It worked !!

FlorinCiocirlan commented 3 years ago

Hi, @tufailkhan89 Can you please provide your pom.xml ? I had many trials on running jolt-demo locally but without success. Error:

[ERROR] Failed to execute goal on project server: Could not resolve dependencies for project com.bazaarvoice.jolt:server:war:0.0.1-SNAPSHOT: com.example.appengine.demo:simple-jetty-main:jar:1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

tufailkhan89 commented 3 years ago

Get Checkout of https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java11/appengine-simple-jetty-main and then change target java (11 to 8 ) version in pom (of module - appengine-simple-jetty-main)as

8 8

and run mvn clean install in this module. Once this is done successfully, then only you can build https://github.com/milosimpson/jolt-demo/tree/master/server, else it will fail with below error. @FlorinCiocirlan

Hi, @tufailkhan89 Can you please provide your pom.xml ? I had many trials on running jolt-demo locally but without success. Error:

[ERROR] Failed to execute goal on project server: Could not resolve dependencies for project com.bazaarvoice.jolt:server:war:0.0.1-SNAPSHOT: com.example.appengine.demo:simple-jetty-main:jar:1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

mahieddine commented 3 years ago

For those who are interested, I've hosted it here, it much more simpler for everyone

http://20.199.72.212:8080/#inception

mahieddine commented 3 years ago

You can use now http://www.jolt-demo.tech/#inception (to bookmark it easily)