Closed ashokrajab closed 1 year ago
Since last Friday, 14th
Any idea when this is supposed to be fixed? Is there any alternative to test the jolt script?
My friend grzesiu threatens to start riots unless the site comes back alive.
@bvbuild @milosimpson Could you please provide any updates on this?
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>
Thanks a lot @tufailkhan89 , It worked !!
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]
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]
For those who are interested, I've hosted it here, it much more simpler for everyone
You can use now http://www.jolt-demo.tech/#inception (to bookmark it easily)
Facing the below error when trying to access the demo app: