Error in importing GPX file

Problem with file matching-web\src\test\resources\test1.gpx
java.lang.IllegalArgumentException: Sequence is broken for submitted track at time step 0 (264 points). observation:51.377719,12.338217,0.0, 0, 0 candidates: []. If a match is expected consider increasing max_visited_nodes.
at com.graphhopper.matching.MapMatching.computeViterbiSequence(MapMatching.java:407)
at com.graphhopper.matching.MapMatching.doWork(MapMatching.java:208)
at com.graphhopper.matching.cli.MatchCommand.run(MatchCommand.java:100)
at io.dropwizard.cli.Cli.run(Cli.java:78)
at io.dropwizard.Application.run(Application.java:93)
at com.graphhopper.matching.http.MapMatchingApplication.main(MapMatchingApplication.java:16)
An error occurred while testing some of the default GPX files. How can I correct it? Thanks in advance