免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 7323 | 回复: 4
打印 上一主题 下一主题

[Web] JBOSS启动后报错 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-03-13 18:38 |只看该作者 |倒序浏览
我按照《JBOSS实战:服务器配置指南》书上编写了一个web-xml 、一个helloapp.war 放入deploy目录下后。启动run.sh出现下面错误信息
  1. [root@localhost bin]# ./run.sh
  2. =========================================================================

  3.   JBoss Bootstrap Environment

  4.   JBOSS_HOME: /usr/jboss

  5.   JAVA: /usr/java/jdk1.6.0_13/bin/java

  6.   JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Djava.library.path=/usr/jboss/bin/native

  7.   CLASSPATH: /usr/jboss/bin/run.jar:/usr/java/jdk1.6.0_13/lib/tools.jar

  8. =========================================================================

  9. 18:28:31,162 INFO  [Server] Starting JBoss (MX MicroKernel)...
  10. 18:28:31,164 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
  11. 18:28:31,171 INFO  [Server] Home Dir: /usr/jboss
  12. 18:28:31,171 INFO  [Server] Home URL: file:/usr/jboss/
  13. 18:28:31,173 INFO  [Server] Patch URL: null
  14. 18:28:31,173 INFO  [Server] Server Name: default
  15. 18:28:31,184 INFO  [Server] Server Home Dir: /usr/jboss/server/default
  16. 18:28:31,185 INFO  [Server] Server Home URL: file:/usr/jboss/server/default/
  17. 18:28:31,185 INFO  [Server] Server Log Dir: /usr/jboss/server/default/log
  18. 18:28:31,186 INFO  [Server] Server Temp Dir: /usr/jboss/server/default/tmp
  19. 18:28:31,191 INFO  [Server] Root Deployment Filename: jboss-service.xml
  20. 18:28:33,353 INFO  [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc.
  21. 18:28:33,354 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.3-b02,Sun Microsystems Inc.
  22. 18:28:33,354 INFO  [ServerInfo] OS-System: Linux 2.6.32-279.el6.i686,i386
  23. 18:28:35,071 INFO  [Server] Core system initialized
  24. 18:28:45,014 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
  25. 18:28:45,020 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
  26. 18:28:47,127 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
  27. 18:28:47,128 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
  28. 18:28:48,008 INFO  [TransactionManagerService] Starting recovery manager
  29. 18:28:48,837 INFO  [TransactionManagerService] Recovery manager started
  30. 18:28:48,837 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
  31. 18:29:01,279 INFO  [EJB3Deployer] Starting java:comp multiplexer
  32. 18:29:13,585 INFO  [NativeServerConfig] JBoss Web Services - Native
  33. 18:29:13,585 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
  34. 18:29:16,723 INFO  [Embedded] Catalina naming disabled
  35. 18:29:17,508 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/jboss/bin/native
  36. 18:29:18,028 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-6789
  37. 18:29:18,032 INFO  [Catalina] Initialization processed in 1306 ms
  38. 18:29:18,032 INFO  [StandardService] Starting service jboss.web
  39. 18:29:18,045 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
  40. 18:29:18,499 INFO  [Catalina] Server startup in 466 ms
  41. 18:29:19,258 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
  42. 18:29:22,380 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
  43. 18:29:23,010 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
  44. 18:29:23,496 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
  45. 18:29:26,326 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
  46. 18:29:28,404 INFO  [MailService] Mail Service bound to java:/Mail
  47. 18:29:29,131 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
  48. 18:29:29,331 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
  49. 18:29:29,569 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
  50. 18:29:29,757 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
  51. 18:29:30,169 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
  52. 18:29:30,393 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
  53. 18:29:30,669 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
  54. 18:29:30,711 INFO  [QuartzResourceAdapter] start quartz!!!
  55. 18:29:31,000 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
  56. 18:29:31,128 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
  57. 18:29:31,145 INFO  [RAMJobStore] RAMJobStore initialized.
  58. 18:29:31,146 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
  59. 18:29:31,146 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
  60. 18:29:31,150 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  61. 18:29:33,579 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  62. 18:29:34,586 INFO  [A] Bound to JNDI name: queue/A
  63. 18:29:34,593 INFO  [B] Bound to JNDI name: queue/B
  64. 18:29:34,597 INFO  [C] Bound to JNDI name: queue/C
  65. 18:29:34,604 INFO  [D] Bound to JNDI name: queue/D
  66. 18:29:34,622 INFO  [ex] Bound to JNDI name: queue/ex
  67. 18:29:34,728 INFO  [testTopic] Bound to JNDI name: topic/testTopic
  68. 18:29:34,743 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
  69. 18:29:34,747 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
  70. 18:29:34,776 INFO  [testQueue] Bound to JNDI name: queue/testQueue
  71. 18:29:34,977 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
  72. 18:29:35,155 INFO  [DLQ] Bound to JNDI name: queue/DLQ
  73. 18:29:35,632 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  74. 18:29:36,354 INFO  [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=uimsDS' to JNDI name 'uimsDS'
  75. 18:29:36,429 INFO  [TomcatDeployer] deploy, ctxPath=/HDupeyPL, warUrl=.../deploy/HDupeyPL.war/
  76. 18:29:36,700 WARN  [config] Unable to process deployment descriptor for context '/HDupeyPL'
  77. 18:29:40,012 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: com.manning.jbia.intro.helloWorldServlet
  78. 18:29:40,066 INFO  [TomcatDeployer] deploy, ctxPath=/helloapp, warUrl=.../tmp/deploy/tmp2657850448146894307helloapp-exp.war/
  79. 18:30:14,358 INFO  [TomcatDeployer] deploy, ctxPath=/hudson, warUrl=.../tmp/deploy/tmp9118644283066589375hudson-exp.war/
  80. 18:30:17,180 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
  81. 18:30:17,180 ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
  82. 18:30:17,180 ERROR [STDERR] log4j:ERROR [WebappClassLoader
  83.   delegate: false
  84.   repositories:
  85.     /WEB-INF/classes/
  86. ----------> Parent Classloader:
  87. java.net.FactoryURLClassLoader@333b2e
  88. ] whereas object of type
  89. 18:30:17,181 ERROR [STDERR] log4j:ERROR "org.jboss.logging.appender.FileAppender" was loaded by [org.jboss.system.server.NoAnnotationURLClassLoader@1546e25].
  90. 18:30:17,181 ERROR [STDERR] log4j:ERROR Could not instantiate appender named "FILE".
  91. 18:30:19,177 ERROR [STDERR] Mar 13, 2013 6:30:19 PM hudson.WebAppMain contextInitialized
  92. INFO: Home directory: /root/.hudson
  93. 18:30:20,724 ERROR [STDERR] Mar 13, 2013 6:30:20 PM hudson.util.CharacterEncodingFilter init
  94. INFO: CharacterEncodingFilter initialized. DISABLE_FILTER: false FORCE_ENCODING: false
  95. 18:30:21,475 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
  96. 18:30:23,102 INFO  [TomcatDeployer] deploy, ctxPath=/iesvc, warUrl=.../deploy/management/iesvc.war/
  97. 18:30:23,409 WARN  [config] Unable to process deployment descriptor for context '/iesvc'
  98. 18:30:24,011 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

  99. --- Packages waiting for a deployer ---
  100. org.jboss.deployment.DeploymentInfo@5a6c4ff5 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/helloWorldServlet.java }
  101.   deployer: null
  102.   status: null
  103.   state: INIT_WAITING_DEPLOYER
  104.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/helloWorldServlet.java
  105.   altDD: null
  106.   lastDeployed: 1363170624004
  107.   lastModified: 1363170624000
  108.   mbeans:

  109. --- Incompletely deployed packages ---
  110. org.jboss.deployment.DeploymentInfo@5a6c4ff5 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/helloWorldServlet.java }
  111.   deployer: null
  112.   status: null
  113.   state: INIT_WAITING_DEPLOYER
  114.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/helloWorldServlet.java
  115.   altDD: null
  116.   lastDeployed: 1363170624004
  117.   lastModified: 1363170624000
  118.   mbeans:


  119. 18:30:24,271 ERROR [STDERR] Mar 13, 2013 6:30:24 PM org.hudsonci.inject.internal.SmoothieContainerBootstrap bootstrap
  120. INFO: Bootstrapping Smoothie
  121. 18:30:24,733 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-6789
  122. 18:30:25,192 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:53s:992ms
  123. 18:30:31,667 ERROR [STDERR] Mar 13, 2013 6:30:31 PM hudson.PluginManager createPluginStrategy
  124. INFO: Plugin strategy: org.hudsonci.inject.internal.plugin.DelegatingPluginStrategy
  125. 18:30:33,158 ERROR [STDERR] Mar 13, 2013 6:30:33 PM hudson.model.Hudson$5 onAttained
  126. INFO: Started initialization
  127. 18:30:33,579 ERROR [STDERR] Mar 13, 2013 6:30:33 PM hudson.model.Hudson$5 onAttained
  128. INFO: Listed all plugins
  129. ^[^A18:30:55,555 ERROR [STDERR] Mar 13, 2013 6:30:55 PM hudson.model.Hudson$5 onAttained
  130. INFO: Prepared all plugins
  131. 18:31:01,313 ERROR [STDERR] Mar 13, 2013 6:31:01 PM hudson.model.Hudson$5 onAttained
  132. INFO: Started all plugins
  133. 18:31:01,325 ERROR [STDERR] Mar 13, 2013 6:31:01 PM hudson.model.Hudson$5 onAttained
  134. INFO: Augmented all extensions
  135. 18:31:01,337 ERROR [STDERR] Mar 13, 2013 6:31:01 PM hudson.model.Hudson$5 onAttained
  136. INFO: Loaded all jobs
  137. 18:31:01,638 ERROR [STDERR] Mar 13, 2013 6:31:01 PM hudson.model.Hudson$5 onAttained
  138. INFO: Completed initialization
  139. 18:31:01,859 ERROR [STDERR] Mar 13, 2013 6:31:01 PM hudson.TcpSlaveAgentListener <init>
  140. INFO: JNLP slave agent listener started on TCP port 43881
  141. 18:31:02,039 ERROR [STDERR] Mar 13, 2013 6:31:02 PM hudson.UDPBroadcastThread run
  142. WARNING: UDP handling problem
  143. java.net.SocketException: No such device
  144.         at java.net.PlainDatagramSocketImpl.join(Native Method)
  145.         at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
  146.         at java.net.MulticastSocket.joinGroup(MulticastSocket.java:276)
  147.         at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:68)
  148. 18:31:02,242 ERROR [STDERR] Mar 13, 2013 6:31:02 PM javax.jmdns.impl.HostInfo newHostInfo
  149. WARNING: Could not find any address beside the loopback.
  150. 18:31:15,659 ERROR [STDERR] Mar 13, 2013 6:31:15 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  151. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  152. 18:31:23,571 ERROR [STDERR] Mar 13, 2013 6:31:23 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  153. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  154. 18:31:30,653 ERROR [STDERR] Mar 13, 2013 6:31:30 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  155. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  156. 18:31:32,205 ERROR [STDERR] Mar 13, 2013 6:31:32 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  157. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  158. 18:31:33,525 ERROR [STDERR] Mar 13, 2013 6:31:33 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  159. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  160. 18:31:35,107 ERROR [STDERR] Mar 13, 2013 6:31:35 PM org.hudsonci.rest.plugin.RestPlugin enable
  161. INFO: API provider JAX-RS (Jersey) enabled
  162. 18:31:35,111 ERROR [STDERR] Mar 13, 2013 6:31:35 PM org.hudsonci.rest.plugin.RestPlugin enable
  163. INFO: API provider Bayeux (CometD) enabled
  164. 18:31:35,226 ERROR [STDERR] Mar 13, 2013 6:31:35 PM org.hudsonci.events.internal.EventPublisherImpl publish
  165. SEVERE: Consumer raised an exception
  166. java.lang.UnsupportedOperationException: Method not implemented.
  167.         at java.net.URLStreamHandler.openConnection(URLStreamHandler.java:80)
  168.         at java.net.URL.openConnection(URL.java:992)
  169.         at hudson.ProxyConfiguration.open(ProxyConfiguration.java:139)
  170.         at hudson.FilePath.installIfNecessaryFrom(FilePath.java:605)
  171.         at org.hudsonci.maven.plugin.install.SlaveBundleInstaller.install(SlaveBundleInstaller.java:81)
  172.         at org.hudsonci.maven.plugin.install.SlaveBundleInstaller.consume(SlaveBundleInstaller.java:92)
  173.         at org.hudsonci.events.internal.EventPublisherImpl.publish(EventPublisherImpl.java:77)
  174.         at org.hudsonci.events.ready.ReadyDetector.run(ReadyDetector.java:74)
  175. 18:31:35,233 ERROR [STDERR] Mar 13, 2013 6:31:35 PM org.hudsonci.events.ready.ReadyDetector run
  176. INFO: Hudson is ready.
