Replies: 2 comments 1 reply
-
After adding dependency as implementation (group: "javasvn", name: "javasvn", version: "1.0.1"), the following error comes out { |
Beta Was this translation helpful? Give feedback.
-
After adding dependency as implementation (group: "javasvn", name: "javasvn", version: "1.0.1"), the following error comes out { |
Beta Was this translation helpful? Give feedback.
-
After gradle war command buids succeful and ngrinder starts up with "java -jar ngrinder-controller-3.5.5-p1.war", then open http://localhost:8080/ to quick start, but fails with 500, no class is found for de/regnis/q/sequence/line/QSequenceLineRAData.
What dependency is this? How to solve this problem, please help
app.js:354 GET http://localhost:8080/perftest/api/script?_=1662975625327 500
{
"message" : "Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: de/regnis/q/sequence/line/QSequenceLineRAData",
"success" : false,
"stackTrace" : "org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: de/regnis/q/sequence/line/QSequenceLineRAData\n\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n\tat org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:52)\n\tat org.ngrinder.infra.servlet.PluggableServletFilter.doFilter(PluggableServletFilter.java:61)\n\tat org.ngrinder.security.PluggablePreAuthFilter.doFilter(PluggablePreAuthFilter.java:52)\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1589)\n\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\nCaused by: java.lang.NoClassDefFoundError: de/regnis/q/sequence/line/QSequenceLineRAData\n\tat org.tmatesoft.svn.core.wc2.SvnOperationFactory.obtainWcContext(SvnOperationFactory.java:1186)\n\tat org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1143)\n\tat org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)\n\tat org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:1309)\n\tat org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:1237)\n\tat org.ngrinder.script.repository.FileEntryRepository.findAll(FileEntryRepository.java:173)\n\tat org.ngrinder.script.service.FileEntryService.getAll(FileEntryService.java:170)\n\tat org.ngrinder.script.service.FileEntryService$$FastClassBySpringCGLIB$$37087bea.invoke()\n\tat org.ngrinder.script.service.FileEntryService$$EnhancerBySpringCGLIB$$bd37c023.getAll()\n\tat org.ngrinder.perftest.controller.PerfTestApiController.getScripts(PerfTestApiController.java:562)\n\t... 7 more\nCaused by: java.lang.ClassNotFoundException: de.regnis.q.sequence.line.QSequenceLineRAData\n\t... 17 more\n"
}
Beta Was this translation helpful? Give feedback.
All reactions