Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 585369 Details for
Bug 822815
NPE during JGroups Channel Service startup
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Log from the failing node
log.txt (text/plain), 4.61 KB, created by
Michal Linhard
on 2012-05-18 09:08:28 UTC
(
hide
)
Description:
Log from the failing node
Filename:
MIME Type:
Creator:
Michal Linhard
Created:
2012-05-18 09:08:28 UTC
Size:
4.61 KB
patch
obsolete
>JAVA_OPTS already set in environment; overriding default settings with values: -Djava.managed.server.id=dDZcN3LT7qtidSJh -server -Xms4096m -Xmx4096m -XX:MaxPermSize=512m -XX:+UseLargeP >ages -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -Dsun.nio.ch.bugLevel= -DudpGroup=224.0.2.64 >========================================================================= > > JBoss Bootstrap Environment > > JBOSS_HOME: /p/l_lsi/jha2/jboss_shared/tmp/jdgtests/jboss/node0020 > > JAVA: /jdk1.6.0_30/bin/java > > JAVA_OPTS: -XX:+UseCompressedOops -XX:+TieredCompilation -Djava.managed.server.id=dDZcN3LT7qtidSJh -server -Xms4096m -Xmx4096m -XX:MaxPermSize=512m -XX:+UseLargePages -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -Dsun.nio.ch.bugLevel= -DudpGroup=224.0.2.64 > >========================================================================= > >01:57:50,625 INFO [org.jboss.modules] JBoss Modules version 1.1.2.GA-redhat-1 >01:57:50,891 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA-redhat-1 >01:57:50,958 INFO [org.jboss.as] JBAS015899: JBoss Data Grid 6.0.0.ER9-redhat-1 (AS 7.1.1.Final-redhat-1) starting >01:57:51,803 WARN [org.jboss.as.server] JBAS015883: No security realm defined for native management service; all access will be unrestricted. >01:57:51,811 INFO [org.xnio] XNIO Version 3.0.3.GA-redhat-1 >01:57:51,827 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA-redhat-1 >01:57:51,836 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers >01:57:51,838 INFO [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 3.2.4.GA-redhat-1 >01:57:51,842 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 16) JBAS010280: Activating Infinispan subsystem. >01:57:51,850 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 21) JBAS011800: Activating Naming Subsystem >01:57:51,851 INFO [org.jboss.as.security] (ServerService Thread Pool -- 24) JBAS013101: Activating Security Subsystem >01:57:51,850 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 17) JBAS010260: Activating JGroups subsystem. >01:57:51,863 INFO [org.jboss.as.security] (MSC service thread 1-15) JBAS013100: Current PicketBox version=4.0.9.Final-redhat-1 >01:57:51,936 INFO [org.jboss.as.naming] (MSC service thread 1-15) JBAS011802: Starting Naming Service >01:57:51,964 INFO [org.jboss.as.connector] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.10.Final-redhat-1) >01:57:51,966 INFO [org.jboss.as.remoting] (MSC service thread 1-10) JBAS017100: Listening on 192.168.87.109:9999 >01:57:51,966 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 192.168.87.109:4447 >01:57:52,022 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-5) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /jdk1.6.0_30/jre/lib/amd64/server:/jdk1.6.0_30/jre/lib/amd64:/jdk1.6.0_30/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib >01:57:52,066 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-8) Starting Coyote HTTP/1.1 on http--192.168.87.109-8080 >01:57:52,230 INFO [stdout] (pool-1-thread-1) >01:57:52,231 INFO [stdout] (pool-1-thread-1) ------------------------------------------------------------------- >01:57:52,231 INFO [stdout] (pool-1-thread-1) GMS: address=node0020/default, cluster=default, physical address=192.168.87.109:55200 >01:57:52,231 INFO [stdout] (pool-1-thread-1) ------------------------------------------------------------------- >01:57:52,311 ERROR [org.jboss.msc.service.fail] (pool-1-thread-1) MSC000001: Failed to start service jboss.jgroups.channel.default: org.jboss.msc.service.StartException in service jboss.jgroups.channel.default: java.lang.NullPointerException > at org.jboss.as.clustering.msc.AsynchronousService$1.run(AsynchronousService.java:62) [jboss-as-clustering-common-7.1.1.Final-redhat-1.jar:7.1.1.Final-redhat-1] > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_30] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_30] > at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30] >Caused by: java.lang.NullPointerException > at org.jboss.as.clustering.jgroups.subsystem.ChannelService.start(ChannelService.java:51) [jboss-as-clustering-jgroups-7.1.1.Final-redhat-1.jar:7.1.1.Final-redhat-1] > at org.jboss.as.clustering.msc.AsynchronousService$1.run(AsynchronousService.java:59) [jboss-as-clustering-common-7.1.1.Final-redhat-1.jar:7.1.1.Final-redhat-1] > ... 3 more >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 822815
: 585369