复制代码
求大神们帮我看看---在线等

论坛徽章:
0
2 [报告]
发表于 2013-03-13 19:49 |只看该作者
上面的有一个错误解决了...修改jboss-service.xml里面两个属性 可以解决
  1. 18:30:17,180 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
  2. 18:30:17,180 ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
  3. 18:30:17,180 ERROR [STDERR] log4j:ERROR [WebappClassLoader
复制代码
这个问题

一会再上最新的问题代码..

论坛徽章:
0
3 [报告]
发表于 2013-03-14 15:51 |只看该作者
最新报错~ 有会的顺便告诉下,我再自己研究下
  1. [root@localhost bin]# ./run.sh
  2. =========================================================================

  3.   JBoss Bootstrap Environment

  4.   JBOSS_HOME: /usr/jboss

  5.   JAVA: /usr/java/jdk1.6.0_13/bin/java

  6.   JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Djava.library.path=/usr/jboss/bin/native

  7.   CLASSPATH: /usr/jboss/bin/run.jar:/usr/java/jdk1.6.0_13/lib/tools.jar

  8. =========================================================================

  9. 15:47:39,971 INFO  [Server] Starting JBoss (MX MicroKernel)...
  10. 15:47:39,975 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
  11. 15:47:39,978 INFO  [Server] Home Dir: /usr/jboss
  12. 15:47:39,978 INFO  [Server] Home URL: file:/usr/jboss/
  13. 15:47:39,980 INFO  [Server] Patch URL: null
  14. 15:47:39,981 INFO  [Server] Server Name: default
  15. 15:47:39,981 INFO  [Server] Server Home Dir: /usr/jboss/server/default
  16. 15:47:39,981 INFO  [Server] Server Home URL: file:/usr/jboss/server/default/
  17. 15:47:39,981 INFO  [Server] Server Log Dir: /usr/jboss/server/default/log
  18. 15:47:39,982 INFO  [Server] Server Temp Dir: /usr/jboss/server/default/tmp
  19. 15:47:39,983 INFO  [Server] Root Deployment Filename: jboss-service.xml
  20. 15:47:41,942 INFO  [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc.
  21. 15:47:41,943 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.3-b02,Sun Microsystems Inc.
  22. 15:47:41,943 INFO  [ServerInfo] OS-System: Linux 2.6.32-279.el6.i686,i386
  23. 15:47:44,197 INFO  [Server] Core system initialized
  24. 15:47:53,919 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
  25. 15:47:53,922 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
  26. 15:47:56,322 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
  27. 15:47:56,323 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
  28. 15:47:57,780 INFO  [TransactionManagerService] Starting recovery manager
  29. 15:47:59,025 INFO  [TransactionManagerService] Recovery manager started
  30. 15:47:59,026 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
  31. 15:48:10,970 INFO  [EJB3Deployer] Starting java:comp multiplexer
  32. 15:48:18,563 INFO  [NativeServerConfig] JBoss Web Services - Native
  33. 15:48:18,567 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
  34. 15:48:22,027 INFO  [Embedded] Catalina naming disabled
  35. 15:48:22,988 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/jboss/bin/native
  36. 15:48:23,419 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-6789
  37. 15:48:23,419 INFO  [Catalina] Initialization processed in 1392 ms
  38. 15:48:23,425 INFO  [StandardService] Starting service jboss.web
  39. 15:48:23,433 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
  40. 15:48:23,745 INFO  [Catalina] Server startup in 325 ms
  41. 15:48:24,400 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
  42. 15:48:27,134 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
  43. 15:48:27,672 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
  44. 15:48:28,125 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
  45. 15:48:30,587 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
  46. 15:48:33,270 INFO  [MailService] Mail Service bound to java:/Mail
  47. 15:48:34,331 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
  48. 15:48:34,488 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
  49. 15:48:34,603 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
  50. 15:48:34,706 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
  51. 15:48:35,198 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
  52. 15:48:35,351 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
  53. 15:48:35,724 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
  54. 15:48:35,803 INFO  [QuartzResourceAdapter] start quartz!!!
  55. 15:48:36,200 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
  56. 15:48:36,343 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
  57. 15:48:36,364 INFO  [RAMJobStore] RAMJobStore initialized.
  58. 15:48:36,364 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
  59. 15:48:36,364 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
  60. 15:48:36,374 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  61. 15:48:40,118 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  62. 15:48:41,409 INFO  [A] Bound to JNDI name: queue/A
  63. 15:48:41,412 INFO  [B] Bound to JNDI name: queue/B
  64. 15:48:41,417 INFO  [C] Bound to JNDI name: queue/C
  65. 15:48:41,420 INFO  [D] Bound to JNDI name: queue/D
  66. 15:48:41,429 INFO  [ex] Bound to JNDI name: queue/ex
  67. 15:48:41,509 INFO  [testTopic] Bound to JNDI name: topic/testTopic
  68. 15:48:41,519 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
  69. 15:48:41,525 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
  70. 15:48:41,536 INFO  [testQueue] Bound to JNDI name: queue/testQueue
  71. 15:48:41,766 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
  72. 15:48:41,927 INFO  [DLQ] Bound to JNDI name: queue/DLQ
  73. 15:48:42,528 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  74. 15:48:43,828 INFO  [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=uimsDS' to JNDI name 'uimsDS'
  75. 15:48:44,132 INFO  [TomcatDeployer] deploy, ctxPath=/HDupeyPL, warUrl=.../deploy/HDupeyPL.war/
  76. 15:48:44,428 WARN  [config] Unable to process deployment descriptor for context '/HDupeyPL'
  77. 15:49:23,504 INFO  [TomcatDeployer] deploy, ctxPath=/hudson, warUrl=.../tmp/deploy/tmp5405306678602203645hudson-exp.war/
  78. 15:49:30,769 ERROR [STDERR] Mar 14, 2013 3:49:30 PM hudson.WebAppMain contextInitialized
  79. INFO: Home directory: /root/.hudson
  80. 15:49:31,632 ERROR [STDERR] Mar 14, 2013 3:49:31 PM hudson.util.CharacterEncodingFilter init
  81. INFO: CharacterEncodingFilter initialized. DISABLE_FILTER: false FORCE_ENCODING: false
  82. 15:49:32,115 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
  83. 15:49:33,791 INFO  [TomcatDeployer] deploy, ctxPath=/iesvc, warUrl=.../deploy/management/iesvc.war/
  84. 15:49:34,252 WARN  [config] Unable to process deployment descriptor for context '/iesvc'
  85. 15:49:34,898 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

  86. --- Packages waiting for a deployer ---
  87. org.jboss.deployment.DeploymentInfo@4da8d4f8 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/WEB-INF/web.xml }
  88.   deployer: null
  89.   status: null
  90.   state: INIT_WAITING_DEPLOYER
  91.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/WEB-INF/web.xml
  92.   altDD: null
  93.   lastDeployed: 1363247374817
  94.   lastModified: 1363247374000
  95.   mbeans:

  96. org.jboss.deployment.DeploymentInfo@89b4fc15 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/HelloWorldServlet.java }
  97.   deployer: null
  98.   status: null
  99.   state: INIT_WAITING_DEPLOYER
  100.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/HelloWorldServlet.java
  101.   altDD: null
  102.   lastDeployed: 1363247374839
  103.   lastModified: 1363247374000
  104.   mbeans:

  105. org.jboss.deployment.DeploymentInfo@f79fb566 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.class }
  106.   deployer: null
  107.   status: null
  108.   state: INIT_WAITING_DEPLOYER
  109.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.class
  110.   altDD: null
  111.   lastDeployed: 1363247374844
  112.   lastModified: 1363247374000
  113.   mbeans:

  114. org.jboss.deployment.DeploymentInfo@94916eca { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.java }
  115.   deployer: null
  116.   status: null
  117.   state: INIT_WAITING_DEPLOYER
  118.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.java
  119.   altDD: null
  120.   lastDeployed: 1363247374895
  121.   lastModified: 1363247374000
  122.   mbeans:

  123. --- Incompletely deployed packages ---
  124. org.jboss.deployment.DeploymentInfo@4da8d4f8 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/WEB-INF/web.xml }
  125.   deployer: null
  126.   status: null
  127.   state: INIT_WAITING_DEPLOYER
  128.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/WEB-INF/web.xml
  129.   altDD: null
  130.   lastDeployed: 1363247374817
  131.   lastModified: 1363247374000
  132.   mbeans:

  133. org.jboss.deployment.DeploymentInfo@89b4fc15 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/HelloWorldServlet.java }
  134.   deployer: null
  135.   status: null
  136.   state: INIT_WAITING_DEPLOYER
  137.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/HelloWorldServlet.java
  138.   altDD: null
  139.   lastDeployed: 1363247374839
  140.   lastModified: 1363247374000
  141.   mbeans:

  142. org.jboss.deployment.DeploymentInfo@f79fb566 { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.class }
  143.   deployer: null
  144.   status: null
  145.   state: INIT_WAITING_DEPLOYER
  146.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.class
  147.   altDD: null
  148.   lastDeployed: 1363247374844
  149.   lastModified: 1363247374000
  150.   mbeans:

  151. org.jboss.deployment.DeploymentInfo@94916eca { url=file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.java }
  152.   deployer: null
  153.   status: null
  154.   state: INIT_WAITING_DEPLOYER
  155.   watch: file:/usr/jboss/server/default/deploy/helloWorldBiuld/src/com/manning/jbia/intro/test.java
  156.   altDD: null
  157.   lastDeployed: 1363247374895
  158.   lastModified: 1363247374000
  159.   mbeans:


  160. 15:49:35,065 ERROR [STDERR] Mar 14, 2013 3:49:35 PM org.hudsonci.inject.internal.SmoothieContainerBootstrap bootstrap
  161. INFO: Bootstrapping Smoothie
  162. 15:49:35,567 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-6789
  163. 15:49:35,894 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:55s:903ms
  164. 15:49:40,006 ERROR [STDERR] Mar 14, 2013 3:49:40 PM hudson.PluginManager createPluginStrategy
  165. INFO: Plugin strategy: org.hudsonci.inject.internal.plugin.DelegatingPluginStrategy
  166. 15:49:40,471 ERROR [STDERR] Mar 14, 2013 3:49:40 PM hudson.model.Hudson$5 onAttained
  167. INFO: Started initialization
  168. 15:49:41,725 ERROR [STDERR] Mar 14, 2013 3:49:41 PM hudson.model.Hudson$5 onAttained
  169. INFO: Listed all plugins
  170. 15:49:57,343 ERROR [STDERR] Mar 14, 2013 3:49:57 PM hudson.model.Hudson$5 onAttained
  171. INFO: Prepared all plugins
  172. 15:50:05,214 ERROR [STDERR] Mar 14, 2013 3:50:05 PM hudson.model.Hudson$5 onAttained
  173. INFO: Started all plugins
  174. 15:50:05,231 ERROR [STDERR] Mar 14, 2013 3:50:05 PM hudson.model.Hudson$5 onAttained
  175. INFO: Augmented all extensions
  176. 15:50:05,249 ERROR [STDERR] Mar 14, 2013 3:50:05 PM hudson.model.Hudson$5 onAttained
  177. INFO: Loaded all jobs
  178. 15:50:06,117 ERROR [STDERR] Mar 14, 2013 3:50:06 PM hudson.model.Hudson$5 onAttained
  179. INFO: Completed initialization
  180. 15:50:06,121 ERROR [STDERR] Mar 14, 2013 3:50:06 PM hudson.TcpSlaveAgentListener <init>
  181. INFO: JNLP slave agent listener started on TCP port 60051
  182. 15:50:06,236 ERROR [STDERR] Mar 14, 2013 3:50:06 PM hudson.UDPBroadcastThread run
  183. WARNING: UDP handling problem
  184. java.net.SocketException: No such device
  185.         at java.net.PlainDatagramSocketImpl.join(Native Method)
  186.         at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
  187.         at java.net.MulticastSocket.joinGroup(MulticastSocket.java:276)
  188.         at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:68)
  189. 15:50:06,546 ERROR [STDERR] Mar 14, 2013 3:50:06 PM javax.jmdns.impl.HostInfo newHostInfo
  190. WARNING: Could not find any address beside the loopback.
  191. 15:50:16,897 ERROR [STDERR] Mar 14, 2013 3:50:16 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  192. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  193. 15:50:25,445 ERROR [STDERR] Mar 14, 2013 3:50:25 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  194. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  195. 15:50:30,446 ERROR [STDERR] Mar 14, 2013 3:50:30 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  196. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  197. 15:50:31,874 ERROR [STDERR] Mar 14, 2013 3:50:31 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  198. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  199. 15:50:33,283 ERROR [STDERR] Mar 14, 2013 3:50:33 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  200. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  201. 15:50:34,776 ERROR [STDERR] Mar 14, 2013 3:50:34 PM org.hudsonci.rest.plugin.RestPlugin enable
  202. INFO: API provider JAX-RS (Jersey) enabled
  203. 15:50:34,776 ERROR [STDERR] Mar 14, 2013 3:50:34 PM org.hudsonci.rest.plugin.RestPlugin enable
  204. INFO: API provider Bayeux (CometD) enabled
  205. 15:50:34,892 ERROR [STDERR] Mar 14, 2013 3:50:34 PM org.hudsonci.events.internal.EventPublisherImpl publish
  206. SEVERE: Consumer raised an exception
  207. java.lang.UnsupportedOperationException: Method not implemented.
  208.         at java.net.URLStreamHandler.openConnection(URLStreamHandler.java:80)
  209.         at java.net.URL.openConnection(URL.java:992)
  210.         at hudson.ProxyConfiguration.open(ProxyConfiguration.java:139)
  211.         at hudson.FilePath.installIfNecessaryFrom(FilePath.java:605)
  212.         at org.hudsonci.maven.plugin.install.SlaveBundleInstaller.install(SlaveBundleInstaller.java:81)
  213.         at org.hudsonci.maven.plugin.install.SlaveBundleInstaller.consume(SlaveBundleInstaller.java:92)
  214.         at org.hudsonci.events.internal.EventPublisherImpl.publish(EventPublisherImpl.java:77)
  215.         at org.hudsonci.events.ready.ReadyDetector.run(ReadyDetector.java:74)
  216. 15:50:34,892 ERROR [STDERR] Mar 14, 2013 3:50:34 PM org.hudsonci.events.ready.ReadyDetector run
  217. INFO: Hudson is ready.
