Guest User

Untitled

a guest
Nov 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ service-nextgen ---
  2. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  3. [INFO] Copying 1 resource
  4. [INFO] Copying 4 resources
  5. [INFO]
  6. [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ service-nextgen ---
  7. [INFO] Changes detected - recompiling the module!
  8. [INFO] Compiling 363 source files to C:Usersservice-nextgentargetclasses
  9.  
  10. "RMI TCP Connection(3)-3.202.32.1" #20 daemon prio=5 os_prio=0 tid=0x000000001f246000 nid=0x2454 runnable [0x000000002118e000]
  11. java.lang.Thread.State: RUNNABLE
  12. at java.net.SocketInputStream.socketRead0(Native Method)
  13. at java.net.SocketInputStream.read(SocketInputStream.java:150)
  14. at java.net.SocketInputStream.read(SocketInputStream.java:121)
  15. at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  16. at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  17. - locked <0x00000000ff832010> (a java.io.BufferedInputStream)
  18. at java.io.FilterInputStream.read(FilterInputStream.java:83)
  19. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:550)
  20. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
  21. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$240(TCPTransport.java:683)
  22. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda$2/10873147.run(Unknown Source)
  23. at java.security.AccessController.doPrivileged(Native Method)
  24. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
  25. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  26. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  27. at java.lang.Thread.run(Thread.java:745)
  28.  
  29. Locked ownable synchronizers:
  30. - <0x00000000ff8321d0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
  31.  
  32.  
  33. "main" #1 prio=5 os_prio=0 tid=0x0000000001ff8000 nid=0x2b38 runnable [0x0000000002501000]
  34. java.lang.Thread.State: RUNNABLE
  35. at java.lang.Object.hashCode(Native Method)
  36. at java.util.HashMap.hash(HashMap.java:338)
  37. at java.util.HashMap.get(HashMap.java:556)
  38. at com.sun.tools.javac.comp.Infer$InferenceContext.cachedCapture(Infer.java:2309)
  39.  
  40. <project>
  41. [...]
  42. <build>
  43. [...]
  44. <plugins>
  45. <plugin>
  46. <groupId>org.apache.maven.plugins</groupId>
  47. <artifactId>maven-compiler-plugin</artifactId>
  48. <version>3.7.0</version>
  49. <configuration>
  50. <compilerArgs>
  51. <arg>-verbose</arg>
  52. <arg>-Xlint:all,-options,-path</arg>
  53. </compilerArgs>
  54. </configuration>
  55. </plugin>
  56. </plugins>
  57. [...]
  58. </build>
  59. [...]
  60. </project>
Add Comment
Please, Sign In to add comment