#cate_block

1 messages · Page 1 of 1 (latest)

gaunt stirrupBOT
sick harness
#

hello! to clarify, you downloaded the quickstart example, attempted to run it as it is, and ran into that error?

finite moth
#

no, I copied the codes from the link

dense gulch
#

Hi @finite moth Did you include Spark in your project dependency?

finite moth
#

yes I added it to my dependency and was able to import it in class like this
import static spark.Spark.*;

dense gulch
#

OK, do you know at which line was the error thrown from?

finite moth
#

error from the logs is this
java.lang.NoSuchMethodError: org.eclipse.jetty.server.Request.setAsyncSupported(ZLjava/lang/String;)

not sure the specific line, this is what I got more from, the logs:
Spark has ignited ...

dense gulch
#

Look like the internal dev server jetty encountered problem

finite moth
#

the page is giving me this error when I load the card payment
{
"code" : 500,
"message" : "There was an error processing your request. It has been logged (ID 4189c0bdecd6de45)."
}

#

will check the repo

dense gulch
#

Yes but I'd suggest you clone the whole project, not cherry pick the files

finite moth
#

ok will try

#

client is html? do you have react client?

sick harness