复制代码

论坛徽章:
0
4 [报告]
发表于 2013-03-14 16:17 |只看该作者
删除我自己写的几段发布不上的代码。更新后的报错为
  1. [root@localhost bin]# ./run.sh
  2. =========================================================================

  3.   JBoss Bootstrap Environment

  4.   JBOSS_HOME: /usr/jboss

  5.   JAVA: /usr/java/jdk1.6.0_13/bin/java

  6.   JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Djava.library.path=/usr/jboss/bin/native

  7.   CLASSPATH: /usr/jboss/bin/run.jar:/usr/java/jdk1.6.0_13/lib/tools.jar

  8. =========================================================================

  9. 16:14:37,922 INFO  [Server] Starting JBoss (MX MicroKernel)...
  10. 16:14:37,923 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
  11. 16:14:37,926 INFO  [Server] Home Dir: /usr/jboss
  12. 16:14:37,926 INFO  [Server] Home URL: file:/usr/jboss/
  13. 16:14:37,927 INFO  [Server] Patch URL: null
  14. 16:14:37,929 INFO  [Server] Server Name: default
  15. 16:14:37,929 INFO  [Server] Server Home Dir: /usr/jboss/server/default
  16. 16:14:37,930 INFO  [Server] Server Home URL: file:/usr/jboss/server/default/
  17. 16:14:37,930 INFO  [Server] Server Log Dir: /usr/jboss/server/default/log
  18. 16:14:37,930 INFO  [Server] Server Temp Dir: /usr/jboss/server/default/tmp
  19. 16:14:37,931 INFO  [Server] Root Deployment Filename: jboss-service.xml
  20. 16:14:39,348 INFO  [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc.
  21. 16:14:39,348 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.3-b02,Sun Microsystems Inc.
  22. 16:14:39,348 INFO  [ServerInfo] OS-System: Linux 2.6.32-279.el6.i686,i386
  23. 16:14:40,810 INFO  [Server] Core system initialized
  24. 16:14:46,154 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
  25. 16:14:46,158 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
  26. 16:14:47,416 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
  27. 16:14:47,417 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
  28. 16:14:48,113 INFO  [TransactionManagerService] Starting recovery manager
  29. 16:14:48,598 INFO  [TransactionManagerService] Recovery manager started
  30. 16:14:48,600 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
  31. 16:14:55,667 INFO  [EJB3Deployer] Starting java:comp multiplexer
  32. 16:15:01,435 INFO  [NativeServerConfig] JBoss Web Services - Native
  33. 16:15:01,438 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
  34. 16:15:03,483 INFO  [Embedded] Catalina naming disabled
  35. 16:15:03,993 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/jboss/bin/native
  36. 16:15:04,376 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-6789
  37. 16:15:04,383 INFO  [Catalina] Initialization processed in 899 ms
  38. 16:15:04,383 INFO  [StandardService] Starting service jboss.web
  39. 16:15:04,403 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
  40. 16:15:04,747 INFO  [Catalina] Server startup in 364 ms
  41. 16:15:05,304 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
  42. 16:15:07,571 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
  43. 16:15:08,057 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
  44. 16:15:08,524 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
  45. 16:15:10,530 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
  46. 16:15:12,773 INFO  [MailService] Mail Service bound to java:/Mail
  47. 16:15:13,843 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
  48. 16:15:14,086 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
  49. 16:15:14,245 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
  50. 16:15:14,423 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
  51. 16:15:14,862 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
  52. 16:15:15,100 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
  53. 16:15:15,350 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
  54. 16:15:15,447 INFO  [QuartzResourceAdapter] start quartz!!!
  55. 16:15:15,771 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
  56. 16:15:15,898 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
  57. 16:15:15,914 INFO  [RAMJobStore] RAMJobStore initialized.
  58. 16:15:15,915 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
  59. 16:15:15,919 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
  60. 16:15:15,919 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  61. 16:15:18,497 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  62. 16:15:19,471 INFO  [A] Bound to JNDI name: queue/A
  63. 16:15:19,477 INFO  [B] Bound to JNDI name: queue/B
  64. 16:15:19,481 INFO  [C] Bound to JNDI name: queue/C
  65. 16:15:19,492 INFO  [D] Bound to JNDI name: queue/D
  66. 16:15:19,507 INFO  [ex] Bound to JNDI name: queue/ex
  67. 16:15:19,581 INFO  [testTopic] Bound to JNDI name: topic/testTopic
  68. 16:15:19,602 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
  69. 16:15:19,613 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
  70. 16:15:19,627 INFO  [testQueue] Bound to JNDI name: queue/testQueue
  71. 16:15:19,837 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
  72. 16:15:20,025 INFO  [DLQ] Bound to JNDI name: queue/DLQ
  73. 16:15:20,604 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  74. 16:15:21,443 INFO  [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=uimsDS' to JNDI name 'uimsDS'
  75. 16:15:21,533 INFO  [TomcatDeployer] deploy, ctxPath=/HDupeyPL, warUrl=.../deploy/HDupeyPL.war/
  76. 16:15:21,917 WARN  [config] Unable to process deployment descriptor for context '/HDupeyPL'
  77. 16:15:37,709 INFO  [TomcatDeployer] deploy, ctxPath=/hudson, warUrl=.../tmp/deploy/tmp566155480109831032hudson-exp.war/
  78. 16:15:45,857 ERROR [STDERR] Mar 14, 2013 4:15:45 PM hudson.WebAppMain contextInitialized
  79. INFO: Home directory: /root/.hudson
  80. 16:15:46,430 ERROR [STDERR] Mar 14, 2013 4:15:46 PM hudson.util.CharacterEncodingFilter init
  81. INFO: CharacterEncodingFilter initialized. DISABLE_FILTER: false FORCE_ENCODING: false
  82. 16:15:46,842 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
  83. 16:15:47,617 INFO  [TomcatDeployer] deploy, ctxPath=/iesvc, warUrl=.../deploy/management/iesvc.war/
  84. 16:15:48,540 WARN  [config] Unable to process deployment descriptor for context '/iesvc'
  85. 16:15:49,076 ERROR [STDERR] Mar 14, 2013 4:15:49 PM org.hudsonci.inject.internal.SmoothieContainerBootstrap bootstrap
  86. INFO: Bootstrapping Smoothie
  87. 16:15:49,551 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-6789
  88. 16:15:49,689 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:11s:747ms
  89. 16:15:53,024 ERROR [STDERR] Mar 14, 2013 4:15:53 PM hudson.PluginManager createPluginStrategy
  90. INFO: Plugin strategy: org.hudsonci.inject.internal.plugin.DelegatingPluginStrategy
  91. 16:15:53,433 ERROR [STDERR] Mar 14, 2013 4:15:53 PM hudson.model.Hudson$5 onAttained
  92. INFO: Started initialization
  93. 16:15:54,199 ERROR [STDERR] Mar 14, 2013 4:15:54 PM hudson.model.Hudson$5 onAttained
  94. INFO: Listed all plugins
  95. 16:16:04,725 ERROR [STDERR] Mar 14, 2013 4:16:04 PM hudson.model.Hudson$5 onAttained
  96. INFO: Prepared all plugins
  97. 16:16:07,852 ERROR [STDERR] Mar 14, 2013 4:16:07 PM hudson.model.Hudson$5 onAttained
  98. INFO: Started all plugins
  99. 16:16:07,857 ERROR [STDERR] Mar 14, 2013 4:16:07 PM hudson.model.Hudson$5 onAttained
  100. INFO: Augmented all extensions
  101. 16:16:07,859 ERROR [STDERR] Mar 14, 2013 4:16:07 PM hudson.model.Hudson$5 onAttained
  102. INFO: Loaded all jobs
  103. 16:16:08,481 ERROR [STDERR] Mar 14, 2013 4:16:08 PM hudson.model.Hudson$5 onAttained
  104. INFO: Completed initialization
  105. 16:16:08,483 ERROR [STDERR] Mar 14, 2013 4:16:08 PM hudson.TcpSlaveAgentListener <init>
  106. INFO: JNLP slave agent listener started on TCP port 33388
  107. 16:16:08,761 ERROR [STDERR] Mar 14, 2013 4:16:08 PM hudson.UDPBroadcastThread run
  108. WARNING: UDP handling problem
  109. java.net.SocketException: No such device
  110.         at java.net.PlainDatagramSocketImpl.join(Native Method)
  111.         at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
  112.         at java.net.MulticastSocket.joinGroup(MulticastSocket.java:276)
  113.         at hudson.UDPBroadcastThread.run(UDPBroadcastThread.java:68)
  114. 16:16:08,876 ERROR [STDERR] Mar 14, 2013 4:16:08 PM javax.jmdns.impl.HostInfo newHostInfo
  115. WARNING: Could not find any address beside the loopback.
  116. 16:16:18,406 ERROR [STDERR] Mar 14, 2013 4:16:18 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  117. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  118. 16:16:22,046 ERROR [STDERR] Mar 14, 2013 4:16:22 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  119. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  120. 16:16:25,365 ERROR [STDERR] Mar 14, 2013 4:16:25 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  121. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  122. 16:16:26,491 ERROR [STDERR] Mar 14, 2013 4:16:26 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  123. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  124. 16:16:27,767 ERROR [STDERR] Mar 14, 2013 4:16:27 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  125. INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
  126. 16:16:28,906 ERROR [STDERR] Mar 14, 2013 4:16:28 PM org.hudsonci.rest.plugin.RestPlugin enable
  127. INFO: API provider JAX-RS (Jersey) enabled
  128. 16:16:28,906 ERROR [STDERR] Mar 14, 2013 4:16:28 PM org.hudsonci.rest.plugin.RestPlugin enable
  129. INFO: API provider Bayeux (CometD) enabled
  130. 16:16:29,010 ERROR [STDERR] Mar 14, 2013 4:16:29 PM org.hudsonci.events.internal.EventPublisherImpl publish
  131. SEVERE: Consumer raised an exception
  132. java.lang.UnsupportedOperationException: Method not implemented.
  133.         at java.net.URLStreamHandler.openConnection(URLStreamHandler.java:80)
  134.         at java.net.URL.openConnection(URL.java:992)
  135.         at hudson.ProxyConfiguration.open(ProxyConfiguration.java:139)
  136.         at hudson.FilePath.installIfNecessaryFrom(FilePath.java:605)
  137.         at org.hudsonci.maven.plugin.install.SlaveBundleInstaller.install(SlaveBundleInstaller.java:81)
  138.         at org.hudsonci.maven.plugin.install.SlaveBundleInstaller.consume(SlaveBundleInstaller.java:92)
  139.         at org.hudsonci.events.internal.EventPublisherImpl.publish(EventPublisherImpl.java:77)
  140.         at org.hudsonci.events.ready.ReadyDetector.run(ReadyDetector.java:74)
  141. 16:16:29,014 ERROR [STDERR] Mar 14, 2013 4:16:29 PM org.hudsonci.events.ready.ReadyDetector run
  142. INFO: Hudson is ready.
复制代码

论坛徽章:
0
5 [报告]
发表于 2013-03-15 08:49 |只看该作者
问题解决了..首先hudson我缺少必要的文件,直接删除,暂且不用。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP