Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-1736

Maven 2.0.9 hangs with Hudson, JDK1.6.0_03, Hudson, Tomcat 5.5.26, Interesting infos, maybe ?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • maven-plugin
    • None
    • Platform: All, OS: Windows XP

      Hudson console output:
      started
      Updating svn://localhost/***/trunk
      At revision 9
      no change for svn://localhost/***/trunk since the previous build
      Parsing POMs
      [trunk] $ "C:\Program Files\Java\jdk1.6.0_03/bin/java" -Xdebug
      -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y -cp "C:\Program
      Files\Apache Software Foundation\Tomcat
      5.5\webapps\hudson\WEB-INF\lib\maven-agent-1.215.jar;C:\Workspace\Maven\maven-2.0.9\boot\classworlds-1.1.jar"
      hudson.maven.agent.Main C:\Workspace\Maven\maven-2.0.9 "C:\Program Files\Apache
      Software Foundation\Tomcat 5.5\webapps\hudson\WEB-INF\lib\remoting-1.215.jar"
      "C:\Program Files\Apache Software Foundation\Tomcat
      5.5\webapps\hudson\WEB-INF\lib\maven-interceptor-1.215.jar"

      Listening for transport dt_socket at address: 8787

      ���channel started

      [INFO] Scanning for projects...

      [INFO] ------------------------------------------------------------------------
      [INFO] Building ***
      [INFO] task-segment: [clean, install]
      [INFO] ------------------------------------------------------------------------

      [INFO] [clean:clean]
      [INFO] Deleting directory C:\.hudson\jobs***\workspace\trunk\target
      [INFO] [resources:resources]
      [INFO] Using encoding: 'ISO8859-15' to copy filtered resources.

      Downloading:
      http://localhost:8080/archiva/repository/internal//kxml2/kxml2/2.3.0/kxml2-2.3.0.pom

      Repository is archiva installed on localhost on the following address :
      http://localhost:8080/archiva/.../internal

      It seems it hangs on resolving localhost ?!

      Threads Stacktraces:

      Thread [pool-1-thread-1] (Suspended)
      Inet4AddressImpl.lookupAllHostAddr(String) line: not available [native method]
      InetAddress$1.lookupAllHostAddr(String) line: 849
      InetAddress.getAddressFromNameService(String, InetAddress) line: 1200
      InetAddress.getAllByName0(String, InetAddress, boolean) line: 1153
      InetAddress.getAllByName(String, InetAddress) line: 1083
      InetAddress.getAllByName(String) line: 1019
      InetAddress.getByName(String) line: 969
      InetSocketAddress.<init>(String, int) line: 124
      HttpClient(NetworkClient).doConnect(String, int) line: 157
      HttpClient.openServer(String, int) line: 394
      HttpClient.openServer() line: 529
      HttpClient.<init>(URL, Proxy, int) line: 233
      HttpClient.New(URL, Proxy, int, boolean) line: 306
      HttpClient.New(URL, Proxy, int) line: 323
      HttpURLConnection.getNewHttpClient(URL, Proxy, int) line: 788
      HttpURLConnection.plainConnect() line: 729
      HttpURLConnection.connect() line: 654
      HttpURLConnection.getInputStream() line: 977
      LightweightHttpWagon.fillInputData(InputData) line: 83
      LightweightHttpWagon(StreamWagon).get(String, File) line: 68
      DefaultWagonManager.getRemoteFile(ArtifactRepository, File, String,
      TransferListener, String, boolean) line: 470
      DefaultWagonManager.getArtifact(Artifact, ArtifactRepository) line: 354
      DefaultWagonManager.getArtifact(Artifact, List) line: 309
      DefaultArtifactResolver.resolve(Artifact, List, ArtifactRepository, boolean)
      line: 200
      DefaultArtifactResolver.resolve(Artifact, List, ArtifactRepository) line: 74
      DefaultMavenProjectBuilder.findModelFromRepository(Artifact, List,
      ArtifactRepository, boolean) line: 556
      DefaultMavenProjectBuilder.buildFromRepository(Artifact, List,
      ArtifactRepository, boolean) line: 249
      MavenMetadataSource.retrieve(Artifact, ArtifactRepository, List) line: 106
      DefaultArtifactCollector.recurse(ResolutionNode, Map, ManagedVersionMap,
      ArtifactRepository, List, ArtifactMetadataSource, ArtifactFilter, List) line: 380
      DefaultArtifactCollector.collect(Set, Artifact, Map, ArtifactRepository, List,
      ArtifactMetadataSource, ArtifactFilter, List) line: 76
      DefaultArtifactResolver.resolveTransitively(Set, Artifact, Map,
      ArtifactRepository, List, ArtifactMetadataSource, ArtifactFilter, List) line: 300
      DefaultArtifactResolver.resolveTransitively(Set, Artifact, Map,
      ArtifactRepository, List, ArtifactMetadataSource, ArtifactFilter) line: 288
      PluginManagerInterceptor(DefaultPluginManager).resolveTransitiveDependencies(MavenSession,
      ArtifactResolver, String, ArtifactFactory, MavenProject, boolean) line: 1415
      PluginManagerInterceptor(DefaultPluginManager).executeMojo(MavenProject,
      MojoExecution, MavenSession) line: 405
      PluginManagerInterceptor.executeMojo(MavenProject, MojoExecution, MavenSession)
      line: 136
      LifecycleExecutorInterceptor(DefaultLifecycleExecutor).executeGoals(List,
      Stack, MavenSession, MavenProject) line: 558
      LifecycleExecutorInterceptor(DefaultLifecycleExecutor).executeGoalWithLifecycle(String,
      Stack, MavenSession, Map, MavenProject, Lifecycle) line: 499
      LifecycleExecutorInterceptor(DefaultLifecycleExecutor).executeGoal(String,
      MavenSession, MavenProject) line: 478
      LifecycleExecutorInterceptor(DefaultLifecycleExecutor).executeGoalAndHandleFailures(String,
      MavenSession, MavenProject, EventDispatcher, String, ReactorManager, long,
      String) line: 330
      LifecycleExecutorInterceptor(DefaultLifecycleExecutor).executeTaskSegments(List,
      ReactorManager, MavenSession, MavenProject, EventDispatcher) line: 291
      LifecycleExecutorInterceptor(DefaultLifecycleExecutor).execute(MavenSession,
      ReactorManager, EventDispatcher) line: 142
      LifecycleExecutorInterceptor.execute(MavenSession, ReactorManager,
      EventDispatcher) line: 42
      DefaultMaven.doExecute(MavenExecutionRequest, EventDispatcher) line: 336
      DefaultMaven.execute(MavenExecutionRequest) line: 129
      MavenCli.main(String[], ClassWorld) line: 287
      NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available
      [native method]
      NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39
      DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25
      Method.invoke(Object, Object...) line: 597
      Launcher.launchEnhanced(String[]) line: 315
      Launcher.launch(String[]) line: 255
      Main.launch(String[]) line: 111
      MavenModuleSetBuild$Builder(MavenBuilder).call() line: 129
      MavenModuleSetBuild$Builder.call() line: 522
      MavenModuleSetBuild$Builder.call() line: 468
      UserRequest<RSP,EXC>.perform(Channel) line: 69
      UserRequest<RSP,EXC>.perform(Channel) line: 23
      Request$2.run() line: 200
      Executors$RunnableAdapter<T>.call() line: 441
      FutureTask$Sync.innerRun() line: 303
      FutureTask<V>.run() line: 138
      ThreadPoolExecutor$Worker.runTask(Runnable) line: 885
      ThreadPoolExecutor$Worker.run() line: 907
      Thread.run() line: 619

      Thread [Channel reader thread: channel] (Suspended)
      FileInputStream.readBytes(byte[], int, int) line: not available [native method]
      FileInputStream.read(byte[], int, int) line: 199
      BufferedInputStream.fill() line: 218
      BufferedInputStream.read() line: 237
      ObjectInputStream$PeekInputStream.peek() line: 2247
      ObjectInputStream$BlockDataInputStream.peek() line: 2540
      ObjectInputStream$BlockDataInputStream.peekByte() line: 2550
      ObjectInputStream.readObject0(boolean) line: 1297
      ObjectInputStream.readObject() line: 351
      Channel$ReaderThread.run() line: 574

      Thread [main] (Suspended)
      Object.wait(long) line: not available [native method]
      Channel(Object).wait() line: 485 [local variables unavailable]
      Channel.join() line: 477
      Launcher.main(InputStream, OutputStream, Channel$Mode, boolean) line: 69
      Launcher.main(InputStream, OutputStream, Channel$Mode) line: 52
      Launcher.main(InputStream, OutputStream) line: 48
      NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available
      [native method]
      NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39
      DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25
      Method.invoke(Object, Object...) line: 597
      Main.main(File, File, File) line: 82
      Main.main(String[]) line: 36

            Unassigned Unassigned
            alexiskinsella alexiskinsella
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: