Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. ------------------------------------------------------------------------
  2. Building HeadLessChrome 1.0-SNAPSHOT
  3. ------------------------------------------------------------------------
  4.  
  5. --- exec-maven-plugin:1.5.0:exec (default-cli) @ HeadLessChrome ---
  6. Starting ChromeDriver 78.0.3904.70 (edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5-refs/branch-heads/3904@{#800}) on port 24557
  7. Only local connections are allowed.
  8. Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
  9. gru 15, 2019 1:52:55 AM org.openqa.selenium.remote.ProtocolHandshake createSession
  10. INFO: Detected dialect: W3C
  11. Exception in thread "main" java.lang.NoClassDefFoundError: com/jdb/jdcompany/headlesschrome/Zmienne
  12. at com.jdb.jdcompany.headlesschrome.HeadLessChrome.main(HeadLessChrome.java:64)
  13. Caused by: java.lang.ClassNotFoundException: com.jdb.jdcompany.headlesschrome.Zmienne
  14. at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
  15. at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
  16. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
  17. ... 1 more
  18. Command execution failed.
  19. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
  20. at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
  21. at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
  22. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764)
  23. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711)
  24. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289)
  25. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  26. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  27. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  28. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  29. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  30. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  31. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  32. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  33. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  34. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  35. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  36. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  37. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  38. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  39. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.base/java.lang.reflect.Method.invoke(Method.java:567)
  43. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  44. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  45. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  46. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  47. ------------------------------------------------------------------------
  48. BUILD FAILURE
  49. ------------------------------------------------------------------------
  50. Total time: 10.074 s
  51. Finished at: 2019-12-15T01:52:59+01:00
  52. Final Memory: 9M/34M
  53. ------------------------------------------------------------------------
  54. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (default-cli) on project HeadLessChrome: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  55.  
  56. To see the full stack trace of the errors, re-run Maven with the -e switch.
  57. Re-run Maven using the -X switch to enable full debug logging.
  58.  
  59. For more information about the errors and possible solutions, please read the following articles:
  60. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement