-
RELEVANCY SCORE 3.34
DB:3.34:Problem With Message Redistribution In Cluster 1s
Hi I'm not able to run the queue-message-redistribution example that comes with Hornetq. I get the below exception with a failure message but I'm able to run the clustered-queue example successfully. Pls help.
Environment details: Jboss 5.0.0.GA, HornetQ 2.0.0 CR2, Windows Xp (SP2)[java] INFO: using server0\client-jndi.properties for jndi [java] Jan 18, 2010 12:33:11 PM org.hornetq.common.example.HornetQExample getContext [java] INFO: using server1\client-jndi.properties for jndi [java] Sent message: This is text message 0 [java] Sent message: This is text message 1 [java] Sent message: This is text message 2 [java] Sent message: This is text message 3 [java] Sent message: This is text message 4 [java] Sent message: This is text message 5 [java] Sent message: This is text message 6 [java] Sent message: This is text message 7 [java] Sent message: This is text message 8 [java] Sent message: This is text message 9 [java] Got message: This is text message 0 from node 0 [java] java.lang.NullPointerException [java] at org.hornetq.jms.example.QueueMessageRedistributionExample.runExample(QueueMessageRedistributionExample.java:126) [java] at org.hornetq.common.example.HornetQExample.run(HornetQExample.java:73) [java] at org.hornetq.jms.example.QueueMessageRedistributionExample.main(QueueMessageRedistributionExample.java:38) [java] [java] ##################### [java] ### FAILURE! ### [java] ##################### [java] Java Result: 1
BUILD FAILEDC:\hornetq-2.0.0.CR2\examples\jms\queue-message-redistribution\build.xml:23: The following error occurred while executing this line:C:\hornetq-2.0.0.CR2\examples\common\build.xml:154: Example org.hornetq.jms.example.QueueMessageRedistributionExample failed
Total time: 11 secondsDone
DB:3.34:Problem With Message Redistribution In Cluster 1s
this is a rather old one but just in case someone comes across this NPE: settingbroadcast-groups
broadcast-group name="my-broadcast-group"
local-bind-address127.0.0.1/local-bind-address
-
RELEVANCY SCORE 3.14
DB:3.14:How To Run Hornetq-2.3.0.Cr2 In Eclipse s7
I have imported the maven project into eclipse with the pom.xml.I know that the hornetq is starting with the class HornetQBootstrapServer.So I want to debug hornetq from this point.I did this in the version of 2.2.14Final.I know that the module of hornetq-bootstrap need some other modules,so I add some dependencies.I add some dependencies to the pom.xml which is in the directory of hornetq-bootstrap,as follows:project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
modelVersion4.0.0/modelVersion
parent
groupIdorg.hornetq/groupId
artifactIdhornetq-pom/artifactId
version2.3.0.CR2/version
/parent
artifactIdhornetq-bootstrap/artifactId
packagingjar/packaging
nameHornetQ Bootstrap/name
dependencies
dependency
groupIdorg.jboss.logging/groupId
artifactIdjboss-logging-processor/artifactId
/dependency
dependency
groupIdorg.jboss.logging/groupId
artifactIdjboss-logging/artifactId
/dependency
dependency
groupIdorg.jboss.microcontainer/groupId
artifactIdjboss-kernel/artifactId
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-commons/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-core-client/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-jboss-as-integration/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-jms-client/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-jms-server/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-journal/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq.rest/groupId
artifactIdhornetq-rest/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-server/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-service-sar/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-spring-integration/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-twitter-integration/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdjboss-mc/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdjnp-client/artifactId
version2.3.0.CR2/version
/dependency
/dependencies
/project
I set the parameters of the program is hornetq-beans.xml and the parameters of the vm is
-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=/home/guangquanhao/hgq/hornetq2.3CR2/hornetq-2.3.0.CR2/config/stand-alone/clustered -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Dlogging.configuration=file:///home/guangquanhao/hgq/hornetq2.3CR2/hornetq-2.3.0.CR2/config/stand-alone/clustered/logging.properties -Djava.library.path=. -classpath /home/guangquanhao/hgq/hornetq2.3CR2/hornetq-2.3.0.CR2/config/stand-alone/clustered
But when I run it ,the exception is like this:
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.main(HornetQBootstrapServer.java:65)
Caused by: java.lang.IllegalArgumentException: Invalid logger interface org.hornetq.integration.bootstrap.HornetQBootstrapLogger (implementation not found)
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2250)
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2214)
at org.hornetq.integration.bootstrap.HornetQBootstrapLogger.clinit(HornetQBootstrapLogger.java:54)
... 1 more
Please help!I don't know very clearly about maven,so please tell me to do it in detail.I think I am moving near to the success!
DB:3.14:How To Run Hornetq-2.3.0.Cr2 In Eclipse s7
I have imported the maven project into eclipse with the pom.xml.I know that the hornetq is starting with the class HornetQBootstrapServer.So I want to debug hornetq from this point.I did this in the version of 2.2.14Final.I know that the module of hornetq-bootstrap need some other modules,so I add some dependencies.I add some dependencies to the pom.xml which is in the directory of hornetq-bootstrap,as follows:project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
modelVersion4.0.0/modelVersion
parent
groupIdorg.hornetq/groupId
artifactIdhornetq-pom/artifactId
version2.3.0.CR2/version
/parent
artifactIdhornetq-bootstrap/artifactId
packagingjar/packaging
nameHornetQ Bootstrap/name
dependencies
dependency
groupIdorg.jboss.logging/groupId
artifactIdjboss-logging-processor/artifactId
/dependency
dependency
groupIdorg.jboss.logging/groupId
artifactIdjboss-logging/artifactId
/dependency
dependency
groupIdorg.jboss.microcontainer/groupId
artifactIdjboss-kernel/artifactId
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-commons/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-core-client/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-jboss-as-integration/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-jms-client/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-jms-server/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-journal/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq.rest/groupId
artifactIdhornetq-rest/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-server/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-service-sar/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-spring-integration/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdhornetq-twitter-integration/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdjboss-mc/artifactId
version2.3.0.CR2/version
/dependency
dependency
groupIdorg.hornetq/groupId
artifactIdjnp-client/artifactId
version2.3.0.CR2/version
/dependency
/dependencies
/project
I set the parameters of the program is hornetq-beans.xml and the parameters of the vm is
-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=/home/guangquanhao/hgq/hornetq2.3CR2/hornetq-2.3.0.CR2/config/stand-alone/clustered -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Dlogging.configuration=file:///home/guangquanhao/hgq/hornetq2.3CR2/hornetq-2.3.0.CR2/config/stand-alone/clustered/logging.properties -Djava.library.path=. -classpath /home/guangquanhao/hgq/hornetq2.3CR2/hornetq-2.3.0.CR2/config/stand-alone/clustered
But when I run it ,the exception is like this:
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.main(HornetQBootstrapServer.java:65)
Caused by: java.lang.IllegalArgumentException: Invalid logger interface org.hornetq.integration.bootstrap.HornetQBootstrapLogger (implementation not found)
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2250)
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2214)
at org.hornetq.integration.bootstrap.HornetQBootstrapLogger.clinit(HornetQBootstrapLogger.java:54)
... 1 more
Please help!I don't know very clearly about maven,so please tell me to do it in detail.I think I am moving near to the success!
-
RELEVANCY SCORE 3.11
DB:3.11:Invoking Netty Connector From War File 1m
Hi I am creating a war file which can act as jms queue service by using hornetq REST,So the steps I followed ,
1. I have added the following dependencies in my pom.xml
hornetq-core - 2.1.1.Final
hornetq-jms - 2.1.1.Final
jboss-jms-api_1.1_spec - 1.0.0.Beta1
hornetq-rest - 1.0-beta-1
resteasy-jaxrs - 2.0.0.GA
resteasy-jaxb-provider - 2.0.0.GA
netty - 3.2.5.Final
2. And I added following hornetq files in my src/mail/resources
hornetq-configuration.xml
hornetq-jms.xml - I have configured one queue , one Netty acceptor and one Netty connector
hornetq-users.xml
hornetq-config.xml ( the config file to give in the context-param)
3. I deployed and if I am accesing from the browser with the below url,
my.server.com/queues/jms.queue.myQueue
then I am getting below error. According to my configuration it should invoke Netty connector but it is invoking invm-InVMConnectorFactory.
HornetQException[errorCode=2 message=Unable to connect to server using configuration org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0]
org.hornetq.core.client.impl.FailoverManagerImpl.createSession(FailoverManagerImpl.java:376)
org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSessionInternal(ClientSessionFactoryImpl.java:1123)
org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSession(ClientSessionFactoryImpl.java:887)
org.hornetq.rest.queue.QueueDestinationsResource.findQueue(QueueDestinationsResource.java:147)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
org.jboss.resteasy.core.ResourceLocator.createResource(ResourceLocator.java:65)
org.jboss.resteasy.core.ResourceLocator.createResource(ResourceLocator.java:54)
org.jboss.resteasy.core.ResourceLocator.invoke(ResourceLocator.java:91)
org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:506)
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:483)
org.jboss.resteasy.core.SynchronousDispatcher.invokePropagateNotFound(SynchronousDispatcher.java:140)
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:204)
org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.doFilter(FilterDispatcher.java:59)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
Any body have any idea?
DB:3.11:Invoking Netty Connector From War File 1m
does this happen with the latest version -
RELEVANCY SCORE 3.07
DB:3.07:Jboss As 7.2.0: Hornetq Warnings Every Day At 00:30 md
Hi everybody,I want to use JBoss AS 7.2.0 but running at night it gives this warnings:
00:32:55,744 WARN [org.hornetq.core.client] (hornetq-failure-check-thread) HQ212107: Connection failure has been detected: HQ119034: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=CONNECTION_TIMEDOUT]
00:32:55,752 WARN [org.hornetq.core.server] (hornetq-failure-check-thread) HQ222100: Client connection failed, clearing up resources for session 34a06632-1f4c-11e4-b8ce-f7a4da65325c
00:32:55,757 WARN [org.hornetq.core.server] (hornetq-failure-check-thread) HQ222158: Cleared up resources for session 34a06632-1f4c-11e4-b8ce-f7a4da65325c
00:32:55,777 WARN [org.hornetq.jms.server] (Thread-4 (HornetQ-client-global-threads-754027464)) HQ122017: Notified of connection failure in xa recovery connectionFactory for provider ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=24461b8a-1f01-11e4-b8ce-f7a4da65325c, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], connectorConfig=TransportConfiguration(name=24461b8a-1f01-11e4-b8ce-f7a4da65325c, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0, backupConfig=null] will attempt reconnect on next pass: HornetQException[errorType=NOT_CONNECTED message=HQ119025: Channel disconnected]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connectionDestroyed(ClientSessionFactoryImpl.java:418) [hornetq-core-client-2.3.0.CR1.jar:]
at org.hornetq.core.remoting.impl.invm.InVMConnector$Listener$1.run(InVMConnector.java:214) [hornetq-server-2.3.0.CR1.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:106) [hornetq-core-client-2.3.0.CR1.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_60]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_60]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_60]
It is a JBoss 7.2.0 running standalone-full.xml. My application does not use JMS at the moment. The application does not seem to be effected by this, but we plan to use JMS. Java is 1.7.0_60 running on Linux (Linux pha0ss03 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux). On Startup the log says:
11:21:51,903 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221001: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messagingjournal,bindingsDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messagingbindings,largeMessagesDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messaginglargemessages,pagingDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messagingpaging)
11:21:51,912 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221008: Waiting to obtain live lock
11:21:52,024 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221017: Using NIO Journal
11:21:52,317 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221039: Waiting to obtain live lock
11:21:52,318 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221040: Live Server Obtained live lock
11:21:54,198 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 192.168.220.17:5445 for CORE protocol
11:21:54,217 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 192.168.220.17:5455 for CORE protocol
11:21:54,245 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221009: Server is now live
11:21:54,246 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221003: HornetQ Server version 2.3.0.CR1 (buzzzzz!, 122) [233560e5-1d74-11e4-b4ef-dde66b111f7e]
11:21:57,806 INFO [org.hornetq.ra] (MSC service thread 1-4) HornetQ resource adaptor started
11:21:57,815 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-4) IJ020002: Deployed: file://RaActivatorhornetq-ra
According to http://docs.jboss.org/hornetq/2.2.2.Final/user-manual/en/html/client-reconnection.html I added
retry-interval1000/retry-interval
retry-interval-multiplier1.5/retry-interval-multiplier
max-retry-interval60000/max-retry-interval
reconnect-attempts1000/reconnect-attempts
to standalone-full.xml (connection-factory name="InVmConnectionFactory", connection-factory name="RemoteConnectionFactory" and pooled-connection-factory name="hornetq-ra") but it has no effect.
Any suggestions what this is or how to avoid it?
DB:3.07:Jboss As 7.2.0: Hornetq Warnings Every Day At 00:30 md
Hi everybody,I want to use JBoss AS 7.2.0 but running at night it gives this warnings:
00:32:55,744 WARN [org.hornetq.core.client] (hornetq-failure-check-thread) HQ212107: Connection failure has been detected: HQ119034: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=CONNECTION_TIMEDOUT]
00:32:55,752 WARN [org.hornetq.core.server] (hornetq-failure-check-thread) HQ222100: Client connection failed, clearing up resources for session 34a06632-1f4c-11e4-b8ce-f7a4da65325c
00:32:55,757 WARN [org.hornetq.core.server] (hornetq-failure-check-thread) HQ222158: Cleared up resources for session 34a06632-1f4c-11e4-b8ce-f7a4da65325c
00:32:55,777 WARN [org.hornetq.jms.server] (Thread-4 (HornetQ-client-global-threads-754027464)) HQ122017: Notified of connection failure in xa recovery connectionFactory for provider ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=24461b8a-1f01-11e4-b8ce-f7a4da65325c, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], connectorConfig=TransportConfiguration(name=24461b8a-1f01-11e4-b8ce-f7a4da65325c, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0, backupConfig=null] will attempt reconnect on next pass: HornetQException[errorType=NOT_CONNECTED message=HQ119025: Channel disconnected]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connectionDestroyed(ClientSessionFactoryImpl.java:418) [hornetq-core-client-2.3.0.CR1.jar:]
at org.hornetq.core.remoting.impl.invm.InVMConnector$Listener$1.run(InVMConnector.java:214) [hornetq-server-2.3.0.CR1.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:106) [hornetq-core-client-2.3.0.CR1.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_60]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_60]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_60]
It is a JBoss 7.2.0 running standalone-full.xml. My application does not use JMS at the moment. The application does not seem to be effected by this, but we plan to use JMS. Java is 1.7.0_60 running on Linux (Linux pha0ss03 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux). On Startup the log says:
11:21:51,903 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221001: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messagingjournal,bindingsDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messagingbindings,largeMessagesDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messaginglargemessages,pagingDirectory=/appl/jboss-as-7.2.0.Final/standalone/data/messagingpaging)
11:21:51,912 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221008: Waiting to obtain live lock
11:21:52,024 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221017: Using NIO Journal
11:21:52,317 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221039: Waiting to obtain live lock
11:21:52,318 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221040: Live Server Obtained live lock
11:21:54,198 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 192.168.220.17:5445 for CORE protocol
11:21:54,217 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 192.168.220.17:5455 for CORE protocol
11:21:54,245 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221009: Server is now live
11:21:54,246 INFO [org.hornetq.core.server] (MSC service thread 1-2) HQ221003: HornetQ Server version 2.3.0.CR1 (buzzzzz!, 122) [233560e5-1d74-11e4-b4ef-dde66b111f7e]
11:21:57,806 INFO [org.hornetq.ra] (MSC service thread 1-4) HornetQ resource adaptor started
11:21:57,815 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-4) IJ020002: Deployed: file://RaActivatorhornetq-ra
According to http://docs.jboss.org/hornetq/2.2.2.Final/user-manual/en/html/client-reconnection.html I added
retry-interval1000/retry-interval
retry-interval-multiplier1.5/retry-interval-multiplier
max-retry-interval60000/max-retry-interval
reconnect-attempts1000/reconnect-attempts
to standalone-full.xml (connection-factory name="InVmConnectionFactory", connection-factory name="RemoteConnectionFactory" and pooled-connection-factory name="hornetq-ra") but it has no effect.
Any suggestions what this is or how to avoid it?
-
RELEVANCY SCORE 2.98
DB:2.98:Problem When Starting Hornetq With Big Journal 79
Using: hornetQ CR2Default configurations for the stand-alone/non-clustered server.
DB:2.98:Problem When Starting Hornetq With Big Journal 79
Thank you!Adding these tags solved the problem:
max-size-bytes104857600/max-size-bytes
address-full-policyPAGE/address-full-policy
As the page-size-bytes is included in the default configuration (hornetq-configuration.xml), I thought Paging was enabled by default.
-
RELEVANCY SCORE 2.97
DB:2.97:Where We Create Queue In Hornetq xp
hi all,am new to hornetQ,plz help me to know how to create and where to create queue in hornetQ...DB:2.97:Where We Create Queue In Hornetq xp
http://docs.jboss.org/hornetq/2.2.5.Final/user-manual/en/html_single/index.html -
RELEVANCY SCORE 2.93
DB:2.93:Att Server Latency jd
May i suggest that ATT get off their butts and do something about the lag on their servers , it is unusable, and 100% ploss should be enuff to get any isp moving to keep customers happyComputing statistics for 300 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 mike-PC []
0/ 100 = 0% |
1 0ms 0/ 100 = 0% 0/ 100 = 0%
2/ 100 = 2% |
2 12ms 2/ 100 = 2% 0/ 100 = 0%
0/ 100 = 0% |
3 16ms 2/ 100 = 2% 0/ 100 = 0%
0/ 100 = 0% |
4 16ms 2/ 100 = 2% 0/ 100 = 0%
0/ 100 = 0% |
5 32ms 2/ 100 = 2% 0/ 100 = 0%
1/ 100 = 1% |
6 37ms 3/ 100 = 3% 0/ 100 = 0%
97/ 100 = 97% |
7 --- 100/ 100 =100% 0/ 100 = 0% cr81.st0wa.ip.att.net [12.122.82.254]
0/ 100 = 0% |
8 --- 100/ 100 =100% 0/ 100 = 0% cr2.st6wa.ip.att.net [12.122.5.198]
0/ 100 = 0% |
9 --- 100/ 100 =100% 0/ 100 = 0% cr2.cgcil.ip.att.net [12.122.31.129]
0/ 100 = 0% |
10 --- 100/ 100 =100% 0/ 100 = 0% gar6.ipsin.ip.att.net [12.122.132.241]
0/ 100 = 0% |
11 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.18
0/ 100 = 0% |
12 --- 100/ 100 =100% 0/ 100 = 0% 63.240.130.202DB:2.93:Att Server Latency jd
100% packet loss of ICMP packets whose TTL has expired doesn't bother me, not sure why it bothers you (except that you don't understand how the tool works and what it tells you). Did you ever wonder how it could be mapping the route (i.e. telling you the hop addresses) if no packets were coming back?Do you have statistics showing actual packet loss on real data packets?
-
RELEVANCY SCORE 2.91
DB:2.91:Diablo 3 Packet Loss On Last Comcast Hop To Att xk
I was just given a new router/modem combo after my old modem was shut off due to being out of life cycle. Now I am unable to play Diablo 3.After looking at my pathping I have almost 50% packet loss on the last comcast hop. This needs to be fixed
Tracing route to 12.129.209.68 over a maximum of 30 hops0 bpoch73.home.network [10.0.0.3]1 10.0.0.12 98.204.41.13 xe-0-2-2-32767-sur01.frederick.md.bad.comcast.net [68.85.112.237]4 68.85.115.2505 so-22-1-0-0-ar04.capitolhghts.md.bad.comcast.net [68.85.133.21]6 he-5-5-0-0-11-cr01.ashburn.va.ibone.comcast.net [68.86.88.57]7 * pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142]8 192.205.37.339 cr2.wswdc.ip.att.net [12.122.134.186]10 cr1.cgcil.ip.att.net [12.122.18.21]11 cr1.cgcil.ip.att.net [12.122.2.53]12 cr2.dvmco.ip.att.net [12.122.31.85]13 cr2.la2ca.ip.att.net [12.122.30.30]14 cr2.la2ca.ip.att.net [12.122.30.30]15 12-122-254-230.attens.net [12.122.254.230]16 mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246]17 12.129.209.68Computing statistics for 425 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 bpoch73.home.network [10.0.0.3]0/ 100 = 0% |1 69ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.10/ 100 = 0% |2 68ms 0/ 100 = 0% 0/ 100 = 0% 98.204.41.10/ 100 = 0% |3 59ms 0/ 100 = 0% 0/ 100 = 0% xe-0-2-2-32767-sur01.frederick.md.bad.comcast.net [68.85.112.237]0/ 100 = 0% |4 64ms 0/ 100 = 0% 0/ 100 = 0% 68.85.115.2500/ 100 = 0% |5 53ms 0/ 100 = 0% 0/ 100 = 0% so-22-1-0-0-ar04.capitolhghts.md.bad.comcast.net [68.85.133.21]0/ 100 = 0% |6 43ms 0/ 100 = 0% 0/ 100 = 0% he-5-5-0-0-11-cr01.ashburn.va.ibone.comcast.net [68.86.88.57]0/ 100 = 0% |7 64ms 0/ 100 = 0% 0/ 100 = 0% pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142]48/ 100 = 48% |8 85ms 48/ 100 = 48% 0/ 100 = 0% 192.205.37.330/ 100 = 0% |9 --- 100/ 100 =100% 52/ 100 = 52% cr2.wswdc.ip.att.net [12.122.134.186]0/ 100 = 0% |10 --- 100/ 100 =100% 52/ 100 = 52% cr1.cgcil.ip.att.net [12.122.18.21]0/ 100 = 0% |11 --- 100/ 100 =100% 52/ 100 = 52% cr1.cgcil.ip.att.net [12.122.2.53]0/ 100 = 0% |12 --- 100/ 100 =100% 52/ 100 = 52% cr2.dvmco.ip.att.net [12.122.31.85]0/ 100 = 0% |13 --- 100/ 100 =100% 52/ 100 = 52% cr2.la2ca.ip.att.net [12.122.30.30]0/ 100 = 0% |14 --- 100/ 100 =100% 52/ 100 = 52% cr2.la2ca.ip.att.net [12.122.30.30]0/ 100 = 0% |15 --- 100/ 100 =100% 52/ 100 = 52% 12-122-254-230.attens.net [12.122.254.230]0/ 100 = 0% |16 --- 100/ 100 =100% 52/ 100 = 52% mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246]0/ 100 = 0% |17 107ms 48/ 100 = 48% 0/ 100 = 0% 12.129.209.68
DB:2.91:Diablo 3 Packet Loss On Last Comcast Hop To Att xk
Model: TC8305CeMTA DOCSIS Software Version: 01.E6.10.09Here is my latest pathping from today. No packet drops from comcast but 47% dropping on 192.205.37.33Tracing route to 12.129.209.68 over a maximum of 30 hops 0 bpoch73.home.network [10.0.0.3] 1 10.0.0.1 2 98.204.41.1 3 xe-0-2-2-32767-sur01.frederick.md.bad.comcast.net [68.85.112.237] 4 68.85.115.250 5 so-7-1-0-0-ar04.capitolhghts.md.bad.comcast.net [69.139.175.121] 6 he-5-2-0-0-10-cr01.ashburn.va.ibone.comcast.net [68.86.90.241] 7 pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142] 8 192.205.37.33 9 cr1.n54ny.ip.att.net [12.122.131.86]10 cr2.cgcil.ip.att.net [12.122.1.2]11 cr2.dvmco.ip.att.net [12.122.31.85]12 cr1.slkut.ip.att.net [12.122.30.25]13 cr1.slkut.ip.att.net [12.122.30.25]14 cr2.la2ca.ip.att.net [12.122.30.30]15 12-122-254-230.attens.net [12.122.254.230]16 mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246]17 mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246]18 12.129.209.68Computing statistics for 450 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 bpoch73.home.network [10.0.0.3] 0/ 100 = 0% | 1 19ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.1 0/ 100 = 0% | 2 25ms 0/ 100 = 0% 0/ 100 = 0% 98.204.41.1 0/ 100 = 0% | 3 24ms 0/ 100 = 0% 0/ 100 = 0% xe-0-2-2-32767-sur01.frederick.md.bad.comcast.net [68.85.112.237] 0/ 100 = 0% | 4 39ms 0/ 100 = 0% 0/ 100 = 0% 68.85.115.250 0/ 100 = 0% | 5 51ms 0/ 100 = 0% 0/ 100 = 0% so-7-1-0-0-ar04.capitolhghts.md.bad.comcast.net [69.139.175.121] 0/ 100 = 0% | 6 43ms 0/ 100 = 0% 0/ 100 = 0% he-5-2-0-0-10-cr01.ashburn.va.ibone.comcast.net [68.86.90.241] 0/ 100 = 0% | 7 40ms 0/ 100 = 0% 0/ 100 = 0% pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142] 0/ 100 = 0% | 8 22ms 47/ 100 = 47% 47/ 100 = 47% 192.205.37.33 0/ 100 = 0% | 9 --- 100/ 100 =100% 100/ 100 =100% cr1.n54ny.ip.att.net [12.122.131.86] 0/ 100 = 0% |10 --- 100/ 100 =100% 100/ 100 =100% cr2.cgcil.ip.att.net [12.122.1.2] 0/ 100 = 0% |11 --- 100/ 100 =100% 100/ 100 =100% cr2.dvmco.ip.att.net [12.122.31.85] 0/ 100 = 0% |12 --- 100/ 100 =100% 100/ 100 =100% cr1.slkut.ip.att.net [12.122.30.25] 0/ 100 = 0% |13 --- 100/ 100 =100% 100/ 100 =100% cr1.slkut.ip.att.net [12.122.30.25] 0/ 100 = 0% |14 --- 100/ 100 =100% 100/ 100 =100% cr2.la2ca.ip.att.net [12.122.30.30] 0/ 100 = 0% |15 --- 100/ 100 =100% 100/ 100 =100% 12-122-254-230.attens.net [12.122.254.230] 0/ 100 = 0% |16 --- 100/ 100 =100% 100/ 100 =100% mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246] 0/ 100 = 0% |17 --- 100/ 100 =100% 100/ 100 =100% mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246] 0/ 100 = 0% |18 86ms 0/ 100 = 0% 0/ 100 = 0% 12.129.209.68
-
RELEVANCY SCORE 2.90
DB:2.90:Hornetqexception[Errortype=Not_Connected Message=Hq119007: Cannot Connect To Server(S). Tried With All Available Servers.] xx
Hi,I have deployed my ear file to JBOSS EAP6.1.0 and its keep on displaying below messages when it is deploying the application during server startup:
18:31:02,643 DEBUG [org.jboss.jca.core.connectionmanager.pool.idle.IdleRemover] (IdleRemover) Notifying pools, interval: 900000
18:31:09,842 DEBUG [org.hornetq.jms.server] (Periodic Recovery)
=======================================================================================
18:31:09,842 DEBUG [org.hornetq.jms.server] (Periodic Recovery) Returning the following list on getXAREsources:
18:31:09,842 DEBUG [org.hornetq.jms.server] (Periodic Recovery) server-id=db477be3-3480-11e3-9342-d95fe1a33a96, value=HornetQXAResourceWrapper [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], csf=ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], connectorConfig=TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0, backupConfig=null], delegate=DelegatingSession [session=ClientSessionImpl [name=84ced507-4acf-11e3-9fb2-77b3d6c2a3a5, username=null, closed=false, factory = ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], connectorConfig=TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0, backupConfig=null], metaData=()]@4b4e58aa], xaRecoveryConfigs=[XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryConfiguration = null, username=null, password=null]], instance=1750462900]
18:31:09,842 DEBUG [org.hornetq.jms.server] (Periodic Recovery) =======================================================================================
18:31:09,842 DEBUG [org.jboss.ejb.client.txn] (Periodic Recovery) Send recover request for transaction origin node identifier 1 to EJB receiver with node name j1009001win7lt
18:31:09,842 DEBUG [org.hornetq.jms.server] (Periodic Recovery) looking for recover at DelegatingSession [session=ClientSessionImpl [name=84ced507-4acf-11e3-9fb2-77b3d6c2a3a5, username=null, closed=false, factory = ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], connectorConfig=TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0, backupConfig=null], metaData=()]@4b4e58aa] configuration [XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryConfiguration = null, username=null, password=null]]
18:31:19,844 DEBUG [org.hornetq.jms.server] (Periodic Recovery) looking for recover at DelegatingSession [session=ClientSessionImpl [name=84ced507-4acf-11e3-9fb2-77b3d6c2a3a5, username=null, closed=false, factory = ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], connectorConfig=TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0, backupConfig=null], metaData=()]@4b4e58aa] configuration [XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryConfiguration = null, username=null, password=null]]
18:31:19,844 DEBUG [org.jboss.ejb.client.txn] (Periodic Recovery) Send recover request for transaction origin node identifier 1 to EJB receiver with node name j1009001win7lt
18:31:59,609 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1384174919609 sessioncount 0
18:31:59,609 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0
18:31:59,609 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1384174919609 sessioncount 0
18:31:59,609 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0
As it is continuing for more than 15 minutes, i stopped tha application server and below is the error:
18:32:14,641 INFO [org.apache.catalina.core] (MSC service thread 1-6) JBWEB001079: Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
18:32:14,661 WARN [org.jboss.remoting.remote] (Remoting "j1009001win7lt:MANAGEMENT" read-1) JBREM000205: Failed to accept a connection: java.nio.channels.ClosedChannelException
18:32:14,801 INFO [org.hornetq.core.server] (MSC service thread 1-6) HQ221002: HornetQ Server version 2.3.1.Final (Wild Hornet, 123) [db477be3-3480-11e3-9342-d95fe1a33a96] stopped
18:32:14,961 DEBUG [org.jboss.as.connector.deployment.registry] (MSC service thread 1-7) Stopping service service jboss.jdbc-driver.registry
18:32:14,961 DEBUG [org.jboss.as.connector.logging] (MSC service thread 1-3) stopped ManagementRepositoryService service jboss.management_repository
18:32:59,616 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1384174979616 sessioncount 0
18:32:59,616 DEBUG [org.apache.catalina.session] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0
18:33:29,841 DEBUG [org.hornetq.jms.server] (Periodic Recovery) Trying to connect recovery on XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryConfiguration = null, username=null, password=null] of [XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryConfiguration = null, username=null, password=null]]
18:33:29,841 DEBUG [org.hornetq.core.client] (Periodic Recovery) Trying to connect with connector = org.hornetq.core.remoting.impl.invm.InVMConnectorFactory@313c836, parameters = {server-id=0} connector = null
18:33:29,841 DEBUG [org.hornetq.core.client] (Periodic Recovery) Trying to connect towards ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryGroupConfiguration=null], connectorConfig=TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0, backupConfig=null]
18:33:29,841 WARN [org.hornetq.jms.server] (Periodic Recovery) HQ122015: Can not connect to XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryConfiguration = null, username=null, password=null] on auto-generated resource recovery: HornetQException[errorType=NOT_CONNECTED message=HQ119007: Cannot connect to server(s). Tried with all available servers.]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:852) [hornetq-core-client-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.connect(HornetQXAResourceWrapper.java:378) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.getDelegate(HornetQXAResourceWrapper.java:287) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.recover(HornetQXAResourceWrapper.java:75) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.xaRecoverySecondPass(XARecoveryModule.java:695) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.bottomUpRecovery(XARecoveryModule.java:419) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.periodicWorkSecondPass(XARecoveryModule.java:194) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:789) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:371) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
18:33:29,841 DEBUG [org.hornetq.jms.server] (Periodic Recovery) HQ119007: Cannot connect to server(s). Tried with all available servers.: HornetQException[errorType=NOT_CONNECTED message=HQ119007: Cannot connect to server(s). Tried with all available servers.]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:852) [hornetq-core-client-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.connect(HornetQXAResourceWrapper.java:378) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.getDelegate(HornetQXAResourceWrapper.java:287) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.recover(HornetQXAResourceWrapper.java:75) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.xaRecoverySecondPass(XARecoveryModule.java:695) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.bottomUpRecovery(XARecoveryModule.java:419) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.periodicWorkSecondPass(XARecoveryModule.java:194) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:789) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:371) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
18:33:29,841 WARN [org.hornetq.jms.server] (Periodic Recovery) HQ122008: XA Recovery can not connect to any hornetq server on recovery [XARecoveryConfig [transportConfiguration = [TransportConfiguration(name=37def18d-4acf-11e3-9fb2-77b3d6c2a3a5, factory=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory) ?server-id=0], discoveryConfiguration = null, username=null, password=null]]
18:33:29,841 DEBUG [org.hornetq.jms.server] (Periodic Recovery) Cannot get connectionFactory XAResource: javax.transaction.xa.XAException: Error trying to connect to any providers for xa recovery
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.getDelegate(HornetQXAResourceWrapper.java:314) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.recover(HornetQXAResourceWrapper.java:75) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.xaRecoverySecondPass(XARecoveryModule.java:695) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.bottomUpRecovery(XARecoveryModule.java:419) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.periodicWorkSecondPass(XARecoveryModule.java:194) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:789) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:371) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
Caused by: HornetQException[errorType=NOT_CONNECTED message=null]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.connect(HornetQXAResourceWrapper.java:427) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.getDelegate(HornetQXAResourceWrapper.java:287) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
... 6 more
18:33:29,861 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016027: Local XARecoveryModule.xaRecovery got XA exception XAException.XAER_RMERR: javax.transaction.xa.XAException: Error trying to connect to any providers for xa recovery
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.getDelegate(HornetQXAResourceWrapper.java:314) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.recover(HornetQXAResourceWrapper.java:75) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.xaRecoverySecondPass(XARecoveryModule.java:695) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.bottomUpRecovery(XARecoveryModule.java:419) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.periodicWorkSecondPass(XARecoveryModule.java:194) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:789) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:371) [jbossjts-jacorb-4.17.4.Final-redhat-2.jar:4.17.4.Final-redhat-2]
Caused by: HornetQException[errorType=NOT_CONNECTED message=null]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.connect(HornetQXAResourceWrapper.java:427) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.jms.server.recovery.HornetQXAResourceWrapper.getDelegate(HornetQXAResourceWrapper.java:287) [hornetq-jms-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
... 6 more
Thanks in advance.
DB:2.90:Hornetqexception[Errortype=Not_Connected Message=Hq119007: Cannot Connect To Server(S). Tried With All Available Servers.] xx
This error code is inside the app_name.failed file not in the server.log file.Also you can also see the full issue in a new thread "Application not getting deployed"
-
RELEVANCY SCORE 2.88
DB:2.88:Hornetq And Springframework Integration Examples cf
Hi,For those who are looking for examples on how to integrate HornetQ and Spring, you may check this out:
http://code.google.com/p/jbosstown/source/browse/#svn/trunk/p/hornetq-spring-examples
This project shows how to bootstrap a HornetQ server using Spring container. And there a couple client examples using Spring. See the README.txt for instructions on how to compile and run it.
Enjoy,
Zemian Deng
DB:2.88:Hornetq And Springframework Integration Examples cf
Now I understand there is an article on warning about using Spring JmsTemplate.http://community.jboss.org/wiki/CanIusetheSpringJMSTemplatewithHornetQ
My comment on this article is that it is true JmsTemplate does provide the simple send/receive method that close out connection every call, but user certain doesn't have to use that to take advantage of JmsTemplate. There are many #execute methods that take callback interfaces that let you have full control on JMS session and connection objects.
See my example usage here:
http://code.google.com/p/jbosstown/source/browse/trunk/p/hornetq-spring-examples/src/main/java/deng/hornetq/spring/examples/client/JmsTemplateExample.java
-Z
-
RELEVANCY SCORE 2.85
DB:2.85:Delete Jboss Data Hornetq Customercount=0 91
jboss in first time has no data directory.so I thik I delete data directory is ok ,but something error happened !
In jmx console ConsumerCount=0 and I send message is stuck in hornetq!
error detail :
2013-04-18 17:13:44,163 [Thread-1 (HornetQ-client-global-threads-1947563029)] DEBUG org.hornetq.core.client.impl.ServerLocatorImpl - NodeUp ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0], discoveryGroupConfiguration=null]::nodeID=304180ef-a808-11e2-b4a3-00145eb916d8, connectorPair=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]
java.lang.Exception: trace
at org.hornetq.core.client.impl.ServerLocatorImpl.notifyNodeUp(ServerLocatorImpl.java:1408)
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$Channel0Handler$2.run(ClientSessionFactoryImpl.java:1539)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
2013-04-18 17:13:44,163 [Thread-1 (HornetQ-client-global-threads-1947563029)] DEBUG org.hornetq.core.client.impl.Topology - Topology@2e712e71::updated currentMember=nodeID=304180ef-a808-11e2-b4a3-00145eb916d8, currentMember=TopologyMember[connector=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]], memberInput=TopologyMember[connector=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]]newMember=TopologyMember[connector=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]]
java.lang.Exception: trace
at org.hornetq.core.client.impl.Topology.updateMember(Topology.java:209)
at org.hornetq.core.client.impl.ServerLocatorImpl.notifyNodeUp(ServerLocatorImpl.java:1413)
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$Channel0Handler$2.run(ClientSessionFactoryImpl.java:1539)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
2013-04-18 17:13:44,163 [WorkManager(2)-1] DEBUG org.hornetq.ra.inflow.HornetQActivation - Using queue connection DelegatingSession [session=ClientSessionImpl [name=44c6ccfa-a808-11e2-b4a3-00145eb916d8, username=null, closed=false, factory = ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0], discoveryGroupConfiguration=null], connectorConfig=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, backupConfig=null], metaData=(resource-adapter=inbound,jms-session=,)]@732f732f]
2013-04-18 17:13:44,164 [Thread-1 (HornetQ-remoting-threads-HornetQServerImpl::serverUUID=304180ef-a808-11e2-b4a3-00145eb916d8-254545708-988822256)] DEBUG org.hornetq.core.protocol.core.ServerSessionPacketHandler - Sending exception to client
HornetQException[errorCode=100 message=Queue jms.queue.CommonParaQueue does not exist]
at org.hornetq.core.server.impl.ServerSessionImpl.createConsumer(ServerSessionImpl.java:339)
at org.hornetq.core.protocol.core.ServerSessionPacketHandler.handlePacket(ServerSessionPacketHandler.java:214)
at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:508)
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:550)
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:511)
at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:520)
at org.hornetq.core.remoting.impl.invm.InVMConnection$1.run(InVMConnection.java:153)
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
DB:2.85:Delete Jboss Data Hornetq Customercount=0 91
jboss in first time has no data directory.so I thik I delete data directory is ok ,but something error happened !
In jmx console ConsumerCount=0 and I send message is stuck in hornetq!
error detail :
2013-04-18 17:13:44,163 [Thread-1 (HornetQ-client-global-threads-1947563029)] DEBUG org.hornetq.core.client.impl.ServerLocatorImpl - NodeUp ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0], discoveryGroupConfiguration=null]::nodeID=304180ef-a808-11e2-b4a3-00145eb916d8, connectorPair=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]
java.lang.Exception: trace
at org.hornetq.core.client.impl.ServerLocatorImpl.notifyNodeUp(ServerLocatorImpl.java:1408)
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$Channel0Handler$2.run(ClientSessionFactoryImpl.java:1539)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
2013-04-18 17:13:44,163 [Thread-1 (HornetQ-client-global-threads-1947563029)] DEBUG org.hornetq.core.client.impl.Topology - Topology@2e712e71::updated currentMember=nodeID=304180ef-a808-11e2-b4a3-00145eb916d8, currentMember=TopologyMember[connector=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]], memberInput=TopologyMember[connector=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]]newMember=TopologyMember[connector=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]]
java.lang.Exception: trace
at org.hornetq.core.client.impl.Topology.updateMember(Topology.java:209)
at org.hornetq.core.client.impl.ServerLocatorImpl.notifyNodeUp(ServerLocatorImpl.java:1413)
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$Channel0Handler$2.run(ClientSessionFactoryImpl.java:1539)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
2013-04-18 17:13:44,163 [WorkManager(2)-1] DEBUG org.hornetq.ra.inflow.HornetQActivation - Using queue connection DelegatingSession [session=ClientSessionImpl [name=44c6ccfa-a808-11e2-b4a3-00145eb916d8, username=null, closed=false, factory = ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0], discoveryGroupConfiguration=null], connectorConfig=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, backupConfig=null], metaData=(resource-adapter=inbound,jms-session=,)]@732f732f]
2013-04-18 17:13:44,164 [Thread-1 (HornetQ-remoting-threads-HornetQServerImpl::serverUUID=304180ef-a808-11e2-b4a3-00145eb916d8-254545708-988822256)] DEBUG org.hornetq.core.protocol.core.ServerSessionPacketHandler - Sending exception to client
HornetQException[errorCode=100 message=Queue jms.queue.CommonParaQueue does not exist]
at org.hornetq.core.server.impl.ServerSessionImpl.createConsumer(ServerSessionImpl.java:339)
at org.hornetq.core.protocol.core.ServerSessionPacketHandler.handlePacket(ServerSessionPacketHandler.java:214)
at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:508)
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:550)
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:511)
at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:520)
at org.hornetq.core.remoting.impl.invm.InVMConnection$1.run(InVMConnection.java:153)
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
-
RELEVANCY SCORE 2.84
DB:2.84:Hornetq Standalone With Tomee... 9f
Hi,we're trying to connect, using hornetq-ra-rar "build example", from our application deployed into a TomEE+ to a standalone HornetQ 2.3.0 but with no successful results... Is there anyone who had tried a similar integration successfully? We'll appreciate very much a support in this way!
We have downloaded and started a HornetQ (2.3.0-Final) standalone instance with no change to configuration files (we're using the default provided configuration); we have done the following changes in our TomEE instance (following the official JBoss and TomEE documentation plus the following post: http://lucamerolla.wordpress.com/2011/06/10/openejb-and-hornetq/):
1 - In hornetq-ra-rar example project (downloaded from the official jboss hornetq web-site) we create a file called service-jar.xml under the path hornetq-ra-rar/src/main/resources/ord/hornetq/ra/ with the following content:
?xml version="1.0" encoding="UTF-8"?
ServiceJar
ServiceProvider
id="HornetQ MDB Container"
service="Container"
types="MESSAGE"
constructor="id, securityService, ResourceAdapter, MessageListenerInterface, ActivationSpecClass, InstanceLimit"
class-name="org.apache.openejb.core.mdb.MdbContainer"
ResourceAdapter HornetQ JMS Resource Adapter
MessageListenerInterface javax.jms.MessageListener
ActivationSpecClass org.hornetq.ra.inflow.HornetQActivationSpec
InstanceLimit 10
/ServiceProvider
ServiceProvider
id="HornetQ JMS Resource Adapter"
service="Resource"
types="HornetQResourceAdapter"
class-name="org.hornetq.ra.HornetQResourceAdapter"
DataSource Default Unmanaged JDBC Database
/ServiceProvider
ServiceProvider
id="HornetQ JMS Connection Factory"
service="Resource"
types="javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.TopicConnectionFactory, QueueConnectionFactory, TopicConnectionFactory"
class-name="org.hornetq.ra.HornetQRAManagedConnectionFactory"
ResourceAdapter HornetQ JMS Resource Adapter
TransactionSupport xa
PoolMaxSize 10
PoolMinSize 0
ConnectionMaxWaitMilliseconds 5000
ConnectionMaxIdleMinutes 15
/ServiceProvider
ServiceProvider
id="Default Queue"
service="Resource"
types="javax.jms.Queue, Queue"
constructor="destination"
class-name="org.hornetq.jms.client.HornetQQueue"
/ServiceProvider
ServiceProvider
id="Default Topic"
service="Resource"
types="javax.jms.Topic, Topic"
constructor="destination"
class-name="org.hornetq.jms.client.HornetQTopic"
/ServiceProvider
/ServiceJar
2 - In hornetq-ra-rar example project (the same of previous point) we changed the content of the file ra.xml as below:
?xml version="1.0" encoding="UTF-8"?
connector xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd"
version="1.5"
descriptionHornetQ 2.0 Resource Adapter/description
display-nameHornetQ 2.0 Resource Adapter/display-name
vendor-nameRed Hat Middleware LLC/vendor-name
eis-typeJMS 1.1 Server/eis-type
resourceadapter-version1.0/resourceadapter-version
license
description
Copyright 2009 Red Hat, Inc.
Red Hat licenses this file to you under the Apache License, version
2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
/description
license-requiredtrue/license-required
/license
resourceadapter
resourceadapter-classorg.hornetq.ra.HornetQResourceAdapter/resourceadapter-class
config-property
description
The transport type. Multiple connectors can be configured by using a comma separated list,
i.e. org.hornetq.core.remoting.impl.invm.InVMConnectorFactory,org.hornetq.core.remoting.impl.invm.InVMConnectorFactory.
/description
config-property-nameConnectorClassName/config-property-name
config-property-typejava.lang.String/config-property-type
config-property-valueorg.hornetq.core.remoting.impl.netty.NettyConnectorFactory/config-property-value
/config-property
config-property
descriptionThe transport configuration. These values must be in the form of key=val;key=val;,
if multiple connectors are used then each set must be separated by a comma i.e. host=host1;port=5445,host=host2;port=5446.
Each set of params maps to the connector classname specified.
/description
config-property-nameConnectionParameters/config-property-name
config-property-typejava.lang.String/config-property-type
config-property-valuehost=127.0.0.1;port=5445/config-property-value
/config-property
outbound-resourceadapter
connection-definition
managedconnectionfactory-classorg.hornetq.ra.HornetQRAManagedConnectionFactory/managedconnectionfactory-class
config-property
descriptionThe default session type/description
config-property-nameSessionDefaultType/config-property-name
config-property-typejava.lang.String/config-property-type
config-property-valuejavax.jms.Queue/config-property-value
/config-property
config-property
descriptionTry to obtain a lock within specified number of seconds; less than or equal to 0 disable this functionality/description
config-property-nameUseTryLock/config-property-name
config-property-typejava.lang.Integer/config-property-type
config-property-value0/config-property-value
/config-property
connectionfactory-interfaceorg.hornetq.ra.HornetQRAConnectionFactory/connectionfactory-interface
connectionfactory-impl-classorg.hornetq.ra.HornetQRAConnectionFactoryImpl/connectionfactory-impl-class
connection-interfacejavax.jms.Session/connection-interface
connection-impl-classorg.hornetq.ra.HornetQRASession/connection-impl-class
/connection-definition
transaction-supportXATransaction/transaction-support
authentication-mechanism
authentication-mechanism-typeBasicPassword/authentication-mechanism-type
credential-interfacejavax.resource.spi.security.PasswordCredential/credential-interface
/authentication-mechanism
reauthentication-supportfalse/reauthentication-support
/outbound-resourceadapter
inbound-resourceadapter
messageadapter
messagelistener
messagelistener-typejavax.jms.MessageListener/messagelistener-type
activationspec
activationspec-classorg.hornetq.ra.inflow.HornetQActivationSpec/activationspec-class
required-config-property
config-property-namedestination/config-property-name
/required-config-property
/activationspec
/messagelistener
/messageadapter
/inbound-resourceadapter
/resourceadapter
/connector
3 - we build with maven hornetq-ra-rar project (it includes the previous two files service-jar.xml and ra.xml) and we put the generated hornetq-rar-2.3.0.Final-sources.jar under TomEE lib folder with the following hornetq jars list:
hornetq-commons-2.3.0.Final.jar
hornetq-core-client-2.3.0.Final.jar
hornetq-jms-client-2.3.0.Final.jar
hornetq-jms-server-2.3.0.Final.jar
hornetq-journal-2.3.0.Final.jar
hornetq-ra-2.3.0.Final.jar
hornetq-rar-2.3.0.Final-sources.jar
hornetq-server-2.3.0.Final.jar
jboss-common-core-2.2.14.GA.jar
jboss-connector-api_1.5_spec-1.0.0.Final.jar
jboss-jms-api_1.1_spec-1.0.0.Final.jar
jbossjts-4.16.4.Final.jar
jboss-logging-3.1.0.GA.jar
jboss-logmanager-1.2.2.GA.jar
jboss-transaction-api_1.1_spec-1.0.0.Final.jar
jboss-transaction-spi-7.0.0.Final.jar
jgroups-3.2.5.Final.jar
jnpserver-5.0.3.GA.jar
netty-3.6.2.Final.jarhornetq-commons-2.3.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/hornetq-core-client-2.3.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/hornetq-jms-client-2.3.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/hornetq-jms-server-2.3.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/hornetq-journal-2.3.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/hornetq-ra-2.3.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/hornetq-rar-2.3.0.Final-sources.jar
/home/evilla/data/products/tomEE/hornetqlib/hornetq-server-2.3.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/jboss-common-core-2.2.14.GA.jar
/home/evilla/data/products/tomEE/hornetqlib/jboss-connector-api_1.5_spec-1.0.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/jboss-jms-api_1.1_spec-1.0.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/jbossjts-4.16.4.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/jboss-logging-3.1.0.GA.jar
/home/evilla/data/products/tomEE/hornetqlib/jboss-logmanager-1.2.2.GA.jar
/home/evilla/data/products/tomEE/hornetqlib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/jboss-transaction-spi-7.0.0.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/jgroups-3.2.5.Final.jar
/home/evilla/data/products/tomEE/hornetqlib/jnpserver-5.0.3.GA.jar
/home/evilla/data/products/tomEE/hornetqlib/netty-3.6.2.Final.jar
4 - We changed our tomee.xml in this way:
?xml version="1.0" encoding="UTF-8"?
tomee
Container id="SmsJmsMdbContainer" type="MESSAGE" provider="org.hornetq.ra#HornetQ MDB Container"
ResourceAdapter SmsJmsResourceAdapter
MessageListenerInterface javax.jms.MessageListener
ActivationSpecClass org.hornetq.ra.inflow.HornetQActivationSpec
InstanceLimit 10
/Container
Resource id="SmsJmsResourceAdapter" type="HornetQResourceAdapter" provider="org.hornetq.ra#HornetQ JMS Resource Adapter"
DiscoveryAddress 127.0.0.1
DiscoveryPort 5445
/Resource
Resource id="SmsQueue" provider="org.hornetq.ra#Default Queue"
/Resource
Connector id="SmsJmsConnectionFactory" type="javax.jms.ConnectionFactory" provider="org.hornetq.ra#HornetQ JMS Connection Factory"
ResourceAdapter SmsJmsResourceAdapter
TransactionSupport xa
PoolMaxSize 10
PoolMinSize 0
ConnectionMaxWaitMilliseconds 5000
ConnectionMaxIdleMinutes 15
/Connector
/tomee
RESULT:
When we start the application server, we have the following error:
INFO: HQ151001: Attempting to reconnect org.hornetq.ra.inflow.HornetQActivationSpec(ra=org.hornetq.ra.HornetQResourceAdapter@5ab3f4a1 destination=SmsQueue destinationType=javax.jms.Queue ack=Auto-acknowledge durable=false clientID=null user=null maxSession=15)
Aug 21, 2013 10:11:32 AM org.hornetq.ra.inflow.HornetQActivation handleFailure
ERROR: HQ154003: Unable to reconnect org.hornetq.ra.inflow.HornetQActivationSpec(ra=org.hornetq.ra.HornetQResourceAdapter@5ab3f4a1 destination=SmsQueue destinationType=javax.jms.Queue ack=Auto-acknowledge durable=false clientID=null user=null maxSession=15)
HornetQException[errorType=INTERNAL_ERROR message=HQ119004: Failed to initialise session factory]
at org.hornetq.core.client.impl.ServerLocatorImpl.initialise(ServerLocatorImpl.java:393)
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:776)
at org.hornetq.ra.inflow.HornetQActivation.setup(HornetQActivation.java:312)
at org.hornetq.ra.inflow.HornetQActivation.handleFailure(HornetQActivation.java:651)
at org.hornetq.ra.inflow.HornetQActivation$SetupActivation.run(HornetQActivation.java:706)
at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:366)
at org.apache.geronimo.connector.work.pool.NamedRunnable.run(NamedRunnable.java:32)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.net.SocketException: Not a multicast address
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:306)
at org.hornetq.api.core.UDPBroadcastGroupConfiguration$UDPBroadcastEndpoint.openClient(UDPBroadcastGroupConfiguration.java:215)
at org.hornetq.core.cluster.DiscoveryGroup.start(DiscoveryGroup.java:108)
at org.hornetq.core.client.impl.ServerLocatorImpl.initialise(ServerLocatorImpl.java:387)
... 9 more
It seems an error due to the DeliveryAddress specified in tomee.xml during SmsJmsResourceAdapter resource definition... Is there a way to specify an unicast address? I mean an addresss like 127.0.0.1 where we install our standalone HornetQ instance... Or is there a way to use another ResourceAdapter? Or we are wrong with something else?
Thank you to anyone who could reply!
Best regards,
Emanuele.
DB:2.84:Hornetq Standalone With Tomee... 9f
same issue, like i say, try debugging to see what is happening, its hard for me to say.or you could use jboss as 7 or Wildfly
-
RELEVANCY SCORE 2.83
DB:2.83:Org.Springframework.Jms.Invaliddestinationexception: Not A Hornetq Destination:Hornetqqueue[Myqueueone]; Nested Exception Is Javax.Jms.Invaliddestinationexception: Not A Hornetq Destination:Hornetqqueue[Myqueueone] cd
Hello Friends,I am facing one issue in consuming the Hornet Q queue messages in JBOSS 6.1.0 AS.
I have configured the Queue and Connection factory as below in hornetq-jms.xml
!Added for hornetq monitoring
Spring Listener Java Code.
public void onMessage(Message mesg) {
System.out.println("New Message Received");
ObjectMessage msg = (ObjectMessage) mesg;
try {
AuditLogRequest vo = (AuditLogRequest) msg.getObject();
System.out.println("Afetr Object REceived is AuditLog "+vo);
} catch (Throwable e) {
e.printStackTrace();
System.out.println("Error at MyQueueOneListener : "+ e.getMessage());
}
}
}
Now when i populate the Queue with some messages, while the Listner code executes i am getting the below Error.
13:34:45,067 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:285)
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:168)
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:469)
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate.send(JmsTemplate.java:534)
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate.send(JmsTemplate.java:526)
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.jms.queueProducer.MyMessageSender.pushToQueueOne(MyMessageSender.java:35)
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.jms.queueProducer.MyMessageSender$$FastClassByCGLIB$$610be92c.invoke()
13:34:45,069 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.proceedAndlogMessage(LoggerAspect.java:265)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.profile(LoggerAspect.java:152)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.GeneratedMethodAccessor341.invoke(Unknown Source)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
13:34:45,070 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.lang.reflect.Method.invoke(Method.java:597)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621)
13:34:45,071 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.jms.queueProducer.MyMessageSender$$EnhancerByCGLIB$$9b389579.pushToQueueOne()
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.core.business.CandidateServiceImpl.addCandidate(CandidateServiceImpl.java:537)
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.core.business.CandidateServiceImpl$$FastClassByCGLIB$$efbf148c.invoke()
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688)
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
13:34:45,072 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.proceedAndlogMessage(LoggerAspect.java:265)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.profileService(LoggerAspect.java:71)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.lang.reflect.Method.invoke(Method.java:597)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
13:34:45,073 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.proceedAndlogMessage(LoggerAspect.java:265)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.common.logging.LoggerAspect.profile(LoggerAspect.java:152)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.GeneratedMethodAccessor341.invoke(Unknown Source)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.lang.reflect.Method.invoke(Method.java:597)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
13:34:45,074 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.core.business.CandidateServiceImpl$$EnhancerByCGLIB$$e1898694.addCandidate()
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at com.apple.ist.hr.merlin.rsvp.webservice.soap.RSVPService.addCandidate(RSVPService.java:171)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:34:45,075 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.lang.reflect.Method.invoke(Method.java:597)
13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.wsf.common.invocation.AbstractInvocationHandlerJSE.invoke(AbstractInvocationHandlerJSE.java:102)
13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.wsf.stack.cxf.AbstractInvoker._invokeInternal(AbstractInvoker.java:164)
13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.wsf.stack.cxf.AbstractInvoker.invoke(AbstractInvoker.java:112)
13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
13:34:45,076 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:255)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:113)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:97)
13:34:45,077 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:461)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:172)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:57)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.wsf.stack.cxf.transport.ServletHelper.callRequestHandler(ServletHelper.java:156)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.wsf.stack.cxf.CXFNonSpringServletExt.invoke(CXFNonSpringServletExt.java:90)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
13:34:45,078 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:344)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:110)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:98)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,079 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:95)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:79)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:55)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:36)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,080 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:178)
13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:91)
13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:188)
13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:106)
13:34:45,081 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:356)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:150)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
13:34:45,082 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:159)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
13:34:45,083 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)
13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)
13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
13:34:45,084 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at java.lang.Thread.run(Thread.java:680)
13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] Caused by: javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]
13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.hornetq.jms.client.HornetQSession.createProducer(HornetQSession.java:324)
13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate.doCreateProducer(JmsTemplate.java:971)
13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate.createProducer(JmsTemplate.java:952)
13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate.doSend(JmsTemplate.java:563)
13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate$3.doInJms(JmsTemplate.java:536)
13:34:45,085 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:466)
13:34:45,086 ERROR org.springframework.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne]; nested exception is javax.jms.InvalidDestinationException: Not a HornetQ Destination:HornetQQueue[myQueueOne] ... 127 more
I am not able to figure out if i have to mention in Jndi look up expected-type="javax.jms.Queue" as HornetQ type of Queue.
Could some help me out to fix this issue. or let me know the work around.
I have attached the Configuration files for Spring and Hornet Q and Jndi Lookup along with post
Any help in this regard will be heartily appreciated.
Thanks in Advance,
Pradeep Alabe
DB:2.83:Org.Springframework.Jms.Invaliddestinationexception: Not A Hornetq Destination:Hornetqqueue[Myqueueone]; Nested Exception Is Javax.Jms.Invaliddestinationexception: Not A Hornetq Destination:Hornetqqueue[Myqueueone] cd
This is a Spring issue not HornetQ, however from what little Spring knowledge i do have i think you have to create some sort of custom destination lookup object, your best bet is the spring forums or docs -
RELEVANCY SCORE 2.83
DB:2.83:Problem To Integrate Hornetq2.3.0beta To Jboss 6.1.0 Final d9
Hi,I am trying to replce the embedded Hornetq 2.2.5Final in JBoss 6.1.0Final by the latest version Hornetq 2.3.0 Beta, following the description as follows:
https://community.jboss.org/message/616616?tstart=0#616616
But after the integration, I got lots of exception while starting JBoss, such as:
17:04:18,165 ERROR [AbstractKernelController] Error installing to PreInstall: name=HornetQDestinationCreator$factory#2 state=Real: java.lang.NoClassDefFoundError: org/hornetq/core/server/HornetQComponent
at java.lang.ClassLoader.defineClass1(Native Method) [:1.6.0_20]
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) [:1.6.0_20]
at java.lang.ClassLoader.defineClass(ClassLoader.java:616) [:1.6.0_20]
at org.jboss.classloader.spi.base.BaseClassLoader.access$200(BaseClassLoader.java:52) [jboss-classloader.jar:2.2.1.GA]
at org.jboss.classloader.spi.base.BaseClassLoader$2.run(BaseClassLoader.java:650) [jboss-classloader.jar:2.2.1.GA]
at org.jboss.classloader.spi.base.BaseClassLoader$2.run(BaseClassLoader.java:609) [jboss-classloader.jar:2.2.1.GA]
at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_20]
at org.jboss.classloader.spi.base.BaseClassLoader.loadClassLocally(BaseClassLoader.java:608) [jboss
I have checked in the hornetq-core.jar and indeed the HornetQComponent.class file seems to be exist in Hornetq 2.2.5Final, but not in Hornetq 2.3.0 Beta any more.
Is that means, version Hornetq 2.3.0 Beta could not the integration with JBoss 6.1.0 Final? Is there a list, indicating which version of Hornetq is able to be integrated with which version of EAP? Thanks!
DB:2.83:Problem To Integrate Hornetq2.3.0beta To Jboss 6.1.0 Final d9
We are not going to support JBoss 5 or 6 on HornetQ 2.3... that will be towards JBoss7.Someone could off course add the integration bits.. and we would help anyone doing the work... but we are not doing it ourselves. (Not now at least).
-
RELEVANCY SCORE 2.82
DB:2.82:Jboss 5.0 To 6.1 Migration Issue - Invalid Filter Npe 8s
Hi All,We are new to Jboss 6.1. we have migrated product from 5.0 to 6.1(hornetq 2.3.1).
We have create a simple JMS queue and trying to send message to queue. while sending we are getting below exception and message is not delivered.
We do not need any filter and we havent configured any filter also, Its default configuration.. but still we are getting same issue.
12:46:15,132 ERROR [org.hornetq.core.server] (Thread-2 (HornetQ-remoting-threads-HornetQServerImpl::serverUUID=de87faf3-6c94-11e3-8516-0fb9c918b0f7-12804443-19703023)) HQ224006: Invalid filter: netty: java.lang.NullPointerException
at org.hornetq.core.filter.impl.FilterImpl.match(FilterImpl.java:152) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.postoffice.impl.BindingsImpl.getNextBinding(BindingsImpl.java:366) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.postoffice.impl.BindingsImpl.route(BindingsImpl.java:299) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:633) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:593) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.server.impl.ServerSessionImpl.doSend(ServerSessionImpl.java:1590) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1278) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.protocol.core.ServerSessionPacketHandler.handlePacket(ServerSessionPacketHandler.java:445) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:631) [hornetq-core-client-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:547) [hornetq-core-client-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:523) [hornetq-core-client-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:564) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.core.remoting.impl.invm.InVMConnection$1.run(InVMConnection.java:160) [hornetq-server-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:106) [hornetq-core-client-2.3.1.Final-redhat-1.jar:2.3.1.Final-redhat-1]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_14]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_14]
at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_14]
DB:2.82:Jboss 5.0 To 6.1 Migration Issue - Invalid Filter Npe 8s
its hard to say as i dont know what the issue could have been, clearing those files is ok to do tho remember thatt he journal is where messages are kept so should never be done in production -
RELEVANCY SCORE 2.81
DB:2.81:Internet Woes sx
Hi-- I've recently run into trouble with Comcast's internet. It runs fine, but then starts to cascade into packet losses as it jumps through comcast. My pathping:Tracing route to 12.129.209.68 over a maximum of 30 hops 0 Matt-PC.hsd1.pa.comcast.net. [192.168.1.110] 1 192.168.1.1 2 174.55.144.1 3 * te-0-0-0-2-sur01.york.pa.pitt.comcast.net [68.85.43.225] 4 te-0-12-0-2-ar03.lowerpaxton.pa.pitt.comcast.net [69.139.194.57] 5 be-2-ar03.pittsburgh.pa.pitt.comcast.net [68.85.75.125] 6 he-4-14-0-0-cr01.newyork.ny.ibone.comcast.net [68.86.94.185] 7 pos-1-1-0-0-pe01.111eighthave.ny.ibone.comcast.net [68.86.86.46] 8 * * 192.205.37.33 9 * cr1.n54ny.ip.att.net [12.122.131.86]10 cr2.cgcil.ip.att.net [12.122.1.2]11 * * cr1.cgcil.ip.att.net [12.122.2.53]12 cr2.dvmco.ip.att.net [12.122.31.85]13 cr1.slkut.ip.att.net [12.122.30.25]14 * * *Computing statistics for 325 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 Matt-PC.hsd1.pa.comcast.net. [192.168.1.110] 0/ 100 = 0% | 1 3ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.1 42/ 100 = 42% | 2 968ms 53/ 100 = 53% 11/ 100 = 11% 174.55.144.1 0/ 100 = 0% | 3 771ms 42/ 100 = 42% 0/ 100 = 0% te-0-0-0-2-sur01.york.pa.pitt.comcast.net [68.85.43.225] 0/ 100 = 0% | 4 1092ms 46/ 100 = 46% 4/ 100 = 4% te-0-12-0-2-ar03.lowerpaxton.pa.pitt.comcast.net [69.139.194.57] 0/ 100 = 0% | 5 1011ms 42/ 100 = 42% 0/ 100 = 0% be-2-ar03.pittsburgh.pa.pitt.comcast.net [68.85.75.125] 4/ 100 = 4% | 6 901ms 47/ 100 = 47% 1/ 100 = 1% he-4-14-0-0-cr01.newyork.ny.ibone.comcast.net [68.86.94.185] 0/ 100 = 0% | 7 848ms 46/ 100 = 46% 0/ 100 = 0% pos-1-1-0-0-pe01.111eighthave.ny.ibone.comcast.net [68.86.86.46] 13/ 100 = 13% | 8 918ms 59/ 100 = 59% 0/ 100 = 0% 192.205.37.33 41/ 100 = 41% | 9 --- 100/ 100 =100% 0/ 100 = 0% cr1.n54ny.ip.att.net [12.122.131.86] 0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr2.cgcil.ip.att.net [12.122.1.2] 0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr1.cgcil.ip.att.net [12.122.2.53] 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr2.dvmco.ip.att.net [12.122.31.85] 0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr1.slkut.ip.att.net [12.122.30.25]Trace complete.
DB:2.81:Internet Woes sx
FWIW, a latency problem appears to start between their modem / router and the CMTS at the headend. -
RELEVANCY SCORE 2.81
DB:2.81:Using Weld To Inject New Jms 2 Api jf
Hi,I'm adding support for JMS 2.0 in WildFly and one of its new features is an injectable JMSContext object[1].
I'm following the Weld documentation to provide a portable extension[2] to HornetQ so that its JMSContext can be injected.
However this fails because the call
final AnnotatedTypeJMSContext at = bm.createAnnotatedType(JMSContext.class);
final InjectionTargetJMSContext it = bm.createInjectionTarget(at);throws an exception:
org.jboss.weld.exceptions.DefinitionException: WELD-001508 Cannot create an InjectionTarget from public abstract interface class javax.jms.JMSContext as it is an interface
at org.jboss.weld.manager.SimpleInjectionTarget.lt;initgt;(SimpleInjectionTarget.java:65)
at org.jboss.weld.manager.BeanManagerImpl.createInjectionTarget(BeanManagerImpl.java:922)
at org.hornetq.jms.cdi.HornetQCDIExtension.afterBeanDiscovery(HornetQCDIExtension.java:55
...
I tried using a producer method[3] to create a HornetQJMSContext (the HornetQ implementation of the JMSContext interface) but that does not seem to be picked up.
I'm sure I am missing something pretty obvious but how can I chose the HornetQ implemenation of JMSContext when I create a injection target for the JMSContext interface? Should I use alternatives for that (I'm not sure to understand how they'd help)?
Any links to the right section to RTFM would be helpful
thanks,
jeff
[1] https://github.com/jmesnil/wildfly/blob/WFLY-509_JMS_2.0_support/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/messaging/jms/SimplifiedJMSClientTestCase.java#L65
[2] https://github.com/jmesnil/hornetq/blob/JMS_2.0_API/hornetq-jms-cdi/src/main/java/org/hornetq/jms/cdi/HornetQCDIExtension.java#L51
[3] https://github.com/jmesnil/hornetq/blob/JMS_2.0_API/hornetq-jms-cdi/src/main/java/org/hornetq/jms/cdi/JMSContextGenerator.java#L37
DB:2.81:Using Weld To Inject New Jms 2 Api jf
I struggled here with a similar issue in AS7 (we use Seam3 externally, not in JARs). Can the messaging subsystem be automatically added if the container sees @Inject JMSContext or similar? -
RELEVANCY SCORE 2.80
DB:2.80:Run Hornetq In Eclipse With Stomp Acceptor xc
Hello,I tried to test the Stomp Acceptor in Eclipse. I have set up a run configuration with
Main class: org.hornetq.integration.bootstrap.HornetQBootstrapServer
Arguments: hornetq-beans.xml
and I have added the Stomp acceptor to the file src/config/stand-alone/non-clustered/hornetq-configuration.xml, I also tried with src/config/trunk/non-clustered/hornetq-configuration.xml but the server starts only with the default acceptor. How can I run HornetQ in Eclipse with Stomp enabled?
Michael
DB:2.80:Run Hornetq In Eclipse With Stomp Acceptor xc
Hi,I will try to use the createServer() code in StompTest.java ()
Michael
-
RELEVANCY SCORE 2.79
DB:2.79:Seam 3 Persistance, Weld, Jboss As 7 And Mysql d1
I have this issue that has been hunting me for than a week and I am seeing any way forward, your help is very urgent. Thanks.The stack trace of the error I am getting is as belowWARN [com.arjuna.ats.arjuna] (http--127.0.0.1-8080-2) ARJUNA12125: TwoPhaseCoordinator.beforeCompletion - failed for SynchronizationImple 0:ffff93d6da20:-37e35404:4f337ea7:91, org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization@113b63b : org.hibernate.MappingException: Unknown entity: java.util.HashMap
at org.hibernate.internal.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:1011) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.util.EntityPrinter.toString(EntityPrinter.java:57) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.util.EntityPrinter.toString(EntityPrinter.java:118) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.event.internal.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:128) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:49) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1084) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.envers.synchronization.AuditProcess.doBeforeTransactionCompletion(AuditProcess.java:156) [hibernate-envers-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.spi.ActionQueue$BeforeTransactionCompletionProcessQueue.beforeTransactionCompletion(ActionQueue.java:556) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.spi.ActionQueue.beforeTransactionCompletion(ActionQueue.java:218) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:514) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl.beforeCompletion(SynchronizationCallbackCoordinatorImpl.java:113) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization.beforeCompletion(RegisteredSynchronization.java:54) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.beforeCompletion(SynchronizationImple.java:97)
at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.beforeCompletion(TwoPhaseCoordinator.java:274)
at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:94)
at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:159)
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1159)
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:119)
at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:61) [seam-transaction-3.1.0.CR1.jar:]
at org.jboss.seam.transaction.DefaultSeamTransaction.commit(DefaultSeamTransaction.java:92) [seam-transaction-3.1.0.CR1.jar:]
at org.jboss.seam.transaction.TransactionServletListener.requestDestroyed(TransactionServletListener.java:56) [seam-transaction-3.1.0.CR1.jar:]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at java.lang.Thread.run(Thread.java:722) [:1.7.0]
09:22:50,799 WARN [org.jboss.seam.transaction.TransactionServletListener] (http--127.0.0.1-8080-2) Error committing the transaction: javax.transaction.RollbackException: Could not commit transaction.
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1171)
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:119)
at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:61) [seam-transaction-3.1.0.CR1.jar:]
at org.jboss.seam.transaction.DefaultSeamTransaction.commit(DefaultSeamTransaction.java:92) [seam-transaction-3.1.0.CR1.jar:]
at org.jboss.seam.transaction.TransactionServletListener.requestDestroyed(TransactionServletListener.java:56) [seam-transaction-3.1.0.CR1.jar:]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
at java.lang.Thread.run(Thread.java:722) [:1.7.0]
Caused by: org.hibernate.MappingException: Unknown entity: java.util.HashMap
at org.hibernate.internal.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:1011) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.util.EntityPrinter.toString(EntityPrinter.java:57) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.util.EntityPrinter.toString(EntityPrinter.java:118) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.event.internal.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:128) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:49) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1084) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.envers.synchronization.AuditProcess.doBeforeTransactionCompletion(AuditProcess.java:156) [hibernate-envers-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.spi.ActionQueue$BeforeTransactionCompletionProcessQueue.beforeTransactionCompletion(ActionQueue.java:556) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.spi.ActionQueue.beforeTransactionCompletion(ActionQueue.java:218) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.internal.SessionImpl.beforeTransactionCompletion(SessionImpl.java:514) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorImpl.beforeCompletion(SynchronizationCallbackCoordinatorImpl.java:113) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization.beforeCompletion(RegisteredSynchronization.java:54) [hibernate-core-4.0.0.CR2.jar:4.0.0.CR2]
at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.beforeCompletion(SynchronizationImple.java:97)
at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.beforeCompletion(TwoPhaseCoordinator.java:274)
at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:94)
at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:159)
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1159)
my source code are:
@Named
@ConversationScoped
@Stateful
public class BranchController implements Serializable {
private @Inject Logger log ;
private static final long serialVersionUID = 1L;
private @Inject TreeController treeController;
private @PersistenceContext EntityManager orderToolDatabase;
private SetBranch rootBranches;
private SetService rootServices;
private Branch branch= new Branch();
public String saveOrUpdate() {
log.info("**********Enetering BranchController/saveOrUpdate()********");
Branch parent = (Branch)treeController.getSelectedUserObject().getTreeNode_();
branch.setParent(parent);
try {
if(branch.getId() == null){
//orderToolDatabase.getTransaction().begin();
orderToolDatabase.persist(branch);
//orderToolDatabase.getTransaction().commit();
//orderToolDatabase.flush();//force to persist
log.debugv("Branch data after commit name: {0}, parent: {1}, shortName: {2}, id: {3}", branch.getName(),parent.getName(), branch.getCodeAbbreviation(), branch.getId());
} else {
orderToolDatabase.merge(branch);
}
} catch (Exception e) {
log.errorv("Exception {0}",e.getMessage());
e.printStackTrace();
}
branch = new Branch();
toggleBranchFormRenderer();
log.info("**********Leaving BranchController/saveOrUpdate()********");
return "/home.xhtml?faces-redirect=true";
}
}
ice:panelPopup xmlns:ice="http://www.icesoft.com/icefaces/component"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ace="http://www.icefaces.org/icefaces/components"
xmlns:f="http://java.sun.com/jsf/core" autoCentre="true"
visible="#{treeController.popupBranchForm}" modal="true" draggable="false" id="branchPanelPopup"
f:facet name="header"
ice:panelGroup
ice:outputText value="New/Edit branch" /
/ice:panelGroup
/f:facet
f:facet name="body"
ice:panelGroup
ice:panelGrid columns="2"
ice:outputLabel value="Name:" for="TxtNameIn"/
ice:inputText value="#{branch.name}" id="TxtNameIn"/
ice:outputLabel value="Parent:" for="TxtParentOut"/
ice:outputText value="#{branch.parent.name}" id="TxtParentOut"/
ice:outputLabel value="Code:" for="TxtCodeIn"/ice:inputText value="#{branch.codeAbbreviation}" id="TxtCodeIn"/
ice:outputLabel value="Service Description type" /ice:outputLabel
ice:selectOneRadio value="#{branch.type}" layout="lineDirection" id="RadioServiceTypeIn"
f:selectItem itemValue="Type I" itemLabel="Type I"/
f:selectItem itemValue="Type II" itemLabel="Type II"/
f:selectItem itemValue="Type III" itemLabel="Type III"/
f:selectItem itemValue="N/A" itemLabel="N/A"/
/ice:selectOneRadio
/ice:panelGrid
ice:commandButton type="submit" value="Save" action="#{branchController.saveOrUpdate}" /
ice:commandButton type="submit" value="close" actionListener="#{treeController.toggleBranchForm}"/
/ice:panelGroup
/f:facet
/ice:panelPopup
DB:2.79:Seam 3 Persistance, Weld, Jboss As 7 And Mysql d1
Hi Tomaz,It was just the datasources subsystem that I have tampered with and it looks like this:
subsystem xmlns="urn:jboss:domain:datasources:1.0"
datasources
datasource jta="true" jndi-name="java:jboss/datasources/notDS" pool-name="notDS" enabled="true" use-java-context="true"
connection-urljdbc:mysql://localhost:3306/not/connection-url
drivercom.mysql/driver
pool
prefillfalse/prefill
use-strict-minfalse/use-strict-min
flush-strategyFailingConnectionOnly/flush-strategy
/pool
security
user-namenot/user-name
passwordnot/password
/security
/datasource
drivers
driver name="com.mysql" module="com.mysql"
xa-datasource-classcom.mysql.jdbc.jdbc2.optional.MysqlXADataSource/xa-datasource-class
/driver
/drivers
/datasources
/subsystem
Moreover my ejb subsystem looks like
subsystem xmlns="urn:jboss:domain:ejb3:1.2"
session-bean
stateless
bean-instance-pool-ref pool-name="slsb-strict-max-pool"/
/stateless
/session-bean
pools
bean-instance-pools
strict-max-pool name="slsb-strict-max-pool" max-pool-size="20" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/
/bean-instance-pools
/pools
/subsystem
Thanks,
Paul.
-
RELEVANCY SCORE 2.79
DB:2.79:Error Building From Trunk: Cannot Run Program "Mvn" xx
Hello,using Windows Vista,
after updating from http://anonsvn.jboss.org/repos/hornetq/trunk and
running build distro,
the build fails with the message
C:\Users\mj\Desktop\Development\HornetQ-2.1\build-maven.xml:152: Execute failed: java.io.IOException: Cannot run program "mvn": CreateProcess error=2
The tools/maven/bin directory is present and contains the mvn binaries. I also have my local Maven directory in the system path, so mvn on command line shows that Maven is available unless the Path environment variable gets lost (cleared).
Is there something I can check regarding the configuration?
--
Michael Justin
C:\Users\mj\Desktop\Development\HornetQ-2.1call build distroBuild script found javac.Using the following ant version from tools\ant:calling tools\ant\bin\ant.bat -versionApache Ant version 1.7.1 compiled on June 27 2008calling tools\ant\bin\ant.bat distro -Dhornetq.run_script=trueBuildfile: build.xml
check.inhibit.downloads:
createthirdparty:
bin-distro:
check.inhibit.downloads:
createthirdparty:
init:
compile-core: [echo] setting netty version 3.2.1.Final-r2319 [copy] Copying 1 file to C:\Users\mj\Desktop\Development\HornetQ-2.1\build\classes\core
jar-core: [jar] Building jar: C:\Users\mj\Desktop\Development\HornetQ-2.1\build\jars\hornetq-core.jar
jar-core-client: [jar] Building jar: C:\Users\mj\Desktop\Development\HornetQ-2.1\build\jars\hornetq-core-client.jar
compile-core-client-java5: [echo] setting netty version 3.2.1.Final-r2319 [copy] Copying 1 file to C:\Users\mj\Desktop\Development\HornetQ-2.1\build\classes\core-client-java5
jar-core-client-java5: [jar] Building jar: C:\Users\mj\Desktop\Development\HornetQ-2.1\build\jars\hornetq-core-client-java5.jar
compile-jms:
jar-jms:
jar-jms-client:
compile-jms-java5:
jar-jms-client-java5:
compile-jboss-integration:
jar-jboss-integration:
compile-jboss-service:
jar-jboss-service:
compile-bootstrap:
jar-bootstrap:
compile-logging:
jar-logging:
compile-ra:
jar-ra: [jar] Building jar: C:\Users\mj\Desktop\Development\HornetQ-2.1\build\jars\hornetq-ra.rar
jar-mc:
jar-jnp-client:
jar-resources:
jar-core-sources:
jar-core-client-sources:
jar-core-client-java5-sources:
jar-jms-sources:
jar-jms-client-sources:
jar-jms-client-java5-sources:
jar-jboss-integration-sources:
jar-jboss-service-sources:
jar-bootstrap-sources:
jar-logging-sources:
jar-ra-sources:
jar-resources-sources:
jar-twitter-integration-sources:
jar-spring-integration-sources:
sources-jar:
compile-twitter-integration:
jar-twitter-integration:
compile-spring-integration:
jar-spring-integration:
jar-rest-init:
upload-local-target:
BUILD FAILEDC:\Users\mj\Desktop\Development\HornetQ-2.1\build.xml:211: The following error occurred while executing this line:C:\Users\mj\Desktop\Development\HornetQ-2.1\build-hornetq.xml:1180: The following error occurred while executing this line:C:\Users\mj\Desktop\Development\HornetQ-2.1\build-maven.xml:152: Execute failed: java.io.IOException: Cannot run program "mvn": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
DB:2.79:Error Building From Trunk: Cannot Run Program "Mvn" xx
The artifacts aren't yet really exists on repository now. So you may need to do mvn install as maven mentions in the error messages. The files you need will be in build/jars directory if your build is fine. -
RELEVANCY SCORE 2.78
DB:2.78:Constant 8-15 Second Drops In Online Games xz
Lynksys E3000firmware 1.0.04 build 6 Dec 6, 2010
I get 5-10 second dropouts in waves pretty randomly. When it happens, I get a couple at a time, and normally have to stop playing out of frustration.
I have a powerline adapter hooked up to my pc to the router. That router has an apple router attached by cat5e running a second wireless network somewhere else in the house.
I've tried DMZing my pc, disconnecting the apple router, nothing seems to be fixing it.
Here are 3 pathpings while my computer is in DMZ, so the router shouldnt be messing with my DHCP (right?). The first one shows it while i was disconnected twice in less than a minute
think this is on my end or my ISP?
Tracing route to 63.240.104.93 over a maximum of 30 hops
0 NicksCustom.sd.cox.net [192.168.1.142]
1 CISCO00506 [192.168.1.1]
2 10.6.144.1
3 68.6.13.2
4 ip68-4-11-95.oc.oc.cox.net [68.4.11.95]
5 ip68-4-11-94.oc.oc.cox.net [68.4.11.94]
6 langbprj01-ae1.rd.la.cox.net [68.1.1.13]
7 xe-5-0-0.edge2.LosAngeles9.Level3.net [4.53.230.81]
8 vlan80.csw3.LosAngeles1.Level3.net [4.69.144.190]
9 ae-83-83.ebr3.LosAngeles1.Level3.net [4.69.137.41]
10 ae-7-7.ebr2.Tustin1.Level3.net [4.69.153.226]
11 ae-205-3605.bar2.Tustin1.Level3.net [4.69.158.114]
12 192.205.37.145
13 cr2.la2ca.ip.att.net [12.122.129.106]
14 cr1.slkut.ip.att.net [12.122.30.29]
15 cr2.dvmco.ip.att.net [12.122.30.26]
16 cr1.cgcil.ip.att.net [12.122.31.86]
17 cr1.cl2oh.ip.att.net [12.122.2.206]
18 cr2.cl2oh.ip.att.net [12.122.2.126]
19 cr2.phlpa.ip.att.net [12.122.2.210]
20 gar1.pitpa.ip.att.net [12.122.107.85]
21 12.122.251.2
22 mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]
23 * * *
Computing statistics for 550 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 NicksCustom.sd.cox.net [192.168.1.142]
4/ 100 = 4% |
1 2ms 4/ 100 = 4% 0/ 100 = 0% CISCO00506 [192.168.1.1]
0/ 100 = 0% |
2 --- 100/ 100 =100% 96/ 100 = 96% 10.6.144.1
0/ 100 = 0% |
3 18ms 4/ 100 = 4% 0/ 100 = 0% 68.6.13.2
0/ 100 = 0% |
4 33ms 4/ 100 = 4% 0/ 100 = 0% ip68-4-11-95.oc.oc.cox.net [68.4.11.95]
0/ 100 = 0% |
5 33ms 4/ 100 = 4% 0/ 100 = 0% ip68-4-11-94.oc.oc.cox.net [68.4.11.94]
0/ 100 = 0% |
6 49ms 4/ 100 = 4% 0/ 100 = 0% langbprj01-ae1.rd.la.cox.net [68.1.1.13]
0/ 100 = 0% |
7 35ms 4/ 100 = 4% 0/ 100 = 0% xe-5-0-0.edge2.LosAngeles9.Level3.net [4.53.230.81]
0/ 100 = 0% |
8 29ms 4/ 100 = 4% 0/ 100 = 0% vlan80.csw3.LosAngeles1.Level3.net [4.69.144.190]
0/ 100 = 0% |
9 26ms 4/ 100 = 4% 0/ 100 = 0% ae-83-83.ebr3.LosAngeles1.Level3.net [4.69.137.41]
0/ 100 = 0% |
10 31ms 4/ 100 = 4% 0/ 100 = 0% ae-7-7.ebr2.Tustin1.Level3.net [4.69.153.226]
0/ 100 = 0% |
11 31ms 4/ 100 = 4% 0/ 100 = 0% ae-205-3605.bar2.Tustin1.Level3.net [4.69.158.114]
1/ 100 = 1% |
12 39ms 5/ 100 = 5% 0/ 100 = 0% 192.205.37.145
95/ 100 = 95% |
13 --- 100/ 100 =100% 0/ 100 = 0% cr2.la2ca.ip.att.net [12.122.129.106]
0/ 100 = 0% |
14 --- 100/ 100 =100% 0/ 100 = 0% cr1.slkut.ip.att.net [12.122.30.29]
0/ 100 = 0% |
15 --- 100/ 100 =100% 0/ 100 = 0% cr2.dvmco.ip.att.net [12.122.30.26]
0/ 100 = 0% |
16 --- 100/ 100 =100% 0/ 100 = 0% cr1.cgcil.ip.att.net [12.122.31.86]
0/ 100 = 0% |
17 --- 100/ 100 =100% 0/ 100 = 0% cr1.cl2oh.ip.att.net [12.122.2.206]
0/ 100 = 0% |
18 --- 100/ 100 =100% 0/ 100 = 0% cr2.cl2oh.ip.att.net [12.122.2.126]
0/ 100 = 0% |
19 --- 100/ 100 =100% 0/ 100 = 0% cr2.phlpa.ip.att.net [12.122.2.210]
0/ 100 = 0% |
20 --- 100/ 100 =100% 0/ 100 = 0% gar1.pitpa.ip.att.net [12.122.107.85]
0/ 100 = 0% |
21 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.2
0/ 100 = 0% |
22 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]Trace complete.
Tracing route to 63.240.104.93 over a maximum of 30 hops
0 NicksCustom.sd.cox.net [192.168.1.142]
1 CISCO00506 [192.168.1.1]
2 10.6.144.1
3 68.6.13.2
4 ip68-4-11-95.oc.oc.cox.net [68.4.11.95]
5 ip68-4-11-94.oc.oc.cox.net [68.4.11.94]
6 langbprj01-ae1.rd.la.cox.net [68.1.1.13]
7 xe-5-0-0.edge2.LosAngeles9.Level3.net [4.53.230.81]
8 vlan80.csw3.LosAngeles1.Level3.net [4.69.144.190]
9 ae-83-83.ebr3.LosAngeles1.Level3.net [4.69.137.41]
10 ae-7-7.ebr2.Tustin1.Level3.net [4.69.153.226]
11 ae-205-3605.bar2.Tustin1.Level3.net [4.69.158.114]
12 192.205.37.145
13 cr2.la2ca.ip.att.net [12.122.129.106]
14 cr1.slkut.ip.att.net [12.122.30.29]
15 cr2.dvmco.ip.att.net [12.122.30.26]
16 cr1.cgcil.ip.att.net [12.122.31.86]
17 cr1.cl2oh.ip.att.net [12.122.2.206]
18 cr2.cl2oh.ip.att.net [12.122.2.126]
19 cr2.phlpa.ip.att.net [12.122.2.210]
20 gar1.pitpa.ip.att.net [12.122.107.85]
21 12.122.251.2
22 mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]
23 * * *
Computing statistics for 550 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 NicksCustom.sd.cox.net [192.168.1.142]
0/ 100 = 0% |
1 3ms 0/ 100 = 0% 0/ 100 = 0% CISCO00506 [192.168.1.1]
0/ 100 = 0% |
2 --- 100/ 100 =100% 100/ 100 =100% 10.6.144.1
0/ 100 = 0% |
3 17ms 0/ 100 = 0% 0/ 100 = 0% 68.6.13.2
0/ 100 = 0% |
4 27ms 0/ 100 = 0% 0/ 100 = 0% ip68-4-11-95.oc.oc.cox.net [68.4.11.95]
0/ 100 = 0% |
5 28ms 0/ 100 = 0% 0/ 100 = 0% ip68-4-11-94.oc.oc.cox.net [68.4.11.94]
0/ 100 = 0% |
6 52ms 0/ 100 = 0% 0/ 100 = 0% langbprj01-ae1.rd.la.cox.net [68.1.1.13]
0/ 100 = 0% |
7 34ms 0/ 100 = 0% 0/ 100 = 0% xe-5-0-0.edge2.LosAngeles9.Level3.net [4.53.230.81]
0/ 100 = 0% |
8 25ms 0/ 100 = 0% 0/ 100 = 0% vlan80.csw3.LosAngeles1.Level3.net [4.69.144.190]
0/ 100 = 0% |
9 24ms 0/ 100 = 0% 0/ 100 = 0% ae-83-83.ebr3.LosAngeles1.Level3.net [4.69.137.41]
0/ 100 = 0% |
10 24ms 0/ 100 = 0% 0/ 100 = 0% ae-7-7.ebr2.Tustin1.Level3.net [4.69.153.226]
0/ 100 = 0% |
11 27ms 0/ 100 = 0% 0/ 100 = 0% ae-205-3605.bar2.Tustin1.Level3.net [4.69.158.114]
0/ 100 = 0% |
12 36ms 0/ 100 = 0% 0/ 100 = 0% 192.205.37.145
100/ 100 =100% |
13 --- 100/ 100 =100% 0/ 100 = 0% cr2.la2ca.ip.att.net [12.122.129.106]
0/ 100 = 0% |
14 --- 100/ 100 =100% 0/ 100 = 0% cr1.slkut.ip.att.net [12.122.30.29]
0/ 100 = 0% |
15 --- 100/ 100 =100% 0/ 100 = 0% cr2.dvmco.ip.att.net [12.122.30.26]
0/ 100 = 0% |
16 --- 100/ 100 =100% 0/ 100 = 0% cr1.cgcil.ip.att.net [12.122.31.86]
0/ 100 = 0% |
17 --- 100/ 100 =100% 0/ 100 = 0% cr1.cl2oh.ip.att.net [12.122.2.206]
0/ 100 = 0% |
18 --- 100/ 100 =100% 0/ 100 = 0% cr2.cl2oh.ip.att.net [12.122.2.126]
0/ 100 = 0% |
19 --- 100/ 100 =100% 0/ 100 = 0% cr2.phlpa.ip.att.net [12.122.2.210]
0/ 100 = 0% |
20 --- 100/ 100 =100% 0/ 100 = 0% gar1.pitpa.ip.att.net [12.122.107.85]
0/ 100 = 0% |
21 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.2
0/ 100 = 0% |
22 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]Trace complete.
Tracing route to 63.240.104.93 over a maximum of 30 hops
0 NicksCustom.sd.cox.net [192.168.1.142]
1 CISCO00506 [192.168.1.1]
2 10.6.144.1
3 68.6.13.2
4 ip68-4-11-95.oc.oc.cox.net [68.4.11.95]
5 ip68-4-11-94.oc.oc.cox.net [68.4.11.94]
6 langbprj01-ae1.rd.la.cox.net [68.1.1.13]
7 xe-5-0-0.edge2.LosAngeles9.Level3.net [4.53.230.81]
8 vlan80.csw3.LosAngeles1.Level3.net [4.69.144.190]
9 ae-83-83.ebr3.LosAngeles1.Level3.net [4.69.137.41]
10 ae-7-7.ebr2.Tustin1.Level3.net [4.69.153.226]
11 ae-205-3605.bar2.Tustin1.Level3.net [4.69.158.114]
12 192.205.37.145
13 cr2.la2ca.ip.att.net [12.122.129.106]
14 cr1.slkut.ip.att.net [12.122.30.29]
15 cr2.dvmco.ip.att.net [12.122.30.26]
16 cr1.cgcil.ip.att.net [12.122.31.86]
17 cr1.cl2oh.ip.att.net [12.122.2.206]
18 cr2.cl2oh.ip.att.net [12.122.2.126]
19 cr2.phlpa.ip.att.net [12.122.2.210]
20 gar1.pitpa.ip.att.net [12.122.107.85]
21 12.122.251.2
22 mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]
23 * * *
Computing statistics for 550 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 NicksCustom.sd.cox.net [192.168.1.142]
0/ 100 = 0% |
1 3ms 0/ 100 = 0% 0/ 100 = 0% CISCO00506 [192.168.1.1]
0/ 100 = 0% |
2 --- 100/ 100 =100% 100/ 100 =100% 10.6.144.1
0/ 100 = 0% |
3 15ms 0/ 100 = 0% 0/ 100 = 0% 68.6.13.2
0/ 100 = 0% |
4 28ms 0/ 100 = 0% 0/ 100 = 0% ip68-4-11-95.oc.oc.cox.net [68.4.11.95]
0/ 100 = 0% |
5 27ms 0/ 100 = 0% 0/ 100 = 0% ip68-4-11-94.oc.oc.cox.net [68.4.11.94]
0/ 100 = 0% |
6 49ms 0/ 100 = 0% 0/ 100 = 0% langbprj01-ae1.rd.la.cox.net [68.1.1.13]
0/ 100 = 0% |
7 33ms 0/ 100 = 0% 0/ 100 = 0% xe-5-0-0.edge2.LosAngeles9.Level3.net [4.53.230.81]
0/ 100 = 0% |
8 26ms 0/ 100 = 0% 0/ 100 = 0% vlan80.csw3.LosAngeles1.Level3.net [4.69.144.190]
0/ 100 = 0% |
9 24ms 0/ 100 = 0% 0/ 100 = 0% ae-83-83.ebr3.LosAngeles1.Level3.net [4.69.137.41]
0/ 100 = 0% |
10 26ms 0/ 100 = 0% 0/ 100 = 0% ae-7-7.ebr2.Tustin1.Level3.net [4.69.153.226]
0/ 100 = 0% |
11 29ms 0/ 100 = 0% 0/ 100 = 0% ae-205-3605.bar2.Tustin1.Level3.net [4.69.158.114]
0/ 100 = 0% |
12 38ms 0/ 100 = 0% 0/ 100 = 0% 192.205.37.145
100/ 100 =100% |
13 --- 100/ 100 =100% 0/ 100 = 0% cr2.la2ca.ip.att.net [12.122.129.106]
0/ 100 = 0% |
14 --- 100/ 100 =100% 0/ 100 = 0% cr1.slkut.ip.att.net [12.122.30.29]
0/ 100 = 0% |
15 --- 100/ 100 =100% 0/ 100 = 0% cr2.dvmco.ip.att.net [12.122.30.26]
0/ 100 = 0% |
16 --- 100/ 100 =100% 0/ 100 = 0% cr1.cgcil.ip.att.net [12.122.31.86]
0/ 100 = 0% |
17 --- 100/ 100 =100% 0/ 100 = 0% cr1.cl2oh.ip.att.net [12.122.2.206]
0/ 100 = 0% |
18 --- 100/ 100 =100% 0/ 100 = 0% cr2.cl2oh.ip.att.net [12.122.2.126]
0/ 100 = 0% |
19 --- 100/ 100 =100% 0/ 100 = 0% cr2.phlpa.ip.att.net [12.122.2.210]
0/ 100 = 0% |
20 --- 100/ 100 =100% 0/ 100 = 0% gar1.pitpa.ip.att.net [12.122.107.85]
0/ 100 = 0% |
21 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.2
0/ 100 = 0% |
22 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]Trace complete.
DB:2.78:Constant 8-15 Second Drops In Online Games xz
Looks like the ip range fixed it. Had the max users set to 50. Might have been capping out and resetting the ip addresses. -
RELEVANCY SCORE 2.78
DB:2.78:Hornetq Server Fail-Back Problem pj
Dear Community,I am using JBossAS-5.1.x and HornetQ-2.2.10. I have configured High Availability for HornetQ Server in following manner:
1) HornetQ is embedded in JBoss Server.
2) I have two nodes in JBoss Application Server level Cluster.
3) HornetQ Server is cluster enabled as well.
4) HornetQ HA/Failover is configured in HornetQ Server Configurations.
5) I deploy my application EARs in HASignleton mode on two nodes (i.e. node0 and node1)
6) Node0 is configured as "preferredMaster" using "PreferredMasterElectionPolicy"
7) Node0 is configured as Live and Node1 is configured as Backup as part of HornetQ Configurations.
I have tested following cases to test HotnetQ HA:
1) Both the Nodes are started
2) Processing started
3) After some number of messages processed, I killed Node0
4) Node1 took control
5) Now Node0 started
6) Node1 left control and Node0 took control due to PreferredMasterElectionPolicy.
7) Now again I killed Node0.
8) Again Node1 took control
9) I waited till my processing finished.
10) Processing finished successfully.
11) Now after I am willing to run my processing again.
12) Node1 was already up, I started Node0 as I had killed it in Step#7.
13) I started processing
14) I killed Node0
15) NOW HERE IS THE PROBLEM *** Node1 could not start processing *** . Exceptions are started thrown.
16) Now, because Node1 could not start processing, I started Node0.
17) Processing started on Node0
18) I waited till my processing finished.
19) Processing finished.
20) *** But some messages are missed for processing ***
Can anyone please suggest some pointers on the same. I have attached Logs and HornetQ Configurations for both the nodes.
Thanks.
Best Regards,
Hushen Savani
DB:2.78:Hornetq Server Fail-Back Problem pj
Dear Community,I am using JBossAS-5.1.x and HornetQ-2.2.10. I have configured High Availability for HornetQ Server in following manner:
1) HornetQ is embedded in JBoss Server.
2) I have two nodes in JBoss Application Server level Cluster.
3) HornetQ Server is cluster enabled as well.
4) HornetQ HA/Failover is configured in HornetQ Server Configurations.
5) I deploy my application EARs in HASignleton mode on two nodes (i.e. node0 and node1)
6) Node0 is configured as "preferredMaster" using "PreferredMasterElectionPolicy"
7) Node0 is configured as Live and Node1 is configured as Backup as part of HornetQ Configurations.
I have tested following cases to test HotnetQ HA:
1) Both the Nodes are started
2) Processing started
3) After some number of messages processed, I killed Node0
4) Node1 took control
5) Now Node0 started
6) Node1 left control and Node0 took control due to PreferredMasterElectionPolicy.
7) Now again I killed Node0.
8) Again Node1 took control
9) I waited till my processing finished.
10) Processing finished successfully.
11) Now after I am willing to run my processing again.
12) Node1 was already up, I started Node0 as I had killed it in Step#7.
13) I started processing
14) I killed Node0
15) NOW HERE IS THE PROBLEM *** Node1 could not start processing *** . Exceptions are started thrown.
16) Now, because Node1 could not start processing, I started Node0.
17) Processing started on Node0
18) I waited till my processing finished.
19) Processing finished.
20) *** But some messages are missed for processing ***
Can anyone please suggest some pointers on the same. I have attached Logs and HornetQ Configurations for both the nodes.
Thanks.
Best Regards,
Hushen Savani
-
RELEVANCY SCORE 2.78
DB:2.78:Unable To Deploy Mdb-Bmt Example.. m8
Hi,I have been trying this since quite some time now. I would like my hornet queue to be bound with an MDB. But MDB is not picking up a message from queue.
After many attempts, I thought to try the sample mdb-bmt example of hornetQ. Even in the sample app, MDB doesn't seem to pick up the message from the testQueue. I can see the message is getting sent. But I don't see any output appearing on JBoss Application Server console like the following
message This is a text message received
I am using the following environment:
OS : Windows XP.
App Server: JBoss 5.1.0 GA
HornetQ version: 2.1.1
I tried to perform the following steps to run the sample mdb example.
1) Created the 'default-with-hornet' profile by running the %hornetQ%/config/jboss-as-5. This created two new profiles under my %JBOSS_HOME%/server named as 'default-with-hornetq' and 'all-with-hornetq'.
2) copied the 'hornetq-configuration.xml' and 'hornetq-jms.xml' of the sample project to %JBOSS_HOME%/server/default-with-hornetq/deploy/hornetq.sar/
3) ran the jboss server by running the command: run -c default-with-hornetq
4) Ran the sample project by doing 'ant'. I see the following output while running the sample example:
runExample:
DB:2.78:Unable To Deploy Mdb-Bmt Example.. m8
Thanks!Got it working. I required to first deploy the mdb example by saying 'ant deploy'. This created a new profile named as 'mdb-bmt-example-profile' and started the jboss with this new profile. Now, I could see the mdb picking up the message on the jboss console.
Also, I could resolve the issue in my original application where MDB was not picking up the issue. It was a real small problem but it got my head screwed up since last 3 days. I spent nights but couldn't notice the problem until I tried to put the sample mdb under my application. The problem was:
I was using org.jboss.annotation.ejb.ResourceAdapter while defining the ejb3 annotations for the MDB. Using org.jboss.ejb3.annotation.ResourceAdapter resolved the problem.
Thanks again!
-
RELEVANCY SCORE 2.78
DB:2.78:Hornetq Problems In Jboss 7 / Eap6 When Starting Multiple Profiles d3
I want to run multiple profiles (sometimes also known as instances) on one RHEL 6 server under JBoss 7 (or EAP 6). Under JBoss 5 this was no problem, but when I do this for JBoss 7, I get some errors when statring the second profile.When starting node1, no problem (boss.socket.binding.port-offset=0) and the profile happily runs of port 8080.When starting node2 (boss.socket.binding.port-offset=100) we get:
11:01:55,637 ERROR [org.hornetq.core.protocol.core.impl.HornetQPacketHandler] (Old I/O server worker (parentId: 30498076, [id: 0x01d15d1c, /145.78.121.55:5445]))
Failed to create session : HornetQException[errorCode=105 message=Unable to validate user: HORNETQ.CLUSTER.ADMIN.USER]
...
According to https://community.jboss.org/thread/195452, I did put the following in the standard-full-ha.xml (which it is using):
cluster-userHORNETQ.CLUSTER.ADMIN.USER/cluster-user cluster-passwordclustermessaging1/cluster-password
and clustermessaging2 for the other node. I did also try it with different cluster-user names, but still one of the nodes (I guess the one that is the last one which tries to connect to this subsystem) isn't starting. After a while: you get a:
1:03:25,153 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from /145.78.121.55:48368. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
11:03:39,155 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from /145.78.121.55:48435. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
11:03:47,156 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from /145.78.121.55:48483. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
I did also notice that both of the nodes try to use 145.78.121.55:5545, despide the setting of a different offset. Questions:
How can I resolve this ?When I don't need Hornetq, how can I disable it completely ?
DB:2.78:Hornetq Problems In Jboss 7 / Eap6 When Starting Multiple Profiles d3
I'll answer the easier one of the questions:
Willem Noorduin wrote:When I don't need Hornetq, how can I disable it completely ?
You can remove the messaging subsystem from the configuration. It looks something like subsystem xmlns="urn:jboss:domain:messaging...
-
RELEVANCY SCORE 2.77
DB:2.77:Jboss As Hornetq Starting Exception 8p
I followed following steps to start jboss1. Open the command prompt and set the JBOSS_HOME environment to the JBoss installation directory
set JBOSS_HOME=C:\jboss-5.1.0.GA
set HORNETQ_HOME environment variable to the HornetQ installation directory.
set HORNETQ_HOME=C:\hornetq-2.1.1.Final
2.Run build.bat under HORNETQ_HOME/config/jboss-as-5 directory
C:\hornetq-2.1.1.Final\config\jboss-as-5build.bat
This will create 2 new profiles under $JBOSS_HOME/server directory:
default-with-hornetq it corresponds to AS 5 default profile with HornetQ as its JMS provider. In this profile, HornetQ is non-clustered
all-with-hornetq it corresponds to AS 5 all profile with HornetQ as its JMS provider. In this profile, HornetQ is clustered
You can then start JBoss AS 5 using one of these profiles, e.g. :$JBOSS_HOME/bin/run.bat -c default-with-hornetq
after completion of above steps, I have started jboss but I got following exception. please tell me how to resolve
2:47:38,778 INFO [JMXIntroduction] Registered MBean jboss:service=invoker,type=jrmpha
2:47:39,247 INFO [UnifiedInvokerHA] Service name is jboss:service=invoker,type=unifiedha
2:47:39,247 INFO [JMXIntroduction] Registered MBean jboss:service=invoker,type=unifiedha
2:47:39,731 INFO [JMXIntroduction] Registered MBean jboss:service=HASingletonDeploymentScanner,partitionName=DefaultPartition
2:47:41,044 ERROR [AbstractKernelController] Error installing to Described: name=MBeanServer state=Not Installed
ava.lang.IllegalArgumentException: javax.management.MBeanServer is an interface
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:132)
at org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:73)
at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:55)
at org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:65)
at org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:84)
at org.jboss.kernel.plugins.dependency.DescribeAction.installAction(DescribeAction.java:63)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.install(KernelControllerContextAction.java:96)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:709)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:429)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:538)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:472)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:274)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:177)
at org.jboss.deployers.plugins.deployers.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:67)
at org.jboss.deployers.plugins.deployers.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:42)
at org.jboss.deployers.plugins.deployers.helpers.AbstractSimpleRealDeployer.deploy(AbstractSimpleRealDeployer.java:53)
at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:145)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:440)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:451)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:381)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:366)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:246)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:401)
at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:340)
at org.jboss.Main.boot(Main.java:210)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
2:47:41,576 ERROR [STDERR] Aug 12, 2011 12:47:41 PM org.hornetq.core.logging.impl.JULLogDelegate warn
ARNING: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
2:47:42,232 INFO [ServiceEndpointManager] WebServices: jbossws-2.0.0.CR2.DEV (date=200611171751)
2:47:44,248 INFO [TomcatDeployment] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
DB:2.77:Jboss As Hornetq Starting Exception 8p
I followed following steps to start jboss1. Open the command prompt and set the JBOSS_HOME environment to the JBoss installation directory
set JBOSS_HOME=C:\jboss-5.1.0.GA
set HORNETQ_HOME environment variable to the HornetQ installation directory.
set HORNETQ_HOME=C:\hornetq-2.1.1.Final
2.Run build.bat under HORNETQ_HOME/config/jboss-as-5 directory
C:\hornetq-2.1.1.Final\config\jboss-as-5build.bat
This will create 2 new profiles under $JBOSS_HOME/server directory:
default-with-hornetq it corresponds to AS 5 default profile with HornetQ as its JMS provider. In this profile, HornetQ is non-clustered
all-with-hornetq it corresponds to AS 5 all profile with HornetQ as its JMS provider. In this profile, HornetQ is clustered
You can then start JBoss AS 5 using one of these profiles, e.g. :$JBOSS_HOME/bin/run.bat -c default-with-hornetq
after completion of above steps, I have started jboss but I got following exception. please tell me how to resolve
2:47:38,778 INFO [JMXIntroduction] Registered MBean jboss:service=invoker,type=jrmpha
2:47:39,247 INFO [UnifiedInvokerHA] Service name is jboss:service=invoker,type=unifiedha
2:47:39,247 INFO [JMXIntroduction] Registered MBean jboss:service=invoker,type=unifiedha
2:47:39,731 INFO [JMXIntroduction] Registered MBean jboss:service=HASingletonDeploymentScanner,partitionName=DefaultPartition
2:47:41,044 ERROR [AbstractKernelController] Error installing to Described: name=MBeanServer state=Not Installed
ava.lang.IllegalArgumentException: javax.management.MBeanServer is an interface
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:132)
at org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:73)
at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:55)
at org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:65)
at org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:84)
at org.jboss.kernel.plugins.dependency.DescribeAction.installAction(DescribeAction.java:63)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.install(KernelControllerContextAction.java:96)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:709)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:429)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:538)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:472)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:274)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:177)
at org.jboss.deployers.plugins.deployers.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:67)
at org.jboss.deployers.plugins.deployers.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:42)
at org.jboss.deployers.plugins.deployers.helpers.AbstractSimpleRealDeployer.deploy(AbstractSimpleRealDeployer.java:53)
at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:145)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:440)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:451)
at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:381)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:366)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:246)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:401)
at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:340)
at org.jboss.Main.boot(Main.java:210)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
2:47:41,576 ERROR [STDERR] Aug 12, 2011 12:47:41 PM org.hornetq.core.logging.impl.JULLogDelegate warn
ARNING: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
2:47:42,232 INFO [ServiceEndpointManager] WebServices: jbossws-2.0.0.CR2.DEV (date=200611171751)
2:47:44,248 INFO [TomcatDeployment] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
-
RELEVANCY SCORE 2.77
DB:2.77:Jms Queue Already Exists Error s7
I get the following error while using hornetq 2.3:00:42:28,435 ERROR [org.hornetq.core.server] HQ224016: Caught exception: HornetQException[errorType=QUEUE_EXISTS message=HQ119019: Queue already exists jms.queue.MyQueue]
at org.hornetq.core.server.impl.HornetQServerImpl.createQueue(HornetQServerImpl.java:1811) [hornetq-server.jar:]
at org.hornetq.core.server.impl.HornetQServerImpl.createQueue(HornetQServerImpl.java:1107) [hornetq-server.jar:]
at org.hornetq.core.server.impl.ServerSessionImpl.createQueue(ServerSessionImpl.java:427) [hornetq-server.jar:]
at org.hornetq.core.protocol.core.ServerSessionPacketHandler.handlePacket(ServerSessionPacketHandler.java:235) [hornetq-server.jar:]
at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:631) [hornetq-core-client.jar:]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:547) [hornetq-core-client.jar:]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:523) [hornetq-core-client.jar:]
at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:564) [hornetq-server.jar:]
at org.hornetq.core.remoting.impl.netty.HornetQChannelHandler.messageReceived(HornetQChannelHandler.java:72) [hornetq-core-client.jar:]
at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:88) [netty.jar:]
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560) [netty.jar:]
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:787) [netty.jar:]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:281) [netty.jar:]
at org.hornetq.core.remoting.impl.netty.HornetQFrameDecoder2.decode(HornetQFrameDecoder2.java:169) [hornetq-core-client.jar:]
at org.hornetq.core.remoting.impl.netty.HornetQFrameDecoder2.messageReceived(HornetQFrameDecoder2.java:134) [hornetq-core-client.jar:]
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) [netty.jar:]
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560) [netty.jar:]
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:555) [netty.jar:]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268) [netty.jar:]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255) [netty.jar:]
at org.jboss.netty.channel.socket.oio.OioWorker.process(OioWorker.java:71) [netty.jar:]
at org.jboss.netty.channel.socket.oio.AbstractOioWorker.run(AbstractOioWorker.java:73) [netty.jar:]
at org.jboss.netty.channel.socket.oio.OioWorker.run(OioWorker.java:51) [netty.jar:]
at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) [netty.jar:]
at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) [netty.jar:]
at org.jboss.netty.util.VirtualExecutorService$ChildExecutorRunnable.run(VirtualExecutorService.java:175) [netty.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_01]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_01]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_01]
The error is produced in the following scenario:
1. Start hornetq server
2. Start another server having jms receiver for the queue "MyQueue"
Note: MyQueue is not dynamic queue. It has been configured in hornetq server hornetq-jms.xml:
queue name="MyQueue"
entry name="/queue/cacheDbSaveQueue"/
durablefalse/durable
/queue
And I use JNDI to look up the queue while configuring the receiver.
3. Stop and restart hornetq server and I get this error in hornetq server.
Note: If queue receiver is stopped first before starting hornetq server, no error is thrown.
DB:2.77:Jms Queue Already Exists Error s7
I did not add any queue/topic configuration related to journal. Used the same configuration as provided in hornetq 2.3.0 distribution standalone server.Just added the following in hornetq-jms.xml:
topic name="myTopic"
entry name="/topic/myTopic"/
/topicand added the following in hornetq-configuration.xml:
security-setting match="jms.topic.myTopic"
permission type="createDurableQueue" roles="guest"/
permission type="deleteDurableQueue" roles="guest"/
permission type="createNonDurableQueue" roles="guest"/
permission type="deleteNonDurableQueue" roles="guest"/
permission type="consume" roles="guest"/
permission type="send" roles="guest"/
/security-setting
address-setting match="jms.topic.myTopic"
max-size-bytes268435456/max-size-bytes
address-full-policyFAIL/address-full-policy
/address-setting
-
RELEVANCY SCORE 2.76
DB:2.76:Lagging In Diablo 3 - Ran A Tracert And Pathping. Do My Results Look Normal? ma
Hello, so my internet has always been great but the past couple of days have been really bad in the game Diablo 3. This could be an issue on their part but they suggest running a tracert and pathping. Well when i ran it i notice i had one line that looked a little off.-------------------- TRACERT DATA ----------------------------
Tracing route to 12.129.209.68 over a maximum of 30 hops 1 1 ms 1 ms 1 ms 10.0.0.1 2 38 ms 29 ms 29 ms c-50-191-158-1.hsd1.pa.comcast.net [50.191.158.1] 3 9 ms 26 ms 11 ms 68.86.193.93 4 * 1551 ms 15 ms ae-8-0-ar03.ivyland.pa.panjde.comcast.net [69.139.192.1] 5 13 ms 15 ms 15 ms he-1-12-0-0-10-cr01.seattle.wa.ibone.comcast.net [68.86.93.173] 6 13 ms 15 ms 13 ms c-eth-0-2-0-pe04.111eighthave.ny.ibone.comcast.net [68.86.87.98] 7 14 ms 16 ms 14 ms 192.205.37.33 8 82 ms 84 ms 82 ms cr1.n54ny.ip.att.net [12.122.131.86] 9 90 ms 83 ms 84 ms cr2.cgcil.ip.att.net [12.122.1.2]10 85 ms 82 ms 82 ms cr1.cgcil.ip.att.net [12.122.2.53]11 80 ms 82 ms 79 ms cr2.dvmco.ip.att.net [12.122.31.85]12 84 ms 82 ms 83 ms cr1.slkut.ip.att.net [12.122.30.25]13 84 ms 84 ms 81 ms cr2.la2ca.ip.att.net [12.122.30.30]14 79 ms 79 ms 82 ms gar5.lsrca.ip.att.net [12.122.85.33]15 81 ms 82 ms 81 ms 12-122-254-230.attens.net [12.122.254.230]16 79 ms 81 ms 80 ms mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246]17 80 ms 81 ms 83 ms 12.129.209.68Trace complete.
---------------------------- PathPing Data -----------------------------------
Tracing route to 12.129.209.68 over a maximum of 30 hops 0 NEWPC.home.network [10.0.0.4] 1 10.0.0.1 2 * * c-50-191-158-1.hsd1.pa.comcast.net [50.191.158.1] 3 68.86.193.93 4 ae-8-0-ar03.ivyland.pa.panjde.comcast.net [69.139.192.1] 5 he-1-12-0-0-10-cr01.seattle.wa.ibone.comcast.net [68.86.93.173] 6 c-eth-0-2-0-pe04.111eighthave.ny.ibone.comcast.net [68.86.87.98] 7 192.205.37.33 8 cr1.n54ny.ip.att.net [12.122.131.86] 9 cr2.cgcil.ip.att.net [12.122.1.2]10 cr1.cgcil.ip.att.net [12.122.2.53]11 cr2.dvmco.ip.att.net [12.122.31.85]12 cr1.slkut.ip.att.net [12.122.30.25]13 cr2.la2ca.ip.att.net [12.122.30.30]14 gar5.lsrca.ip.att.net [12.122.85.33]15 12-122-254-230.attens.net [12.122.254.230]16 mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246]17 12.129.209.68Computing statistics for 425 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 NEWPC.home.network [10.0.0.4] 0/ 100 = 0% | 1 1ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.1 1/ 100 = 1% | 2 180ms 3/ 100 = 3% 2/ 100 = 2% c-50-191-158-1.hsd1.pa.comcast.net [50.191.158.1] 0/ 100 = 0% | 3 167ms 4/ 100 = 4% 3/ 100 = 3% 68.86.193.93 0/ 100 = 0% | 4 173ms 3/ 100 = 3% 2/ 100 = 2% ae-8-0-ar03.ivyland.pa.panjde.comcast.net [69.139.192.1] 0/ 100 = 0% | 5 199ms 3/ 100 = 3% 2/ 100 = 2% he-1-12-0-0-10-cr01.seattle.wa.ibone.comcast.net [68.86.93.173] 0/ 100 = 0% | 6 201ms 2/ 100 = 2% 1/ 100 = 1% c-eth-0-2-0-pe04.111eighthave.ny.ibone.comcast.net [68.86.87.98] 0/ 100 = 0% | 7 186ms 3/ 100 = 3% 2/ 100 = 2% 192.205.37.33 0/ 100 = 0% | 8 --- 100/ 100 =100% 99/ 100 = 99% cr1.n54ny.ip.att.net [12.122.131.86] 0/ 100 = 0% | 9 --- 100/ 100 =100% 99/ 100 = 99% cr2.cgcil.ip.att.net [12.122.1.2] 0/ 100 = 0% |10 --- 100/ 100 =100% 99/ 100 = 99% cr1.cgcil.ip.att.net [12.122.2.53] 0/ 100 = 0% |11 --- 100/ 100 =100% 99/ 100 = 99% cr2.dvmco.ip.att.net [12.122.31.85] 0/ 100 = 0% |12 --- 100/ 100 =100% 99/ 100 = 99% cr1.slkut.ip.att.net [12.122.30.25] 0/ 100 = 0% |13 --- 100/ 100 =100% 99/ 100 = 99% cr2.la2ca.ip.att.net [12.122.30.30] 0/ 100 = 0% |14 --- 100/ 100 =100% 99/ 100 = 99% gar5.lsrca.ip.att.net [12.122.85.33] 0/ 100 = 0% |15 --- 100/ 100 =100% 99/ 100 = 99% 12-122-254-230.attens.net [12.122.254.230] 0/ 100 = 0% |16 --- 100/ 100 =100% 99/ 100 = 99% mdf001c7613r0004-gig-12-1.lax1.attens.net [12.129.193.246] 0/ 100 = 0% |17 281ms 1/ 100 = 1% 0/ 100 = 0% 12.129.209.68Trace complete.
-------------------- Diablo 3 Website Instructions for Trace Route ---------------------
https://us.battle.net/support/en/article/performing-a-traceroute#addresses
https://us.battle.net/support/en/article/running-a-pathping-test
-------------------- My Concern --------------------------
As you can see the latency in the later portion of the test is high but that is not what i am concerned about. I am concerned about the Trace route line:
4 * 1551 ms 15 ms ae-8-0-ar03.ivyland.pa.panjde.comcast.net [69.139.192.1]
And the pathping line:
2 * * c-50-191-158-1.hsd1.pa.comcast.net [50.191.158.1]
Are these of any concern to me and my lag issues? Usally i have a 100Ms latency in game- this is fine for me i dont notice this. When i run a normal ping it takes about 80-120Ms so that seems normal. Thanks for looking at this for me! If you need more information please let me know i am knowledgeable with computers and networking to some degree (just started my network class this semester but we havent gone over how to read this stuff just yet!!
The lag is intermittent too which is the worst kind of lag. It could be for a number of reasons and i have not a clue what.
http://i.imgur.com/WHUxKyV.png?1
I went though to ping the individual Ip's of some of the top parts of the tracert. I first tested pc to modem. 1ms .. good
tested line 2. 50.191.158.1 - 10Ms - good
tested line 3 69.139.192.1 - BAD - 2420MS first ping - then 14ms? - then timeout - then back up to 1013MS - Retested and it went back to normal. So im thinking this is where my problem is. It would seeem that when the packet loss is here i lag in game. is there anything i can do. (i took a screenshot of the ping to 69.139.192.1 its in the imgur link above)
DB:2.76:Lagging In Diablo 3 - Ran A Tracert And Pathping. Do My Results Look Normal? ma
more bad pings at the comcast edge router (well thats what @comcastpete called it on twitter)http://imgur.com/41dLPP9
-
RELEVANCY SCORE 2.75
DB:2.75:Connection Ms Issues m1
I am happen really odd and high ms playing a online game. I ran a couple tracers and a pathping which at copy/pasted below.Tracing route to 63.240.104.93 over a maximum of 30 hops 1 11 ms 10 ms 11 ms 73.79.250.1 2 14 ms 11 ms 11 ms te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 3 17 ms * 16 ms te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 4 24 ms 26 ms 25 ms pos-3-8-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.95.37] 5 24 ms 23 ms 24 ms pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 6 29 ms 26 ms 26 ms 192.205.37.25 7 101 ms 94 ms 91 ms cr2.la2ca.ip.att.net [12.122.129.98] 8 94 ms 101 ms 106 ms cr1.slkut.ip.att.net [12.122.30.29] 9 101 ms 101 ms 109 ms cr2.dvmco.ip.att.net [12.122.30.26]10 93 ms 99 ms 101 ms cr1.cgcil.ip.att.net [12.122.31.86]11 101 ms 101 ms 101 ms cr1.cl2oh.ip.att.net [12.122.2.206]12 92 ms 132 ms 101 ms cr2.cl2oh.ip.att.net [12.122.2.126]13 * 95 ms 93 ms cr2.phlpa.ip.att.net [12.122.2.210]14 168 ms * 101 ms gar1.pitpa.ip.att.net [12.122.107.85]15 101 ms 110 ms 98 ms 12.122.251.216 103 ms 111 ms 109 ms mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]17 * * * Request timed out.18 * * * Request timed out.19 * * * Request timed out.20 * * * Request timed out.21 * * * Request timed out.22 * * * Request timed out.23 * * * Request timed out.24 * * * Request timed out.25 * * * Request timed out.----and here is the second----Tracing route to 63.240.104.93 over a maximum of 30 hops 1 10 ms 9 ms 10 ms 73.79.250.1 2 11 ms 11 ms 11 ms te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 3 16 ms 17 ms * te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 4 26 ms 23 ms 35 ms pos-3-4-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.94.109] 5 26 ms * 24 ms pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 6 29 ms 27 ms 27 ms 192.205.37.25 7 92 ms 111 ms 108 ms cr2.la2ca.ip.att.net [12.122.129.98] 8 99 ms 109 ms 101 ms cr1.slkut.ip.att.net [12.122.30.29] 9 108 ms 101 ms 101 ms cr2.dvmco.ip.att.net [12.122.30.26]10 111 ms 101 ms 126 ms cr1.cgcil.ip.att.net [12.122.31.86]11 107 ms 118 ms * cr1.cl2oh.ip.att.net [12.122.2.206]12 95 ms 104 ms 120 ms cr2.cl2oh.ip.att.net [12.122.2.126]13 111 ms 101 ms 95 ms cr2.phlpa.ip.att.net [12.122.2.210]14 165 ms 144 ms 101 ms gar1.pitpa.ip.att.net [12.122.107.85]15 * 124 ms 101 ms 12.122.251.216 100 ms 126 ms 101 ms mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]17 * * * Request timed out.18 * * * Request timed out.19 * * * Request timed out.20 * * * Request timed out.21 * * * Request timed out.22 * * * Request timed out.23 * * * Request timed out.24 * * * Request timed out.25 * * * Request timed out.26 * * * Request timed out.27 * * * Request timed out.28 * * * Request timed out.29 * * * Request timed out.----and now the pathping----Tracing route to 63.240.104.93 over a maximum of 30 hops 0 merc-b938810e30.hsd1.ca.comcast.net. [67.161.188.163] 1 73.79.250.1 2 te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 3 te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 4 pos-3-8-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.95.37] 5 pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 6 192.205.37.25 7 cr2.la2ca.ip.att.net [12.122.129.98] 8 cr1.slkut.ip.att.net [12.122.30.29] 9 cr2.dvmco.ip.att.net [12.122.30.26]10 cr1.cgcil.ip.att.net [12.122.31.86]11 cr1.cl2oh.ip.att.net [12.122.2.206]12 cr2.cl2oh.ip.att.net [12.122.2.126]13 cr2.phlpa.ip.att.net [12.122.2.210]14 gar1.pitpa.ip.att.net [12.122.107.85]15 12.122.251.216 mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]17 * * * Computing statistics for 425 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 merc-b938810e30.hsd1.ca.comcast.net. [67.161.188.163] 1/ 100 = 1% | 1 13ms 3/ 100 = 3% 2/ 100 = 2% 73.79.250.1 0/ 100 = 0% | 2 13ms 1/ 100 = 1% 0/ 100 = 0% te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 0/ 100 = 0% | 3 20ms 2/ 100 = 2% 1/ 100 = 1% te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 0/ 100 = 0% | 4 27ms 1/ 100 = 1% 0/ 100 = 0% pos-3-8-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.95.37] 1/ 100 = 1% | 5 25ms 3/ 100 = 3% 1/ 100 = 1% pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 0/ 100 = 0% | 6 32ms 2/ 100 = 2% 0/ 100 = 0% 192.205.37.25 98/ 100 = 98% | 7 --- 100/ 100 =100% 0/ 100 = 0% cr2.la2ca.ip.att.net [12.122.129.98] 0/ 100 = 0% | 8 --- 100/ 100 =100% 0/ 100 = 0% cr1.slkut.ip.att.net [12.122.30.29] 0/ 100 = 0% | 9 --- 100/ 100 =100% 0/ 100 = 0% cr2.dvmco.ip.att.net [12.122.30.26] 0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr1.cgcil.ip.att.net [12.122.31.86] 0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr1.cl2oh.ip.att.net [12.122.2.206] 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr2.cl2oh.ip.att.net [12.122.2.126] 0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr2.phlpa.ip.att.net [12.122.2.210] 0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% gar1.pitpa.ip.att.net [12.122.107.85] 0/ 100 = 0% |15 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.2 0/ 100 = 0% |16 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10] 0/ 100 = 0% |17 --- 100/ 100 =100% 0/ 100 = 0% merc-b938810e30 [0.0.0.0]Trace complete.DB:2.75:Connection Ms Issues m1
I am happen really odd and high ms playing a online game. I ran a couple tracers and a pathping which at copy/pasted below.Tracing route to 63.240.104.93 over a maximum of 30 hops 1 11 ms 10 ms 11 ms 73.79.250.1 2 14 ms 11 ms 11 ms te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 3 17 ms * 16 ms te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 4 24 ms 26 ms 25 ms pos-3-8-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.95.37] 5 24 ms 23 ms 24 ms pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 6 29 ms 26 ms 26 ms 192.205.37.25 7 101 ms 94 ms 91 ms cr2.la2ca.ip.att.net [12.122.129.98] 8 94 ms 101 ms 106 ms cr1.slkut.ip.att.net [12.122.30.29] 9 101 ms 101 ms 109 ms cr2.dvmco.ip.att.net [12.122.30.26]10 93 ms 99 ms 101 ms cr1.cgcil.ip.att.net [12.122.31.86]11 101 ms 101 ms 101 ms cr1.cl2oh.ip.att.net [12.122.2.206]12 92 ms 132 ms 101 ms cr2.cl2oh.ip.att.net [12.122.2.126]13 * 95 ms 93 ms cr2.phlpa.ip.att.net [12.122.2.210]14 168 ms * 101 ms gar1.pitpa.ip.att.net [12.122.107.85]15 101 ms 110 ms 98 ms 12.122.251.216 103 ms 111 ms 109 ms mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]17 * * * Request timed out.18 * * * Request timed out.19 * * * Request timed out.20 * * * Request timed out.21 * * * Request timed out.22 * * * Request timed out.23 * * * Request timed out.24 * * * Request timed out.25 * * * Request timed out.----and here is the second----Tracing route to 63.240.104.93 over a maximum of 30 hops 1 10 ms 9 ms 10 ms 73.79.250.1 2 11 ms 11 ms 11 ms te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 3 16 ms 17 ms * te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 4 26 ms 23 ms 35 ms pos-3-4-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.94.109] 5 26 ms * 24 ms pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 6 29 ms 27 ms 27 ms 192.205.37.25 7 92 ms 111 ms 108 ms cr2.la2ca.ip.att.net [12.122.129.98] 8 99 ms 109 ms 101 ms cr1.slkut.ip.att.net [12.122.30.29] 9 108 ms 101 ms 101 ms cr2.dvmco.ip.att.net [12.122.30.26]10 111 ms 101 ms 126 ms cr1.cgcil.ip.att.net [12.122.31.86]11 107 ms 118 ms * cr1.cl2oh.ip.att.net [12.122.2.206]12 95 ms 104 ms 120 ms cr2.cl2oh.ip.att.net [12.122.2.126]13 111 ms 101 ms 95 ms cr2.phlpa.ip.att.net [12.122.2.210]14 165 ms 144 ms 101 ms gar1.pitpa.ip.att.net [12.122.107.85]15 * 124 ms 101 ms 12.122.251.216 100 ms 126 ms 101 ms mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]17 * * * Request timed out.18 * * * Request timed out.19 * * * Request timed out.20 * * * Request timed out.21 * * * Request timed out.22 * * * Request timed out.23 * * * Request timed out.24 * * * Request timed out.25 * * * Request timed out.26 * * * Request timed out.27 * * * Request timed out.28 * * * Request timed out.29 * * * Request timed out.----and now the pathping----Tracing route to 63.240.104.93 over a maximum of 30 hops 0 merc-b938810e30.hsd1.ca.comcast.net. [67.161.188.163] 1 73.79.250.1 2 te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 3 te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 4 pos-3-8-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.95.37] 5 pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 6 192.205.37.25 7 cr2.la2ca.ip.att.net [12.122.129.98] 8 cr1.slkut.ip.att.net [12.122.30.29] 9 cr2.dvmco.ip.att.net [12.122.30.26]10 cr1.cgcil.ip.att.net [12.122.31.86]11 cr1.cl2oh.ip.att.net [12.122.2.206]12 cr2.cl2oh.ip.att.net [12.122.2.126]13 cr2.phlpa.ip.att.net [12.122.2.210]14 gar1.pitpa.ip.att.net [12.122.107.85]15 12.122.251.216 mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]17 * * * Computing statistics for 425 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 merc-b938810e30.hsd1.ca.comcast.net. [67.161.188.163] 1/ 100 = 1% | 1 13ms 3/ 100 = 3% 2/ 100 = 2% 73.79.250.1 0/ 100 = 0% | 2 13ms 1/ 100 = 1% 0/ 100 = 0% te-8-3-ur02.chico.ca.ccal.comcast.net [69.139.197.217] 0/ 100 = 0% | 3 20ms 2/ 100 = 2% 1/ 100 = 1% te-8-1-ar01.fresno.ca.fresno.comcast.net [68.87.200.25] 0/ 100 = 0% | 4 27ms 1/ 100 = 1% 0/ 100 = 0% pos-3-8-0-0-cr01.losangeles.ca.ibone.comcast.net [68.86.95.37] 1/ 100 = 1% | 5 25ms 3/ 100 = 3% 1/ 100 = 1% pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210] 0/ 100 = 0% | 6 32ms 2/ 100 = 2% 0/ 100 = 0% 192.205.37.25 98/ 100 = 98% | 7 --- 100/ 100 =100% 0/ 100 = 0% cr2.la2ca.ip.att.net [12.122.129.98] 0/ 100 = 0% | 8 --- 100/ 100 =100% 0/ 100 = 0% cr1.slkut.ip.att.net [12.122.30.29] 0/ 100 = 0% | 9 --- 100/ 100 =100% 0/ 100 = 0% cr2.dvmco.ip.att.net [12.122.30.26] 0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr1.cgcil.ip.att.net [12.122.31.86] 0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr1.cl2oh.ip.att.net [12.122.2.206] 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr2.cl2oh.ip.att.net [12.122.2.126] 0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr2.phlpa.ip.att.net [12.122.2.210] 0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% gar1.pitpa.ip.att.net [12.122.107.85] 0/ 100 = 0% |15 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.2 0/ 100 = 0% |16 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10] 0/ 100 = 0% |17 --- 100/ 100 =100% 0/ 100 = 0% merc-b938810e30 [0.0.0.0]Trace complete. -
RELEVANCY SCORE 2.75
DB:2.75:Flash Actionscript 3 And Hornetq ax
Hi all,I am new with HornetQ and we are creating a new Game and just wanted to ask some questions to you...
I had an old project with ActiveMQ + BlazeDS + Java + Flex which worked well but the protocol was by pooling creating JMS Consumers in a several servers with session stickyness in them. That brough me a lot of problems.
I want to know if HornetQ could help me improve that situation....
1- Can I connect from ActionScript directly to a HornetQ???
2- There is a flash implementation of AMQP that it is working with RabbitMQ, but I am using Jboss, so I think that HornetQ is the best answer.
So is HornetQ implementing AMQP (I dont know the specific version of AMQP right now)
If someone has any guidance on how to implement push protocol for a Flash Actionscript game with Jboss + HornetQ I am more than happy to hear them...
Thanks all in Advance.
DB:2.75:Flash Actionscript 3 And Hornetq ax
Can I connect from ActionScript directly to a HornetQ???Don't really know anything about ActionScript, however HornetQ implements the Stomp protocol so maybe theres a client you can use.
So is HornetQ implementing AMQP (I dont know the specific version of AMQP right now)
No, not at this present time
-
RELEVANCY SCORE 2.75
DB:2.75:Error While Configuring Hornetq mm
Hi,
I am using HornetQ 2.1.1 integrated inside Spring3.1.
I created two seperate Spring applications having diffrent HornetQ servers.
I am starting to configure the first HornetQ node.
I added 3 new blocks to hornetq-configuration.xml: in order to configure the cluster:
broadcast-groups
broadcast-group name="bg-group1"
group-address231.7.7.7/group-address
group-port9876/group-port
broadcast-period1000/broadcast-period
connector-refnetty/connector-ref
/broadcast-group
/broadcast-groupsdiscovery-groups
discovery-group name="dg-group1"
group-address231.7.7.7/group-address
group-port9876/group-port
refresh-timeout60000/refresh-timeout
/discovery-group
/discovery-groupscluster-connections
cluster-connection name="my-cluster"
addressjms/address
connector-refnetty/connector-ref
discovery-group-ref discovery-group-name="dg-group1"/
!--max hops defines how messages are redistributed, the default is 1 meaning only distribute to directly
connected nodes, to disable set to 0--
!--max-hops0/max-hops--
/cluster-connection
/cluster-connectionsDB:2.75:Error While Configuring Hornetq mm
Fwiw,Fixed on master:
https://github.com/hornetq/hornetq/commit/39fa2a4b2dfdde1a026d07b95f752d35c3aae444
2_2_AS7
https://github.com/hornetq/hornetq/commit/20972aa5f2e26b212348dfdb594bc33cd6e178f8
2_2_EAP
https://github.com/hornetq/hornetq/commit/1ef8cc8df75f06c515fbe94271c65c293361fe03
-
RELEVANCY SCORE 2.74
DB:2.74:Outrageous Packet Loss, Nearly Unuseable Internet [Edited] a9
Hello. I'm coming here today, because over the past week or so, I have been getting terrible slow, fluctuating internet every single day. The problems begins at exactly 7 AM EST every morning and continues until it feels like working again, ranging from 2 hours to 10 hours yesterday and today 7 and a half hours (so far... currently still experiencing the problem).I play Diablo 3, an online Action RPG game. It is completely unplayable when this is happening. I have run a tracert and pathping for the game, and they responded informing me the issue is on Verizon's end, which I of course presumed already.
They informed me to go to Verizon and post these results as they should greatly help you find the solution, so here I am, and I seriously hope you can do something about this problem. Otherwise I may need to look elsewhere for a new service.
Tracert:
Tracing route to 12.129.209.68 over a maximum of 30 hops
1 17 ms 112 ms 14 ms verizon.home [192.168.1.1]
2 87 ms 217 ms 59 ms L100.TAMPFL-DSL-02.verizon-gni.net [71.98.160.1]
3 42 ms 115 ms 50 ms P0-1-0-0.TAMPFL-LCR-21.verizon-gni.net [130.81.34.148]
4 86 ms 47 ms 126 ms so-2-0-0-0.TPA01-BB-RTR1-verizon-gni.net [130.81.28.212]
5 89 ms 111 ms 70 ms 0.ae1.BR1.MIA19.ALTER.NET [152.63.87.162]
6 328 ms 329 ms 52 ms 204.255.168.18
7 112 ms 444 ms 238 ms cr81.fldfl.ip.att.net [12.122.82.22]
8 2485 ms 846 ms 270 ms cr2.ormfl.ip.att.net [12.122.1.45]
9 746 ms 654 ms 318 ms cr1.ormfl.ip.att.net [12.122.5.185]
10 773 ms 1018 ms 1165 ms cr2.hs1tx.ip.att.net [12.122.1.5]
11 353 ms 314 ms 118 ms cr1.dlstx.ip.att.net [12.122.28.157]
12 1033 ms 2772 ms 717 ms cr2.dlstx.ip.att.net [12.122.1.210]
13 744 ms 171 ms 305 ms cr2.la2ca.ip.att.net [12.122.28.178]
14 256 ms 616 ms 603 ms gar29.la2ca.ip.att.net [12.122.129.241]
15 121 ms 123 ms 125 ms 12-122-254-238.attens.net [12.122.254.238]
16 748 ms 1088 ms 646 ms mdf001c7613r0002.lax1.attens.net [206.16.68.54]
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.Trace complete.
And the pathping.
Tracing route to 12.129.209.68 over a maximum of 30 hops
0 Dustin-PC.home [192.168.1.2]
1 verizon.home [192.168.1.1]
2 L100.TAMPFL-DSL-02.verizon-gni.net [71.98.160.1]
3 P0-1-0-0.TAMPFL-LCR-21.verizon-gni.net [130.81.34.148]
4 * so-2-0-0-0.TPA01-BB-RTR1-verizon-gni.net [130.81.28.212]
5 0.ae1.BR1.MIA19.ALTER.NET [152.63.87.162]
6 * * 204.255.168.18
7 * * cr81.fldfl.ip.att.net [12.122.82.22]
8 cr2.ormfl.ip.att.net [12.122.1.45]
9 cr1.ormfl.ip.att.net [12.122.5.185]
10 cr2.hs1tx.ip.att.net [12.122.1.5]
11 cr1.dlstx.ip.att.net [12.122.28.157]
12 cr2.dlstx.ip.att.net [12.122.1.210]
13 cr2.la2ca.ip.att.net [12.122.28.178]
14 gar29.la2ca.ip.att.net [12.122.129.241]
15 12.122.251.190
16 mdf001c7613r0002.lax1.attens.net [206.16.68.54]
17 * * *
Computing statistics for 400 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 Dustin-PC.home [192.168.1.2]
46/ 100 = 46% |
1 404ms 47/ 100 = 47% 1/ 100 = 1% verizon.home [192.168.1.1]
0/ 100 = 0% |
2 544ms 46/ 100 = 46% 0/ 100 = 0% L100.TAMPFL-DSL-02.verizon-gni.net [71.98.160.1]
1/ 100 = 1% |
3 543ms 47/ 100 = 47% 0/ 100 = 0% P0-1-0-0.TAMPFL-LCR-21.verizon-gni.net [130.81.34.148]
0/ 100 = 0% |
4 823ms 47/ 100 = 47% 0/ 100 = 0% so-2-0-0-0.TPA01-BB-RTR1-verizon-gni.net [130.81.28.212]
1/ 100 = 1% |
5 749ms 48/ 100 = 48% 0/ 100 = 0% 0.ae1.BR1.MIA19.ALTER.NET [152.63.87.162]
3/ 100 = 3% |
6 689ms 51/ 100 = 51% 0/ 100 = 0% 204.255.168.18
49/ 100 = 49% |
7 --- 100/ 100 =100% 0/ 100 = 0% cr81.fldfl.ip.att.net [12.122.82.22]
0/ 100 = 0% |
8 --- 100/ 100 =100% 0/ 100 = 0% cr2.ormfl.ip.att.net [12.122.1.45]
0/ 100 = 0% |
9 --- 100/ 100 =100% 0/ 100 = 0% cr1.ormfl.ip.att.net [12.122.5.185]
0/ 100 = 0% |
10 --- 100/ 100 =100% 0/ 100 = 0% cr2.hs1tx.ip.att.net [12.122.1.5]
0/ 100 = 0% |
11 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.122.28.157]
0/ 100 = 0% |
12 --- 100/ 100 =100% 0/ 100 = 0% cr2.dlstx.ip.att.net [12.122.1.210]
0/ 100 = 0% |
13 --- 100/ 100 =100% 0/ 100 = 0% cr2.la2ca.ip.att.net [12.122.28.178]
0/ 100 = 0% |
14 --- 100/ 100 =100% 0/ 100 = 0% gar29.la2ca.ip.att.net [12.122.129.241]
0/ 100 = 0% |
15 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.190
0/ 100 = 0% |
16 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0002.lax1.attens.net [206.16.68.54]Trace complete.
I really hope you can solve and fix this problem as soon as possible as it's also interferring with my work...
Thank you.
DB:2.74:Outrageous Packet Loss, Nearly Unuseable Internet [Edited] a9
The traces and pathping results are being skewed by your network connection to your router. If you're on Wireless, get wired up and ensure your Wi-Fi is off, and then re-run the tests. The first hop in your traces is your router. That should be 1ms or less, very consistent with no loss.
========
The first to bring me 1Gbps Fiber for $30/m wins! -
RELEVANCY SCORE 2.74
DB:2.74:Workaround For Syncronization Bug In 6.1 Eap c3
In the process up upgrading our 7.1.1 instances to 6.1 EAP, we experienced periodic NullPointerExceptions at ServerLocationImpl:546 when a high volume of web threads were attempting to send messages to a queue. We found bug [HORNETQ-1130] Synchronize ServerLocatorImpl properly to avoid race condition when concurrently creating and closing Cli that looks to be the culprit, and was fixed in the 2.3.0 CR2 release of HornetQ. When I tried to update our hornetq module to the 2.3.0 Final, we ran into the same issue mentioned here - Re: How to upgrade HornetQ version in JBoss 7Has 1) there been any work done on a backward-compatible version of hornetq that we could employ or 2) is there a configuration workaround we could use that would block creation of new concurrent pool connections to throttle the workload? Thanks so much
DB:2.74:Workaround For Syncronization Bug In 6.1 Eap c3
We're coming from the community-edition and as I understand the Alpha release is the only 6.1 EAP version we can use in production under the community license.Apologies for the lag in response. We switched to using the JmsXA pooled connections, and our problems went away. This must bypass the bug referenced as it reuses connections vs creating them for each of our web threads. Thanks for your help!
-
RELEVANCY SCORE 2.74
DB:2.74:Hornetq 2.1.1 Final Start Error - Exception In Thread "Main" Java.Lang.Noclassdeffounderror xd
C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\binrun.batA subdirectory or file ..\logs already exists.
***********************************************************************************
"java -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=..\config\stand-alone\non-clustered -Djava.util.logging.config.file=..\config\stand-alone\non-clustered\logging.properties -Djava.library.path=. -classpath ..\config\stand-alone\non-clustered;..\schemas\;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\hornetq-bootstrap.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\hornetq-core-client.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\hornetq-core.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\hornetq-jboss-as-integration.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\hornetq-jms-client.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\hornetq-jms.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\hornetq-logging.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\jboss-jms-api.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\jboss-mc.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\jnp-client.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\jnpserver.jar;C:\Documents and Settings\user\My Documents\Downloads\Workshop\hornetq-2.1.1.Final\hornetq-2.1.1.Final\lib\netty.jar org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml"
***********************************************************************************
Exception in thread "main" java.lang.NoClassDefFoundError: and
Caused by: java.lang.ClassNotFoundException: and
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: and. Program will exit.
Is there anything to setup before run.bat?
My JDK version is 1.6.0_45. and HornetQ version is 2.1.1 final.
DB:2.74:Hornetq 2.1.1 Final Start Error - Exception In Thread "Main" Java.Lang.Noclassdeffounderror xd
I think the problem is that you have 'spaces' in your command line like "Documents and Settings". You need to give those paths proper quotes so that they will be correctly parsed. -
RELEVANCY SCORE 2.73
DB:2.73:Upgrade Hornetq From 2.2.13 To Last Version 2.3.0 Cr2 xc
Hi everyone.I have a problem with stomp.js library. I want to do this:
-create jboss 7 jms non-durable topic queue
-create html5/javascript page
-use stomp.js library for subscribe in my queue and receive messages.
When i tested my first program I had a problem with connection. stomp.js return error "Lost connection...oops!".
With google I find an article that explain how to solve this error. Apparently hornetq 2.2.13 version doesn't support the html stomp client and there is a fix in the next version(included into new JBoss version).
But, how can I upgrade hornetq version? I have downloaded the new version,but in the lib folder there are a lot of .jar files. In the modules jboss folder there are only 2 files.
What can I do to upgrade my version? Remember, I can not wait for new Jboss version.
Thanks for any advice
DB:2.73:Upgrade Hornetq From 2.2.13 To Last Version 2.3.0 Cr2 xc
Hi,you can use already released EAP6.1.0.Alpha which is same as 7.2.0.Final
In this release there is HornetQ 2.3
http://www.jboss.org/jbossas/downloads/
it is free to use in production, for more info take a lok at http://www.jboss.org/jbossas/faq
--
tomaz
-
RELEVANCY SCORE 2.71
DB:2.71:Migration To Hornetq 2.2.2 In Jboss 5.1.0ga cp
Hi,Is there any documentation available on how to migrate an existing JBoss 5.1.0.GA with HornetQ 2.1.2 to HornetQ 2.2.2. ?
Thx in advance.
DB:2.71:Migration To Hornetq 2.2.2 In Jboss 5.1.0ga cp
1.)Get a fresh copy of JBoss 5.1.0GA.2.)Get a fresh copy of HornetQ 2.2.2
3.)Set the environment variable JBOSS_HOME to your JBoss folder
4.)Go to %HornetQ_Home%/config/jboss-as-5/ and run build.bat
5.)There should be a folder default-with-hornetq created which contains the latest HornetQ.
6.)Run the default-with-hornetq profile using run.bat -c default-with-hornetq
-
RELEVANCY SCORE 2.71
DB:2.71:Hornetq Does Not Persist Messages After Restart 1z
I am using HornetQ as a queue provider as it has persistence capabilities. However, after I restart the application, all the messages in the queue are lost. Maybe configuration issues?
Here is the code:// Step 1. Create the Configuration, and set the properties accordinglyConfiguration configuration = new ConfigurationImpl();configuration.setPersistenceEnabled(true);configuration.setPersistIDCache(true);configuration.setJMXManagementEnabled(true);configuration.setMessageCounterEnabled(true);configuration.setPersistDeliveryCountBeforeDelivery(true);configuration.setSecurityEnabled(false);configuration.setJournalSyncTransactional(true);configuration.setJournalSyncNonTransactional(true);configuration.setJournalType(JournalType.NIO);HashSetTransportConfiguration transports = new HashSetTransportConfiguration();transports.add(new TransportConfiguration(NettyAcceptorFactory.class.getName()));transports.add(new TransportConfiguration(InVMAcceptorFactory.class.getName())); configuration.setAcceptorConfigurations(transports);// Step 2. Create and start the servereServer = new EmbeddedHornetQ();eServer.setConfiguration(configuration);eServer.start();// Step 3. As we are not using a JNDI environment we instantiate the objects irectlyServerLocator serverLocator = HornetQClient.createServerLocatorWithHA(new TransportConfiguration(NettyConnectorFactory.class.getName()), new TransportConfiguration(InVMConnectorFactory.class.getName()));sessionFactory = serverLocator.createSessionFactory();// Step 4. Create a core queuecoreSession = sessionFactory.createSession(true, true, true);QueueQuery qq = coreSession.queueQuery(SimpleString.toSimpleString(QUEUE_NAME));if(!qq.isExists()) coreSession.createQueue(QUEUE_NAME, QUEUE_NAME, true);coreSession.close();// Step 5. Create the session, and the producersession = sessionFactory.createSession();producer = session.createProducer(QUEUE_NAME);// Step 6. Create the message consumer and set a listenerClientConsumer messageConsumer = session.createConsumer(QUEUE_NAME);messageConsumer.setMessageHandler(new QueueListener(session, producer));// Step 7. Start the connection.session.start();// ...// put 50,000 messages into the queue// ...session.close();sessionFactory.close();eServer.stop();
I have also tried to print the journal files, but the message count is always 0:
JournalStorageManager.describeMessagesJournal(journalDirectory);
#JournalFileImpl: (hornetq-data-1.hq id = 209, recordID = 209)#JournalFileImpl: (hornetq-data-2.hq id = 210, recordID = 210)#JournalFileImpl: (hornetq-data-3.hq id = 211, recordID = 211)#JournalFileImpl: (hornetq-data-4.hq id = 212, recordID = 212)#JournalFileImpl: (hornetq-data-9.hq id = 213, recordID = 213)#JournalFileImpl: (hornetq-data-10.hq id = 214, recordID = 214)#JournalFileImpl: (hornetq-data-17.hq id = 215, recordID = 215)#JournalFileImpl: (hornetq-data-18.hq id = 216, recordID = 216)#JournalFileImpl: (hornetq-data-35.hq id = 217, recordID = 217)#JournalFileImpl: (hornetq-data-36.hq id = 218, recordID = 218)#JournalFileImpl: (hornetq-data-57.hq id = 219, recordID = 219)#JournalFileImpl: (hornetq-data-58.hq id = 220, recordID = 220)#JournalFileImpl: (hornetq-data-71.hq id = 221, recordID = 221)#JournalFileImpl: (hornetq-data-72.hq id = 222, recordID = 222)#JournalFileImpl: (hornetq-data-73.hq id = 223, recordID = 223)#JournalFileImpl: (hornetq-data-74.hq id = 224, recordID = 224)#JournalFileImpl: (hornetq-data-187.hq id = 225, recordID = 225)#JournalFileImpl: (hornetq-data-188.hq id = 226, recordID = 226)#JournalFileImpl: (hornetq-data-207.hq id = 227, recordID = 227)#JournalFileImpl: (hornetq-data-208.hq id = 228, recordID = 228)### Surviving Records Summary ###### Prepared TX ###### Message Counts ###message count=0message reference countprepared message count=0
Here is the link of the same question on SO: http://stackoverflow.com/q/14332916/597657
DB:2.71:Hornetq Does Not Persist Messages After Restart 1z
omg, I cannot believe it's working now! I was creating it like:ClientMessage cMessage = session.createMessage(false);
I just change it to "true", and it's persisted now. Thank you very much, I spent the whole day trying to know what the issue is.
-
RELEVANCY SCORE 2.70
DB:2.70:One-Port Support For Hornetq 1z
One of the main features planned for WildFly is to use a single port for all remoting access (including JMS).WildFly 8 will only have a single HTTP port opened and remoting clients will switch to their respective protocols by initiating a HTTP Upgrade request.
This impacts HornetQ since it must be able to fit into this design to have its connectors and acceptors ready to work with a single port.
HornetQ connectors (that are used by clients to connect to the brokers) must be able to initiate the HTTP Upgrade request and switch to its core protocol after the Upgrade succeeds.
Similarly, HornetQ acceptors must be ready to handle the HTTP Upgrade and upgrade the connection to serve the core protocol.
In WildFly, the Undertow Web container is in charge of the HTTP upgrade and protocols must be registered to a ChannelUpgradeHandler and provide an implementation of XNIO's ChannelListenerStreamConnection that corresponds to the switched connection after the upgrade succeeds.
Note that this only concerns HornetQ CORE protocol (used for JMS) and not its STOMP and AMQP implementations where the protocols (and their client implementations) do not support connections initiated by a HTTP Upgrade.
Acceptors
HornetQ is using Netty 3.x at the moment and this version does not accept socket handover. This will not fit with WildFly design where Undertow+XNIO owns the server socket.
There are 2 possibilites to provide one-port acceptor for HornetQ:
1. Upgrade to Netty 4.x (that support socket handover), patch XNIO to be able to access the ServerSocket and implement a ChannelListenerStreamConnection that will access this raw server socket and pass it somehow to Netty in the existing NettyAcceptor. This also implies to run performance tests with Netty 4.x to avoid any regression.
2. Create a XNIO-based Acceptor that can be plugged into HornetQ. This requires no upgrade to Netty (since it will not be used at all) or patch to XNIO. I am not sure how much work this new acceptor represents... and we will have to run performance tests with it too.
In both case, WildFly's messaging subsystem will be configured to register HornetQ core's ChannelListenerStreamConnection to its Undertow server.
For HornetQ standalone, we could also provide one-port support by embedding an Undertow Web server with a ChannelUpgradeHandler and registering its CORE protocol. This would ensure that the HornetQ clients would always use the same connector regardless of connecting to WildFly or standalone HornetQ.
= This would add a dependency to undertow-core + XNIO in hornetq-server module.
Connectors
Connectors will now connect to the broker by initiating a HTTP request with a Upgrade header.
That implies that HornetQ client jar must be able to make this HTTP request and perform the Upgrade handshake.
Unfortunately, java.net.HttpURLConnection can not be used since it does not allow to use the Upgrade header by default.
One option would be to use Undertow client code (adding a dependency to undertow-core + xnio) that would perform the HTTP Upgrade and give access to the StreamConnection.
HornetQ is also using Netty 3.x for its remoting client side. We have the same options to provide one-port connector for HornetQ
1. Upgrade to Netty 4.x, apply the same patch to XNIO to access the raw socket and pass it to the existing Netty Connector
2. Create a XNIO-based Connector. Again, I am not sure how much work this new connector represents...
To sum up, there are 2 alternatives:
1. Upgrade to Netty 4.x, patch XNIO and keep the existing Netty-based connector/acceptor
2. Provde XNIO-based connector/acceptor. I don't know much about XNIO and have no idea the amount of work it represents to provide a new transport (will the same feature set than the Netty ones).
Any thoughts on this?
DB:2.70:One-Port Support For Hornetq 1z
I'd go with the Netty upgrade - especially since we have Norman to assist with any Netty-specific issues.Also, it's not clear to me that the demand is present for one-port support in HornetQ standalone.
-
RELEVANCY SCORE 2.69
DB:2.69:Invalid Stomp Frame With Hornetq And Apache.Nms.Stomp1.5.3 mj
Hi i am facing the problem with Apache.NMS.Stomp1.5.3 andHornetQ2.2.16.when i connected stomp with HornetQ, getting the
following exception for every 30-40 seconds and one more thing is if
the server not getting any response from client(.NET) then the
serverside automatically closing the connection
and saying warning as below,
Warning:-
18:05:12,574 WARN [org.hornetq.core.protocol.
stomp.StompConnection] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from /172.16.170.144:60901. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3] 18:05:12,574 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Client connection failed, clearing up resources for session 9f00524f-7a8a-11e2-a93e-8b9100aee2fd 18:05:12,574 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Cleared up resources for session 9f00524f-7a8a-11e2-a93e-8b9100aee2fd Exception i am getting:- ERROR [org.hornetq.core.protocol.stomp.StompProtocolManager] (Old I/O server worker (parentId: 26735758, [id: 0x0197f48e, /172.16.170.67:61613])) Failed to decode: org.hornetq.core.protocol.stomp.StompException: Invalid STOMP frame: 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, at org.hornetq.core.protocol.stomp.StompDecoder.throwInvalid(StompDecoder.java:566) [hornetq-core-2.2.16.Final-redhat-1.jar:2.2.16.Final (HQ_2_2_16_FINAL, 122)] at org.hornetq.core.protocol.stomp.StompDecoder.decode(StompDecoder.java:367) [hornetq-core-2.2.16.Final-redhat-1.jar:2.2.16.Final (HQ_2_2_16_FINAL, 122)] at org.hornetq.core.protocol.stomp.StompProtocolManager.handleBuffer(StompProtocolManager.java:181) [hornetq-core-2.2.16.Final-redhat-1.jar:2.2.16.Final (HQ_2_2_16_FINAL, 122)] at org.hornetq.core.protocol.stomp.StompConnection.bufferReceived(StompConnection.java:292) [hornetq-core-2.2.16.Final-redhat-1.jar:2.2.16.Final (HQ_2_2_16_FINAL, 122)] at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:534) [hornetq-core-2.2.16.Final-redhat-1.jar:2.2.16.Final (HQ_2_2_16_FINAL, 122)] at org.hornetq.core.remoting.impl.netty.HornetQChannelHandler.messageReceived(HornetQChannelHandler.java:73) [hornetq-core-2.2.16.Final-redhat-1.jar:2.2.16.Final (HQ_2_2_16_FINAL, 122)] at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:100) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:372) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:367) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.channel.socket.oio.OioWorker.run(OioWorker.java:100) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44) [netty-3.2.6.Final-redhat-1.jar:] at org.jboss.netty.util.VirtualExecutorService$ChildExecutorRunnable.run(VirtualExecutorService.java:181) [netty-3.2.6.Final-redhat-1.jar:] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0] Please do the help how to solve these two problems and let me know in which casesi will get these exceptions.. Thank you, UPradeep.
DB:2.69:Invalid Stomp Frame With Hornetq And Apache.Nms.Stomp1.5.3 mj
looks like the warning issue is because of the connection-ttl. Pls try to set your connection-ttl to a bigger value. Regarding the exception I believe it is a bug that already been fixed in later versions of hornetq.Howard
-
RELEVANCY SCORE 2.69
DB:2.69:I Have Lagg Any Game fc
when i play wow diablo 3 dota 2 and cs getting high spike lagghere wow
C:\WINDOWS\system32pathping 63.240.104.93Tracing route to 63.240.104.93 over a maximum of 30 hops 0 ishankadd [192.168.1.58] 1 router.asus.com [192.168.1.1] 2 69.140.224.1 3 xe-11-3-0-32767-sur01.gaithersburg.md.bad.comcast.net [68.85.80.97] 4 ae-31-0-ar04.capitolhghts.md.bad.comcast.net [68.85.114.105] 5 he-5-4-0-0-10-cr01.ashburn.va.ibone.comcast.net [68.86.90.169] 6 pos-0-1-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.30] 7 192.205.37.41 8 cr2.wswdc.ip.att.net [12.122.134.186] 9 cr2.n54ny.ip.att.net [12.122.3.37]10 gar1.nw2nj.ip.att.net [12.122.130.93]11 12.122.251.612 mdf001c7613r0003-gig-12-1.nyc3.attens.net [63.240.65.22]13 * * *Computing statistics for 300 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 ishankadd [192.168.1.58] 0/ 100 = 0% | 1 0ms 0/ 100 = 0% 0/ 100 = 0% router.asus.com [192.168.1.1] 1/ 100 = 1% | 2 58ms 1/ 100 = 1% 0/ 100 = 0% 69.140.224.1 0/ 100 = 0% | 3 58ms 2/ 100 = 2% 1/ 100 = 1% xe-11-3-0-32767-sur01.gaithersburg.md.bad.comcast.net [68.85.80.97] 0/ 100 = 0% | 4 54ms 2/ 100 = 2% 1/ 100 = 1% ae-31-0-ar04.capitolhghts.md.bad.comcast.net [68.85.114.105] 0/ 100 = 0% | 5 49ms 1/ 100 = 1% 0/ 100 = 0% he-5-4-0-0-10-cr01.ashburn.va.ibone.comcast.net [68.86.90.169] 1/ 100 = 1% | 6 45ms 2/ 100 = 2% 0/ 100 = 0% pos-0-1-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.30] 0/ 100 = 0% | 7 39ms 2/ 100 = 2% 0/ 100 = 0% 192.205.37.41 98/ 100 = 98% | 8 --- 100/ 100 =100% 0/ 100 = 0% cr2.wswdc.ip.att.net [12.122.134.186] 0/ 100 = 0% | 9 --- 100/ 100 =100% 0/ 100 = 0% cr2.n54ny.ip.att.net [12.122.3.37] 0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% gar1.nw2nj.ip.att.net [12.122.130.93] 0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.6 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0003-gig-12-1.nyc3.attens.net [63.240.65.22]Trace complete.
DB:2.69:I Have Lagg Any Game fc
rdharmasena7904 wrote:
EG wrote:No. 0 dB is considered perfect. And there are no uncorrectable errors. However, those are subject to the actual *uptime* of the modem. If you just powercycled it then that has little meaning. There are numerous total octets though so I'm assuming the modem has been up awhile.
i have Uncorrectables error
RF Par
They are very low compared to the total octets. And as stated, the total uptime is a factor. Only in an a ideal world there are no errors.
-
RELEVANCY SCORE 2.69
DB:2.69:How To Setup Hornetq Cluster On Jboss 5! p8
Hi,I want to sertup HornetQ cluster on JBoss 5.0 on 2 machine physical
- hornetq1 on machine 1
- hornetq2 on machine 2
== they are cluster together.
Now, i only download JBoss, Java 6, HornetQ 2.0.0.GA and setup them.
I am intergrated HornetQ into JBoss 5.0 with profiles all-with-hornetq.
After, i copy the all-with-hornetq to hornetq1 and hornetq2
Both hornetq1, hornetq2 I edit file server/hornetq1/deploy/hornetq.sar/hornetq-configuration.xml
clusteredtrue/clustered log-delegate-factory-class-nameorg.hornetq.integration.logging.Log4jLogDelegateFactory/log-delegate-factory-class-name
bindings-directory${jboss.server.data.dir}/hornetq/bindings/bindings-directory
journal-directory${jboss.server.data.dir}/hornetq/journal/journal-directory
large-messages-directory${jboss.server.data.dir}/hornetq/largemessages/large-messages-directory
paging-directory${jboss.server.data.dir}/hornetq/paging/paging-directory
connectors connector name="netty" factory-classorg.hornetq.integration.transports.netty.NettyConnectorFactory/factory-class param key="host" value="${hornetq.remoting.netty.host:128.235.107.69}"/ param key="port" value="${hornetq.remoting.netty.port:5445}"/ /connector
connector name="in-vm" factory-classorg.hornetq.core.remoting.impl.invm.InVMConnectorFactory/factory-class /connector
/connectors
acceptors acceptor name="netty" factory-classorg.hornetq.integration.transports.netty.NettyAcceptorFactory/factory-class param key="host" value="${hornetq.remoting.netty.host:128.235.107.69}"/ param key="port" value="${hornetq.remoting.netty.port:5445}"/ /acceptor
acceptor name="in-vm" factory-classorg.hornetq.core.remoting.impl.invm.InVMAcceptorFactory/factory-class param key="server-id" value="0"/ /acceptor
So, what should i do to continue?
Please help me.
Thanks so much.
Tien
DB:2.69:How To Setup Hornetq Cluster On Jboss 5! p8
Hello Andy Taylor,Now, I have two machine: Machine A and Machine B. Both, setup JBoss 5.0, config cluster and test ok. If i Integrated HornetQ on them, how about my old config? I want to deploy HornetQ on both Machine clustered.
Please help me.
Thanks so much.
Tien
-
RELEVANCY SCORE 2.69
DB:2.69:Terrible Internet Connection 7z
Hello,I just picked up the Blast Triple Play package a few weeks ago when I moved into my apartment, and since then, I've had nothing but trouble. A few weeks ago, it was bad, but not terrible. I could still stream HQ videos fine, but had issues with playing real time video games. Since then, a technician came out and fixed the line. That was fine, up until yesterday. Now, I can't go anywhere, download anything, or watch anything without the connection hanging, buffering, etc. for 5-10 seconds at a time.
I took a few pathpings in hope that someone would be able to help. I used the IP for the Diablo 3 servers from Blizzard for the trace, but the issues aren't limited to just that. I've had it on my computer (video streaming, other games, etc), my brother's computer, tablet, iphone, etc.)
Noon:
Microsoft Windows [Version 6.1.7601]Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Xpathping 12.129.209.68
Tracing route to 12.129.209.68 over a maximum of 30 hops
0 X.home.network [10.0.0.3]1 10.0.0.12 XX.XX.XX.X3 xe-10-2-0-32767-sur01.clementon.nj.panjde.comcast.net [68.85.118.61]4 xe-21-1-2-0-ar03.audubon.nj.panjde.comcast.net [68.85.62.129]5 he-3-8-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.95.157]6 pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142]7 192.205.37.418 cr2.wswdc.ip.att.net [12.122.134.186]9 cr1.cgcil.ip.att.net [12.122.18.21]10 cr2.dvmco.ip.att.net [12.122.31.85]11 cr1.slkut.ip.att.net [12.122.30.25]12 cr2.la2ca.ip.att.net [12.122.30.30]13 gar5.lsrca.ip.att.net [12.122.85.33]14 12-122-254-226.attens.net [12.122.254.226]15 206.16.68.4216 paxonix-placeholder.lax1.attens.net [12.129.248.118]17 12.129.209.68
Computing statistics for 425 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 X.home.network [10.0.0.3]0/ 100 = 0% |1 4ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.12/ 100 = 2% |2 457ms 5/ 100 = 5% 3/ 100 = 3% XX.XX.XX.X0/ 100 = 0% |3 511ms 5/ 100 = 5% 3/ 100 = 3% xe-10-2-0-32767-sur01.clementon.nj.panjde.comcast.net [68.85.118.61]0/ 100 = 0% |4 441ms 5/ 100 = 5% 3/ 100 = 3% xe-21-1-2-0-ar03.audubon.nj.panjde.comcast.net [68.85.62.129]0/ 100 = 0% |5 504ms 2/ 100 = 2% 0/ 100 = 0% he-3-8-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.95.157]0/ 100 = 0% |6 458ms 5/ 100 = 5% 3/ 100 = 3% pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142]0/ 100 = 0% |7 415ms 2/ 100 = 2% 0/ 100 = 0% 192.205.37.411/ 100 = 1% |8 --- 100/ 100 =100% 97/ 100 = 97% cr2.wswdc.ip.att.net [12.122.134.186]0/ 100 = 0% |9 --- 100/ 100 =100% 97/ 100 = 97% cr1.cgcil.ip.att.net [12.122.18.21]0/ 100 = 0% |10 --- 100/ 100 =100% 97/ 100 = 97% cr2.dvmco.ip.att.net [12.122.31.85]0/ 100 = 0% |11 --- 100/ 100 =100% 97/ 100 = 97% cr1.slkut.ip.att.net [12.122.30.25]0/ 100 = 0% |12 --- 100/ 100 =100% 97/ 100 = 97% cr2.la2ca.ip.att.net [12.122.30.30]0/ 100 = 0% |13 --- 100/ 100 =100% 97/ 100 = 97% gar5.lsrca.ip.att.net [12.122.85.33]0/ 100 = 0% |14 --- 100/ 100 =100% 97/ 100 = 97% 12-122-254-226.attens.net [12.122.254.226]0/ 100 = 0% |15 --- 100/ 100 =100% 97/ 100 = 97% 206.16.68.420/ 100 = 0% |16 --- 100/ 100 =100% 97/ 100 = 97% paxonix-placeholder.lax1.attens.net [12.129.248.118]0/ 100 = 0% |17 418ms 3/ 100 = 3% 0/ 100 = 0% 12.129.209.68
Trace complete.
12:52 PM:
Microsoft Windows [Version 6.1.7601]Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Xpathping 12.129.209.68
Tracing route to 12.129.209.68 over a maximum of 30 hops
0 X.home.network [10.0.0.3]1 10.0.0.12 XX.XX.XX.X3 xe-10-2-0-32767-sur01.clementon.nj.panjde.comcast.net [68.85.118.61]4 xe-21-1-2-0-ar03.audubon.nj.panjde.comcast.net [68.85.62.129]5 he-3-8-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.95.157]6 pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142]7 192.205.37.418 cr2.wswdc.ip.att.net [12.122.134.186]9 cr1.cgcil.ip.att.net [12.122.18.21]10 cr2.dvmco.ip.att.net [12.122.31.85]11 cr1.slkut.ip.att.net [12.122.30.25]12 cr2.la2ca.ip.att.net [12.122.30.30]13 gar5.lsrca.ip.att.net [12.122.85.33]14 12-122-254-226.attens.net [12.122.254.226]15 206.16.68.4216 paxonix-placeholder.lax1.attens.net [12.129.248.118]17 12.129.209.68
Computing statistics for 425 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 X.home.network [10.0.0.3]0/ 100 = 0% |1 4ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.12/ 100 = 2% |2 457ms 5/ 100 = 5% 3/ 100 = 3% XX.XX.XX.X0/ 100 = 0% |3 511ms 5/ 100 = 5% 3/ 100 = 3% xe-10-2-0-32767-sur01.clementon.nj.panjde.comcast.net [68.85.118.61]0/ 100 = 0% |4 441ms 5/ 100 = 5% 3/ 100 = 3% xe-21-1-2-0-ar03.audubon.nj.panjde.comcast.net [68.85.62.129]0/ 100 = 0% |5 504ms 2/ 100 = 2% 0/ 100 = 0% he-3-8-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.95.157]0/ 100 = 0% |6 458ms 5/ 100 = 5% 3/ 100 = 3% pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142]0/ 100 = 0% |7 415ms 2/ 100 = 2% 0/ 100 = 0% 192.205.37.411/ 100 = 1% |8 --- 100/ 100 =100% 97/ 100 = 97% cr2.wswdc.ip.att.net [12.122.134.186]0/ 100 = 0% |9 --- 100/ 100 =100% 97/ 100 = 97% cr1.cgcil.ip.att.net [12.122.18.21]0/ 100 = 0% |10 --- 100/ 100 =100% 97/ 100 = 97% cr2.dvmco.ip.att.net [12.122.31.85]0/ 100 = 0% |11 --- 100/ 100 =100% 97/ 100 = 97% cr1.slkut.ip.att.net [12.122.30.25]0/ 100 = 0% |12 --- 100/ 100 =100% 97/ 100 = 97% cr2.la2ca.ip.att.net [12.122.30.30]0/ 100 = 0% |13 --- 100/ 100 =100% 97/ 100 = 97% gar5.lsrca.ip.att.net [12.122.85.33]0/ 100 = 0% |14 --- 100/ 100 =100% 97/ 100 = 97% 12-122-254-226.attens.net [12.122.254.226]0/ 100 = 0% |15 --- 100/ 100 =100% 97/ 100 = 97% 206.16.68.420/ 100 = 0% |16 --- 100/ 100 =100% 97/ 100 = 97% paxonix-placeholder.lax1.attens.net [12.129.248.118]0/ 100 = 0% |17 418ms 3/ 100 = 3% 0/ 100 = 0% 12.129.209.68
Trace complete.
C:\Users\X
I have already tried power cycling, to no avail, and I'm using a Technicolor TC8305C model modem.
A response back would be appreciated. Thanks
EDIT: Also, if it matters, as far as the downstream numbers from the modem go:
SNR 41.4 dB 41.5 dB 41.9 dB 41.4 dB 41.4 dB 41.3 dB 41.3 dB 41.4 dB
Power 3.0 dBmV 1.8 dBmV 4.6 dBmV 2.6 dBmV 2.1 dBmV 1.6 dBmV 2.0 dBmV 2.4 dBmV
DB:2.69:Terrible Internet Connection 7z
I switched from 10Mbps DSL to 25M service from Comcast, and I have to say that it was a big mistake. While there are periods when the speed is spot on, and very fast, most times there's a long and agonizing delay in getting the very first screen to show up. This problem was never there with my DSL. Whatever Comcast is doing (or not doing), makes their service to appear inferior to everything I ever had in the past (DSL I should say).Netflix is slower with frequent no connection problems, browsing is slower, and that delay of 20-30 or more seconds is what really gets me. I would not be surprised if I see a class-action suite for false advertising...
-
RELEVANCY SCORE 2.69
DB:2.69:Pathping Test 3p
I ran this test a while ago... I don't really understand it but people said that i don't want (large numbers)/100. I am posting looking for information on what I can possibly do to fix my connection or to inform comcast that there could be a problem. Thanks for any help I can get.Tracing route to mdf1-bi8k-1-ve-87.phx1.attens.net [63.241.138.161]over a maximum of 30 hops:0 toms.hsd1.mi.comcast.net. [10.0.0.3]1 10.0.0.12 c-98-209-40-1.hsd1.mi.comcast.net [98.209.40.1]3 68.85.85.14 te-0-11-0-11-ar01.pontiac.mi.michigan.comcast.net [69.139.255.241]5 he-4-4-0-0-cr01.350ecermak.il.ibone.comcast.net [68.86.90.113]6 he-0-12-0-1-pe04.350ecermak.il.ibone.comcast.net [68.86.83.166]7 192.205.37.218 cr2.cgcil.ip.att.net [12.122.132.158]9 cr2.sl9mo.ip.att.net [12.122.2.22]10 cr1.sl9mo.ip.att.net [12.122.2.217]11 cr2.dlstx.ip.att.net [12.122.3.221]12 cr1.dlstx.ip.att.net [12.122.1.209]13 cr1.phmaz.ip.att.net [12.122.28.182]14 12.123.206.17715 * * *Computing statistics for 350 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 toms.hsd1.mi.comcast.net. [10.0.0.3]0/ 100 = 0% |1 4ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.10/ 100 = 0% |2 12ms 0/ 100 = 0% 0/ 100 = 0% c-98-209-40-1.hsd1.mi.comcast.net [98.209.40.1]0/ 100 = 0% |3 16ms 0/ 100 = 0% 0/ 100 = 0% 68.85.85.10/ 100 = 0% |4 19ms 0/ 100 = 0% 0/ 100 = 0% te-0-11-0-11-ar01.pontiac.mi.michigan.comcast.net [69.139.255.241]0/ 100 = 0% |5 24ms 1/ 100 = 1% 1/ 100 = 1% he-4-4-0-0-cr01.350ecermak.il.ibone.comcast.net [68.86.90.113]0/ 100 = 0% |6 27ms 0/ 100 = 0% 0/ 100 = 0% he-0-12-0-1-pe04.350ecermak.il.ibone.comcast.net [68.86.83.166]0/ 100 = 0% |7 25ms 0/ 100 = 0% 0/ 100 = 0% 192.205.37.21100/ 100 =100% |8 --- 100/ 100 =100% 0/ 100 = 0% cr2.cgcil.ip.att.net [12.122.132.158]0/ 100 = 0% |9 --- 100/ 100 =100% 0/ 100 = 0% cr2.sl9mo.ip.att.net [12.122.2.22]0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr1.sl9mo.ip.att.net [12.122.2.217]0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr2.dlstx.ip.att.net [12.122.3.221]0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.122.1.209]0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr1.phmaz.ip.att.net [12.122.28.182]0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% 12.123.206.177
Trace complete.
DB:2.69:Pathping Test 3p
I ran this test a while ago... I don't really understand it but people said that i don't want (large numbers)/100. I am posting looking for information on what I can possibly do to fix my connection or to inform comcast that there could be a problem. Thanks for any help I can get.Tracing route to mdf1-bi8k-1-ve-87.phx1.attens.net [63.241.138.161]over a maximum of 30 hops:0 toms.hsd1.mi.comcast.net. [10.0.0.3]1 10.0.0.12 c-98-209-40-1.hsd1.mi.comcast.net [98.209.40.1]3 68.85.85.14 te-0-11-0-11-ar01.pontiac.mi.michigan.comcast.net [69.139.255.241]5 he-4-4-0-0-cr01.350ecermak.il.ibone.comcast.net [68.86.90.113]6 he-0-12-0-1-pe04.350ecermak.il.ibone.comcast.net [68.86.83.166]7 192.205.37.218 cr2.cgcil.ip.att.net [12.122.132.158]9 cr2.sl9mo.ip.att.net [12.122.2.22]10 cr1.sl9mo.ip.att.net [12.122.2.217]11 cr2.dlstx.ip.att.net [12.122.3.221]12 cr1.dlstx.ip.att.net [12.122.1.209]13 cr1.phmaz.ip.att.net [12.122.28.182]14 12.123.206.17715 * * *Computing statistics for 350 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 toms.hsd1.mi.comcast.net. [10.0.0.3]0/ 100 = 0% |1 4ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.10/ 100 = 0% |2 12ms 0/ 100 = 0% 0/ 100 = 0% c-98-209-40-1.hsd1.mi.comcast.net [98.209.40.1]0/ 100 = 0% |3 16ms 0/ 100 = 0% 0/ 100 = 0% 68.85.85.10/ 100 = 0% |4 19ms 0/ 100 = 0% 0/ 100 = 0% te-0-11-0-11-ar01.pontiac.mi.michigan.comcast.net [69.139.255.241]0/ 100 = 0% |5 24ms 1/ 100 = 1% 1/ 100 = 1% he-4-4-0-0-cr01.350ecermak.il.ibone.comcast.net [68.86.90.113]0/ 100 = 0% |6 27ms 0/ 100 = 0% 0/ 100 = 0% he-0-12-0-1-pe04.350ecermak.il.ibone.comcast.net [68.86.83.166]0/ 100 = 0% |7 25ms 0/ 100 = 0% 0/ 100 = 0% 192.205.37.21100/ 100 =100% |8 --- 100/ 100 =100% 0/ 100 = 0% cr2.cgcil.ip.att.net [12.122.132.158]0/ 100 = 0% |9 --- 100/ 100 =100% 0/ 100 = 0% cr2.sl9mo.ip.att.net [12.122.2.22]0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr1.sl9mo.ip.att.net [12.122.2.217]0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr2.dlstx.ip.att.net [12.122.3.221]0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.122.1.209]0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr1.phmaz.ip.att.net [12.122.28.182]0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% 12.123.206.177
Trace complete.
-
RELEVANCY SCORE 2.69
DB:2.69:Can't Get Hornetq Working In Jboss4 d1
Hello,The link below discusses (briefly) how to configure HornetQ to work with JBoss 4.X:
http://docs.jboss.org/hornetq/2.2.14.Final/quickstart-guide/en/html/running.html
We are using JBoss 4.0.4.GA on OpenSuSE 10.2 with EJB2.1 (yes - that's all very dated now, I am only too aware of that, but please don't reply with unhelpful suggestions to upgrade. We are on the versions we are on).
The documentation states that HornetQ can be used in JBoss 4.X. No minimum value for X is specified. I mention this because there was one other post that said 4.2 was the minimum version. According to the documentation that is not the case.
There are two vital things that I expected to find in the documentation of how to get HornetQ working in JBoss4:
(1) I checked what the differences were between the default configuration and the default-with-hornetq configuration. There are of course new files in the default-with-hornetq folder, but the only file change is to login-config.xml. So when I start JBoss, how does it know to start using HornetQ as the JMS provider rather than JBossMQ?
(2) ith JBossMQ, I defined my destinations in deploy/jms/xxx-jms-service.xml files - how do I migrate those to HornetQ?
When starting the default-with-hornetq configuration, it is throwing a few errors on startup.
(1) 11:14:50,581 WARN [ServiceController] Problem starting service org.hornetq:service=HornetQJMSStarterService java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()
I replaced the log4j.jar in server/default-with-hornetq/lib with log4j-1.2.17.jar, but still get the same error.
(2) If I drop into deploy my mdb.jar, I get this error:
10:46:23,715 WARN [JMSContainerInvoker] JMS provider failure detected for Message1Bean
javax.naming.NameNotFoundException: XAConnectionFactory not bound
even though my jar file does not make any mention of XAConnectionFactory.
I have commented out keepAlive,reconnetInterval, and DLQHandler from conf/standardjboss.xml as instructed here:
https://community.jboss.org/thread/149163?start=15tstart=0
I am therefore not too sure what it is about my jar that is causing this error.
(3) 2013-03-20 18:32:53,012 ERROR [STDERR] Mar 20, 2013 6:32:53 PM org.hornetq.core.logging.impl.JULLogDelegate warn
WARNING: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
I have been unable to install libaio, but it would appear from the error message that this will not be a fatal problem.
Any helpful answers gratefully appreciated.
DB:2.69:Can't Get Hornetq Working In Jboss4 d1
Andy,I have a question for you . I am creating a new node in JBOSS AS . This is an another server . What stuff I have to move to make hornetQ working
I am assuming -
a) jms-ra.rar in deploy folder
b) hornetq-jms.xml in deploy folder
c) hornetq.sar or should i put those XML(hornet-configuration,hornet-jms and jms-ds) files individually in deploy folder.
d) modifying the ra.xml
And let me know what standard files I need to delete from deploy folder. Your reply would be appreciated .
Thanks,
RJ
-
RELEVANCY SCORE 2.68
DB:2.68:Hornetq Ha Tests, Fails To Go Back To Normal State 9f
Hello,I am faced with a strange behavior.
I have 2 hornetq nodes on 2 hosts, 1 live (HQ1), 1 backup (HQ2)
My test case is the following:
HQ1 is up and live, HQ2 is up and backup.
I have a message producer (MP) and a message consumer (MC).
HQ1 is killed (through a kill -9)
HQ2 becomes the live server.
MP loses connection, and timeouts before HQ2 is up as new live.
MC, loses connection, then gets it again and empties the queue.
HQ1 is restarted, fails to become backup and successfully becomes the new live node.
***********************************************************************************
java -Dcom.sun.management.jmxremote.port=1105 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx2048M -Dhornetq.config.dir=/etc/local/bomapps/messaging-bus/config/bestofmedia/ -Djava.util.logging.config.file=/etc/local/bomapps/messaging-bus/config/bestofmedia//logging.properties -Djava.library.path=. -classpath ../lib/twitter4j-core.jar:../lib/netty.jar:../lib/jnpserver.jar:../lib/jnp-client.jar:../lib/jboss-mc.jar:../lib/jboss-jms-api.jar:../lib/hornetq-twitter-integration.jar:../lib/hornetq-spring-integration.jar:../lib/hornetq-logging.jar:../lib/hornetq-jms.jar:../lib/hornetq-jms-client-java5.jar:../lib/hornetq-jms-client.jar:../lib/hornetq-jboss-as-integration.jar:../lib/hornetq-core.jar:../lib/hornetq-core-client-java5.jar:../lib/hornetq-core-client.jar:../lib/hornetq-bootstrap.jar:/etc/local/bomapps/messaging-bus/config/bestofmedia/:../schemas/ org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml
***********************************************************************************
[main] 15:10:40,387 INFO [org.hornetq.integration.bootstrap.HornetQBootstrapServer] Starting HornetQ Server
[main] 15:10:41,259 WARNING [org.hornetq.core.deployers.impl.FileConfigurationParser] AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
[main] 15:10:41,325 INFO [org.hornetq.core.server.impl.HornetQServerImpl] live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/home/sites/messaging-bus/shared/data/journal,bindingsDirectory=/home/sites/messaging-bus/shared/data/bindings,largeMessagesDirectory=/home/sites/messaging-bus/shared/data/large-messages,pagingDirectory=/home/sites/messaging-bus/shared/data/paging)
[main] 15:10:41,326 INFO [org.hornetq.core.server.impl.HornetQServerImpl] Waiting to obtain live lock
[main] 15:10:41,355 INFO [org.hornetq.core.persistence.impl.journal.JournalStorageManager] Using NIO Journal
[main] 15:10:41,372 WARNING [org.hornetq.core.server.impl.HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
[main] 15:10:41,573 INFO [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] announcing backup
[Thread-0 (group:HornetQ-server-threads20327011-24080548)] 15:10:42,068 WARNING [org.hornetq.core.client.impl.ClientSessionFactoryImpl] Tried 1 times to connect. Now giving up on reconnecting it.
[Thread-0 (group:HornetQ-server-threads20327011-24080548)] 15:10:42,069 WARNING [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] Unable to announce backup
HornetQException[errorCode=2 message=Cannot connect to server(s). Tried with all available servers.]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:619)
at org.hornetq.core.client.impl.ServerLocatorImpl.connect(ServerLocatorImpl.java:503)
at org.hornetq.core.server.cluster.impl.ClusterManagerImpl$1.run(ClusterManagerImpl.java:860)
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
[main] 15:10:46,687 INFO [org.hornetq.core.server.impl.FileLockNodeManager] Waiting to obtain live lock
[main] 15:10:57,191 INFO [org.hornetq.core.server.impl.FileLockNodeManager] Live Server Obtained live lock
[main] 15:10:58,200 INFO [org.hornetq.core.server.impl.HornetQServerImpl] trying to deploy queue jms.queue.monitoringHealthCheck
[main] 15:10:58,206 INFO [org.hornetq.core.server.impl.HornetQServerImpl] trying to deploy queue jms.topic.testing
[main] 15:10:58,294 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 0.0.0.0:61613 for STOMP protocol
[main] 15:10:58,295 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 0.0.0.0:5445 for CORE protocol
[main] 15:10:58,304 INFO [org.hornetq.core.server.impl.HornetQServerImpl] Server is now live
[main] 15:10:58,304 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [60dcd3f9-728f-11e1-bb31-f04da2a29853] started
[hornetq-discovery-group-thread-dg-group1] 15:10:59,299 WARNING [org.hornetq.core.cluster.impl.DiscoveryGroupImpl] There are more than one servers on the network broadcasting the same node id. You will see this message exactly once (per node) if a node is restarted, in which case it can be safely ignored. But if it is logged continuously it means you really do have more than one node on the same network active concurrently with the same node id. This could occur if you have a backup node active at the same time as its live node. nodeID=60dcd3f9-728f-11e1-bb31-f04da2a29853
HQ2 transfers live to HQ1 but fails to become backup:
[Thread-0 (group:HornetQ-scheduled-threads-22745659)] 15:10:47,107 INFO [org.hornetq.core.server.impl.HornetQServerImpl] live server wants to restart, restarting server in backup
[Thread-2] 15:10:57,111 WARNING [org.hornetq.core.cluster.impl.DiscoveryGroupImpl] Timed out waiting to stop discovery thread
[Thread-2] 15:10:57,128 WARNING [org.hornetq.core.server.management.impl.ManagementServiceImpl] On ManagementService stop, there are 18 unexpected registered MBeans: [jms.queue.autonomyIndexing, core.divert.reputation-divert, jms.server, jms.queue.monitoringHealthCheck, jms.queue.reputationDLQ, jms.queue.moderationDLQ, jms.queue.reputationQueue, jms.queue.moderationQueue, jms.queue.asynchronousIndexing_copy, core.divert.moderation-divert, jms.topic.junkDetection, jms.topic.testing, jms.queue.asynchronousIndexing, jms.topic.userEvents, jms.topic.tagsManagement, jms.connectionfactory.ConnectionFactory, jms.queue.results, jms.topic.notifications]
[Thread-2] 15:10:57,184 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [60dcd3f9-728f-11e1-bb31-f04da2a29853] stopped
[Thread-2] 15:10:57,185 INFO [org.hornetq.core.server.impl.HornetQServerImpl] backup server is starting with configuration HornetQ Configuration (clustered=true,backup=true,sharedStore=true,journalDirectory=/home/sites/messaging-bus/shared/data/journal,bindingsDirectory=/home/sites/messaging-bus/shared/data/bindings,largeMessagesDirectory=/home/sites/messaging-bus/shared/data/large-messages,pagingDirectory=/home/sites/messaging-bus/shared/data/paging)
[Thread-3] 15:10:57,185 INFO [org.hornetq.core.server.impl.FileLockNodeManager] Waiting to become backup node
[Thread-3] 15:10:57,185 INFO [org.hornetq.core.server.impl.FileLockNodeManager] ** got backup lock
[Thread-3] 15:10:57,186 INFO [org.hornetq.core.persistence.impl.journal.JournalStorageManager] Using NIO Journal
[Thread-3] 15:10:57,186 WARNING [org.hornetq.core.server.impl.HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
[Thread-3] 15:10:57,266 INFO [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] announcing backup
[Thread-3] 15:10:57,266 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Backup Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [60dcd3f9-728f-11e1-bb31-f04da2a29853] started, waiting live to fail before it gets active
[Thread-0 (group:HornetQ-server-threads32319460-2862744)] 15:10:58,019 WARNING [org.hornetq.core.client.impl.ClientSessionFactoryImpl] Tried 1 times to connect. Now giving up on reconnecting it.
[Thread-0 (group:HornetQ-server-threads32319460-2862744)] 15:10:58,019 WARNING [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] Unable to announce backup
HornetQException[errorCode=2 message=Cannot connect to server(s). Tried with all available servers.]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:619)
at org.hornetq.core.client.impl.ServerLocatorImpl.connect(ServerLocatorImpl.java:503)
at org.hornetq.core.server.cluster.impl.ClusterManagerImpl$1.run(ClusterManagerImpl.java:860)
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
I tried to kill again HQ1, and HQ2 is really not backup and does not detect it should become live.
Any idea why my second node fails to become backup again ?
I am using hornetQ 2.2.5 final, with sun java 6 on linux debian 6 servers
I attach my configuration files for both servers.
Both host share a common directory, used to share the journal and the queues.
Thanks in advance.
Guillaume D.
DB:2.68:Hornetq Ha Tests, Fails To Go Back To Normal State 9f
Yes, on initial startup, the backup annonced itself correctly:[Thread-1] 18:06:12,431 INFO [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] announcing backup
[Thread-1] 18:06:12,433 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Backup Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [60dcd3f9-728f-11e1-bb31-f04da2a29853] started, waiting live to fail before it gets active
[Thread-0 (group:HornetQ-server-threads8032804-26760685)] 18:06:12,763 INFO [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] backup announced
I will re-run the test with ip addresses instead of dns names
-
RELEVANCY SCORE 2.68
DB:2.68:Packet Loss When Connecting To Wow fx
For the past month or so, I have been experiencing frequent lag spikes and high latencies when playing WoW. I had my modem checked, and the connectivity was fine. I had my cable replaced, and that didn't help either. I've run many traceroutes to the server, and have had high amounts of packet loss on all of the hops following the first one, as you can see below:Microsoft Windows [Version 6.1.7600]Copyright (c) 2009 Microsoft Corporation. All rights reserved.C:\Users\Patrick pathping 63.240.104.93Tracing route to 63.240.104.93 over a maximum of 30 hops 0 Patrick-PC.hsd1.va.comcast.net. [192.168.1.125] 1 CISCO04190 [192.168.1.1] 2 c-98-231-204-1.hsd1.md.comcast.net [98.231.204.1] 3 68.85.139.17 4 ae-22-0-ar04.capitolhghts.md.bad.comcast.net [68.85.114.33] 5 pos-5-3-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.93.137] 6 pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142] 7 192.205.37.41 8 cr1.wswdc.ip.att.net [12.122.113.42] 9 cr2.phlpa.ip.att.net [12.122.4.53]10 gar1.pitpa.ip.att.net [12.122.107.85]11 12-122-254-242.attens.net [12.122.254.242]12 mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]13 * * *Computing statistics for 300 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 Patrick-PC.hsd1.va.comcast.net. [192.168.1.125] 0/ 100 = 0% | 1 0ms 0/ 100 = 0% 0/ 100 = 0% CISCO04190 [192.168.1.1] 2/ 100 = 2% | 2 136ms 4/ 100 = 4% 2/ 100 = 2% c-98-231-204-1.hsd1.md.comcast.net[98.231.204.1] 0/ 100 = 0% | 3 167ms 2/ 100 = 2% 0/ 100 = 0% 68.85.139.17 0/ 100 = 0% | 4 133ms 3/ 100 = 3% 1/ 100 = 1% ae-22-0-ar04.capitolhghts.md.bad.comcast.net [68.85.114.33] 0/ 100 = 0% | 5 108ms 5/ 100 = 5% 3/ 100 = 3% pos-5-3-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.93.137] 0/ 100 = 0% | 6 121ms 2/ 100 = 2% 0/ 100 = 0% pos-0-3-0-0-pe01.ashburn.va.ibone.comcast.net [68.86.86.142] 2/ 100 = 2% | 7 90ms 4/ 100 = 4% 0/ 100 = 0% 192.205.37.41 96/ 100 = 96% | 8 --- 100/ 100 =100% 0/ 100 = 0% cr1.wswdc.ip.att.net [12.122.113.42] 0/ 100 = 0% | 9 --- 100/ 100 =100% 0/ 100 = 0% cr2.phlpa.ip.att.net [12.122.4.53] 0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% gar1.pitpa.ip.att.net [12.122.107.85] 0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% 12-122-254-242.attens.net [12.122.254.242] 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0003-gig-10-1.nyc3.attens.net [63.240.65.10]Trace complete.
DB:2.68:Packet Loss When Connecting To Wow fx
What do the modem's signal stats look like ? Try getting them here; http://192.168.100.1 or here http://10.0.0.1Please post the *Downstream Power Level*, the *Upstream Power Level*, and the *SNR* (Signal to Noise Ratio) numbers.What is the exact make and model number of the modem ? -
RELEVANCY SCORE 2.67
DB:2.67:Mdb Is Not Consuming Messages From Queue On Standalone Hornetq af
i am using wildfly-8.0.0.Final and hornetq-2.4.0.Final.I'm trying to read messages from queues on hornetq server using MDB. my MDB is running on wildfly.
First i removed all messaging configuration from standalone.xml(wildfly).In hornetq-2.4.0.Final, i added my queue in hornetq-jms.xml.
In my MDB, I gave
@MessageDriven(activationConfig = {
@ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
@ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/MyQueue"),
@ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
@ActivationConfigProperty(propertyName = "connectorClassName", propertyValue = "org.hornetq.core.remoting.impl.netty.NettyConnectorFactory"),
@ActivationConfigProperty(propertyName = "connectionParameters", propertyValue = "host=localhost;port=5445")})
@ResourceAdapter("hornetq-ra.rar")
Then i started both servers(wildfly,hornetq), hornetq server started smoothly but in wildfly while deploying MDB(M2MEventDistributor), it threw error as,
JBAS014613: Operation ("deploy") failed - address: ([("deployment" = "M2MEventDistributor.jar")]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" = ["jboss.deployment.unit.\"M2MEventDistributor.jar\".component.M2MEventDistributorMDB.CREATE is missing [jboss.ra.hornetq-ra]"]}
and
2014-04-04 13:32:29,042 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1)JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.ra.hornetq-ra (missing) dependents: [service jboss.deployment.unit."M2MEventDistributor.jar".component.M2MEventDistributorMDB.CREATE]
I found that the issue is with hornet-ra adapter,
I searched in internet about this issue and referred links and followed instructions in them, but hard luck, nothing helped me.
Everyone in net, forums, blogs, and communities are saying about deploying hornetq-ra.rar and changing the ra.xml file in that rar file. In wildfly i didn't even find any clue about hornet-ra.rar and ra.xml. But i found hornet-ra-2.4.1.Final.jar in wildfly modules then i added that jar to MDB classpath and also mentioned in the jboss-deployment-structure.xml file. Then also i'm getting the same error.
And then i followed this link https://community.jboss.org/message/756775 , and tried steps which are given by andy taylor except things regarding hornet-ra.rar and ra.xml file, because i don't know where i have to find them.
Then my MDB got deployed but not consuming messages from the queue. in log i found one line,
[org.hornetq.ra] (default-threads - 1) HQ151000: awaiting topic/queue creation queue/MyQueue
So, my questions are,
1) how can i use hornetq-ra adapter to consume messages from queue on standalone hornetq server?
2) where i can find hornet-ra.rar and ra.xml file in wildfly-8.0.0.Final and how can i deploy and use it?
3) where i'm doing wrong and what should i do to get my work done?
If you need any information and files i'll provide immediately...
Can anybody help me to get rid this problem... Thank you in advance..
DB:2.67:Mdb Is Not Consuming Messages From Queue On Standalone Hornetq af
It looks like you updated your comment while I was composing mine. In any event, I'll try to answer your latest questions now...And i observed in wildfly console when i deploy MDB,
JBAS014105: ActivationConfigProperty port will be ignored since it is not allowed by resource adapter: myhornetq-ra
JBAS014105: ActivationConfigProperty host will be ignored since it is not allowed by resource adapter: myhornetq-ra.
As the message here indicates, "host" and "port" are not valid activation configuration properties.
Previously you were using:
@ActivationConfigProperty(propertyName = "connectorClassName", propertyValue = "org.hornetq.core.remoting.impl.netty.NettyConnectorFactory"),
@ActivationConfigProperty(propertyName = "connectionParameters", propertyValue = "host=localhost;port=5445")
These are correct. It's not clear to me why you stopped using these and started using the invalid "host" and "port" properties.
1)how i can connect to remote hornetq server which is running on remote machine?
Make sure the remote server is binding to the proper network interface to allow remote connectivity, and use the right activation configuration properties (see above).
2)where i should mention remote host IP and port apart from in MDB?
See my answer above.
-
RELEVANCY SCORE 2.67
DB:2.67:Is It Possible To Monitor Messages In Hornetq? Any Ideas Or Tools? pm
hey,I want to monitor messages in hornetq, which means i'd like to trace the messages flow in hornetq, eg. how many msgs, the msg content...
I just want to make sure whether msgs are successfully sent to hornetq and taken away from hornetq. Can someone help me ?
Iam using hornetq as stand-alone server.
thanks
DB:2.67:Is It Possible To Monitor Messages In Hornetq? Any Ideas Or Tools? pm
thanks. any GUI tools? -
RELEVANCY SCORE 2.67
DB:2.67:Migration From Websphere Mq To Hornetq fc
1) Message queue backout threshold is currently set to the value: 4 in WebSphere MQ, if migrate to HornetQ, what is the corresponding counterpart in HornetQ and where to set it?2) Sender channel disconnect interval is currently set to the value: 0 in WebSphere MQ, if migrate to HornetQ, what is the corresponding counterpart in HornetQ and where to set it?
3) Queue listener is currently set to auto startup when the queue manager is started in WebSphere MQ, if migrate to HornetQ, what is the corresponding counterpart in HornetQ and where to set it?
Thanks
DB:2.67:Migration From Websphere Mq To Hornetq fc
I'm not sure what back out means. -
RELEVANCY SCORE 2.67
DB:2.67:Jmsredelivered After Client Crash 9m
Hello HornetQ-Team!It is very inspiring to test HornetQ and thank you for producing such a fast messaging server.
While migrating from JBoss MQ we have seen some point according to message redelivery and client crash in JBoss Messaging, see https://community.jboss.org/thread/151962.
This has led to a small test program where we investigated the reaction of HornetQ in this case. The following observation has been made.
If the client crashes (for example shutdown of the JVM within the IDE) after the message has been received by (MessageConsumer c).receive(1000) but before it is acknowledged by the client then the following happens.
1. The message is not visible to the QueueBrowser until the server detects the clients crash and releases the ressources.
2. If the message is visible to the QueueBrowser again the QueueBrowser reports JMSXDeliveryCount = 0 and getJMSRedelivered() =false.
3. If after this the client connects to the server again the message then is redeliverd to the client with JMSXDeliveryCount = 1 and getJMSRedelivered() = false.
But the content of the flags JMSXDeliveryCount and JMSRedelivered that are observed in step 3 do not differ from a first time delivery of a message.
With JBoss Messaging 1.4.3 and 1.4.6 we have seen a similar behaviour as in HornetQ in the case of a client crash.
JBoss MQ sets JMS_JBOSS_REDELIVERY_COUNT = 0 for fresh messages and JMS_JBOSS_REDELIVERY_COUNT = 1 for messages that are re-delivered after a client crash.
Questions:
* Is it a bug or a feature that HornetQ 2.0.0.GA does react in this way?
* Are there parameters to influence the reations of HornetQ to behave an a way that is analog to JBoss MQ?
Greetings
Andreas
DB:2.67:Jmsredelivered After Client Crash 9m
Hello Tim,yes, your fix has been tested in our application using the release 2.1.1.Final.
Best regards,
Andreas
-
RELEVANCY SCORE 2.66
DB:2.66:Stomp 1.2 Not Yet Supported In Hornetq 2.3.0.Cr2 xf
https://issues.jboss.org/browse/HORNETQ-1104 is marked as fixed in 2.3.0.Final - in the CR2 release however it still is not possible to connect using Stomp 1.2:If the client tries to use 1.2, the broker replies: "Stomp versions not supported: 1.2 Supported protocol version are v1.0 v1.1"
update:
It seems to be resolved - I used CR1 and CR2 for the tests and the connection test passes in CR2 now
Regards
Michael Justin
DB:2.66:Stomp 1.2 Not Yet Supported In Hornetq 2.3.0.Cr2 xf
Glad to hear that. -
RELEVANCY SCORE 2.66
DB:2.66:Router Replacement Issue??? j8
Disconnections on WoW
Well here is the short and simple of this... I purchased WoW about 4 weeks ago I would like to say and the first week it was fine, no problems at all, then after that week the problem started happening with DC's very very strong in the mornings, and occasionally throughout the day. We ran pathpings and traceroutes with blizzards staff and then they insisted I call the ISP and the ISP tells me that this problem was out of their hands and mines..... I unfortunately do not have those stats or anything. They then said that the weekly maintenance would hopefully fix these issues everyone was having and it seemed good in the morning and today I got disconnected well over 20 times within an hour and a half... I ran this path ping and traceroute and I was hoping somebody can analyze what is going on and a decent troubleshooting procedure because I am sick of doing Blizzard's troubleshooting over and over and having it be unsuccessful.... here are the pathping and traceroute to the address blizz had me do it to.
Tracing route to 63.241.255.198 over a maximum of 30 hops
0 Mark-PC [192.168.1.3]
1 192.168.1.1
2 10.57.80.1
3 network-024-169-225-037.twmi.rr.com [24.169.225.37]
4 gig3-2.lvnami1-rtr2.twmi.rr.com [24.169.224.133]
5 son0-0-1.clboh1-rtr0.mwrtn.rr.com [65.25.137.169]
6 ae-4-0.cr0.chi30.tbone.rr.com [66.109.6.68]
7 ae-1-0.pr0.chi10.tbone.rr.com [66.109.6.155]
8 xe-10-2-0.edge2.Chicago2.Level3.net [4.59.28.109]
9 vlan51.ebr1.Chicago2.Level3.net [4.69.138.158]
10 ae-6-6.ebr1.Chicago1.Level3.net [4.69.140.189]
11 ae-14-53.car4.Chicago1.Level3.net [4.68.101.72]
12 192.205.33.209
13 cr2.cgcil.ip.att.net [12.122.132.134]
14 cr2.sl9mo.ip.att.net [12.122.2.22]
15 cr2.kc9mo.ip.att.net [12.122.28.89]
16 cr1.dlstx.ip.att.net [12.122.28.85]
17 gar23.dlstx.ip.att.net [12.122.139.153]
18 12-122-254-154.attens.net [12.122.254.154]
19 63.241.193.18
20 * * *
Computing statistics for 475 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 Mark-PC [192.168.1.3]
0/ 100 = 0% |
1 1ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.1
3/ 100 = 3% |
2 8ms 3/ 100 = 3% 0/ 100 = 0% 10.57.80.1
0/ 100 = 0% |
3 10ms 3/ 100 = 3% 0/ 100 = 0% network-024-169-225-037.twmi.rr.co
m [24.169.225.37]
0/ 100 = 0% |
4 13ms 3/ 100 = 3% 0/ 100 = 0% gig3-2.lvnami1-rtr2.twmi.rr.com [2
4.169.224.133]
0/ 100 = 0% |
5 30ms 4/ 100 = 4% 1/ 100 = 1% son0-0-1.clboh1-rtr0.mwrtn.rr.com
[65.25.137.169]
0/ 100 = 0% |
6 44ms 4/ 100 = 4% 1/ 100 = 1% ae-4-0.cr0.chi30.tbone.rr.com [66.
109.6.68]
0/ 100 = 0% |
7 61ms 4/ 100 = 4% 1/ 100 = 1% ae-1-0.pr0.chi10.tbone.rr.com [66.
109.6.155]
0/ 100 = 0% |
8 44ms 4/ 100 = 4% 1/ 100 = 1% xe-10-2-0.edge2.Chicago2.Level3.ne
t [4.59.28.109]
0/ 100 = 0% |
9 39ms 3/ 100 = 3% 0/ 100 = 0% vlan51.ebr1.Chicago2.Level3.net [4
.69.138.158]
0/ 100 = 0% |
10 51ms 3/ 100 = 3% 0/ 100 = 0% ae-6-6.ebr1.Chicago1.Level3.net [4
.69.140.189]
0/ 100 = 0% |
11 --- 100/ 100 =100% 97/ 100 = 97% ae-14-53.car4.Chicago1.Level3.net
[4.68.101.72]
0/ 100 = 0% |
12 41ms 3/ 100 = 3% 0/ 100 = 0% 192.205.33.209
0/ 100 = 0% |
13 --- 100/ 100 =100% 97/ 100 = 97% cr2.cgcil.ip.att.net [12.122.132.1
34]
0/ 100 = 0% |
14 --- 100/ 100 =100% 97/ 100 = 97% cr2.sl9mo.ip.att.net [12.122.2.22]
0/ 100 = 0% |
15 --- 100/ 100 =100% 97/ 100 = 97% cr2.kc9mo.ip.att.net [12.122.28.89
]
0/ 100 = 0% |
16 --- 100/ 100 =100% 97/ 100 = 97% cr1.dlstx.ip.att.net [12.122.28.85
]
0/ 100 = 0% |
17 --- 100/ 100 =100% 97/ 100 = 97% gar23.dlstx.ip.att.net [12.122.139
.153]
0/ 100 = 0% |
18 --- 100/ 100 =100% 97/ 100 = 97% 12-122-254-154.attens.net [12.122.
254.154]
0/ 100 = 0% |
19 65ms 3/ 100 = 3% 0/ 100 = 0% 63.241.193.18
Trace complete.
Tracing route to 63.241.255.198 over a maximum of 30 hops
1 1 ms 1 ms 1 ms 192.168.1.1
2 8 ms 7 ms 8 ms 10.57.80.1
3 10 ms 6 ms 8 ms network-024-169-225-037.twmi.rr.com [24.169.225
37]
4 8 ms 8 ms 9 ms gig3-2.lvnami1-rtr2.twmi.rr.com [24.169.224.133
5 27 ms 24 ms 25 ms son0-0-1.clboh1-rtr0.mwrtn.rr.com [65.25.137.16
]
6 44 ms 39 ms 40 ms ae-4-0.cr0.chi30.tbone.rr.com [66.109.6.68]
7 41 ms 42 ms 43 ms ae-1-0.pr0.chi10.tbone.rr.com [66.109.6.155]
8 36 ms 36 ms 36 ms xe-10-2-0.edge2.Chicago2.Level3.net [4.59.28.10
]
9 41 ms 42 ms 44 ms vlan51.ebr1.Chicago2.Level3.net [4.69.138.158]
10 42 ms 38 ms 35 ms ae-6-6.ebr1.Chicago1.Level3.net [4.69.140.189]
11 65 ms 44 ms 39 ms ae-14-53.car4.Chicago1.Level3.net [4.68.101.72]
12 38 ms 36 ms 35 ms 192.205.33.209
13 63 ms 59 ms 59 ms cr2.cgcil.ip.att.net [12.122.132.134]
14 62 ms 57 ms 63 ms cr2.sl9mo.ip.att.net [12.122.2.22]
15 63 ms 63 ms 63 ms cr2.kc9mo.ip.att.net [12.122.28.89]
16 62 ms 59 ms 61 ms cr1.dlstx.ip.att.net [12.122.28.85]
17 56 ms 60 ms 62 ms gar23.dlstx.ip.att.net [12.122.139.153]
18 58 ms 57 ms 57 ms 12-122-254-154.attens.net [12.122.254.154]
19 60 ms 64 ms 66 ms 63.241.193.18
20 * *
I have a Netgear WGR614 v6 and my RAM and processor is fine for wow I have checked.... not sure if this is the right forum thread for this but if it isn't could you move it please.... But anyway I have heard from Blizzard (WoW) that this looks like a 3 percent packet loss to my modem and that a modem replacement might fix this. I then contacted Brighthouse, which is my ISP and they say this 3 percent is happening from the router.... can I get some expert opinion on what you are seeing here and what should be replaced or any tips on how to fix this, because like I said everything was fine when playing the first week.
-
RELEVANCY SCORE 2.66
DB:2.66:How To Configure Hornetq Cluster On Jboss As 5.1 ds
Hi,I would greatly appreciate if someone please provide a step by step procedure to configure HornetQ cluster using JBoss AS 5.1.
I want to make a copy of "all-with-hornetq" profile say "all-with-hornetq-2" and run both the profiles simultaneously on same physical machine.
actually, i want to run "examples\jms\clustered-queue" in HornetQ-2.0.0.GA distribution, but using JBoss AS 5.1 with HornetQ Cluster.
thanks,
Asim.
DB:2.66:How To Configure Hornetq Cluster On Jboss As 5.1 ds
Hi Tim,Do you have any configure HornetQ cluster example with 2 node? I want to find this cases. Please help me.
Thank you very much.
Tien
-
RELEVANCY SCORE 2.66
DB:2.66:Php Stomp Client (Hornetq 2.2.5 Final) jm
Good day,Risently, I've faced the problem with sending messages to HornetQ from my php script.
I have java code which receives messages:
1 ClientMessage msg = session.recv(1000);
2 if (msg != null) {
3 String property = msg.getString("property");
4 String body = msg.getBodyBuffer().readString();
5 }DB:2.66:Php Stomp Client (Hornetq 2.2.5 Final) jm
Thank you!It works now. The problem with out of bound exception was because I've been using not `readNullableSimpleString()` method, but `readString()` to read content (In "production" code I read content only once).
-
RELEVANCY SCORE 2.65
DB:2.65:Stacktraces Appear In Log When Upgrading From 2.2.2 - 2.2.21 73
While troubleshooting this issue I temporarily upgraded to a more recent (2.2.21) version of HornetQ. The problem described in the other ticket persists. In addition, I get several new DEBUG level stack traces appearing in the log:java.lang.Exception: null
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.init(ClientSessionFactoryImpl.java:181) ~[hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:737) ~[hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at hornet.samples.PingConsumer.main(PingConsumer.java:59) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.6.0_29]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[na:1.6.0_29]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[na:1.6.0_29]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_29]
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:291) ~[na:na]
at java.lang.Thread.run(Thread.java:680) [na:1.6.0_29]
2012-12-04 13:06:51.692 DEBUG default o.h.c.client.impl.ServerLocatorImpl - NodeUp ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-invm-InVMConnectorFactory], discoveryGroupConfiguration=null]::nodeID=9a11dc05-29e4-11e2-89b8-005056c00008, connectorPair=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]
java.lang.Exception: trace
at org.hornetq.core.client.impl.ServerLocatorImpl.notifyNodeUp(ServerLocatorImpl.java:1398) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$Channel0Handler$2.run(ClientSessionFactoryImpl.java:1529) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [na:1.6.0_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [na:1.6.0_29]
at java.lang.Thread.run(Thread.java:680) [na:1.6.0_29]
2012-12-04 13:06:51.694 DEBUG default o.hornetq.core.client.impl.Topology - Topology@15e0a283::NewMemeberAdd nodeId=9a11dc05-29e4-11e2-89b8-005056c00008 member = TopologyMember[connector=Pair[a=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, b=null]]
java.lang.Exception: trace
at org.hornetq.core.client.impl.Topology.updateMember(Topology.java:181) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.client.impl.ServerLocatorImpl.notifyNodeUp(ServerLocatorImpl.java:1403) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$Channel0Handler$2.run(ClientSessionFactoryImpl.java:1529) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [na:1.6.0_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [na:1.6.0_29]
at java.lang.Thread.run(Thread.java:680) [na:1.6.0_29]Are the innocuous? If not, what problem do they represent?
DB:2.65:Stacktraces Appear In Log When Upgrading From 2.2.2 - 2.2.21 73
those are DEBUG statements.. with a trace...I used them to debug issues when I was fixing issues, and decided to leave it there. Maybe they should be made trace instead of DEBUG level.
So they are innocuous.
-
RELEVANCY SCORE 2.65
DB:2.65:Jboss Mdb Not Receiving Messages From Hornetq sm
We are seeing a weird issue in the JBoss that intermittently MDB's are not receiving messages from HornetQ. This happens when we are run JBoss in a KVM (16 GB RAM, 2 vCpu) and the problem goes away when we restart the jboss. In bare metal, this issue is not seen. Below is our environment details- JBoss EAP 6.0.0.GA (AS 7.1.2.Final-redhat-1)
- HornetQ Server version 2.2.16.Final
- JDK 1.7.0_25 (Oracle)
- Cent OS: Linux xsd-mvdclnx57 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
We have two MDB's with queue as destination (jms/queue/Q1 and jms/queue/Q2) and one MDB with topic as destination (jms/topic/T1). None of them receives messages in this state.
Noticed that MDB's and hornetQ started properly.
14-Oct-2013 21:33:04,053 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) HornetQ Server version 2.2.16.Final (HQ_2_2_16_FINAL, 122) [349a958f-3518-11e3-891d-8bed1a580245]) started
:
14-Oct-2013 21:33:19,966 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'Q1MDB' with 'hornetq-ra' resource adapter
14-Oct-2013 21:33:19,966 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'Q2MDB' with 'hornetq-ra' resource adapter
When the messages got published, we do not see any error messages in the server.log, but there are warning messages like below.
14-Oct-2013 21:39:57,673 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
14-Oct-2013 21:39:57,675 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Client connection failed, clearing up resources for session 45b0aac0-3518-11e3-891d-8bed1a580245
14-Oct-2013 21:39:57,679 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Cleared up resources for session 45b0aac0-3518-11e3-891d-8bed1a580245
14-Oct-2013 21:39:57,709 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
14-Oct-2013 21:39:57,709 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Client connection failed, clearing up resources for session 456a2c91-3518-11e3-891d-8bed1a580245
14-Oct-2013 21:39:57,710 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Cleared up resources for session 456a2c91-3518-11e3-891d-8bed1a580245
14-Oct-2013 21:39:57,710 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
If anyone has seen this issue, please share your thoughts.
DB:2.65:Jboss Mdb Not Receiving Messages From Hornetq sm
We just had another occurrence of this issue even with the suggested configuration properties as a workaround.
As far as I can tell from the code it shouldn't be possible for an MDB to have its session(s) timed out by the broker using the activation configuration properties detailed above. I've worked with numerous users who've run into this particular issue and as far as I know they've all been remedied using the previous work-around or by upgrading to a later version where connection validation is disabled for in-vm connections (fixed via HORNETQ-1314). Out of curiosity can you post the configuration for the MDB that's experiencing this problem?
Can you provide some suggestions in terms of where to look in the code to resolve this permanently?
As I indicated previously, this issue should be remedied either by using the aforementioned activation configuration properties or by upgrading HornetQ. Until I understand your specific use-case better I can't make any additional recommendations.
It doesn't look like the reported issue has gotten any traction...
Are you talking about WFLY-2608? If so, it's not surprising that it hasn't gotten any traction since, as I indicated before, it's not a WildFly problem (it's a HornetQ one). If you're not talking about WFLY-2608 please clarify which issue you're referencing.
-
RELEVANCY SCORE 2.65
DB:2.65:Java.Lang.Classcastexception For Connectorfactory In Hornetq 13
I am using JBoss AS 7.1 final version with MDB-3 to configer it with IBM MQ, but getting the below issueERROR [org.hornetq.ra.inflow.HornetQActivation] (default-short-running-threads-threads - 1) Unable to reconnect org.hornetq.ra.inflow.HornetQActivationSpec(ra=org.hornetq.ra.HornetQResourceAdapter@67c78f98 destination=MyRemoteQueue destinationType=javax.jms.Queue ack=Auto-acknowledge durable=false clientID=null user=null maxSession=15): java.lang.ClassCastException: com.ibm.mq.jms.context.WMQInitialContextFactory cannot be cast to org.hornetq.spi.core.remoting.ConnectorFactory
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$2.run(ClientSessionFactoryImpl.java:1366) [hornetq-core-2.2.11.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl$2.run(ClientSessionFactoryImpl.java:1363) [hornetq-core-2.2.11.Final.jar:]
at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.6.0_26]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.instantiateConnectorFactory(ClientSessionFactoryImpl.java:1362) [hornetq-core-2.2.11.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.init(ClientSessionFactoryImpl.java:186) [hornetq-core-2.2.11.Final.jar:]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:732) [hornetq-core-2.2.11.Final.jar:]
at org.hornetq.ra.inflow.HornetQActivation.setupSession(HornetQActivation.java:362) [hornetq-ra-2.2.11.Final.jar:]
at org.hornetq.ra.inflow.HornetQActivation.setup(HornetQActivation.java:294) [hornetq-ra-2.2.11.Final.jar:]
at org.hornetq.ra.inflow.HornetQActivation.handleFailure(HornetQActivation.java:566) [hornetq-ra-2.2.11.Final.jar:]
at org.hornetq.ra.inflow.HornetQActivation$SetupActivation.run(HornetQActivation.java:609) [hornetq-ra-2.2.11.Final.jar:]
at org.jboss.jca.core.workmanager.WorkWrapper.run(WorkWrapper.java:212)
at org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:33)
at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:801)
at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:45)
at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:821)
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)DB:2.65:Java.Lang.Classcastexception For Connectorfactory In Hornetq 13
This is probably the best one. -
RELEVANCY SCORE 2.65
DB:2.65:Cannot Receive Message From Queue kd
Hi,My system runs ok but sometime my standalone queue has problems.
Sometime when i put many message to queue but cannot receive all message (sometime receive no message) until restart queue.
When restart queue, i have log like this:
18:21:54,215 INFO [org.hornetq.integration.bootstrap] HQ101001: Stopping HornetQ Server
18:21:54,212 WARN [org.hornetq.core.server] HQ222154: Error checking DLQ: java.lang.IllegalStateException: Journal must be in state=LOADED, was [STOPPED]
at org.hornetq.core.journal.impl.JournalImpl.checkJournalIsLoaded(JournalImpl.java:1004) [hornetq-journal.jar:]
at org.hornetq.core.journal.impl.JournalImpl.appendUpdateRecord(JournalImpl.java:827) [hornetq-journal.jar:]
at org.hornetq.core.persistence.impl.journal.JournalStorageManager.updateDeliveryCount(JournalStorageManager.java:1403) [hornetq-server.jar:]
at org.hornetq.core.server.impl.QueueImpl.checkRedelivery(QueueImpl.java:2212) [hornetq-server.jar:]
at org.hornetq.core.server.impl.QueueImpl$RefsOperation.afterRollback(QueueImpl.java:2698) [hornetq-server.jar:]
at org.hornetq.core.transaction.impl.TransactionImpl.afterRollback(TransactionImpl.java:456) [hornetq-server.jar:]
at org.hornetq.core.transaction.impl.TransactionImpl.access$200(TransactionImpl.java:38) [hornetq-server.jar:]
at org.hornetq.core.transaction.impl.TransactionImpl$3.done(TransactionImpl.java:331) [hornetq-server.jar:]
at org.hornetq.core.persistence.impl.journal.OperationContextImpl$1.run(OperationContextImpl.java:234) [hornetq-server.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:107) [hornetq-core-client.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
After restart standalone queue, the system run ok again.
What the problem?, anyone help me?
Thanks
DB:2.65:Cannot Receive Message From Queue kd
What's the version of hornetq that you are using? What's you client code looks like ? -
RELEVANCY SCORE 2.65
DB:2.65:Hornetq And Hornetqserver Class, Discrepancy In Documentation Of Example x1
I'm referring to the example documentation, hornetq-2.2.5.Final/examples/jms/embedded/readme.htmlQ: Where has the HornetQ and HornetQServer class gone? Which jar of the 2.2.5-Final release do I have to include in my Eclipse project to write code according to the Example?
There is a discrepancy between the example's documentation and the source code of the Example.
hornetq-2.2.5.Final/examples/jms/embedded/readme.html
hornetq-2.2.5.Final/examples/jms/embedded/src/org/hornetq/jms/example/EmbeddedExample.java
The readme.html states:
....
2. Create the HornetQ core serverHornetQServer hornetqServer = HornetQ.newHornetQServer(configuration);
3. Create and start the JNDI server (using JBoss JNDI implementation)but the code effectively starts an EmbeddedJMS, which somehow contains a JNDI server.
I'm a Newbie. Discrepancies of this sort are extremly confusing for me. Please fix the documentation.
DB:2.65:Hornetq And Hornetqserver Class, Discrepancy In Documentation Of Example x1
I'm referring to the example documentation, hornetq-2.2.5.Final/examples/jms/embedded/readme.htmlQ: Where has the HornetQ and HornetQServer class gone? Which jar of the 2.2.5-Final release do I have to include in my Eclipse project to write code according to the Example?
There is a discrepancy between the example's documentation and the source code of the Example.
hornetq-2.2.5.Final/examples/jms/embedded/readme.html
hornetq-2.2.5.Final/examples/jms/embedded/src/org/hornetq/jms/example/EmbeddedExample.java
The readme.html states:
....
2. Create the HornetQ core serverHornetQServer hornetqServer = HornetQ.newHornetQServer(configuration);
3. Create and start the JNDI server (using JBoss JNDI implementation)but the code effectively starts an EmbeddedJMS, which somehow contains a JNDI server.
I'm a Newbie. Discrepancies of this sort are extremly confusing for me. Please fix the documentation.
-
RELEVANCY SCORE 2.64
DB:2.64:Can The Hornetq Client Auto Find The Hornetq Server 1k
Hi,allCan the HornetQ client auto find the hornetQ server and how to find the it ?
BR.
william
DB:2.64:Can The Hornetq Client Auto Find The Hornetq Server 1k
Hi,Please put your questions to the user forums. This is the development forum for hornetq.
By the way please read the user's manual carefully. I believe it can answer many of your questions.
Howard
-
RELEVANCY SCORE 2.64
DB:2.64:Connection Errors Between Environments xf
We have two environments. Production and development. There should be no connection between these environments. But in the logs we see the following:
Development log:
15:34:26,373 ERROR [org.hornetq.core.remoting.impl.netty.NettyConnector] (Thread-9 (HornetQ-server-HornetQServerImpl::serverUUID=3fa76228-04db-11e3-a76c-46da42cff502-1197229916)) Failed to create netty connection: java.net.UnknownHostException: production
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:225) [rt.jar:1.6.0]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:377) [rt.jar:1.6.0]
at java.net.Socket.connect(Socket.java:539) [rt.jar:1.6.0]
at org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink.connect(OioClientSocketPipelineSink.java:114) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink.eventSunk(OioClientSocketPipelineSink.java:74) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.Channels.connect(Channels.java:541) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.AbstractChannel.connect(AbstractChannel.java:210) [netty-3.2.6.Final.jar:]
at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:227) [netty-3.2.6.Final.jar:]
at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:188) [netty-3.2.6.Final.jar:]
at org.hornetq.core.remoting.impl.netty.NettyConnector.createConnection(NettyConnector.java:473) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.getConnection(ClientSessionFactoryImpl.java:1143) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.getConnectionWithRetry(ClientSessionFactoryImpl.java:993) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connect(ClientSessionFactoryImpl.java:224) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:663) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:619) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.cluster.impl.ClusterConnectionBridge.createSessionFactory(ClusterConnectionBridge.java:152) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.cluster.impl.BridgeImpl.connect(BridgeImpl.java:729) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.cluster.impl.BridgeImpl$ConnectRunnable.run(BridgeImpl.java:1005) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.13.Final.jar:]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897) [rt.jar:1.6.0]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919) [rt.jar:1.6.0]
Production log:
15:40:36,053 ERROR [org.hornetq.core.remoting.impl.netty.NettyConnector] (Thread-0 (HornetQ-server-HornetQServerImpl::serverUUID=72c7c7d8-75fc-11e2-bc0c-46da46ec3702-571351566)) Failed to create netty connection: java.net.UnknownHostException: development
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:225) [rt.jar:1.6.0]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:377) [rt.jar:1.6.0]
at java.net.Socket.connect(Socket.java:539) [rt.jar:1.6.0]
at org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink.connect(OioClientSocketPipelineSink.java:114) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink.eventSunk(OioClientSocketPipelineSink.java:74) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.Channels.connect(Channels.java:541) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.AbstractChannel.connect(AbstractChannel.java:210) [netty-3.2.6.Final.jar:]
at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:227) [netty-3.2.6.Final.jar:]
at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:188) [netty-3.2.6.Final.jar:]
at org.hornetq.core.remoting.impl.netty.NettyConnector.createConnection(NettyConnector.java:473) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.getConnection(ClientSessionFactoryImpl.java:1143) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.getConnectionWithRetry(ClientSessionFactoryImpl.java:993) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connect(ClientSessionFactoryImpl.java:224) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:663) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:619) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.cluster.impl.ClusterConnectionBridge.createSessionFactory(ClusterConnectionBridge.java:152) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.cluster.impl.BridgeImpl.connect(BridgeImpl.java:729) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.cluster.impl.BridgeImpl$ConnectRunnable.run(BridgeImpl.java:1005) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.13.Final.jar:]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897) [rt.jar:1.6.0]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919) [rt.jar:1.6.0]
at java.lang.Thread.run(Thread.java:738) [vm.jar:1.6.0]
Netty Configuration Development:
connectors netty-connector name="netty_D" socket-binding="messaging"/ netty-connector name="netty-throughput" socket-binding="messaging-throughput" param key="batch-delay" value="50"/ /netty-connector in-vm-connector name="in-vm" server-id="0"/ /connectors acceptors netty-acceptor name="netty_D" socket-binding="messaging"/ netty-acceptor name="netty-throughput" socket-binding="messaging-throughput" param key="batch-delay" value="50"/ param key="direct-deliver" value="false"/ /netty-acceptor in-vm-acceptor name="in-vm" server-id="0"/ /acceptors
Netty Configuration Production:
connectors
netty-connector name="netty_D" socket-binding="messaging"/
netty-connector name="netty-throughput" socket-binding="messaging-throughput"
param key="batch-delay" value="50"/
/netty-connector
in-vm-connector name="in-vm" server-id="0"/
/connectors
acceptors
netty-acceptor name="netty_D" socket-binding="messaging"/
netty-acceptor name="netty-throughput" socket-binding="messaging-throughput"
param key="batch-delay" value="50"/
param key="direct-deliver" value="false"/
/netty-acceptor
in-vm-acceptor name="in-vm" server-id="0"/
/acceptors
Thanks in advance
DB:2.64:Connection Errors Between Environments xf
Glad to hear you got it sorted out. It's generally a good idea to set the multicast clustering address and/or port to a non-default value and/or to isolate your environments at a network level from multicast cross-talk. Multicast is powerful, but should be used with care. -
RELEVANCY SCORE 2.63
DB:2.63:Timed Out Waiting For Response When Sending Packet 71 k9
Hi Guys,We are having a problem with our HornetQ setup v2.2.2.
We are frequently recieving "Timed out waiting for response when sending packet 71" on our hornetq clients.
The system we're dealing with is always:
1. under low load
2. Around 10 Topics
3. 3 consumers per topic
4. Producer per topic sending small messages (2000 bytes)
5. HornetQ server is allowed 2 Gb of memory.
6. System load on dedicated HornetQ server always below 0.2
We are usually getting this error message 30 seconds after we tried to send the message.
My connection-ttl is 30 sec and my client-failure-check-period is set to 5 sec.
Anyone having he same issue?
Any solutions to the problem?
If no solutions, how do I early detect that this is happening? (call-timeout?)
DB:2.63:Timed Out Waiting For Response When Sending Packet 71 k9
Hi Clebert,Thanks for your comments so far.
In regards to paging on hornetq level, we're monitoring that closely and in very few cases we've seen paging occuring.
For OS level paging, we're having a few Gb of free memory on top of the max heap allocated for HornetQ.
For 2.2.5, would I need to replace jars on both client and server sides?
/Jonas
-
RELEVANCY SCORE 2.63
DB:2.63:Lag Spikes And Disconnects / Gamer cd
Been getting lag and disconnect for a few weeks now but it has been terrible the last two daysPlease can I have a tech answer to this problem..
Tracing route to 206.18.98.160.tms-idc.com [206.18.98.160]over a maximum of 30 hops: 0 *** PRIVATE*** [192.168.0.2] 1 73.230.143.1 2 xe-11-2-0-0-sur01.hialeahwest.fl.pompano.comcast.net [68.85.125.37] 3 te-0-2-0-6-ar03.northdade.fl.pompano.comcast.net [68.87.162.129] 4 he-0-8-0-0-cr01.miami.fl.ibone.comcast.net [68.86.93.85] 5 * pos-0-3-0-0-pe01.nota.fl.ibone.comcast.net [68.86.87.230] 6 192.205.36.169 7 cr81.fldfl.ip.att.net [12.122.81.26] 8 * cr2.ormfl.ip.att.net [12.122.1.45] 9 * * cr1.ormfl.ip.att.net [12.122.5.185]10 cr2.attga.ip.att.net [12.122.31.29]11 * cr1.nsvtn.ip.att.net [12.122.28.106]12 cr2.nsvtn.ip.att.net [12.122.28.70]13 cr1.cl2oh.ip.att.net [12.122.28.74]14 * cr1.cgcil.ip.att.net [12.122.2.205]15 gar2.clboh.ip.att.net [12.122.133.197]16 * 12.122.251.5017 63.240.130.21418 * * * Computing statistics for 425 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 *** PRIVATE***. [192.168.0.2] 14/ 100 = 14% | 1 14ms 17/ 100 = 17% 3/ 100 = 3% 73.230.143.1 0/ 100 = 0% | 2 17ms 15/ 100 = 15% 1/ 100 = 1% xe-11-2-0-0-sur01.hialeahwest.fl.pompano.comcast.net [68.85.125.37] 0/ 100 = 0% | 3 20ms 19/ 100 = 19% 5/ 100 = 5% te-0-2-0-6-ar03.northdade.fl.pompano.comcast.net [68.87.162.129] 0/ 100 = 0% | 4 21ms 14/ 100 = 14% 0/ 100 = 0% he-0-8-0-0-cr01.miami.fl.ibone.comcast.net [68.86.93.85] 0/ 100 = 0% | 5 16ms 14/ 100 = 14% 0/ 100 = 0% pos-0-3-0-0-pe01.nota.fl.ibone.comcast.net [68.86.87.230] 1/ 100 = 1% | 6 20ms 15/ 100 = 15% 0/ 100 = 0% 192.205.36.169 85/ 100 = 85% | 7 --- 100/ 100 =100% 0/ 100 = 0% cr81.fldfl.ip.att.net [12.122.81.26] 0/ 100 = 0% | 8 --- 100/ 100 =100% 0/ 100 = 0% cr2.ormfl.ip.att.net [12.122.1.45] 0/ 100 = 0% | 9 --- 100/ 100 =100% 0/ 100 = 0% cr1.ormfl.ip.att.net [12.122.5.185] 0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr2.attga.ip.att.net [12.122.31.29] 0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr1.nsvtn.ip.att.net [12.122.28.106] 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr2.nsvtn.ip.att.net [12.122.28.70] 0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr1.cl2oh.ip.att.net [12.122.28.74] 0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% cr1.cgcil.ip.att.net [12.122.2.205] 0/ 100 = 0% |15 --- 100/ 100 =100% 0/ 100 = 0% gar2.clboh.ip.att.net [12.122.133.197] 0/ 100 = 0% |16 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.50 0/ 100 = 0% |17 --- 100/ 100 =100% 0/ 100 = 0% 63.240.130.214Trace complete.
DB:2.63:Lag Spikes And Disconnects / Gamer cd
This happens while gaming or just surfing the internet -
RELEVANCY SCORE 2.63
DB:2.63:How To Configure Hornetq Cluster In A Jboss As 6.1 88
HiIm tryng to configure a jboss6.1 4-node cluster with HornetQ v 2.2.5_Final.
I have found many problems with this topic
1. HornetQ hasnt supports replication, this results in if a node is processing a message and it shutdown the messages than it had are not going to be processed until the server starts again.
2. HornetQ live backup. Every node of HornetQ needs a backup to failover, but if I have 4 nodes I dont want to have 4 backups-hornetq instance, thats a goverment problem
3. HornetQ locks. When a node of the cluster is shutdown the other nodes stops to proccess messages from the queue.
I've read in many posts and the correct way to configure a live-backup is putting the journal directory in a SAN and the backup instance of HornetQ looks it like its journal directory too.
Also Ive read the persistence made for hornetq bring a better performance than a database, for the mechanism used.
Tryng I put two instance of hornetq to use the same directories but when a Jboss starts It locks the directory so the other node never starts waiting the unlocking directory
The only solution that I see is to install the nodes of the cluster with a live-backup for every one
Anybody is in accordance with me? Anything what I said is wrong?
Thanks for your comments.
DB:2.63:How To Configure Hornetq Cluster In A Jboss As 6.1 88
Hi AndyThanks for your answer
I could configure the jbossAS 6.1 instances and the horneq backup instances, everything works ok, but i have a question.
When one application send so much messages to the queue and one node fails, the hornetq-backup says "Im the llive server", but what does the backup do while the jbossAS-node is shutdown?
does It get receiving messages?
Or the backup-hornetq only allows the app still working without locks and doesnt receive messages
Or it receives messages and when the jbossAS starts the messages will be processed
Thank you.
-
RELEVANCY SCORE 2.63
DB:2.63:Packet Loss Diablo 3 j8
Tracing route to 12.129.209.68 over a maximum of 30 hops
0 Jason.hsd1.wa.comcast.net. [98.247.192.35]
1 * 73.98.14.1
2 te-0-0-0-7-ur10.everett.wa.seattle.comcast.net [68.87.206.181]
3 ae-29-0-ar03.seattle.wa.seattle.comcast.net [69.139.164.217]
4 he-1-5-0-0-10-cr01.seattle.wa.ibone.comcast.net [68.86.94.57]
5 be-16-pe03.seattle.wa.ibone.comcast.net [68.86.83.10]
6 as7018.seattle.wa.ibone.comcast.net [66.208.229.98]
7 cr81.st0wa.ip.att.net [12.122.82.254]
8 cr2.st6wa.ip.att.net [12.122.5.198]
9 cr2.cgcil.ip.att.net [12.122.31.129]
10 cr1.cgcil.ip.att.net [12.122.2.53]
11 cr2.dvmco.ip.att.net [12.122.31.85]
12 cr1.slkut.ip.att.net [12.122.30.25]
13 cr2.la2ca.ip.att.net [12.122.30.30]
14 gar20.la2ca.ip.att.net [12.122.128.181]
15 12-122-254-234.attens.net [12.122.254.234]
16 mdf001c7613r0002.lax1.attens.net [206.16.68.54]
17 12.129.209.68Computing statistics for 425 seconds...
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 Jason.hsd1.wa.comcast.net. [98.247.192.35]
0/ 100 = 0% |
1 11ms 2/ 100 = 2% 2/ 100 = 2% 73.98.14.1
0/ 100 = 0% |
2 12ms 3/ 100 = 3% 3/ 100 = 3% te-0-0-0-7-ur10.everett.wa.seattle.comcast.net [68.87.206.181]
0/ 100 = 0% |
3 28ms 0/ 100 = 0% 0/ 100 = 0% ae-29-0-ar03.seattle.wa.seattle.comcast.net [69.139.164.217]
0/ 100 = 0% |
4 20ms 0/ 100 = 0% 0/ 100 = 0% he-1-5-0-0-10-cr01.seattle.wa.ibone.comcast.net [68.86.94.57]
0/ 100 = 0% |
5 16ms 1/ 100 = 1% 1/ 100 = 1% be-16-pe03.seattle.wa.ibone.comcast.net [68.86.83.10]
0/ 100 = 0% |
6 21ms 0/ 100 = 0% 0/ 100 = 0% as7018.seattle.wa.ibone.comcast.net [66.208.229.98]
3/ 100 = 3% |
7 --- 100/ 100 =100% 97/ 100 = 97% cr81.st0wa.ip.att.net [12.122.82.254]
0/ 100 = 0% |
8 --- 100/ 100 =100% 97/ 100 = 97% cr2.st6wa.ip.att.net [12.122.5.198]
0/ 100 = 0% |
9 --- 100/ 100 =100% 97/ 100 = 97% cr2.cgcil.ip.att.net [12.122.31.129]
0/ 100 = 0% |
10 --- 100/ 100 =100% 97/ 100 = 97% cr1.cgcil.ip.att.net [12.122.2.53]
0/ 100 = 0% |
11 --- 100/ 100 =100% 97/ 100 = 97% cr2.dvmco.ip.att.net [12.122.31.85]
0/ 100 = 0% |
12 --- 100/ 100 =100% 97/ 100 = 97% cr1.slkut.ip.att.net [12.122.30.25]
0/ 100 = 0% |
13 --- 100/ 100 =100% 97/ 100 = 97% cr2.la2ca.ip.att.net [12.122.30.30]
0/ 100 = 0% |
14 --- 100/ 100 =100% 97/ 100 = 97% gar20.la2ca.ip.att.net [12.122.128.181]
0/ 100 = 0% |
15 --- 100/ 100 =100% 97/ 100 = 97% 12-122-254-234.attens.net [12.122.254.234]
0/ 100 = 0% |
16 --- 100/ 100 =100% 97/ 100 = 97% mdf001c7613r0002.lax1.attens.net [206.16.68.54]
0/ 100 = 0% |
17 74ms 3/ 100 = 3% 0/ 100 = 0% 12.129.209.68Trace complete.
That is my Path ping test and as you can i see i loss up to 3% packets and that makes the game glitch and lag which is very annoying. i contacted blizzard support and they said it wasnt anything on their end. Thank you for your time and please help ASAPDB:2.63:Packet Loss Diablo 3 j8
Same problems. I've had enough and trying to find a new provider. -
RELEVANCY SCORE 2.63
DB:2.63:Multiple Clusters On The Same Network sz
I have multiple clusters on the same network (LAN).Currently, I am facing an issue with HornetQ configuration,
ERROR (Thread-11 (HornetQ-client-global-threads-1319079009)) 2012-11-20 15:08:40,953 [org.hornetq.core.server.cluster.impl.ClusterConnectionImpl] HornetQLoggerFactory$HornetQLogDelegate Failed to handle message: java.lang.IllegalStateException: Cannot find binding for 5ea6ba12-ab4b-4a0a-bf18-c2e52e852573e8370d59-3323-11e2-a6c0-005056a1003a on ClusterConnectionImpl@198385039[nodeUUID=e8370d59-3323-11e2-a6c0-005056a1003a, connector=org-hornetq-core-remoting-impl-netty-NettyConnectorFactory?port=5445host=0-0-0-0, address=jms, server=HornetQServerImpl::serverUUID=e8370d59-3323-11e2-a6c0-005056a1003a]
at org.hornetq.core.server.cluster.impl.ClusterConnectionImpl$MessageFlowRecordImpl.doConsumerCreated(ClusterConnectionImpl.java:1458) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.cluster.impl.ClusterConnectionImpl$MessageFlowRecordImpl.onMessage(ClusterConnectionImpl.java:1225) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:983) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:48) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1113) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.13.Final.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_07]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_07]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_07]
Is there any documentation that explains all the steps/problems we can encounter when we are trying to setup multiple clusters on the same network ?
DB:2.63:Multiple Clusters On The Same Network sz
I was able to resolve the problem, by making sure that every cluster has a unique value for [broadcast-group -- group-address] and [discovery-group -- group-address]broadcast-groups
broadcast-group name="bg-config"
local-bind-port9877/local-bind-port
group-address224.1.22.1/group-address
group-port9876/group-port
broadcast-period5000/broadcast-period
connector-ref
netty
/connector-ref
/broadcast-group
/broadcast-groups
discovery-groups
discovery-group name="dg-config"
group-address224.1.22.1/group-address
group-port9876/group-port
refresh-timeout10000/refresh-timeout
/discovery-group
/discovery-groups
cluster-connections
cluster-connection name="config-cluster"
addressjms/address
connector-refnetty/connector-ref
forward-when-no-consumerstrue/forward-when-no-consumers
max-hops1/max-hops
discovery-group-ref discovery-group-name="dg-config"/
/cluster-connection
/cluster-connections
-
RELEVANCY SCORE 2.62
DB:2.62:How To Run Hornetq Standalone As Part Of As 7? 91
I need, for commercial license purposes, to run hornetQ as a standalone module in the AS 7 product.What would be the steps to acheive that?
How would I upgrade the hornetq version if need be?
Thanks,
Yair
DB:2.62:How To Run Hornetq Standalone As Part Of As 7? 91
Try first with plain jconsole, that will show you all the possible remote options, than use those options to connect in your application. -
RELEVANCY SCORE 2.61
DB:2.61:Jbos Migration 4.2.2 - 6.1.0 Hornetq a3
Hi,I am trying to migrate a jboss 4.2.2 to Jboss 6.1.0.Final
In 4.2.2 the ?????-service.xml
is
server
mbean code="org.jboss.mq.server.jmx.Topic"
name="jboss.mq.destination:service=Topic,name=ALARMNOTIFICATIONS"
depends optional-attribute-name="DestinationManager"jboss.mq:service=DestinationManager/depends
depends optional-attribute-name="SecurityManager"jboss.mq:service=SecurityManager/depends
attribute name="SecurityConf"
security
role name="guest" read="true" write="true"/
role name="publisher" read="true" write="true" create="false"/
role name="durpublisher" read="true" write="true" create="true"/
/security
/attribute
/mbean
/server
Now as far as I have found the found in the web in order to migrate to HornetQ I need to add
???-hornetq-jms.xml to the \server\default\deploy directory
configuration xmlns="urn:hornetq"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:hornetq ../schemas/hornetq-jms.xsd "
connection-factory name="ConnectionFactory"
connectors
connector-ref connector-name="netty"/
/connectors
entries
entry name="ConnectionFactory"/
/entries
/connection-factory
topic name="OSNOTIFICATIONS"
entry name="/topic/OSNOTIFICATIONS"/
/topic
/configuration
But I get
14:48:38,694 INFO [HornetQServerImpl] trying to deploy queue jms.topic.OSNOTIFICATIONS
Is this OK??
Many thx for the help
Full log:
14:48:19,634 INFO [AbstractServer] Starting: JBossAS [6.1.0.Final "Neo"]
14:48:21,027 INFO [ServerInfo] Java version: 1.6.0_35,Sun Microsystems Inc.
14:48:21,027 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_35-b10)
14:48:21,028 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 20.10-b01,Sun Microsystems Inc.
14:48:21,028 INFO [ServerInfo] OS-System: Windows 7 6.1,amd64
14:48:21,028 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Dlogging.configuration=file:logging.properties -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.endorsed.dirs=D:\PROJECTS\JBOSS\jboss\AS6\lib\endorsed
14:48:21,070 INFO [JMXKernel] Legacy JMX core initialized
14:48:27,919 INFO [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.1.GA
14:48:28,445 INFO [JSFImplManagementDeployer] Initialized 3 JSF configurations: [Mojarra-1.2, MyFaces-2.0, Mojarra-2.0]
14:48:34,272 WARNING [FileConfigurationParser] AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
14:48:34,464 INFO [JMXConnector] starting JMXConnector on host 127.0.0.1:1090
14:48:34,545 INFO [MailService] Mail Service bound to java:/Mail
14:48:35,292 INFO [HornetQServerImpl] live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/journal,bindingsDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/bindings,largeMessagesDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/largemessages,pagingDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/paging)
14:48:35,294 INFO [HornetQServerImpl] Waiting to obtain live lock
14:48:35,352 INFO [JournalStorageManager] Using NIO Journal
14:48:35,377 WARNING [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
14:48:35,473 INFO [FileLockNodeManager] Waiting to obtain live lock
14:48:35,473 INFO [FileLockNodeManager] Live Server Obtained live lock
14:48:36,345 INFO [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 127.0.0.1:5445 for CORE protocol
14:48:36,348 INFO [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 127.0.0.1:5455 for CORE protocol
14:48:36,351 INFO [HornetQServerImpl] Server is now live
14:48:36,351 INFO [HornetQServerImpl] HornetQ Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [2f742069-39f0-11e2-9b60-d067e5498ea4] started
14:48:36,395 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
14:48:36,541 INFO [jbossatx] ARJUNA-32010 JBossTS Recovery Service (tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
14:48:36,546 INFO [arjuna] ARJUNA-12324 Start RecoveryActivators
14:48:36,561 INFO [arjuna] ARJUNA-12296 ExpiredEntryMonitor running at Mon, 4 Feb 2013 14:48:36
14:48:36,615 INFO [arjuna] ARJUNA-12310 Recovery manager listening on endpoint 127.0.0.1:4712
14:48:36,616 INFO [arjuna] ARJUNA-12344 RecoveryManagerImple is ready on port 4712
14:48:36,616 INFO [jbossatx] ARJUNA-32013 Starting transaction recovery manager
14:48:36,632 INFO [arjuna] ARJUNA-12163 Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 4713
14:48:36,633 INFO [arjuna] ARJUNA-12337 TransactionStatusManagerItem host: 127.0.0.1 port: 4713
14:48:36,638 INFO [arjuna] ARJUNA-12170 TransactionStatusManager started on port 4713 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
14:48:36,670 INFO [jbossatx] ARJUNA-32017 JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
14:48:36,734 INFO [arjuna] ARJUNA-12202 registering bean jboss.jta:type=ObjectStore.
14:48:36,938 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_35\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\IBM\RationalSDLC\common;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ooRexx;C:\Program Files\IBM\RationalSDLC\ClearCase\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Tcl\bin;C:\SWS4\NTBIN;C:\SWS4\CMP\NTBIN;C:\SWS4\MED;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\IBM\RationalSDLC\common;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ooRexx;C:\Program Files\IBM\RationalSDLC\ClearCase\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;.
14:48:37,070 INFO [TomcatDeployment] deploy, ctxPath=/invoker
14:48:37,437 INFO [ModClusterService] Initializing mod_cluster 1.1.0.Final
14:48:37,509 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
14:48:37,525 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
14:48:37,534 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/jms-ra.rar/META-INF/ra.xml
14:48:37,552 INFO [HornetQResourceAdapter] HornetQ resource adaptor started
14:48:37,559 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/mail-ra.rar/META-INF/ra.xml
14:48:37,575 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
14:48:37,684 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-2
14:48:37,722 INFO [SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:48:37,723 INFO [QuartzScheduler] Quartz Scheduler v.1.8.3 created.
14:48:37,725 INFO [RAMJobStore] RAMJobStore initialized.
14:48:37,727 INFO [QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.3) 'JBossQuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:48:37,728 INFO [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.
14:48:37,728 INFO [StdSchedulerFactory] Quartz scheduler version: 1.8.3
14:48:37,728 INFO [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.
14:48:38,080 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
14:48:38,264 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
14:48:38,387 INFO [xnio] XNIO Version 2.1.0.CR2
14:48:38,396 INFO [nio] XNIO NIO Implementation Version 2.1.0.CR2
14:48:38,538 INFO [remoting] JBoss Remoting version 3.1.0.Beta2
14:48:38,613 INFO [TomcatDeployment] deploy, ctxPath=/
14:48:38,673 INFO [HornetQServerImpl] trying to deploy queue jms.queue.DLQ
14:48:38,694 INFO [HornetQServerImpl] trying to deploy queue jms.topic.OSNOTIFICATIONS
14:48:38,716 INFO [HornetQServerImpl] trying to deploy queue jms.queue.ExpiryQueue
14:48:38,733 INFO [service] Removing bootstrap log handlers
14:48:38,787 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
14:48:38,810 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
14:48:38,811 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.1.0.Final "Neo"] Started in 19s:175ms
DB:2.61:Jbos Migration 4.2.2 - 6.1.0 Hornetq a3
That looks fine in general, but I would strongly recommend you use JBoss AS7 rather than AS 6 (which is no longer developed). Furthermore, AS7 would have a much newer version of HornetQ (2.2.5 is pretty old now). -
RELEVANCY SCORE 2.61
DB:2.61:Multiple Instances Of Hornetq Server While Enabling Persistency 31
Hi there,I need to run a core hornetQ server by code (not xml) with enabling persistencty. I want to run multiple instances of the server on the same machine. However, server B always waits for "server.lock" until the server A releases that lock (on shutdown of course). How to achieve that? Maybe something related to the cluster environment? Here is my code:
// Step 1. Create the Configuration, and set the properties accordinglyConfiguration configuration = new ConfigurationImpl();configuration.setPersistenceEnabled(true);configuration.setPersistIDCache(true);configuration.setJMXManagementEnabled(true);configuration.setMessageCounterEnabled(true);configuration.setPersistDeliveryCountBeforeDelivery(true);configuration.setSecurityEnabled(false);configuration.setJournalSyncTransactional(true);configuration.setJournalSyncNonTransactional(true);configuration.setJournalType(JournalType.NIO);configuration.setThreadPoolMaxSize(100);AddressSettings as = new AddressSettings();as.setRedeliveryDelay(10000); // 10 secondsas.setMaxDeliveryAttempts(Integer.MAX_VALUE);configuration.getAddressesSettings().put("#", as);HashSetTransportConfiguration transports = new HashSetTransportConfiguration(); transports.add(new TransportConfiguration(NettyAcceptorFactory.class.getName()));transports.add(new TransportConfiguration(InVMAcceptorFactory.class.getName()));
configuration.setAcceptorConfigurations(transports);// Step 2. Create and start the servereServer = new EmbeddedHornetQ();eServer.setConfiguration(configuration);eServer.start();// Step 2. Create and start the server//iServer = HornetQServers.newHornetQServer(configuration);//iServer.start();// Step 3. As we are not using a JNDI environment we instantiate the objects directlyServerLocator serverLocator = HornetQClient.createServerLocatorWithHA(new TransportConfiguration(NettyConnectorFactory.class.getName()),new TransportConfiguration(InVMConnectorFactory.class.getName()));serverLocator.setUseGlobalPools(true);serverLocator.setThreadPoolMaxSize(-1);serverLocator.setProducerWindowSize(-1);serverLocator.setProducerMaxRate(-1);serverLocator.setConsumerWindowSize(-1);serverLocator.setConsumerMaxRate(-1);serverLocator.setBlockOnDurableSend(true);sessionFactory = serverLocator.createSessionFactory();// Step 4. Create a core queuesession = sessionFactory.createSession(true, true, 0);QueueQuery qq = session.queueQuery(SimpleString.toSimpleString(QUEUE_NAME));if(!qq.isExists()) session.createQueue(QUEUE_NAME, QUEUE_NAME, true);else messageCount.set(qq.getMessageCount());// Step 5. Create the session, and the producerproducer = session.createProducer(QUEUE_NAME);// Step 6. Create the message consumer and set a listenerClientConsumer consumer = session.createConsumer(QUEUE_NAME);consumer.setMessageHandler(new QueueListener(session));// Step 7. Start the connection.session.start();
DB:2.61:Multiple Instances Of Hornetq Server While Enabling Persistency 31
you need to set the journal and bindings directories to something different for each server -
RELEVANCY SCORE 2.61
DB:2.61:Hornetq Management Gui Console 97
Is there any GUI console for hornetQ where we can do all the configuration changes like ....1.adding/deleting queues/topics dynamically
2. Security related configurations
3.can see how many no of messages in queue ?
DB:2.61:Hornetq Management Gui Console 97
But can we manage JMS messages from standalone hornetq CLI ( something similar to jboss CLI) .
Standalone HornetQ doesn't ship with a CLI management tool. If you want to use such a tool then use Wildfly (which comes with HornetQ). You can slim your Wildfly profile down to just HornetQ + dependencies (e.g. JNDI, management, etc.).
-
RELEVANCY SCORE 2.61
DB:2.61:Hornetqnotconnectedexception pd
Is this error normal? How to avoid it?ssionFactoryImpl.java:427) [hornetq-core-client-2.4.1.Final.jar:]
WARN [org.hornetq.core.server] (hornetq-failure-check-thread) HQ22
2107: Cleared up resources for session 45b86197-c4d0-11e3-af93-2f3b3fbf4df8
WARN [org.hornetq.jms.server] (Thread-2 (HornetQ-client-global-thr
eads-22269059)) Notified of connection failure in xa discovery, we will retry on
the next recovery: HornetQNotConnectedException[errorType=NOT_CONNECTED message
=HQ119006: Channel disconnected]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connectionDestr
oyed(ClientSessionFactoryImpl.java:427) [hornetq-core-client-2.4.1.Final.jar:]
Thanks!
DB:2.61:Hornetqnotconnectedexception pd
We have no clue what this HornetQ is.
http://lmgtfy.com/?q=hornetq
but what does CapeDwarf uses it for?
We use it to implement TaskQueue API.
Maybe you can advise us on how to disable it (the warning)?
This is a question for HornetQ forum.
-
RELEVANCY SCORE 2.60
DB:2.60:Jboss Hornetq First Try kf
Hello everybody,I'm very new to HornetQ and JBoss.
I'm trying to develop a simple message passing application but I have some questions:
1) I configured HornetQ in JBoss (I followed this tutorial: http://planet.jboss.org/post/hornetq_on_jboss_as70), but I still cannot import org.hornetq.api.... classes. How can I add these libraries to my JBoss AS 7?
2) Can anyone proide any example of Eclipse project?regards
LauraDB:2.60:Jboss Hornetq First Try kf
Ok, thanks! -
RELEVANCY SCORE 2.60
DB:2.60:Jboss 7.1.1 Hornetq Failover - Failed To Announce Backup 87
HiI am trying out the sample of HornetQ failover using 2 Jboss server running in different machines.
In the first Jboss server I configured HornetQ as Live server.
In the second JBoss server I configured another HQ as backup server.
I have used the attached config file for HornetQ setup.
The first Jboss server I am starting with - standalone-hornetq-colocated-primary.xml
The second Jboss server I am starting with - standalone-hornetq-colocated-sec.xml
I am getting the below error in the second Jboss server console -
4:38:08,043 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 10151ms - Started 152 of 198 services (45 services are passive or on-demand)
14:38:27,684 WARN [org.hornetq.core.server.cluster.impl.ClusterConnectionImpl] (Thread-0 (HornetQ-server-HornetQServerImpl::serverUUID=ef818b2d-dd4d-11e1-9541-3c07544a7197-12567132)) Unable to announce backup, retrying: HornetQException[errorCode=3 message=Timed out waiting to receive initial broadcast from cluster] at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:711) [hornetq-core-2.2.13.Final.jar:] at org.hornetq.core.client.impl.ServerLocatorImpl.connect(ServerLocatorImpl.java:588) [hornetq-core-2.2.13.Final.jar:] at org.hornetq.core.server.cluster.impl.ClusterConnectionImpl$2.run(ClusterConnectionImpl.java:485) [hornetq-core-2.2.13.Final.jar:] at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.13.Final.jar:] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_31] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_31] at java.lang.Thread.run(Thread.java:680)
Please have a look at the attached files and help me out solving this issue.I am just trying out if i kill the primary HQ server the Backup server should take it up.
Looking forward your response..Thanks!
DB:2.60:Jboss 7.1.1 Hornetq Failover - Failed To Announce Backup 87
HiI am trying out the sample of HornetQ failover using 2 Jboss server running in different machines.
In the first Jboss server I configured HornetQ as Live server.
In the second JBoss server I configured another HQ as backup server.
I have used the attached config file for HornetQ setup.
The first Jboss server I am starting with - standalone-hornetq-colocated-primary.xml
The second Jboss server I am starting with - standalone-hornetq-colocated-sec.xml
I am getting the below error in the second Jboss server console -
4:38:08,043 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 10151ms - Started 152 of 198 services (45 services are passive or on-demand)
14:38:27,684 WARN [org.hornetq.core.server.cluster.impl.ClusterConnectionImpl] (Thread-0 (HornetQ-server-HornetQServerImpl::serverUUID=ef818b2d-dd4d-11e1-9541-3c07544a7197-12567132)) Unable to announce backup, retrying: HornetQException[errorCode=3 message=Timed out waiting to receive initial broadcast from cluster] at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:711) [hornetq-core-2.2.13.Final.jar:] at org.hornetq.core.client.impl.ServerLocatorImpl.connect(ServerLocatorImpl.java:588) [hornetq-core-2.2.13.Final.jar:] at org.hornetq.core.server.cluster.impl.ClusterConnectionImpl$2.run(ClusterConnectionImpl.java:485) [hornetq-core-2.2.13.Final.jar:] at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.13.Final.jar:] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_31] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_31] at java.lang.Thread.run(Thread.java:680)
Please have a look at the attached files and help me out solving this issue.I am just trying out if i kill the primary HQ server the Backup server should take it up.
Looking forward your response..Thanks!
-
RELEVANCY SCORE 2.60
DB:2.60:How To Shutdown Jms Client Threads Safely? 91
Hi,I always see this error from exec-maven-plugin complaining HornetQ client threads is remaining even if connection is closed:
[WARNING] thread Thread[Thread-0 (HornetQ-client-global-threads-1680046952),5,HornetQ-client-global-threads-1680046952] was interrupted but is still alive after waiting at least 15000msecs
[WARNING] thread Thread[Thread-0 (HornetQ-client-global-threads-1680046952),5,HornetQ-client-global-threads-1680046952] will linger despite being asked to die via interruption
[WARNING] thread Thread[Thread-0 (HornetQ-client-global-scheduled-threads-953129585),5,HornetQ-client-global-scheduled-threads-953129585] will linger despite being asked to die via interruption
[WARNING] thread Thread[Thread-1 (HornetQ-client-global-scheduled-threads-953129585),5,HornetQ-client-global-scheduled-threads-953129585] will linger despite being asked to die via interruption
[WARNING] NOTE: 3 thread(s) did not finish despite being asked to via interruption. This is not a problem with exec:java, it is a problem with the running code. Although not serious, it should be remedied.
[WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=com.github.igarashitm.switchyard_issues.SWITCHYARD_2404.JMSClient,maxpri=10]
java.lang.IllegalThreadStateException
at java.lang.ThreadGroup.destroy(ThreadGroup.java:775)
at java.lang.ThreadGroup.destroy(ThreadGroup.java:792)
at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:328)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:347)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:154)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:582)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Is there any way to avoid this? the reproducer for HORNETQ-1435 also shows above.
[HORNETQ-1435] lot of WARN from NioEventLoop: Selector.select() returned prematurely 512 times in a row; rebuilding sele
Thanks,
Tomo
DB:2.60:How To Shutdown Jms Client Threads Safely? 91
Attaching a thread dump - I just added Thread.sleep(10000) right after Connection.close() and got this thread dump. You can see some HornetQ-client-* threads are still running. -
RELEVANCY SCORE 2.60
DB:2.60:New To Hornetq 2.2.5.Final x1
Hi, I have seen the record break statistic blog of 8.2 million messages/sec. I want to test it. I have downloaded the SPECJVM2008.jar setup and installed and run it. I am wondering that how I can benchmark HornetQ with SpecJVM2008. Please help me.DB:2.60:New To Hornetq 2.2.5.Final x1
SpecJVM2008 is a different benchmark. you should look for SpecJMS, and you will need to ask for help at spec.org. -
RELEVANCY SCORE 2.60
DB:2.60:Hornetq-2.2.7.Final As Standalone Or Hornetq-2.2.5.Final In As7 d9
Hello!I've counter a compatibility problem between HornetQ realases.
I have externel software which needs hornetq libs (eg. $hornetq-2.2.5-Final_HOME/lib), and I need the exact libs from a running HornetQ server.
As Jboss AS7 commes with HornetQ-2.2.7-Final i can't find all the libs needed (eg. jboss-mc.jar, jnpserver.jar).
How could I intergrate HornetQ-2.2.5.Final in AS7 or do I have to build HoornetQ-2.2.7-Final from souce? Or does anybody has a build from "http://anonsvn.jboss.org/repos/hornetq/branches/Branch_2_2_AS7"?
Thank you in advance!
BR,
Asdren Kuci
DB:2.60:Hornetq-2.2.7.Final As Standalone Or Hornetq-2.2.5.Final In As7 d9
Hello!I've counter a compatibility problem between HornetQ realases.
I have externel software which needs hornetq libs (eg. $hornetq-2.2.5-Final_HOME/lib), and I need the exact libs from a running HornetQ server.
As Jboss AS7 commes with HornetQ-2.2.7-Final i can't find all the libs needed (eg. jboss-mc.jar, jnpserver.jar).
How could I intergrate HornetQ-2.2.5.Final in AS7 or do I have to build HoornetQ-2.2.7-Final from souce? Or does anybody has a build from "http://anonsvn.jboss.org/repos/hornetq/branches/Branch_2_2_AS7"?
Thank you in advance!
BR,
Asdren Kuci
-
RELEVANCY SCORE 2.60
DB:2.60:Problems Initializing Hornetq Stand-Alone Instance - Linux z1
HiIm tryng to run a hornetq stand-alone instance on linux
with the run.sh script
but i have the follow error:
( I want to know whether I need something in the environment or why happens the error)
..
***********************************************************************************
java -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=../config/stand-alone/clustered -Djava.util.logging.config.file=../config/stand-alone/clustered/logging.properties -Djava.library.path=. -classpath ../lib/twitter4j-core.jar:../lib/netty.jar:../lib/jnpserver.jar:../lib/jnp-client.jar:../lib/jboss-mc.jar:../lib/jboss-jms-api.jar:../lib/hornetq-twitter-integration.jar:../lib/hornetq-spring-integration.jar:../lib/hornetq-logging.jar:../lib/hornetq-jms.jar:../lib/hornetq-jms-client.jar:../lib/hornetq-jms-client-java5.jar:../lib/hornetq-jboss-as-integration.jar:../lib/hornetq-core.jar:../lib/hornetq-core-client.jar:../lib/hornetq-core-client-java5.jar:../lib/hornetq-bootstrap.jar:../config/stand-alone/clustered:../schemas/ org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml
***********************************************************************************
[main] 12:19:01,813 INFO [org.hornetq.integration.bootstrap.HornetQBootstrapServer] Starting HornetQ Server
[main] 12:19:01,941 SEVERE [org.hornetq.integration.bootstrap.HornetQBootstrapServer] Failed to start server
java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:156)
at org.jboss.kernel.KernelFactory.assembleNewKernel(KernelFactory.java:99)
at org.jboss.kernel.KernelFactory.newInstance(KernelFactory.java:67)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.bootstrap(AbstractBootstrap.java:114)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.bootstrap(HornetQBootstrapServer.java:149)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:83)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.run(HornetQBootstrapServer.java:116)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.main(HornetQBootstrapServer.java:73)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.jboss.reflect.plugins.MethodInfoImpl.init(MethodInfoImpl.java:103)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.init(ReflectMethodInfoImpl.java:78)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:211)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:200)
at java.security.AccessController.doPrivileged(libgcj.so.90)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getMethods(IntrospectionTypeInfoFactoryImpl.java:198)
at org.jboss.reflect.plugins.ClassInfoImpl.getDeclaredMethods(ClassInfoImpl.java:394)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getMethods(AbstractBeanInfoFactory.java:231)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:152)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:124)
at org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:69)
at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:65)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.getImplementation(PropertyKernelConfig.java:175)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.createKernelInitializer(PropertyKernelConfig.java:120)
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:150)
...7 more
Exception in thread "main" java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:156)
at org.jboss.kernel.KernelFactory.assembleNewKernel(KernelFactory.java:99)
at org.jboss.kernel.KernelFactory.newInstance(KernelFactory.java:67)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.bootstrap(AbstractBootstrap.java:114)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.bootstrap(HornetQBootstrapServer.java:149)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:83)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.run(HornetQBootstrapServer.java:116)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.main(HornetQBootstrapServer.java:73)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.jboss.reflect.plugins.MethodInfoImpl.init(MethodInfoImpl.java:103)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.init(ReflectMethodInfoImpl.java:78)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:211)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:200)
at java.security.AccessController.doPrivileged(libgcj.so.90)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getMethods(IntrospectionTypeInfoFactoryImpl.java:198)
at org.jboss.reflect.plugins.ClassInfoImpl.getDeclaredMethods(ClassInfoImpl.java:394)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getMethods(AbstractBeanInfoFactory.java:231)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:152)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:124)
at org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:69)
at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:65)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.getImplementation(PropertyKernelConfig.java:175)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.createKernelInitializer(PropertyKernelConfig.java:120)
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:150)
...7 more
DB:2.60:Problems Initializing Hornetq Stand-Alone Instance - Linux z1
HiIm tryng to run a hornetq stand-alone instance on linux
with the run.sh script
but i have the follow error:
( I want to know whether I need something in the environment or why happens the error)
..
***********************************************************************************
java -XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir=../config/stand-alone/clustered -Djava.util.logging.config.file=../config/stand-alone/clustered/logging.properties -Djava.library.path=. -classpath ../lib/twitter4j-core.jar:../lib/netty.jar:../lib/jnpserver.jar:../lib/jnp-client.jar:../lib/jboss-mc.jar:../lib/jboss-jms-api.jar:../lib/hornetq-twitter-integration.jar:../lib/hornetq-spring-integration.jar:../lib/hornetq-logging.jar:../lib/hornetq-jms.jar:../lib/hornetq-jms-client.jar:../lib/hornetq-jms-client-java5.jar:../lib/hornetq-jboss-as-integration.jar:../lib/hornetq-core.jar:../lib/hornetq-core-client.jar:../lib/hornetq-core-client-java5.jar:../lib/hornetq-bootstrap.jar:../config/stand-alone/clustered:../schemas/ org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml
***********************************************************************************
[main] 12:19:01,813 INFO [org.hornetq.integration.bootstrap.HornetQBootstrapServer] Starting HornetQ Server
[main] 12:19:01,941 SEVERE [org.hornetq.integration.bootstrap.HornetQBootstrapServer] Failed to start server
java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:156)
at org.jboss.kernel.KernelFactory.assembleNewKernel(KernelFactory.java:99)
at org.jboss.kernel.KernelFactory.newInstance(KernelFactory.java:67)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.bootstrap(AbstractBootstrap.java:114)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.bootstrap(HornetQBootstrapServer.java:149)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:83)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.run(HornetQBootstrapServer.java:116)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.main(HornetQBootstrapServer.java:73)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.jboss.reflect.plugins.MethodInfoImpl.init(MethodInfoImpl.java:103)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.init(ReflectMethodInfoImpl.java:78)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:211)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:200)
at java.security.AccessController.doPrivileged(libgcj.so.90)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getMethods(IntrospectionTypeInfoFactoryImpl.java:198)
at org.jboss.reflect.plugins.ClassInfoImpl.getDeclaredMethods(ClassInfoImpl.java:394)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getMethods(AbstractBeanInfoFactory.java:231)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:152)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:124)
at org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:69)
at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:65)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.getImplementation(PropertyKernelConfig.java:175)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.createKernelInitializer(PropertyKernelConfig.java:120)
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:150)
...7 more
Exception in thread "main" java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:156)
at org.jboss.kernel.KernelFactory.assembleNewKernel(KernelFactory.java:99)
at org.jboss.kernel.KernelFactory.newInstance(KernelFactory.java:67)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.bootstrap(AbstractBootstrap.java:114)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.bootstrap(HornetQBootstrapServer.java:149)
at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:83)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.run(HornetQBootstrapServer.java:116)
at org.hornetq.integration.bootstrap.HornetQBootstrapServer.main(HornetQBootstrapServer.java:73)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.jboss.reflect.plugins.MethodInfoImpl.init(MethodInfoImpl.java:103)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.init(ReflectMethodInfoImpl.java:78)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:211)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$2.run(IntrospectionTypeInfoFactoryImpl.java:200)
at java.security.AccessController.doPrivileged(libgcj.so.90)
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getMethods(IntrospectionTypeInfoFactoryImpl.java:198)
at org.jboss.reflect.plugins.ClassInfoImpl.getDeclaredMethods(ClassInfoImpl.java:394)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getMethods(AbstractBeanInfoFactory.java:231)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:152)
at org.jboss.beans.info.plugins.AbstractBeanInfoFactory.getBeanInfo(AbstractBeanInfoFactory.java:124)
at org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:69)
at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:65)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.getImplementation(PropertyKernelConfig.java:175)
at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.createKernelInitializer(PropertyKernelConfig.java:120)
at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:150)
...7 more
-
RELEVANCY SCORE 2.60
DB:2.60:Hornetq 2.2.5 Final Is Not Able To Identify Duplicate Messages On Failover 3c
Hi,We are using HornetQ 2.2.5 Final with JBoss 6.0.0 Final.
We have setup an external HornetQ live server - backup server. From JBoss, we use the resource adapter to connect to hornetQ to post and consume messages. We have defined MDB's for posting and consuming messages in our application.
I made the configuration changes based on hornetq-2.2.5.Final\examples\javaee\mdb-remote-failover example.
When both the live and backup server is up, it works fine. But, the below warning is getting logged for each request:
19:29:15,018 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroying connection that could not be successfully matched: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@1cb285b[state=NORMAL mc=org.hornetq.ra.HornetQRAManagedConnection@d37520 handles=0 lastUse=1324648755018 permit=false trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@ae98b6 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@abe269 xaResource=org.hornetq.ra.HornetQRAXAResource@9d7a9d txSync=null]
Duplicate message is not getting identified in the below scenario:
1) Both live and backup servers are up.
2) post a message.
3) When the message is getting processed on the consumer side, shutdown the liver server.
4) Fail over happens and backup server becomes live. Meanwhile, even the message gets processed.
5) After the backup server is up, same message gets consumed.
As mentioned in HornetQ user guide, I added use-duplicate-detectiontrue/use-duplicate-detection in cluster-connection mapping.
Still, when the fail over happens during message processing, it gets consumed again.
Is there any way to avoid the same message getting consumed multiple times?
DB:2.60:Hornetq 2.2.5 Final Is Not Able To Identify Duplicate Messages On Failover 3c
With XA, the transaction manager will play replay and recovery, on that case you won't have any duplicates. -
RELEVANCY SCORE 2.60
DB:2.60:Seam Setup Does Not Work sm
Trying to run seam setup for the first time for Jboss Seam 2.0.0.CR2and getting the following errors: How do I fix this?init:[artifact:dependencies] Downloading: org/jboss/seam/jboss-seam-gen/2.0.0.CR2/jboss-seam-gen-2.0.0.CR2.pom[artifact:dependencies] Downloading: org/jboss/seam/jboss-seam-gen/2.0.0.CR2/jboss-seam-gen-2.0.0.CR2.jar[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.[artifact:dependencies] Diagnosis:[artifact:dependencies][artifact:dependencies] Unable to resolve artifact: Missing:[artifact:dependencies] ----------[artifact:dependencies] 1) org.jboss.seam:jboss-seam-gen:jar:2.0.0.CR2[artifact:dependencies][artifact:dependencies] Try downloading the file manually from the project website.[artifact:dependencies][artifact:dependencies] Then, install it using the command:[artifact:dependencies] mvn install:install-file -DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \[artifact:dependencies] -Dversion=2.0.0.CR2 -Dpackaging=jar -Dfile=/path/to/file[artifact:dependencies] Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \[artifact:dependencies] -Dversion=2.0.0.CR2 -Dpackaging=jar -Dfile=/path/to/file \[artifact:dependencies] -Durl=[url] -DrepositoryId=[id][artifact:dependencies][artifact:dependencies] Path to dependency:[artifact:dependencies] 1) unspecified:unspecified:jar:0.0[artifact:dependencies] 2) org.jboss.seam:jboss-seam-gen:jar:2.0.0.CR2[artifact:dependencies][artifact:dependencies] ----------[artifact:dependencies] 1 required artifact is missing.[artifact:dependencies][artifact:dependencies] for artifact:[artifact:dependencies] unspecified:unspecified:jar:0.0[artifact:dependencies][artifact:dependencies] from the specified remote repositories:[artifact:dependencies] central (http://repo1.maven.org/maven2)[artifact:dependencies]BUILD FAILED/Applications/jboss-seam-2.0.0.CR2/seam-gen/build.xml:14: Unable to resolve artifact: Missing:----------1) org.jboss.seam:jboss-seam-gen:jar:2.0.0.CR2 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \ -Dversion=2.0.0.CR2 -Dpackaging=jar -Dfile=/path/to/fileAlternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \ -Dversion=2.0.0.CR2 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) unspecified:unspecified:jar:0.0 2) org.jboss.seam:jboss-seam-gen:jar:2.0.0.CR2----------1 required artifact is missing.for artifact: unspecified:unspecified:jar:0.0from the specified remote repositories: central (http://repo1.maven.org/maven2)DB:2.60:Seam Setup Does Not Work sm
I feel so dumb now! I've installed Seam 2 times now, once for beta version and once for CR1 so I should have know better.Thanks for your help! It works now :) -
RELEVANCY SCORE 2.60
DB:2.60:Backbone Problems? Or Something I Can Fix? cs
This problem seems to be happening intermittently throughout the night over the past month or two. At this point it seems like the backbone server is the problem (although everything is fine at this moment mind you), but I was wondering if maybe it could be something on my end? Here are a couple of path ping results I ran during the intensive lag/disconnects I was getting last night. Please note, these are all pathpings to the World of Warcraft servers (which I frequently am on during the night) so that is why you are seeing the time outs for the last couple of hops.Tracing route to 199.107.6.236 over a maximum of 30 hops
0 BryaNOwnZYoU.hsd1.tx.comcast.net. [192.168.1.104] 1 192.168.1.1 2 73.2.248.1 3 ge-2-28-ur01.pasadena.tx.houston.comcast.net [68.85.252.137] 4 po-12-ur02.pasadena.tx.houston.comcast.net [68.85.245.22] 5 ae-17-0-ar04.royalton.tx.houston.comcast.net [68.85.245.62] 6 * ae-0-0-ar04.bisbee.tx.houston.comcast.net [68.85.245.206] 7 ae-1-0-ar04.greenspoint.tx.houston.comcast.net [68.85.245.149] 8 * te-0-1-0-1-cr01.dallas.tx.ibone.comcast.net [68.86.91.53] 9 pos-0-3-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.86.154]10 as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]11 cr2.dlstx.ip.att.net [12.122.195.242]12 cr1.attga.ip.att.net [12.122.28.173]13 cr2.wswdc.ip.att.net [12.122.1.174]14 cr2.n54ny.ip.att.net [12.122.3.37]15 cr84.n54ny.ip.att.net [12.122.115.94]16 gar20.n54ny.ip.att.net [12.122.130.237]17 12-122-254-114.attens.net [12.122.254.114]18 mdf001c7613r0004-gig-12-1.nyc3.attens.net [63.240.65.14]19 * * *Computing statistics for 450 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 BryaNOwnZYoU.hsd1.tx.comcast.net. [192.168.1.104] 0/ 100 = 0% | 1 0ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.1 8/ 100 = 8% | 2 9ms 9/ 100 = 9% 1/ 100 = 1% 73.2.248.1 0/ 100 = 0% | 3 10ms 8/ 100 = 8% 0/ 100 = 0% ge-2-28-ur01.pasadena.tx.houston.comcast.net [68.85.252.137] 0/ 100 = 0% | 4 10ms 13/ 100 = 13% 5/ 100 = 5% po-12-ur02.pasadena.tx.houston.comcast.net [68.85.245.22] 0/ 100 = 0% | 5 12ms 9/ 100 = 9% 1/ 100 = 1% ae-17-0-ar04.royalton.tx.houston.comcast.net [68.85.245.62] 0/ 100 = 0% | 6 14ms 9/ 100 = 9% 1/ 100 = 1% ae-0-0-ar04.bisbee.tx.houston.comcast.net [68.85.245.206] 0/ 100 = 0% | 7 17ms 9/ 100 = 9% 1/ 100 = 1% ae-1-0-ar04.greenspoint.tx.houston.comcast.net [68.85.245.149] 0/ 100 = 0% | 8 19ms 8/ 100 = 8% 0/ 100 = 0% te-0-1-0-1-cr01.dallas.tx.ibone.comcast.net [68.86.91.53] 1/ 100 = 1% | 9 19ms 9/ 100 = 9% 0/ 100 = 0% pos-0-3-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.86.154] 1/ 100 = 1% |10 21ms 10/ 100 = 10% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162] 90/ 100 = 90% |11 --- 100/ 100 =100% 0/ 100 = 0% cr2.dlstx.ip.att.net [12.122.195.242] 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr1.attga.ip.att.net [12.122.28.173] 0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr2.wswdc.ip.att.net [12.122.1.174] 0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% cr2.n54ny.ip.att.net [12.122.3.37] 0/ 100 = 0% |15 --- 100/ 100 =100% 0/ 100 = 0% cr84.n54ny.ip.att.net [12.122.115.94] 0/ 100 = 0% |16 --- 100/ 100 =100% 0/ 100 = 0% gar20.n54ny.ip.att.net [12.122.130.237] 0/ 100 = 0% |17 --- 100/ 100 =100% 0/ 100 = 0% 12-122-254-114.attens.net [12.122.254.114] 0/ 100 = 0% |18 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0004-gig-12-1.nyc3.attens.net [63.240.65.14]
Trace complete.
Tracing route to 199.107.6.236 over a maximum of 30 hops
0 BryaNOwnZYoU.hsd1.tx.comcast.net. [192.168.1.104] 1 192.168.1.1 2 73.2.248.1 3 ge-2-28-ur01.pasadena.tx.houston.comcast.net [68.85.252.137] 4 po-12-ur02.pasadena.tx.houston.comcast.net [68.85.245.22] 5 ae-17-0-ar04.royalton.tx.houston.comcast.net [68.85.245.62] 6 ae-1-0-ar04.bearcreek.tx.houston.comcast.net [68.85.245.153] 7 ae-0-0-ar04.greenspoint.tx.houston.comcast.net [68.85.245.158] 8 * te-0-1-0-4-cr01.dallas.tx.ibone.comcast.net [68.86.91.57] 9 pos-0-3-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.86.154]10 as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]11 cr2.dlstx.ip.att.net [12.122.195.242]12 cr1.attga.ip.att.net [12.122.28.173]13 cr2.wswdc.ip.att.net [12.122.1.174]14 cr2.n54ny.ip.att.net [12.122.3.37]15 cr84.n54ny.ip.att.net [12.122.115.94]16 gar20.n54ny.ip.att.net [12.122.130.237]17 12-122-254-114.attens.net [12.122.254.114]18 mdf001c7613r0004-gig-12-1.nyc3.attens.net [63.240.65.14]19 * * *Computing statistics for 450 seconds... Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 BryaNOwnZYoU.hsd1.tx.comcast.net. [192.168.1.104] 0/ 100 = 0% | 1 0ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.1 2/ 100 = 2% | 2 15ms 7/ 100 = 7% 5/ 100 = 5% 73.2.248.1 0/ 100 = 0% | 3 13ms 4/ 100 = 4% 2/ 100 = 2% ge-2-28-ur01.pasadena.tx.houston.comcast.net [68.85.252.137] 0/ 100 = 0% | 4 22ms 6/ 100 = 6% 4/ 100 = 4% po-12-ur02.pasadena.tx.houston.comcast.net [68.85.245.22] 0/ 100 = 0% | 5 24ms 2/ 100 = 2% 0/ 100 = 0% ae-17-0-ar04.royalton.tx.houston.comcast.net [68.85.245.62] 1/ 100 = 1% | 6 17ms 4/ 100 = 4% 1/ 100 = 1% ae-1-0-ar04.bearcreek.tx.houston.comcast.net [68.85.245.153] 0/ 100 = 0% | 7 45ms 4/ 100 = 4% 1/ 100 = 1% ae-0-0-ar04.greenspoint.tx.houston.comcast.net [68.85.245.158] 0/ 100 = 0% | 8 45ms 7/ 100 = 7% 4/ 100 = 4% te-0-1-0-4-cr01.dallas.tx.ibone.comcast.net [68.86.91.57] 0/ 100 = 0% | 9 43ms 3/ 100 = 3% 0/ 100 = 0% pos-0-3-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.86.154] 3/ 100 = 3% |10 42ms 6/ 100 = 6% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162] 94/ 100 = 94% |11 --- 100/ 100 =100% 0/ 100 = 0% cr2.dlstx.ip.att.net [12.122.195.242] 0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr1.attga.ip.att.net [12.122.28.173] 0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% cr2.wswdc.ip.att.net [12.122.1.174] 0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% cr2.n54ny.ip.att.net [12.122.3.37] 0/ 100 = 0% |15 --- 100/ 100 =100% 0/ 100 = 0% cr84.n54ny.ip.att.net [12.122.115.94] 0/ 100 = 0% |16 --- 100/ 100 =100% 0/ 100 = 0% gar20.n54ny.ip.att.net [12.122.130.237] 0/ 100 = 0% |17 --- 100/ 100 =100% 0/ 100 = 0% 12-122-254-114.attens.net [12.122.254.114] 0/ 100 = 0% |18 --- 100/ 100 =100% 0/ 100 = 0% mdf001c7613r0004-gig-12-1.nyc3.attens.net [63.240.65.14]
Trace complete.
Then a trace route, same time as #1
Tracing route to 199.107.6.236 over a maximum of 30 hops
1 1 ms 1 ms 1 ms 192.168.1.1 2 9 ms 7 ms 9 ms 73.2.248.1 3 9 ms 11 ms 9 ms ge-2-28-ur01.pasadena.tx.houston.comcast.net [68.85.252.137] 4 9 ms 19 ms 9 ms po-12-ur02.pasadena.tx.houston.comcast.net [68.85.245.22] 5 10 ms 8 ms 14 ms ae-17-0-ar04.royalton.tx.houston.comcast.net [68.85.245.62] 6 10 ms 11 ms 17 ms ae-0-0-ar04.bisbee.tx.houston.comcast.net [68.85.245.206] 7 11 ms 11 ms 13 ms ae-1-0-ar04.greenspoint.tx.houston.comcast.net [68.85.245.149] 8 26 ms 18 ms 16 ms te-0-1-0-5-cr01.dallas.tx.ibone.comcast.net [68.86.91.193] 9 17 ms 17 ms 26 ms pos-0-3-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.86.154]10 24 ms 52 ms 15 ms as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]11 61 ms 55 ms 56 ms cr2.dlstx.ip.att.net [12.122.195.242]12 57 ms 56 ms 55 ms cr1.attga.ip.att.net [12.122.28.173]13 56 ms 55 ms 57 ms cr2.wswdc.ip.att.net [12.122.1.174]14 59 ms 58 ms 57 ms cr2.n54ny.ip.att.net [12.122.3.37]15 56 ms 62 ms 55 ms cr84.n54ny.ip.att.net [12.122.115.94]16 59 ms 66 ms 55 ms gar20.n54ny.ip.att.net [12.122.130.237]17 65 ms 59 ms 56 ms 12-122-254-114.attens.net [12.122.254.114]18 58 ms 68 ms 62 ms mdf001c7613r0004-gig-12-1.nyc3.attens.net [63.240.65.14]19 * * * Request timed out.20 * * * Request timed out.21 * * * Request timed out.22 * * * Request timed out.23 * * * Request timed out.24 * * * Request timed out.25 * * * Request timed out.26 * * * Request timed out.27 * * * Request timed out.28 * * * Request timed out.29 * * * Request timed out.30 * * * Request timed out.
Trace complete.
Sorry for the wall of text, any help would be greatly appreciated.
DB:2.60:Backbone Problems? Or Something I Can Fix? cs
You probably have more than a splitter issue with your signal that bad. If you want to try a new splitter just look for one that says (5-1000MHz), avoid anything that is gold colored and don't waste your money on Monster splitters,
------------
Connection and trouble shooting tips (How to check modem signal levels.) . Info you should post to get help. -
RELEVANCY SCORE 2.59
DB:2.59:Jboss-6.*-M3 How To Configure Hornetq cz
I am a newbie,and I've downloaded jboss-6.8-M3 version,could anybody tell me how to configure hornetq with this?and what else should i do if I wanna just run a standalone hornetq server?
ps:my project is is spring based, and I have plenty of linux servers and sun servers to use
thanks regards
DB:2.59:Jboss-6.*-M3 How To Configure Hornetq cz
thanks for the reply,I've solved my proble by changing lib jars...yeah, that is awesome thanks a lot -
RELEVANCY SCORE 2.59
DB:2.59:Hornetq Rest Interface Beta-2 Released d7
A user requested Selector support.Follow the links and doco from:
http://jboss.org/hornetq/rest
To download, etc...
DB:2.59:Hornetq Rest Interface Beta-2 Released d7
Doh!!! yep oblivious consumer here. I wasn't adding the "jms.queue.". Awesome, that works. Thanks! -
RELEVANCY SCORE 2.59
DB:2.59:Hornetq Persistence Internals 8a
Hello,I need to acquire deep knowledge about HornetQ persistence system and possible impact on system latency. I looking at source code and FINEST logs but still cannot make a general view about the process to create new journal files. I am confused by freeFiles, openedFiles, dataFiles classification and new journal file creation (create, rename, push ... ?). Could someone give me clues about the lifecycle of the journal files?
Thanks in advance!
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalFilesRepository] Returning file JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [JournalImpl::FilesExecutor] 26-Jul 9:50:4,453 FINEST [JournalFilesRepository] Creating file hornetq-data-3.hq
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalImpl] moveNextFile: JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalImpl] appendAddRecord::id=1669, userRecordType=31, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [JournalImpl::CompactorExecutor] 26-Jul 9:50:4,453 FINEST [Reclaimer] posCount on JournalFileImpl: (hornetq-data-1.hq id = 1, recordID = 1) = 1660
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalImpl] appendUpdateRecord::id=1669, userRecordType=32, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Thread-17 (HornetQ-server-HornetQServerImpl::serverUUID=5b1b250a-d6f6-11e1-80c9-15c404bbb2e8-382567384)] 26-Jul 9:50:4,455 FINEST [StompProtocolManager] sent StompFrame[command=RECEIPT, headers={receipt-id=17394216071343289004451}, content-length=0]
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,455 FINEST [ServerSessionImpl] send(message=ServerMessage[messageID=1671,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004455, JMSType=null}]]@848516929, direct=true) being called
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,455 FINEST [SecurityStoreImpl] checking access permissions to jms.queue.TestQueue
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [BindingsImpl] Routing message ServerMessage[messageID=1671,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004455, JMSType=null}]]@848516929 on binding=BindingsImpl [name=jms.queue.TestQueue]
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [PostOfficeImpl] Message after routed=ServerMessage[messageID=1671,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004455, JMSType=null}]]@848516929
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [JournalImpl] appendAddRecord::id=1671, userRecordType=31, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [JournalImpl] appendUpdateRecord::id=1671, userRecordType=32, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Thread-19 (HornetQ-server-HornetQServerImpl::serverUUID=5b1b250a-d6f6-11e1-80c9-15c404bbb2e8-382567384)] 26-Jul 9:50:4,465 FINEST [StompProtocolManager] sent StompFrame[command=RECEIPT, headers={receipt-id=17394216071343289004455}, content-length=0]
* [JournalImpl::FilesExecutor] 26-Jul 9:50:4,465 FINEST [JournalFilesRepository] Renaming file hornetq-data-3.hq.tmp as hornetq-data-3.hq
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,465 FINEST [ServerSessionImpl] send(message=ServerMessage[messageID=1673,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004465, JMSType=null}]]@1732609623, direct=true) being called
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,465 FINEST [SecurityStoreImpl] checking access permissions to jms.queue.TestQueue
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,465 FINEST [BindingsImpl] Routing message ServerMessage[messageID=1673,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004465, JMSType=null}]]@1732609623 on binding=BindingsImpl [name=jms.queue.TestQueue]
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,466 FINEST [PostOfficeImpl] Message after routed=ServerMessage[messageID=1673,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004465, JMSType=null}]]@1732609623
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,466 FINEST [JournalImpl] appendAddRecord::id=1673, userRecordType=31, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [JournalImpl::FilesExecutor] 26-Jul 9:50:4,466 FINEST [JournalFilesRepository] pushing openFile JournalFileImpl: (hornetq-data-3.hq id = 3, recordID = 3)
DB:2.59:Hornetq Persistence Internals 8a
Hello,I need to acquire deep knowledge about HornetQ persistence system and possible impact on system latency. I looking at source code and FINEST logs but still cannot make a general view about the process to create new journal files. I am confused by freeFiles, openedFiles, dataFiles classification and new journal file creation (create, rename, push ... ?). Could someone give me clues about the lifecycle of the journal files?
Thanks in advance!
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalFilesRepository] Returning file JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [JournalImpl::FilesExecutor] 26-Jul 9:50:4,453 FINEST [JournalFilesRepository] Creating file hornetq-data-3.hq
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalImpl] moveNextFile: JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalImpl] appendAddRecord::id=1669, userRecordType=31, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [JournalImpl::CompactorExecutor] 26-Jul 9:50:4,453 FINEST [Reclaimer] posCount on JournalFileImpl: (hornetq-data-1.hq id = 1, recordID = 1) = 1660
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,453 FINEST [JournalImpl] appendUpdateRecord::id=1669, userRecordType=32, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Thread-17 (HornetQ-server-HornetQServerImpl::serverUUID=5b1b250a-d6f6-11e1-80c9-15c404bbb2e8-382567384)] 26-Jul 9:50:4,455 FINEST [StompProtocolManager] sent StompFrame[command=RECEIPT, headers={receipt-id=17394216071343289004451}, content-length=0]
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,455 FINEST [ServerSessionImpl] send(message=ServerMessage[messageID=1671,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004455, JMSType=null}]]@848516929, direct=true) being called
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,455 FINEST [SecurityStoreImpl] checking access permissions to jms.queue.TestQueue
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [BindingsImpl] Routing message ServerMessage[messageID=1671,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004455, JMSType=null}]]@848516929 on binding=BindingsImpl [name=jms.queue.TestQueue]
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [PostOfficeImpl] Message after routed=ServerMessage[messageID=1671,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004455, JMSType=null}]]@848516929
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [JournalImpl] appendAddRecord::id=1671, userRecordType=31, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,456 FINEST [JournalImpl] appendUpdateRecord::id=1671, userRecordType=32, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [Thread-19 (HornetQ-server-HornetQServerImpl::serverUUID=5b1b250a-d6f6-11e1-80c9-15c404bbb2e8-382567384)] 26-Jul 9:50:4,465 FINEST [StompProtocolManager] sent StompFrame[command=RECEIPT, headers={receipt-id=17394216071343289004455}, content-length=0]
* [JournalImpl::FilesExecutor] 26-Jul 9:50:4,465 FINEST [JournalFilesRepository] Renaming file hornetq-data-3.hq.tmp as hornetq-data-3.hq
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,465 FINEST [ServerSessionImpl] send(message=ServerMessage[messageID=1673,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004465, JMSType=null}]]@1732609623, direct=true) being called
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,465 FINEST [SecurityStoreImpl] checking access permissions to jms.queue.TestQueue
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,465 FINEST [BindingsImpl] Routing message ServerMessage[messageID=1673,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004465, JMSType=null}]]@1732609623 on binding=BindingsImpl [name=jms.queue.TestQueue]
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,466 FINEST [PostOfficeImpl] Message after routed=ServerMessage[messageID=1673,priority=4, bodySize=1024,expiration=0, durable=true, address=jms.queue.TestQueue,properties=TypedProperties[{JMSCorrelationID=null, receipt=17394216071343289004465, JMSType=null}]]@1732609623
* [Old I/O server worker (parentId: 2046274478, [id: 0x79f7abae, /0.0.0.0:61613])] 26-Jul 9:50:4,466 FINEST [JournalImpl] appendAddRecord::id=1673, userRecordType=31, usedFile = JournalFileImpl: (hornetq-data-2.hq id = 2, recordID = 2)
* [JournalImpl::FilesExecutor] 26-Jul 9:50:4,466 FINEST [JournalFilesRepository] pushing openFile JournalFileImpl: (hornetq-data-3.hq id = 3, recordID = 3)
-
RELEVANCY SCORE 2.59
DB:2.59:Remote Swithyard Server, Hornetq Using Jnp 7a
I have implemented following example (http://www.mastertheboss.com/jboss-jms/jboss-hornetq-simple-tutorial/page-2) in my local instance using horentQ2.3 .0.Final ("jnp://localhost:1099") it is working fine . Further i would like to connect remote HornetQ Server to subscribe the message from switchyard Sever using JNP protocol way I have already referred the below example(https://github.com/splatch/switchyard-components/tree/master/hornetq ) implemented but there is running in embedded horentQ2.3 DEFAULT_PORT: 5445 only also not produced deploy able .war but i want remote SwithYard server, HornetQ Example program given me any suggestions Thanks in advance.
Thanks
GodwinDB:2.59:Remote Swithyard Server, Hornetq Using Jnp 7a
I have implemented following example (http://www.mastertheboss.com/jboss-jms/jboss-hornetq-simple-tutorial/page-2) in my local instance using horentQ2.3 .0.Final ("jnp://localhost:1099") it is working fine . Further i would like to connect remote HornetQ Server to subscribe the message from switchyard Sever using JNP protocol way I have already referred the below example(https://github.com/splatch/switchyard-components/tree/master/hornetq ) implemented but there is running in embedded horentQ2.3 DEFAULT_PORT: 5445 only also not produced deploy able .war but i want remote SwithYard server, HornetQ Example program given me any suggestions Thanks in advance.
Thanks
Godwin -
RELEVANCY SCORE 2.59
DB:2.59:Hornetq: Remote Client Connect To Hornetq Server Which Was Running In Vm dx
I'm new in HornetQ, and I have tried to figure out for 2-3 days but hopeless.Expected: 1 HornetQ stand-alone and sender (in VM)2 clients as receivers (in real machine)
Sender:
MapString, Object connectionParams = new HashMapString, Object();
connectionParams.put(TransportConstants.HOST_PROP_NAME, "localhost");
connectionParams.put(TransportConstants.PORT_PROP_NAME, 5445);
TransportConfiguration transportConfiguration = new TransportConfiguration(NettyConnectorFactory.class.getName(), connectionParams);
ConnectionFactory cf = new HornetQTopicConnectionFactory(false, transportConfiguration);
connection = cf.createConnection();
Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
connection.start();
topic = HornetQJMSClient.createTopic("myTopic");
MessageProducer producer = session.createProducer(topic);Receiver:
Properties p = new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY,"org.jboss.naming.remote.client.InitialContextFactory");
p.put(Context.URL_PKG_PREFIXES,"org.jboss.naming:org.jnp.interfaces");
p.put(Context.PROVIDER_URL, "remote://localhost:5445");
p.put(Context.SECURITY_PRINCIPAL, "admin");
p.put(Context.SECURITY_CREDENTIALS, "admin");
InitialContext context = new InitialContext(p);
ConnectionFactory factory = (ConnectionFactory)context.lookup("/ConnectFactory");
connection = (Connection) factory.createConnection();
Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
topic = (HornetQTopic) HornetQJMSClient.createTopic("myTopic");
MessageConsumer consumer = session.createConsumer(topic);
When I ./run.sh in VM (sender work fine)
then I run clients(receivers) in real machine but it cannot connect to HornetQ server (which is running in VM)
javax.naming.NamingException: Failed to connect to any server. Servers tried: [remote://localhost:5445]
at org.jboss.naming.remote.client.HaRemoteNamingStore.failOverSequence(HaRemoteNamingStore.java:213)
at org.jboss.naming.remote.client.HaRemoteNamingStore.namingStore(HaRemoteNamingStore.java:144)
at org.jboss.naming.remote.client.HaRemoteNamingStore.namingOperation(HaRemoteNamingStore.java:125)
at org.jboss.naming.remote.client.HaRemoteNamingStore.lookup(HaRemoteNamingStore.java:241)
at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:79)
at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:83)
at javax.naming.InitialContext.lookup(InitialContext.java:411)
at com.dtv.apg.hornetq.SubA.run(SubA.java:70)
at java.lang.Thread.run(Thread.java:722)
Thank you for any suggestion.
DB:2.59:Hornetq: Remote Client Connect To Hornetq Server Which Was Running In Vm dx
Now I try to keep as simple as possible1. I start HornetQ in other PC (10.88.106.223)
connectors
connector name="netty"
factory-classorg.hornetq.core.remoting.impl.netty.NettyConnectorFactory/factory-class
param key="host" value="${hornetq.remoting.netty.host:localhost}"/
param key="port" value="${hornetq.remoting.netty.port:5445}"/
/connector
/connectors
acceptors
acceptor name="netty"
factory-classorg.hornetq.core.remoting.impl.netty.NettyAcceptorFactory/factory-class
param key="host" value="10.88.106.223"/
param key="port" value="5445"/
/acceptor
/acceptors
2. Then I run a simple java app ReceiverProject (as Consumer) in other PC (10.88.106.195)My Consumer:
MapString, Object connectionParams = new HashMapString, Object();
connectionParams.put(TransportConstants.PORT_PROP_NAME, 5445);
connectionParams.put(TransportConstants.HOST_PROP_NAME, "10.88.106.223");
TransportConfiguration transportConfiguration = new TransportConfiguration(NettyConnectorFactory.class.getName(), connectionParams);
TopicConnectionFactory cf = new HornetQTopicConnectionFactory(false, transportConfiguration);
And it's work, it seems like I have picked the wrong IP for Virtual Machine (127.0.0.1). Thanks for your quick response.
And have a nice day.
-
RELEVANCY SCORE 2.59
DB:2.59:Hornetq / Mdb Deployment Order Issue In As 6 xc
I have an ear file with a mdb within it (in addition to several stateless session beans). I've discovered that when I deploy the ear file after jboss has started completely, then the mdb's ejbCreate and setMessageDrivenContext methods are invoked by the container. When I start JBoss with the ear file already in place, however, then the mdb's ejbCreate and setMessageDrivenContext methods are never invoked and the mdb's onMessage method is never called when messages are put into the JMS queue. Looking at the start-up output, I believe that my ear file is being deployed before the hortnetq jms server/mbeans.I've read http://community.jboss.org/message/544222?tstart=0#544222, which appears to deal with this issue in part, but I'm not sure how to force my ear to depend upon hornetq. I've tried modifying the name of my hornetq deployment xml file, but it doesn't appear to modify the deployment order.
Thus, my questions/thoughts are:
1) Can I force hornetq to deploy before my ear?
2) Is there a way to force my ear file to not deploy until hornetq has started
JBoss version: jboss-6.0.0.20100721-M4
thanks
DB:2.59:Hornetq / Mdb Deployment Order Issue In As 6 xc
Hi Jai,I am facing the same issue. I have mentioned the queue names in hornetq-jms.xml and in the ejb code I have given the
following :
@
org.jboss.ejb3.annotation.Depends("org.hornetq:module=JMS,name=\queueName\",type=Queue"
-
RELEVANCY SCORE 2.58
DB:2.58:Packet Loss 7p
Connection goes from 0% loss to 100% loss at what appears to be a hop from the comcast network to the att network.Oh man these verizon fios packages are looking better and better every day.
Tracing route to 12.129.209.68 over a maximum of 30 hops
0 Skt.hsd1.ca.comcast.net. [192.168.1.111]1 192.168.1.12 10.0.0.13 24.2.52.14 xe-3-1-2-32767-sur02.sacramento.ca.ccal.comcast.net [68.85.120.169]5 xe-1-0-0-0-ar04.fresno.ca.fresno.comcast.net [68.87.202.241]6 he-1-3-0-0-10-cr01.losangeles.ca.ibone.comcast.net [68.86.94.113]7 pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210]8 192.205.37.259 cr2.la2ca.ip.att.net [12.122.129.98]10 gar29.la2ca.ip.att.net [12.122.129.241]11 12.122.251.19012 mdf001c7613r0002.lax1.attens.net [206.16.68.54]13 12.129.209.68
Computing statistics for 325 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 Skt.hsd1.ca.comcast.net. [192.168.1.111]0/ 100 = 0% |1 1ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.10/ 100 = 0% |2 2ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.10/ 100 = 0% |3 12ms 0/ 100 = 0% 0/ 100 = 0% 24.2.52.10/ 100 = 0% |4 13ms 0/ 100 = 0% 0/ 100 = 0% xe-3-1-2-32767-sur02.sacramento.ca.ccal.comcast.net [68.85.120.169]0/ 100 = 0% |5 19ms 0/ 100 = 0% 0/ 100 = 0% xe-1-0-0-0-ar04.fresno.ca.fresno.comcast.net [68.87.202.241]0/ 100 = 0% |6 26ms 0/ 100 = 0% 0/ 100 = 0% he-1-3-0-0-10-cr01.losangeles.ca.ibone.comcast.net [68.86.94.113]0/ 100 = 0% |7 26ms 0/ 100 = 0% 0/ 100 = 0% pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210]0/ 100 = 0% |8 27ms 0/ 100 = 0% 0/ 100 = 0% 192.205.37.250/ 100 = 0% |9 --- 100/ 100 =100% 100/ 100 =100% cr2.la2ca.ip.att.net [12.122.129.98]0/ 100 = 0% |10 --- 100/ 100 =100% 100/ 100 =100% gar29.la2ca.ip.att.net [12.122.129.241]0/ 100 = 0% |11 --- 100/ 100 =100% 100/ 100 =100% 12.122.251.1900/ 100 = 0% |12 --- 100/ 100 =100% 100/ 100 =100% mdf001c7613r0002.lax1.attens.net [206.16.68.54]0/ 100 = 0% |13 25ms 0/ 100 = 0% 0/ 100 = 0% 12.129.209.68
Trace complete.
DB:2.58:Packet Loss 7p
Connection goes from 0% loss to 100% loss at what appears to be a hop from the comcast network to the att network.Oh man these verizon fios packages are looking better and better every day.
Tracing route to 12.129.209.68 over a maximum of 30 hops
0 Skt.hsd1.ca.comcast.net. [192.168.1.111]1 192.168.1.12 10.0.0.13 24.2.52.14 xe-3-1-2-32767-sur02.sacramento.ca.ccal.comcast.net [68.85.120.169]5 xe-1-0-0-0-ar04.fresno.ca.fresno.comcast.net [68.87.202.241]6 he-1-3-0-0-10-cr01.losangeles.ca.ibone.comcast.net [68.86.94.113]7 pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210]8 192.205.37.259 cr2.la2ca.ip.att.net [12.122.129.98]10 gar29.la2ca.ip.att.net [12.122.129.241]11 12.122.251.19012 mdf001c7613r0002.lax1.attens.net [206.16.68.54]13 12.129.209.68
Computing statistics for 325 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 Skt.hsd1.ca.comcast.net. [192.168.1.111]0/ 100 = 0% |1 1ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.10/ 100 = 0% |2 2ms 0/ 100 = 0% 0/ 100 = 0% 10.0.0.10/ 100 = 0% |3 12ms 0/ 100 = 0% 0/ 100 = 0% 24.2.52.10/ 100 = 0% |4 13ms 0/ 100 = 0% 0/ 100 = 0% xe-3-1-2-32767-sur02.sacramento.ca.ccal.comcast.net [68.85.120.169]0/ 100 = 0% |5 19ms 0/ 100 = 0% 0/ 100 = 0% xe-1-0-0-0-ar04.fresno.ca.fresno.comcast.net [68.87.202.241]0/ 100 = 0% |6 26ms 0/ 100 = 0% 0/ 100 = 0% he-1-3-0-0-10-cr01.losangeles.ca.ibone.comcast.net [68.86.94.113]0/ 100 = 0% |7 26ms 0/ 100 = 0% 0/ 100 = 0% pos-0-3-0-0-pe01.600wseventh.ca.ibone.comcast.net [68.86.87.210]0/ 100 = 0% |8 27ms 0/ 100 = 0% 0/ 100 = 0% 192.205.37.250/ 100 = 0% |9 --- 100/ 100 =100% 100/ 100 =100% cr2.la2ca.ip.att.net [12.122.129.98]0/ 100 = 0% |10 --- 100/ 100 =100% 100/ 100 =100% gar29.la2ca.ip.att.net [12.122.129.241]0/ 100 = 0% |11 --- 100/ 100 =100% 100/ 100 =100% 12.122.251.1900/ 100 = 0% |12 --- 100/ 100 =100% 100/ 100 =100% mdf001c7613r0002.lax1.attens.net [206.16.68.54]0/ 100 = 0% |13 25ms 0/ 100 = 0% 0/ 100 = 0% 12.129.209.68
Trace complete.
-
RELEVANCY SCORE 2.58
DB:2.58:My Experience With Integrating Hornetq 2.1.1 And Jboss As 4 (4.0.5-Ga And 4.2.3-Ga) xa
I have been playing with HornetQ integration recently for connecting a legacy system in EJB2 running on JBoss 4.0.5-GA with other systems.HornetQ is impressive and the team's support on the forum and doc is very helpful and better than many other projects I have seen. That's partially why I worte this post to give back a little.
The HornetQ documentation is great for JBoss 5 and examples are very useful too. Everything works out of the box.
When it comes to AS4 and EJB2, the information is murky and inaccurate in some cases. It is understandable since AS4 is old and not many new projects are using it. It took me a while to get MDB working. Since the wiki doc for "AS4 integration" is currently broken. I am going to post this hoping to help others in similar situation.
1. fresh intall jboss 4.2.3-GA. (if you are using jboss 4.0.5-GA, you need to download the latest log4j.jar and replace the log4j-boot.jar in the lib directory. The old log4j does not have "trace" related methods and hornetq fails)
2. run "build" from HornetQ 2.1.1 Final (config\jboss-as-4). I found "build.bat as4" (as in documentation) not working, just run it without the parameter.
3. comment out the two "TransactionManagerLocatorMethod" properties in deploy/jms-ra.rar/META-INF/ra.xml. Most references point you to hornetq-ra.rar, it is not correct in my case.
4. add a new queue to deploy/hornetq.sar/hornetq-ds.xml
queue name="sbLibTopic" entry name="/queue/sbLibTopic"/ /queue 5. You can now verify sending and receiving message to this queue using simple standalone java client e.g. go into hornetq-lab directory and run "ant sendreceivemsg"
6. edit standardjboss.xml, uncomment JMS message inflow from jmsra.rar section and comment out the default "message-drive-bean" invoker proxy binding. Restart jboss. I didn't see this step mentioned anywhere but it is crucial to get EJB working.
7. test MDB. deploy the sample EJB 2 MDB to the deploy directory. Notice the reference to "jms-ra.rar" not hornetq-ra.rar. I only find a "jms-ra.rar" in my deploy director go into hornetq-lab directory and run "ant sendmsg" you should see the MDB consume the message and output something like " test: Shredder onMessage: HornetQMessage..."
Source code attached, enjoy.
DB:2.58:My Experience With Integrating Hornetq 2.1.1 And Jboss As 4 (4.0.5-Ga And 4.2.3-Ga) xa
Unfortunately the wiki link above gives me restricted access pageI am installing HornetQ 2.2.2.Final onto JBoss 4.2.3 to use MDBs and JMSBridge.
In addition to the above steps, there was one additional step I had to do. In the file jboss-4.2.3.GA\server\all-with-hornetq\deploy\jms-ra.rar\META-INF\ra.xml, I had to add the InVMConnectorFactory to the resourceadapter node. The NettyConnectorFactory is already defined, so I added the InVM as an extra param. The ConnectionParameter would be server-id=0.
Here is the final config slice:
resourceadapter
resourceadapter-classorg.hornetq.ra.HornetQResourceAdapter/resourceadapter-class
config-property
description
The transport type. Multiple connectors can be configured by using a comma separated list,
i.e. org.hornetq.core.remoting.impl.invm.InVMConnectorFactory,org.hornetq.core.remoting.impl.invm.InVMConnectorFactory.
/description
config-property-nameConnectorClassName/config-property-name
config-property-typejava.lang.String/config-property-type
config-property-valueorg.hornetq.core.remoting.impl.invm.InVMConnectorFactory,org.hornetq.core.remoting.impl.netty.NettyConnectorFactory/config-property-value
/config-property
config-property
descriptionThe transport configuration. These values must be in the form of key=val;key=val;,
if multiple connectors are used then each set must be separated by a comma i.e. host=host1;port=5445,host=host2;port=5446.
Each set of params maps to the connector classname specified.
/description
config-property-nameConnectionParameters/config-property-name
config-property-typejava.lang.String/config-property-type
config-property-valueserver-id=0,host=10.10.0.209;port=5445/config-property-value
/config-property
...
/resourceadapter
Once done, my MDB loaded properly
-
RELEVANCY SCORE 2.58
DB:2.58:Hornetq Issue While Started On 7.1.3.Final 77
After suceesful jboss AS 7.1.3.Final startup on standalone-full configuration some warning regarding disconnection on hornetq occurs. It's raw start-up with no changes and no deployments.Do anyone had such similar issues? Once I remove connection pooling this warning will disapear but would be good to know what's the issue.
Environment: Windows, jboss AS 7.1.3.Final build taken from a tag
09:43:59,872 INFO [org.jboss.modules] JBoss Modules version 1.1.3.GA
09:44:00,012 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
09:44:00,059 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.3.Final "Arges" starting
09:44:01,044 INFO [org.xnio] XNIO Version 3.0.6.GA
09:44:01,044 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
09:44:01,044 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.6.GA
09:44:01,059 INFO [org.jboss.remoting] JBoss Remoting version 3.2.8.SP1
09:44:01,075 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
09:44:01,122 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 32) JBAS016200: Activating ConfigAdmin Subsystem
09:44:01,137 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
09:44:01,169 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
09:44:01,262 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
09:44:01,325 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.12.Final)
09:44:01,340 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 49) JBAS011906: Activating OSGi Subsystem
09:44:01,356 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
09:44:01,356 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
09:44:01,387 INFO [org.jboss.as.security] (ServerService Thread Pool -- 54) JBAS013171: Activating Security Subsystem
09:44:01,403 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 58) JBAS015537: Activating WebServices Extension
09:44:01,403 INFO [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory
09:44:01,419 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.13.Final
09:44:01,434 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS015400: Bound mail session [java:jboss/mail/Default]
09:44:01,840 WARN [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
09:44:01,840 WARN [jacorb.codeset] (MSC service thread 1-2) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1
09:44:01,872 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
09:44:01,919 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Starting Coyote HTTP/1.1 on http-localhost/127.0.0.1:8080
09:44:02,028 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messaginglargemessages,pagingDirectory=C
:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messagingpaging)
09:44:02,028 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) Waiting to obtain live lock
09:44:02,169 INFO [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-1) Using NIO Journal
09:44:02,200 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
09:44:02,247 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.0.5.GA
09:44:02,247 INFO [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-1) Waiting to obtain live lock
09:44:02,247 INFO [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-1) Live Server Obtained live lock
09:44:02,340 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory C:\Motorola\test\jboss-as-7.1.3.Final\standalone\deployments
09:44:02,356 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:9999
09:44:02,356 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:4447
09:44:02,528 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
09:44:02,559 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-1) Started Netty Acceptor version 3.2.6.Final-20df069 127.0.0.1:5455 for CORE protocol
09:44:02,559 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-1) Started Netty Acceptor version 3.2.6.Final-20df069 127.0.0.1:5445 for CORE protocol
09:44:02,559 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) Server is now live
09:44:02,559 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) HornetQ Server version 2.2.21.SNAPSHOT (HQ_2_2_21_final, 122) [ec7e3342-321d-11e2-9852-4db017d6b448]) started
09:44:02,575 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
09:44:02,575 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
09:44:02,606 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
09:44:02,637 INFO [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-1) HornetQ resource adaptor started
09:44:02,637 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
09:44:02,637 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
09:44:02,669 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
09:44:02,669 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
09:44:02,669 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.3.Final "Arges" started in 3032ms - Started 166 of 252 services (85 services are passive or on-demand)
09:46:04,574 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
09:46:04,574 WARN [org.hornetq.jms.server.recovery.RecoveryDiscovery] (Thread-1 (HornetQ-client-global-threads-2022533)) Notified of connection failure in xa discovery, we will retry on the next recovery: HornetQException[errorCode=2 message=Channel disconnected]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connectionDestroyed(ClientSessionFactoryImpl.java:381) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.remoting.impl.invm.InVMConnector$Listener$1.run(InVMConnector.java:203) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_02]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_02]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_02]
09:46:12,574 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
09:46:12,574 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Client connection failed, clearing up resources for session 4ac5c5dc-3225-11e2-a523-c7d24ec98fd0
09:46:12,574 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Cleared up resources for session 4ac5c5dc-3225-11e2-a523-c7d24ec98fd0
09:46:12,574 WARN [org.hornetq.jms.server.recovery.HornetQXAResourceWrapper] (Thread-0 (HornetQ-client-global-threads-2022533)) Notified of connection failure in xa recovery connectionFactory for provider ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0], discoveryGroupConfiguration=null], connectorConfig=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, backupConfig=null] will
attempt reconnect on next pass: HornetQException[errorCode=2 message=Channel disconnected]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connectionDestroyed(ClientSessionFactoryImpl.java:381) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.remoting.impl.invm.InVMConnector$Listener$1.run(InVMConnector.java:203) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_02]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_02]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_02]
DB:2.58:Hornetq Issue While Started On 7.1.3.Final 77
After suceesful jboss AS 7.1.3.Final startup on standalone-full configuration some warning regarding disconnection on hornetq occurs. It's raw start-up with no changes and no deployments.Do anyone had such similar issues? Once I remove connection pooling this warning will disapear but would be good to know what's the issue.
Environment: Windows, jboss AS 7.1.3.Final build taken from a tag
09:43:59,872 INFO [org.jboss.modules] JBoss Modules version 1.1.3.GA
09:44:00,012 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
09:44:00,059 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.3.Final "Arges" starting
09:44:01,044 INFO [org.xnio] XNIO Version 3.0.6.GA
09:44:01,044 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
09:44:01,044 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.6.GA
09:44:01,059 INFO [org.jboss.remoting] JBoss Remoting version 3.2.8.SP1
09:44:01,075 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
09:44:01,122 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 32) JBAS016200: Activating ConfigAdmin Subsystem
09:44:01,137 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
09:44:01,169 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.
09:44:01,262 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem
09:44:01,325 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.12.Final)
09:44:01,340 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 49) JBAS011906: Activating OSGi Subsystem
09:44:01,356 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 48) JBAS011800: Activating Naming Subsystem
09:44:01,356 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
09:44:01,387 INFO [org.jboss.as.security] (ServerService Thread Pool -- 54) JBAS013171: Activating Security Subsystem
09:44:01,403 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 58) JBAS015537: Activating WebServices Extension
09:44:01,403 INFO [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory
09:44:01,419 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.13.Final
09:44:01,434 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS015400: Bound mail session [java:jboss/mail/Default]
09:44:01,840 WARN [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
09:44:01,840 WARN [jacorb.codeset] (MSC service thread 1-2) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1
09:44:01,872 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016330: CORBA ORB Service started
09:44:01,919 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Starting Coyote HTTP/1.1 on http-localhost/127.0.0.1:8080
09:44:02,028 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messaginglargemessages,pagingDirectory=C
:\Motorola\test\jboss-as-7.1.3.Final\standalone\data\messagingpaging)
09:44:02,028 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) Waiting to obtain live lock
09:44:02,169 INFO [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-1) Using NIO Journal
09:44:02,200 INFO [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started
09:44:02,247 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.0.5.GA
09:44:02,247 INFO [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-1) Waiting to obtain live lock
09:44:02,247 INFO [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-1) Live Server Obtained live lock
09:44:02,340 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory C:\Motorola\test\jboss-as-7.1.3.Final\standalone\deployments
09:44:02,356 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:9999
09:44:02,356 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:4447
09:44:02,528 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
09:44:02,559 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-1) Started Netty Acceptor version 3.2.6.Final-20df069 127.0.0.1:5455 for CORE protocol
09:44:02,559 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-1) Started Netty Acceptor version 3.2.6.Final-20df069 127.0.0.1:5445 for CORE protocol
09:44:02,559 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) Server is now live
09:44:02,559 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-1) HornetQ Server version 2.2.21.SNAPSHOT (HQ_2_2_21_final, 122) [ec7e3342-321d-11e2-9852-4db017d6b448]) started
09:44:02,575 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
09:44:02,575 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
09:44:02,606 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
09:44:02,637 INFO [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-1) HornetQ resource adaptor started
09:44:02,637 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
09:44:02,637 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
09:44:02,669 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
09:44:02,669 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
09:44:02,669 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.3.Final "Arges" started in 3032ms - Started 166 of 252 services (85 services are passive or on-demand)
09:46:04,574 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
09:46:04,574 WARN [org.hornetq.jms.server.recovery.RecoveryDiscovery] (Thread-1 (HornetQ-client-global-threads-2022533)) Notified of connection failure in xa discovery, we will retry on the next recovery: HornetQException[errorCode=2 message=Channel disconnected]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connectionDestroyed(ClientSessionFactoryImpl.java:381) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.remoting.impl.invm.InVMConnector$Listener$1.run(InVMConnector.java:203) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_02]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_02]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_02]
09:46:12,574 WARN [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (hornetq-failure-check-thread) Connection failure has been detected: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=3]
09:46:12,574 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Client connection failed, clearing up resources for session 4ac5c5dc-3225-11e2-a523-c7d24ec98fd0
09:46:12,574 WARN [org.hornetq.core.server.impl.ServerSessionImpl] (hornetq-failure-check-thread) Cleared up resources for session 4ac5c5dc-3225-11e2-a523-c7d24ec98fd0
09:46:12,574 WARN [org.hornetq.jms.server.recovery.HornetQXAResourceWrapper] (Thread-0 (HornetQ-client-global-threads-2022533)) Notified of connection failure in xa recovery connectionFactory for provider ClientSessionFactoryImpl [serverLocator=ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0], discoveryGroupConfiguration=null], connectorConfig=org-hornetq-core-remoting-impl-invm-InVMConnectorFactory?server-id=0, backupConfig=null] will
attempt reconnect on next pass: HornetQException[errorCode=2 message=Channel disconnected]
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.connectionDestroyed(ClientSessionFactoryImpl.java:381) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.core.remoting.impl.invm.InVMConnector$Listener$1.run(InVMConnector.java:203) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.21.Final.jar:2.2.21.SNAPSHOT (HQ_2_2_21_final, 122)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_02]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_02]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_02]
-
RELEVANCY SCORE 2.58
DB:2.58:Jmx Hornetq Migration 8s
Hi,I am trying to migrate a jboss 4.2.2 to Jboss 6.1.0.Final
In 4.2.2 the ?????-service.xml
is
server
mbean code="org.jboss.mq.server.jmx.Topic"
name="jboss.mq.destination:service=Topic,name=ALARMNOTIFICATIONS"
depends optional-attribute-name="DestinationManager"jboss.mq:service=DestinationManager/depends
depends optional-attribute-name="SecurityManager"jboss.mq:service=SecurityManager/depends
attribute name="SecurityConf"
security
role name="guest" read="true" write="true"/
role name="publisher" read="true" write="true" create="false"/
role name="durpublisher" read="true" write="true" create="true"/
/security
/attribute
/mbean
/server
Now as far as I have found the found in the web in order to migrate to HornetQ I need to add
???-hornetq-jms.xml to the \server\default\deploy directory
configuration xmlns="urn:hornetq"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:hornetq ../schemas/hornetq-jms.xsd "
connection-factory name="ConnectionFactory"
connectors
connector-ref connector-name="netty"/
/connectors
entries
entry name="ConnectionFactory"/
/entries
/connection-factory
topic name="OSNOTIFICATIONS"
entry name="/topic/OSNOTIFICATIONS"/
/topic
/configuration
But I get
14:48:38,694 INFO [HornetQServerImpl] trying to deploy queue jms.topic.OSNOTIFICATIONS
Is this OK??
Many thx for the help
Full log:
14:48:19,634 INFO [AbstractServer] Starting: JBossAS [6.1.0.Final "Neo"]
14:48:21,027 INFO [ServerInfo] Java version: 1.6.0_35,Sun Microsystems Inc.
14:48:21,027 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_35-b10)
14:48:21,028 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 20.10-b01,Sun Microsystems Inc.
14:48:21,028 INFO [ServerInfo] OS-System: Windows 7 6.1,amd64
14:48:21,028 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Dlogging.configuration=file:logging.properties -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.endorsed.dirs=D:\PROJECTS\JBOSS\jboss\AS6\lib\endorsed
14:48:21,070 INFO [JMXKernel] Legacy JMX core initialized
14:48:27,919 INFO [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.1.GA
14:48:28,445 INFO [JSFImplManagementDeployer] Initialized 3 JSF configurations: [Mojarra-1.2, MyFaces-2.0, Mojarra-2.0]
14:48:34,272 WARNING [FileConfigurationParser] AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
14:48:34,464 INFO [JMXConnector] starting JMXConnector on host 127.0.0.1:1090
14:48:34,545 INFO [MailService] Mail Service bound to java:/Mail
14:48:35,292 INFO [HornetQServerImpl] live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/journal,bindingsDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/bindings,largeMessagesDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/largemessages,pagingDirectory=D:\PROJECTS\JBOSS\jboss\AS6\server\default\data/hornetq/paging)
14:48:35,294 INFO [HornetQServerImpl] Waiting to obtain live lock
14:48:35,352 INFO [JournalStorageManager] Using NIO Journal
14:48:35,377 WARNING [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
14:48:35,473 INFO [FileLockNodeManager] Waiting to obtain live lock
14:48:35,473 INFO [FileLockNodeManager] Live Server Obtained live lock
14:48:36,345 INFO [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 127.0.0.1:5445 for CORE protocol
14:48:36,348 INFO [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 127.0.0.1:5455 for CORE protocol
14:48:36,351 INFO [HornetQServerImpl] Server is now live
14:48:36,351 INFO [HornetQServerImpl] HornetQ Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [2f742069-39f0-11e2-9b60-d067e5498ea4] started
14:48:36,395 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
14:48:36,541 INFO [jbossatx] ARJUNA-32010 JBossTS Recovery Service (tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
14:48:36,546 INFO [arjuna] ARJUNA-12324 Start RecoveryActivators
14:48:36,561 INFO [arjuna] ARJUNA-12296 ExpiredEntryMonitor running at Mon, 4 Feb 2013 14:48:36
14:48:36,615 INFO [arjuna] ARJUNA-12310 Recovery manager listening on endpoint 127.0.0.1:4712
14:48:36,616 INFO [arjuna] ARJUNA-12344 RecoveryManagerImple is ready on port 4712
14:48:36,616 INFO [jbossatx] ARJUNA-32013 Starting transaction recovery manager
14:48:36,632 INFO [arjuna] ARJUNA-12163 Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 4713
14:48:36,633 INFO [arjuna] ARJUNA-12337 TransactionStatusManagerItem host: 127.0.0.1 port: 4713
14:48:36,638 INFO [arjuna] ARJUNA-12170 TransactionStatusManager started on port 4713 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
14:48:36,670 INFO [jbossatx] ARJUNA-32017 JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
14:48:36,734 INFO [arjuna] ARJUNA-12202 registering bean jboss.jta:type=ObjectStore.
14:48:36,938 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_35\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\IBM\RationalSDLC\common;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ooRexx;C:\Program Files\IBM\RationalSDLC\ClearCase\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Tcl\bin;C:\SWS4\NTBIN;C:\SWS4\CMP\NTBIN;C:\SWS4\MED;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\IBM\RationalSDLC\common;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ooRexx;C:\Program Files\IBM\RationalSDLC\ClearCase\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;.
14:48:37,070 INFO [TomcatDeployment] deploy, ctxPath=/invoker
14:48:37,437 INFO [ModClusterService] Initializing mod_cluster 1.1.0.Final
14:48:37,509 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
14:48:37,525 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
14:48:37,534 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/jms-ra.rar/META-INF/ra.xml
14:48:37,552 INFO [HornetQResourceAdapter] HornetQ resource adaptor started
14:48:37,559 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/mail-ra.rar/META-INF/ra.xml
14:48:37,575 INFO [RARDeployment] Required license terms exist, view vfs:/D:/PROJECTS/JBOSS/jboss/AS6/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
14:48:37,684 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-2
14:48:37,722 INFO [SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
14:48:37,723 INFO [QuartzScheduler] Quartz Scheduler v.1.8.3 created.
14:48:37,725 INFO [RAMJobStore] RAMJobStore initialized.
14:48:37,727 INFO [QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.3) 'JBossQuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
14:48:37,728 INFO [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.
14:48:37,728 INFO [StdSchedulerFactory] Quartz scheduler version: 1.8.3
14:48:37,728 INFO [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.
14:48:38,080 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
14:48:38,264 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
14:48:38,387 INFO [xnio] XNIO Version 2.1.0.CR2
14:48:38,396 INFO [nio] XNIO NIO Implementation Version 2.1.0.CR2
14:48:38,538 INFO [remoting] JBoss Remoting version 3.1.0.Beta2
14:48:38,613 INFO [TomcatDeployment] deploy, ctxPath=/
14:48:38,673 INFO [HornetQServerImpl] trying to deploy queue jms.queue.DLQ
14:48:38,694 INFO [HornetQServerImpl] trying to deploy queue jms.topic.OSNOTIFICATIONS
14:48:38,716 INFO [HornetQServerImpl] trying to deploy queue jms.queue.ExpiryQueue
14:48:38,733 INFO [service] Removing bootstrap log handlers
14:48:38,787 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
14:48:38,810 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
14:48:38,811 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.1.0.Final "Neo"] Started in 19s:175ms
DB:2.58:Jmx Hornetq Migration 8s
Hi...refer https://community.jboss.org/message/795904#795904
-
RELEVANCY SCORE 2.58
DB:2.58:Too Many Levels Of Symbolic Links f8
When I try to deploy the ejb-jms-transaction example from the HornetQ 2.2.2 distribution to my local JBoss 6.1 server, I get an "Too many levels of symbolic links" error, as shown below. Am I neglecting something important for configuring this example to run on my JBoss 6 server? Thanks for any help. --Ianenmac11:ejb-jms-transaction iandow$ ./build.sh deploy
ANT_HOME is ../../../tools/ant
: JAVA_HOME is not set. Build may fail.
: Set JAVA_HOME to the directory of your local JDK to avoid this message.
Using the following ant version from ../../../tools/ant:
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xmlvalidate-jboss:
profile.check:
copy-profile:
[mkdir] Created dir: /Users/iandow/development/jboss-6.1.0.Final/server/ejb-jms-transaction-example-profile
[copy] Copying 5857 files to /Users/iandow/development/jboss-6.1.0.Final/server/ejb-jms-transaction-example-profileBUILD FAILED
/Users/iandow/development/hornetq-2.2.2.Final/examples/javaee/common/build.xml:143: Failed to copy /Users/iandow/development/jboss-6.1.0.Final/server/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq to /Users/iandow/development/jboss-6.1.0.Final/server/ejb-jms-transaction-example-profile/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq due to java.io.FileNotFoundException /Users/iandow/development/jboss-6.1.0.Final/server/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq (Too many levels of symbolic links)DB:2.58:Too Many Levels Of Symbolic Links f8
When I try to deploy the ejb-jms-transaction example from the HornetQ 2.2.2 distribution to my local JBoss 6.1 server, I get an "Too many levels of symbolic links" error, as shown below. Am I neglecting something important for configuring this example to run on my JBoss 6 server? Thanks for any help. --Ianenmac11:ejb-jms-transaction iandow$ ./build.sh deploy
ANT_HOME is ../../../tools/ant
: JAVA_HOME is not set. Build may fail.
: Set JAVA_HOME to the directory of your local JDK to avoid this message.
Using the following ant version from ../../../tools/ant:
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xmlvalidate-jboss:
profile.check:
copy-profile:
[mkdir] Created dir: /Users/iandow/development/jboss-6.1.0.Final/server/ejb-jms-transaction-example-profile
[copy] Copying 5857 files to /Users/iandow/development/jboss-6.1.0.Final/server/ejb-jms-transaction-example-profileBUILD FAILED
/Users/iandow/development/hornetq-2.2.2.Final/examples/javaee/common/build.xml:143: Failed to copy /Users/iandow/development/jboss-6.1.0.Final/server/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq to /Users/iandow/development/jboss-6.1.0.Final/server/ejb-jms-transaction-example-profile/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq due to java.io.FileNotFoundException /Users/iandow/development/jboss-6.1.0.Final/server/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq/default-with-hornetq (Too many levels of symbolic links) -
RELEVANCY SCORE 2.58
DB:2.58:Need Help With Stemmons.Tx.Ibone.Comcast.Net [75.149.230.162] dz
I am trying to resolve some significant latency problems and random dc's and have run a series a pathping tests. My issue appears tied to frequent 100% packet loss at Comcast router at IPstemmons.tx.ibone.comcast.net [75.149.230.162].Results are below.
Who can help me resolve? The call centers were not able to help. I reschedule a truck roll because i didnt believe that was a solution path either.
Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Addressat 8:208 64ms 0/ 100 = 0% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]100/ 100 =100%|9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]at 8:008 42ms 0/ 100 = 0% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]100/ 100 =100%|9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]0/ 100 = 0% |at 7:408 42ms 1/ 100 = 1% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]99/ 100 = 99%|9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]at 5:308 33ms 7/ 100 = 7% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]93/ 100 = 93%|9 --- 100/ 100 =100% 0/ 100 = 0% cr2.dlstx.ip.att.net [12.123.16.110]Here is the full pathpings for the 7:40 Mountain time for additional colorTracing route to 63.240.161.189 over a maximum of 30 hops0 PC [192.168.1.3]1 192.168.1.12 67.190.164.13 te-1-3-ur10.denver.co.denver.comcast.net [68.85.221.113]4 68.85.89.2535 he-3-10-0-0-cr01.denver.co.ibone.comcast.net [68.86.92.25]6 pos-2-10-0-0-cr01.dallas.tx.ibone.comcast.net [68.86.87.186]7 pos-0-9-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.88.198]8 as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]9 cr1.dlstx.ip.att.net [12.123.16.86]10 cr2.kc9mo.ip.att.net [12.122.28.86]11 cr2.sl9mo.ip.att.net [12.122.28.90]12 cr2.cgcil.ip.att.net [12.122.2.21]13 gar3.cgcil.ip.att.net [12.122.132.213]14 12.122.251.5015 63.240.130.21016 * * *Computing statistics for 375 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 PC [192.168.1.3]0/ 100 = 0% |1 1ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.10/ 100 = 0% |2 34ms 0/ 100 = 0% 0/ 100 = 0% 67.190.164.10/ 100 = 0% |3 26ms 0/ 100 = 0% 0/ 100 = 0% te-1-3-ur10.denver.co.denver.comcast.net [68.85.221.113]0/ 100 = 0% |4 35ms 0/ 100 = 0% 0/ 100 = 0% 68.85.89.2530/ 100 = 0% |5 35ms 0/ 100 = 0% 0/ 100 = 0% he-3-10-0-0-cr01.denver.co.ibone.comcast.net [68.86.92.25]0/ 100 = 0% |6 44ms 0/ 100 = 0% 0/ 100 = 0% pos-2-10-0-0-cr01.dallas.tx.ibone.comcast.net [68.86.87.186]0/ 100 = 0% |7 48ms 0/ 100 = 0% 0/ 100 = 0% pos-0-9-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.88.198]1/ 100 = 1% |8 42ms 1/ 100 = 1% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]99/ 100 = 99% |9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr2.kc9mo.ip.att.net [12.122.28.86]0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr2.sl9mo.ip.att.net [12.122.28.90]0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr2.cgcil.ip.att.net [12.122.2.21]0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% gar3.cgcil.ip.att.net [12.122.132.213]0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.500/ 100 = 0% |15 --- 100/ 100 =100% 0/ 100 = 0% 63.240.130.210Trace complete.
DB:2.58:Need Help With Stemmons.Tx.Ibone.Comcast.Net [75.149.230.162] dz
I am trying to resolve some significant latency problems and random dc's and have run a series a pathping tests. My issue appears tied to frequent 100% packet loss at Comcast router at IPstemmons.tx.ibone.comcast.net [75.149.230.162].Results are below.
Who can help me resolve? The call centers were not able to help. I reschedule a truck roll because i didnt believe that was a solution path either.
Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Addressat 8:208 64ms 0/ 100 = 0% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]100/ 100 =100%|9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]at 8:008 42ms 0/ 100 = 0% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]100/ 100 =100%|9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]0/ 100 = 0% |at 7:408 42ms 1/ 100 = 1% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]99/ 100 = 99%|9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]at 5:308 33ms 7/ 100 = 7% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]93/ 100 = 93%|9 --- 100/ 100 =100% 0/ 100 = 0% cr2.dlstx.ip.att.net [12.123.16.110]Here is the full pathpings for the 7:40 Mountain time for additional colorTracing route to 63.240.161.189 over a maximum of 30 hops0 PC [192.168.1.3]1 192.168.1.12 67.190.164.13 te-1-3-ur10.denver.co.denver.comcast.net [68.85.221.113]4 68.85.89.2535 he-3-10-0-0-cr01.denver.co.ibone.comcast.net [68.86.92.25]6 pos-2-10-0-0-cr01.dallas.tx.ibone.comcast.net [68.86.87.186]7 pos-0-9-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.88.198]8 as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]9 cr1.dlstx.ip.att.net [12.123.16.86]10 cr2.kc9mo.ip.att.net [12.122.28.86]11 cr2.sl9mo.ip.att.net [12.122.28.90]12 cr2.cgcil.ip.att.net [12.122.2.21]13 gar3.cgcil.ip.att.net [12.122.132.213]14 12.122.251.5015 63.240.130.21016 * * *Computing statistics for 375 seconds...Source to Here This Node/LinkHop RTT Lost/Sent = Pct Lost/Sent = Pct Address0 PC [192.168.1.3]0/ 100 = 0% |1 1ms 0/ 100 = 0% 0/ 100 = 0% 192.168.1.10/ 100 = 0% |2 34ms 0/ 100 = 0% 0/ 100 = 0% 67.190.164.10/ 100 = 0% |3 26ms 0/ 100 = 0% 0/ 100 = 0% te-1-3-ur10.denver.co.denver.comcast.net [68.85.221.113]0/ 100 = 0% |4 35ms 0/ 100 = 0% 0/ 100 = 0% 68.85.89.2530/ 100 = 0% |5 35ms 0/ 100 = 0% 0/ 100 = 0% he-3-10-0-0-cr01.denver.co.ibone.comcast.net [68.86.92.25]0/ 100 = 0% |6 44ms 0/ 100 = 0% 0/ 100 = 0% pos-2-10-0-0-cr01.dallas.tx.ibone.comcast.net [68.86.87.186]0/ 100 = 0% |7 48ms 0/ 100 = 0% 0/ 100 = 0% pos-0-9-0-0-pe01.1950stemmons.tx.ibone.comcast.net [68.86.88.198]1/ 100 = 1% |8 42ms 1/ 100 = 1% 0/ 100 = 0% as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162]99/ 100 = 99% |9 --- 100/ 100 =100% 0/ 100 = 0% cr1.dlstx.ip.att.net [12.123.16.86]0/ 100 = 0% |10 --- 100/ 100 =100% 0/ 100 = 0% cr2.kc9mo.ip.att.net [12.122.28.86]0/ 100 = 0% |11 --- 100/ 100 =100% 0/ 100 = 0% cr2.sl9mo.ip.att.net [12.122.28.90]0/ 100 = 0% |12 --- 100/ 100 =100% 0/ 100 = 0% cr2.cgcil.ip.att.net [12.122.2.21]0/ 100 = 0% |13 --- 100/ 100 =100% 0/ 100 = 0% gar3.cgcil.ip.att.net [12.122.132.213]0/ 100 = 0% |14 --- 100/ 100 =100% 0/ 100 = 0% 12.122.251.500/ 100 = 0% |15 --- 100/ 100 =100% 0/ 100 = 0% 63.240.130.210Trace complete.
-
RELEVANCY SCORE 2.57
DB:2.57:Maven Repo Has 2.2.10 Through 2.2.18 But Not The Released .14? kc
Somewhat related to https://community.jboss.org/thread/161199?tstart=0... I'm trying to find the correct client version to put in a maven build against the latest .Final release (2.2.14.Final) so I went browsing in the JBoss maven repos to verify the versions for hornetq-core-client and hornetq-jms-client. I found library version for 2.2.10.Final through 2.2.18.Final EXCEPT for 2.2.14.Final. I am looking at this page:https://repository.jboss.org/nexus/content/groups/public-jboss/org/hornetq/hornetq-core-client/
Am I looking in the wrong place or confused about how the release process works? I think that the library versions of the hornetq-core-client and hornetq-jms-client should match the release version of the server.
Any help will be greatly appreciated because we spend a little too much time right now trying to get the correct dependencies, especially after updates.
Thanks.
DB:2.57:Maven Repo Has 2.2.10 Through 2.2.18 But Not The Released .14? kc
Great, thanks for helping. I encountered a HORNETQ-722, therefore I want to update the server as well as the clients. -
RELEVANCY SCORE 2.57
DB:2.57:Hornetq 2.0.0.Cr2 Is Out! 9m
This is a candidate release for the forthcoming 2.0.0.GA release that we hope to release in the next couple of weeks.Get it from the web site.
DB:2.57:Hornetq 2.0.0.Cr2 Is Out! 9m
This is a candidate release for the forthcoming 2.0.0.GA release that we hope to release in the next couple of weeks.Get it from the web site.
-
RELEVANCY SCORE 2.57
DB:2.57:Jms Bridge Doesn't Work With Large Messages pf
We seem to hit an issue with large messages on JMS Bridges. A non-functional requirement suggests to transfer Large Messages with a size of up to 10GB.1. Testing the Large Message Example under ../hornetq-2.3.20.Final/examples/jms and the JMS Bridge Example under ../hornetq-2.3.20.Final/examples/javaee.
Both work fine with JBoss EAP 6.3.0.Beta. For this, I had to modify the Javaee POM (see attach). We are using the HornetQ Download for 2.3.20.Final for this test setup.
In order to show the issue, we have extended the existing HornetQ Examples using our exact scenario.
2. the Large Message Example (with Core Bridge) with Files up to 10 GB are working fine.
3. the JMS Bridge Example is modified to use Large Messages and it works with files of 1 GB successfully.
If I send a file with the size of 2 GB, I get an error:
Creating a file to send of size 2147483648 bytes. This may take a little while... If this is too big for your disk you can easily change the FILE_SIZE in the example.
File created.
Sending the huge message.
Large Message sent
Receiving message.
10:37:39,857 ERROR [stderr] (pool-3-thread-2) Exception in thread "pool-3-thread-2" java.lang.OutOfMemoryError: Requested array size exceeds VM limit
10:37:39,859 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.HeapChannelBuffer.init(HeapChannelBuffer.java:42)
10:37:39,860 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.BigEndianHeapChannelBuffer.init(BigEndianHeapChannelBuffer.java:34)
10:37:39,861 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.ChannelBuffers.buffer(ChannelBuffers.java:134)
10:37:39,862 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.HeapChannelBufferFactory.getBuffer(HeapChannelBufferFactory.java:68)
10:37:39,863 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.DynamicChannelBuffer.init(DynamicChannelBuffer.java:58)
10:37:39,864 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.DynamicChannelBuffer.init(DynamicChannelBuffer.java:43)
10:37:39,865 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.ChannelBuffers.dynamicBuffer(ChannelBuffers.java:207)
10:37:39,866 ERROR [stderr] (pool-3-thread-2) at org.jboss.netty.buffer.ChannelBuffers.dynamicBuffer(ChannelBuffers.java:197)
10:37:39,867 ERROR [stderr] (pool-3-thread-2) at org.hornetq.api.core.HornetQBuffers.dynamicBuffer(HornetQBuffers.java:36)
10:37:39,868 ERROR [stderr] (pool-3-thread-2) at org.hornetq.core.message.impl.MessageImpl.createBody(MessageImpl.java:961)
10:37:39,869 ERROR [stderr] (pool-3-thread-2) at org.hornetq.core.client.impl.ClientLargeMessageImpl.checkBuffer(ClientLargeMessageImpl.java:183)
10:37:39,871 ERROR [stderr] (pool-3-thread-2) at org.hornetq.core.client.impl.ClientLargeMessageImpl.getBodyBuffer(ClientLargeMessageImpl.java:99)
10:37:39,872 ERROR [stderr] (pool-3-thread-2) at org.hornetq.jms.client.HornetQMessage.checkBuffer(HornetQMessage.java:888)
10:37:39,872 ERROR [stderr] (pool-3-thread-2) at org.hornetq.jms.bridge.impl.JMSBridgeImpl$SourceReceiver.run(JMSBridgeImpl.java:1770)
10:37:39,873 ERROR [stderr] (pool-3-thread-2) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
10:37:39,873 ERROR [stderr] (pool-3-thread-2) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
10:37:39,873 ERROR [stderr] (pool-3-thread-2) at java.lang.Thread.run(Thread.java:744)
10:39:39,468 INFO [org.jboss.as.naming] (Remoting "celsius-h710" task-4) JBAS011806: Channel-Endbenachrichtigung erhalten, schliee Channel Channel ID 6af9fc0e (inbound) of Remoting connection 25869a4b to /127.0.0.1:55506
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 155.502 sec FAILURE!
Results :
Tests in error:
runExample(org.hornetq.javaee.examples.JMSBridgeRunnerTest)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[ERROR] There are test failures.
Our expectation:
The "JMS Bridge Example" is working until the large message size hits the available memory.
The "JMS Bridge Example" shows an unexpected OutOfMemory Exception. The issue is not around the 2GB of size.
Why does the JMS Bridge try to read the content of the Stream into the memory? It should simply stream the file content to the disk.
We have followed the HornetQ documenation and need help to understand the issue.
Can you explain the OutOfMemory exception?
What can we change to successfully send large messages where the file size exceeds the memory size?
DB:2.57:Jms Bridge Doesn't Work With Large Messages pf
Thanks Justin,I understand your answers. We integrate between Embedded HornetQ Servers (server to server bridging) and therefore the core bridges are the best choice, as you say.
JMS Bridges would have worked for us, in order to solve the version compatibility issue on core bridges. But with JMS Bridges we hit the 2GB limitation.
We use core bridges today and experienced compatibility issues with different HornetQ versions.
When we started to work on this, we were not aware of the compatibility improvements on core bridges (HORNETQ-1242).
We are testing HornetQ core bridges between 2.3.15 (our current live version) and 2.4.3 (possible upgrade) - both directions.
-core bridge from a 2.3.15 server to a 2.4.3 server works - core bridge is established and messages are transferred successfully.
-core bridge from a 2.4.3 server to a 2.4.3 server works as well
-core bridge from a 2.4.3 server to a 2.3.15 server however do not work. I was hoping to see the effect from hornetq-1242/forward compatibility.
There is no error message in the logs, but there is a debug message saying "HQ119013 - Timed out waiting to receive cluster topology."
This message seems to be shown also if other configuration setups or version compatibility issues exist.
We will go forward testing. We might open a new HornetQ discussion around the 2.3.15/2.4.3 compatibility on core bridges.
Alternative approach "pull core bridge"
The HornetQ core bridge pushes messages from a source queue to destination queue, usually on a different HornetQ server.
I think we could go around our version issue, if I could configure a "pull core bridge".
I found following ticket but is closed now.
https://issues.jboss.org/browse/HORNETQ-179
Generally, the pull core bridge would be a solution for other HornetQ users and also EAP users, experiencing the very same version compatibility issue.
As I do not know how interesting this is to other HornetQ users, its hard to tell the benefit.
Generally, if another person/user is interested in the feature "pull core bridge", please enlist yourself here and give a description of your situation/use case.
@Justin: any comments are well appreciated. Many thanks.
-
RELEVANCY SCORE 2.57
DB:2.57:Application Design/Architecture To Support Hornetq Upgrades xd
Today we have a enterprise system transferring data with the file mechanism. This will be replaced with a messaging oriented architecture and we have chosen HornetQ. Performance and Large Messages work well for us.We are embedding HornetQ (currently on 2.3.0.Final) in our Java application running under OSGI/Apache Karaf. One important issue is how to upgrade HornetQ in a good way (e.g. 2.3.0 - 2.4.0 - 3.0.0) in our live environments. Our system will have 100+ HornetQ Instances. One server will have one HornetQ instance. The servers are maintained by multiple companies. The topology is hub like. A couple of central servers that forward messages to other servers. We will need to be able to run 2 different HornetQ versions in parallel and upgrade the enterprise system gradually. Upgrades should take place within days or weeks.
Questions:
1. Are there any best practices to upgrade a Enterprise system from a HornetQ perspective?
2. Are there any considerations to support upgrades in a good way from a application design/architecture?
I've not found information to this in the HornetQ community sites and not in the HornetQ documentation. Different HornetQ versions will not be able to exchange messages (except minor upgrades) between each other. As I understand it, I can run different HornetQ Versions by using different ports and data directories. This is already configurable on our java applications.
In this way we can run different versions in parallel as long as it is needed and upgrade our enterprise system gradually.
Any recommendations?
Many thanks,
Alfred
DB:2.57:Application Design/Architecture To Support Hornetq Upgrades xd
Thanks Andy! This is good and helpful answer. -
RELEVANCY SCORE 2.57
DB:2.57:Java.Lang.Indexoutofboundsexception When Using A Stomp Client 39
I am getting the following stack trace from hornetq when running in JBoss 7.1.111:49:10,133 WARN [org.hornetq.core.server.impl.QueueImpl] (Old I/O server worker (parentId: 222337051, [id: 0x0d40981b, /0.0.0.0:5445])) removing consumer which did not handle a message, consumer=or
g.hornetq.core.server.impl.ServerConsumerImpl@605c90b4, message=Reference[1323]:RELIABLE:ServerMessage[messageID=1323,priority=4, bodySize=210,expiration=0, durable=true, address=jms.topic.testTopic2,
properties=TypedProperties[null]]@1713639557: java.lang.IndexOutOfBoundsException
at org.jboss.netty.buffer.AbstractChannelBuffer.setIndex(AbstractChannelBuffer.java:67) [netty-3.2.6.Final.jar:]
at org.hornetq.core.buffers.impl.ChannelBufferWrapper.setIndex(ChannelBufferWrapper.java:497) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.message.impl.MessageImpl.forceCopy(MessageImpl.java:960) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.message.impl.MessageImpl.encodeToBuffer(MessageImpl.java:891) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.message.impl.MessageImpl.getEncodedBuffer(MessageImpl.java:486) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.impl.wireformat.SessionReceiveMessage.encode(SessionReceiveMessage.java:73) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.impl.ChannelImpl.send(ChannelImpl.java:183) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.impl.ChannelImpl.sendBatched(ChannelImpl.java:162) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.impl.CoreSessionCallback.sendMessage(CoreSessionCallback.java:76) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.impl.ServerConsumerImpl.deliverStandardMessage(ServerConsumerImpl.java:798) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.impl.ServerConsumerImpl.handle(ServerConsumerImpl.java:313) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.impl.QueueImpl.handle(QueueImpl.java:2195) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.impl.QueueImpl.deliverDirect(QueueImpl.java:2140) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.impl.QueueImpl.addTail(QueueImpl.java:450) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.postoffice.impl.PostOfficeImpl.addReferences(PostOfficeImpl.java:1255) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.postoffice.impl.PostOfficeImpl.access$200(PostOfficeImpl.java:79) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.postoffice.impl.PostOfficeImpl$1.done(PostOfficeImpl.java:1077) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.persistence.impl.journal.OperationContextImpl.executeOnCompletion(OperationContextImpl.java:188) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.persistence.impl.journal.JournalStorageManager.afterCompleteOperations(JournalStorageManager.java:447) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.postoffice.impl.PostOfficeImpl.processRoute(PostOfficeImpl.java:1066) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:678) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:580) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.impl.ServerSessionImpl.doSend(ServerSessionImpl.java:1437) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1164) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.ServerSessionPacketHandler.handlePacket(ServerSessionPacketHandler.java:441) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:508) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:556) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:517) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:533) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.remoting.impl.netty.HornetQChannelHandler.messageReceived(HornetQChannelHandler.java:73) [hornetq-core-2.2.13.Final.jar:]
at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:100) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:372) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.StaticChannelPipeline$StaticChannelHandlerContext.sendUpstream(StaticChannelPipeline.java:534) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:287) [netty-3.2.6.Final.jar:]
at org.hornetq.core.remoting.impl.netty.HornetQFrameDecoder2.decode(HornetQFrameDecoder2.java:169) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.remoting.impl.netty.HornetQFrameDecoder2.messageReceived(HornetQFrameDecoder2.java:134) [hornetq-core-2.2.13.Final.jar:]
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:80) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:372) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.StaticChannelPipeline.sendUpstream(StaticChannelPipeline.java:367) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261) [netty-3.2.6.Final.jar:]
at org.jboss.netty.channel.socket.oio.OioWorker.run(OioWorker.java:100) [netty-3.2.6.Final.jar:]
at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) [netty-3.2.6.Final.jar:]
at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44) [netty-3.2.6.Final.jar:]
at org.jboss.netty.util.VirtualExecutorService$ChildExecutorRunnable.run(VirtualExecutorService.java:181) [netty-3.2.6.Final.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_03]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_03]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_03]
I have attached my standalone.xml as well as example code that can reproduce the issue.
You need to start the StompClient, MyProducer, then the MyMessageConsumer in that order and one right after the other.
I have changed the forceCopy method in MessageImpl.java to the following to prevent the exception, but not sure if it is just hiding the larger issue.
private void forceCopy()
{
// Must copy buffer before sending it
buffer = buffer.copy(0, buffer.capacity());
if (endOfBodyPosition != -1)
{
buffer.setIndex(0, endOfBodyPosition);
}
if (bodyBuffer != null)
{
bodyBuffer.setBuffer(buffer);
}
bufferUsed = false;
}
DB:2.57:Java.Lang.Indexoutofboundsexception When Using A Stomp Client 39
Thanks for looking into this Clebert and Justin. -
RELEVANCY SCORE 2.57
DB:2.57:Hornetq Rest Interface Beta-2 Released 87
A user requested Selector support.Follow the links and doco from:
http://jboss.org/hornetq/rest
To download, etc...
DB:2.57:Hornetq Rest Interface Beta-2 Released 87
A user requested Selector support.Follow the links and doco from:
http://jboss.org/hornetq/rest
To download, etc...
-
RELEVANCY SCORE 2.56
DB:2.56:Jms Consumer Can Not Resolve Class Of The Object Passed In Objectmessage ca
i'm using JBoss AS7 and I'm trying to send and receive object trough JMS. Here's my code:
public void onMessage(Message m) { try { ObjectMessage ob=(ObjectMessage) m; Object o= ob.getObject(); System.out.println("siiiii"); //bm.readBytes(b); //BufferedOutputStream bos=new BufferedOutputStream(new BufferedWriter(b)); //Dispositivo d = bm. } catch (JMSException e) { e.printStackTrace(); System.err.println("JMSException in onMessage(): " + e.toString()); } }and i get these errors:
avax.jms.JMSException: ebiga.procedureoperative.model.Dispositivo from [Module "org.hornetq:main" from local module loader @430ef1aa (roots: D:\Lavoro\jboss-as-7.1.1.Final\modules)]19:09:41,919 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
19:09:41,922 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
19:09:41,930 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
19:09:41,943 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
19:09:41,950 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
19:09:41,984 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.lang.Class.forName0(Native Method)
19:09:41,990 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.lang.Class.forName(Unknown Source)
19:09:41,994 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.io.ObjectInputStream.resolveClass(Unknown Source)
19:09:41,997 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.hornetq.utils.ObjectInputStreamWithClassLoader.resolveClass(ObjectInputStreamWithClassLoader.java:71)
19:09:42,003 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
19:09:42,007 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.io.ObjectInputStream.readClassDesc(Unknown Source)
19:09:42,009 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
19:09:42,015 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.io.ObjectInputStream.readObject0(Unknown Source)
19:09:42,018 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.io.ObjectInputStream.readObject(Unknown Source)
19:09:42,022 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.hornetq.jms.client.HornetQObjectMessage.getObject(HornetQObjectMessage.java:158)
19:09:42,025 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at jms.ConsumerMessageListener.onMessage(ConsumerMessageListener.java:38)
19:09:42,034 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
19:09:42,037 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
19:09:42,040 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
19:09:42,043 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.lang.reflect.Method.invoke(Unknown Source)
19:09:42,046 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
19:09:42,053 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,056 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
19:09:42,066 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36)
19:09:42,071 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,074 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
19:09:42,079 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,082 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
19:09:42,086 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)
19:09:42,092 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,095 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
19:09:42,101 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,106 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:202)
19:09:42,110 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:306)
19:09:42,114 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190)
19:09:42,121 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,125 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
19:09:42,128 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,131 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
19:09:42,135 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,138 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
19:09:42,142 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,146 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:43)
19:09:42,168 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,171 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:184)
19:09:42,176 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,197 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
19:09:42,202 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,206 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
19:09:42,210 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)
19:09:42,213 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173)
19:09:42,217 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
19:09:42,220 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
19:09:42,223 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72)
19:09:42,226 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at javax.jms.MessageListener$$$view19.onMessage(Unknown Source)
19:09:42,229 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
19:09:42,232 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
19:09:42,235 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
19:09:42,237 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.lang.reflect.Method.invoke(Unknown Source)
19:09:42,240 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:140)
19:09:42,244 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
19:09:42,247 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at com.sun.proxy.$Proxy51.onMessage(Unknown Source)
19:09:42,250 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.hornetq.ra.inflow.HornetQMessageHandler.onMessage(HornetQMessageHandler.java:278)
19:09:42,252 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.hornetq.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:983)
19:09:42,255 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.hornetq.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:48)
19:09:42,257 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.hornetq.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1113)
19:09:42,259 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100)
19:09:42,262 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
19:09:42,265 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
19:09:42,268 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) at java.lang.Thread.run(Unknown Source)
19:09:42,269 ERROR [stderr] (Thread-15 (HornetQ-client-global-threads-202023893)) JMSException in onMessage(): javax.jms.JMSException: ebiga.procedureoperative.model.Dispositivo from [Module "org.hornetq:main" from local module loader @430ef1aa (roots: D:\Lavoro\jboss-as-7.1.1.Final\modules)]
Seems that ObjectInputStream takes the classloader of the calling method. I don't kno w how to fix this problems. Can anyone help me? ThanksDB:2.56:Jms Consumer Can Not Resolve Class Of The Object Passed In Objectmessage ca
Hi Tony,can you check this article [1] first so you're sure that ObjectMessage is good for you. Also there is nice explanation what is necessary to deserialize the object. It seems that you're simply missing correct libraries. You will probably need to add module to AS7 and then add something like: "Dependencies: my.module" to MANIFEST.MF to your deployment so it's loaded.
Cheers,
Mirek
[1] http://jmesnil.net/weblog/2012/07/27/on-jms-objectmessage-and-its-pitfalls/
-
RELEVANCY SCORE 2.56
DB:2.56:Hornetq Security_Exception Unable To Validate User: Null sx
Hello,Im getting the following exception when trying to send messages to the hornetq queue. I`m using JBoss AS7 with hornetQ embedded. Following is the exception I`m getting
06:29:12,241 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "testwebproj.war"
06:29:34,275 ERROR [org.hornetq.core.server] (Thread-1 (HornetQ-remoting-threads-HornetQServerImpl::serverUUID=79b78d2b-a646-11e2-93c7-dd5f9163e418-945493321-1674741894)) HQ114032: Failed to create session: HornetQException[errorType=SECURITY_EXCEPTION message=HQ119061: Unable to validate user: null]
at org.hornetq.core.security.impl.SecurityStoreImpl.authenticate(SecurityStoreImpl.java:145) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.server.impl.HornetQServerImpl.createSession(HornetQServerImpl.java:833) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.protocol.core.impl.HornetQPacketHandler.handleCreateSession(HornetQPacketHandler.java:166) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.protocol.core.impl.HornetQPacketHandler.handlePacket(HornetQPacketHandler.java:82) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:548) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:550) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:511) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:533) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.core.remoting.impl.invm.InVMConnection$1.run(InVMConnection.java:166) [hornetq-core-2.3.0.Alpha.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:99) [hornetq-core-2.3.0.Alpha.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
Also following is the client I`m using
Credentials credentials = new UsernamePasswordCredentials("username", "password");
HttpClient httpClient = new HttpClient();
httpClient.getState().setCredentials(AuthScope.ANY, credentials);
httpClient.getParams().setAuthenticationPreemptive(true);
ClientExecutor clientExecutor = new ApacheHttpClientExecutor(httpClient);
java.net.URI uri = new java.net.URI("http://127.0.0.1:8080/testwebproj/queues/jms.queue.jmsTesQueue");
ClientRequestFactory fac = new ClientRequestFactory(clientExecutor,uri);
// first get the create URL for the shipping queue
ClientRequest request = fac.createRequest("http://127.0.0.1:8080/testwebproj/queues/jms.queue.jmsTesQueue");
ClientResponseString response = request.get(String.class);
ClientResponse res = request.head();
res.releaseConnection();
Link msg_create = res.getHeaderAsLink(MSG_CREATE);
Link msg_pull_consumers = res.getHeaderAsLink(MSG_PULL_CONSUMERS);
System.out.println(MSG_CREATE + ": " + res.getStatus());
res = msg_create.request().body("application/xml", "abc").post();
res.releaseConnection();
if (res.getResponseStatus().getStatusCode() != 201) {
int i=0;
}I have added "jhu" and "jhu1" as an Application User to JBoss. I have tried with roles as "guest" and it still isnt working. Can someone please help me here. I have been struggling with this for a week now. Thank you.
DB:2.56:Hornetq Security_Exception Unable To Validate User: Null sx
Can someone please reply. -
RELEVANCY SCORE 2.56
DB:2.56:Issue With Connecting To The Hornetq Task Service z7
I am trying to run the demo program on JBPM5.3 but I am unable to run it because of these exceptions.I believe the HornetQ Task Service is started automatically when the human task war file is deployed
on the JBoss App Server. If so then that service must be listening on the default port 5445. When I checked
the port configuratiions I could not find any service on that port. What is happening with the HornetQ service ?
How can check if it is started ?
I just cross-checked and all the war files including the human task are properly deployed on the server.
Can I go back to the earlier task service ( ant start.human.task ) after removing the human task war file ?
Will it cause any other issues ? We have defined a HornetQ Task Handler. If we go to the earlier version
it starts a Mina Task Server. Do they have to be compatible ?
Your reply will be greatly appreciated.
org.jbpm.workflow.instance.WorkflowRuntimeException: [com.sample.evaluation:1 - Self Evaluation:2] -- Could not connect task client: on ip: 127.0.0.1 - port: 5445002/06 16:18:34,468[main] ERROR service.hornetq.HornetQTaskClientConnector.connect - Unable to connect to server using configuration org-hornetq-core-remoting-impl-netty-NettyConnectorFactory?port=5445host=127-0-0-1
at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:130)at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:205)at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:164)at org.jbpm.workflow.instance.node.StartNodeInstance.triggerCompleted(StartNodeInstance.java:49)at org.jbpm.workflow.instance.node.StartNodeInstance.internalTrigger(StartNodeInstance.java:41)at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:124)at org.jbpm.ruleflow.instance.RuleFlowProcessInstance.internalStart(RuleFlowProcessInstance.java:35)at org.jbpm.process.instance.impl.ProcessInstanceImpl.start(ProcessInstanceImpl.java:188)at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.start(WorkflowProcessInstanceImpl.java:303)at org.jbpm.process.instance.ProcessRuntimeImpl.startProcessInstance(ProcessRuntimeImpl.java:168)at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:138)at org.drools.common.AbstractWorkingMemory.startProcess(AbstractWorkingMemory.java:1082)at org.drools.impl.StatefulKnowledgeSessionImpl.startProcess(StatefulKnowledgeSessionImpl.java:320)at com.sample.ProcessTest.main(ProcessTest.java:31)
Caused by: java.lang.IllegalArgumentException: Could not connect task client: on ip: 127.0.0.1 - port: 5445
at org.jbpm.process.workitem.wsht.GenericHTWorkItemHandler.connect(GenericHTWorkItemHandler.java:119)at org.jbpm.process.workitem.wsht.GenericHTWorkItemHandler.executeWorkItem(GenericHTWorkItemHandler.java:143)at org.drools.process.instance.impl.DefaultWorkItemManager.internalExecuteWorkItem(DefaultWorkItemManager.java:70)at org.jbpm.workflow.instance.node.WorkItemNodeInstance.internalTrigger(WorkItemNodeInstance.java:105)at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:124)... 13 moreDB:2.56:Issue With Connecting To The Hornetq Task Service z7
Sure, but those are simple enough to remove.The point is, there is already a configuration with HornetQ which is contrary to your assertions that, "HornetQ does not come configured by default in Jboss 7," and that, "You need to configure it at standalone.xml." HornetQ does come configured by default in JBoss AS 7 (in standalone-full.xml) which means you don't necessarily need to configure it in standalone.xml.
-
RELEVANCY SCORE 2.56
DB:2.56:When Master Server Fail Back, The Backup Server Will Be Stopped And Never Come Back To Backup Status Again 33
Description:HornetQ: 2.3 BETA
HA mode: data replication
Topology: Two hornet server - 1 master and 1 backup. Configured to allow failback
Steps:
1. Start master
2. Start backup and backup will replicate from master
3. Gracefully stop master after replication finishes
4. Start master and master will failback
5. Backup will be stopped and won't come back to backup status unless we reboot the JAVA process
This behaivor is not preferred. In step 5, The backup needs go back to backup status without reboot JAVA process.
The issue occurs in Data replication mode. Share store mode works fine.
Configuration files are attached.
Backup server log:
A subdirectory or file ..\logs already exists.
***********************************************************************************
"java -Dbind.address=10.111.3.244 -Djnp.port=1099 -Djnp.rmiPort=1098 -Djnp.host=10.111.3.244 -Dhorne
tq.remoting.netty.host=10.111.3.244 -Dhornetq.remoting.netty.port=5445 -Dorg.hornetq.logger-delegate
-factory-class-name=org.hornetq.integration.logging.Log4jLogDelegate -XX:+UseParallelGC -XX:+Aggres
siveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhornetq.config.dir="D:\work\hornetq-2.3.0.
BETA1\bin\..\config\stand-alone\clustered" -Djava.util.logging.manager=org.jboss.logmanager.LogManag
er -Djava.util.logging.config.file="D:\work\hornetq-2.3.0.BETA1\bin\..\config\stand-alone\clustered"
\logging.properties -Djava.library.path=. -classpath "D:\work\hornetq-2.3.0.BETA1\bin\..\config\stan
d-alone\clustered";..\schemas\;D:\work\hornetq-2.3.0.BETA1\lib\hornetq-bootstrap.jar;D:\work\hornetq
-2.3.0.BETA1\lib\hornetq-commons.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornetq-core-client.jar;D:\work
\hornetq-2.3.0.BETA1\lib\hornetq-core.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornetq-jboss-as-integrati
on.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornetq-jms-client.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornet
q-jms.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornetq-journal.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornet
q-rest.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornetq-service-sar.jar;D:\work\hornetq-2.3.0.BETA1\lib\h
ornetq-spring-integration.jar;D:\work\hornetq-2.3.0.BETA1\lib\hornetq-twitter-integration.jar;D:\wor
k\hornetq-2.3.0.BETA1\lib\jboss-jms-api.jar;D:\work\hornetq-2.3.0.BETA1\lib\jboss-mc.jar;D:\work\hor
netq-2.3.0.BETA1\lib\jgroups.jar;D:\work\hornetq-2.3.0.BETA1\lib\jnp-client.jar;D:\work\hornetq-2.3.
0.BETA1\lib\jnpserver.jar;D:\work\hornetq-2.3.0.BETA1\lib\log4j.jar;D:\work\hornetq-2.3.0.BETA1\lib\
netty.jar org.hornetq.integration.bootstrap.HornetQBootstrapServer hornetq-beans.xml"
***********************************************************************************
16:39:11,443 INFO [org.hornetq.integration.bootstrap] HQ101001: Starting HornetQ Server
16:39:13,115 INFO [org.hornetq.core.server] HQ111045: Configuration option clustered is deprecated.
Consult the manual for details.
16:39:13,208 WARN [org.hornetq.core.server] HQ112054: AIO was not located on this platform, it will
fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journ
al
16:39:13,318 INFO [org.hornetq.core.server] HQ111001: backup server is starting with configuration
HornetQ Configuration (clustered=true,backup=true,sharedStore=false,journalDirectory=../data/journal
,bindingsDirectory=../data/bindings,largeMessagesDirectory=../data/large-messages,pagingDirectory=..
/data/paging)
16:39:13,349 WARN [org.hornetq.core.server] HQ112216: Moving data directory ../data/bindings to ..\
data\bindings12
16:39:13,349 WARN [org.hornetq.core.server] HQ112216: Moving data directory ../data/paging to ..\da
ta\paging12
16:39:13,349 WARN [org.hornetq.core.server] HQ112216: Moving data directory ../data/large-messages
to ..\data\large-messages12
16:39:13,412 INFO [org.hornetq.core.server] HQ111017: Using NIO Journal
16:39:13,427 WARN [org.hornetq.core.server] HQ112008: Security risk! HornetQ is running with the de
fault cluster admin user and default password. Please see the HornetQ user guide, cluster chapter, f
or instructions on how to change this.
2012-11-02 16:39:13,771 WARN [Configurator] - FD property shun was deprecated and is ignored
2012-11-02 16:39:14,115 WARN [Configurator] - FD property shun was deprecated and is ignored
-------------------------------------------------------------------
GMS: address=NJ-WKST20-1062, cluster=fs_group1, physical address=10.111.3.244:4159
-------------------------------------------------------------------
16:39:18,052 INFO [org.hornetq.core.server] HQ111037: Waiting to become backup node
16:39:18,052 INFO [org.hornetq.core.server] HQ111038: ** got backup lock
16:39:18,052 INFO [org.hornetq.core.server] HQ001111: HornetQ Backup Server version 2.3.0.BETA1 (Ho
rnetQ sting, 122) [f57a81e8-1f74-11e2-b267-3fcd72a9716e] started, waiting live to fail before it get
s active
16:39:23,802 INFO [org.hornetq.core.server] HQ111028: Backup server HornetQServerImpl::serverUUID=d
2e77e52-1f74-11e2-98fe-c7c51388aa70 is synchronized with live-server.
2012-11-02 16:39:23,818 WARN [Configurator] - FD property shun was deprecated and is ignored
-------------------------------------------------------------------
GMS: address=NJ-WKST20-42693, cluster=fs_group1, physical address=10.111.3.244:4164
-------------------------------------------------------------------
16:39:27,943 INFO [org.hornetq.core.server] HQ111036: backup announced
16:39:31,865 INFO [org.hornetq.core.server] HQ111044: HornetQServerImpl::serverUUID=d2e77e52-1f74-1
1e2-98fe-c7c51388aa70 to become live
16:39:31,880 WARN [org.hornetq.core.server] HQ112107: Connection failure has been detected: HQ11903
5: The connection was disconnected because of server shutdown [code=DISCONNECTED]
16:39:31,896 WARN [org.hornetq.core.server] HQ112107: Connection failure has been detected: HQ11903
5: The connection was disconnected because of server shutdown [code=DISCONNECTED]
16:39:32,349 WARN [org.hornetq.core.server] HQ112107: Connection failure has been detected: HQ11903
5: The connection was disconnected because of server shutdown [code=DISCONNECTED]
16:39:33,818 INFO [org.hornetq.core.server] HQ111005: trying to deploy queue jms.queue.DLQ
16:39:33,833 INFO [org.hornetq.core.server] HQ111005: trying to deploy queue jms.queue.ExpiryQueue
16:39:33,833 INFO [org.hornetq.core.server] HQ111005: trying to deploy queue jms.topic.topic1
16:39:33,880 INFO [org.hornetq.core.server] HQ111005: trying to deploy queue jms.topic.topic2
16:39:33,974 INFO [org.hornetq.core.server] HQ111024: Started Netty Acceptor version 3.4.5.Final-2d
a5b0e 10.111.3.244:5,455 for CORE protocol
16:39:33,974 INFO [org.hornetq.core.server] HQ111024: Started Netty Acceptor version 3.4.5.Final-2d
a5b0e 10.111.3.244:5,445 for CORE protocol
-------------------------------------------------------------------
GMS: address=NJ-WKST20-12914, cluster=fs_group1, physical address=10.111.3.244:4177
-------------------------------------------------------------------
16:39:34,177 WARN [org.hornetq.core.server] HQ112050: There are more than one servers on the networ
k broadcasting the same node id. You will see this message exactly once (per node) if a node is rest
arted, in which case it can be safely ignored. But if it is logged continuously it means you really
do have more than one node on the same network active concurrently with the same node id. This could
occur if you have a backup node active at the same time as its live node. nodeID=d2e77e52-1f74-11e2
-98fe-c7c51388aa70
2012-11-02 16:39:34,615 WARN [Configurator] - FD property shun was deprecated and is ignored
-------------------------------------------------------------------
GMS: address=NJ-WKST20-23110, cluster=fs_group1, physical address=10.111.3.244:4182
-------------------------------------------------------------------
16:39:51,287 INFO [org.hornetq.core.server] HQ111030: Replication: sending JournalFileImpl: (hornet
q-data-41.hq id = 97, recordID = 97) (size=10,485,760) to backup. NIOSequentialFile ..\data\journal\
hornetq-data-41.hq
16:39:54,162 INFO [org.hornetq.core.server] HQ111030: Replication: sending JournalFileImpl: (hornet
q-bindings-1.bindings id = 1, recordID = 1) (size=1,048,576) to backup. NIOSequentialFile ..\data\bi
ndings\hornetq-bindings-1.bindings
16:39:54,380 INFO [org.hornetq.core.server] HQ111030: Replication: sending JournalFileImpl: (hornet
q-bindings-8.bindings id = 8, recordID = 8) (size=1,048,576) to backup. NIOSequentialFile ..\data\bi
ndings\hornetq-bindings-8.bindings
16:40:00,052 WARN [org.hornetq.core.server] HQ112165: On ManagementService stop, there are 7 unexpe
cted registered MBeans: [jms.server, jms.queue.ExpiryQueue, jms.topic.topic2, jms.topic.topic1, jms.
queue.DLQ, jms.connectionfactory.NettyThroughputConnectionFactory, jms.connectionfactory.NettyConnec
tionFactory]
16:40:00,537 INFO [org.hornetq.core.server] HQ111004: HornetQ Server version 2.3.0.BETA1 (HornetQ s
ting, 122) [d2e77e52-1f74-11e2-98fe-c7c51388aa70] stopped
DB:2.56:When Master Server Fail Back, The Backup Server Will Be Stopped And Never Come Back To Backup Status Again 33
currently you can't do this in AS7 however this functionality will be added to AS7.2.An alternative approach tho is to use the Domain controller and have your backup in a separate VM, you can then start/stop the vm via the CLI I have some examples of this at https://github.com/andytaylor/HornetQ-AS7-examples.
-
RELEVANCY SCORE 2.56
DB:2.56:Consumer Unable To Receive Messages From Producer In Topic 9a
Hi Team,I am just novice player in HornetQ. Kindly help me out to get this resolved.
I am using a standalone hornetq-2.3.0.Final
According to our requirement we need Topic so I have implemented a sample application for Topic using JMS Configurations. I am able to produce the messages from producer but unable to receive the messages to the consumer. please help me out where I am doing mistake.
Please find my configuration file and class files.
Configuration in my standalone HornetQ server
E:\XXX\Hornetq\hornetq-2.3.0.Final\config\stand-alone\non-clustered
-----------------------------------------------------------------------------------------------------------------------------------------------------
Hornetq-configuration.xml
configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"
failover-on-shutdowntrue/failover-on-shutdown shared-storetrue/shared-store persistence-enabledtrue/persistence-enabled security-enabledfalse/security-enabled paging-directoryE:/XXX/Hornetq/hornetq-2.3.0.Final/hornetq-data/paging/paging-directory bindings-directoryE:/XXX/Hornetq/hornetq-2.3.0.Final/hornetq-data/bindings/bindings-directory journal-directoryE:/XXX/Hornetq/hornetq-2.3.0.Final/hornetq-data/journal/journal-directory journal-min-files5/journal-min-files large-messages-directoryE:/XXX/Hornetq/hornetq-2.3.0.Final/hornetq-data/large-messages/large-messages-directory management-addressjms.queue.hornetq.management/management-address journal-sync-non-transactionaltrue/journal-sync-non-transactional journal-sync-transactionaltrue/journal-sync-transactional journal-typeASYNCIO/journal-type connection-ttl-override70000/connection-ttl-override connectors connector name="netty-connector" factory-classorg.hornetq.core.remoting.impl.netty.NettyConnectorFactory/factory-class param key="host" value="10.0.2.65"/ param key="port" value="5445"/ /connector /connectors acceptors acceptor name="netty-acceptor" factory-classorg.hornetq.core.remoting.impl.netty.NettyAcceptorFactory/factory-class param key="use-nio" value="true"/ param key="host" value="10.0.2.65"/ param key="port" value="5445"/ param key="tcp-no-delay" value="true"/ param key="tcp-send-buffer-size" value="524288"/ param key="tcp-receive-buffer-size" value="524288"/ /acceptor /acceptors
address-settings address-setting match="#" dead-letter-addressjms.queue.DLQ/dead-letter-address expiry-addressjms.queue.ExpiryQueue/expiry-address redelivery-delay0/redelivery-delay page-size-bytes10485760/page-size-bytes message-counter-history-day-limit10/message-counter-history-day-limit max-size-bytes104857600/max-size-bytes address-full-policyPAGE/address-full-policy /address-setting /address-settings
!-- Added for Topic related on 05 june 14-- security-settings !--security for example topic-- security-setting match="jms.topic.exampleTopic" permission type="createDurableQueue" roles="guest"/ permission type="deleteDurableQueue" roles="guest"/ permission type="createNonDurableQueue" roles="guest"/ permission type="deleteNonDurableQueue" roles="guest"/ permission type="consume" roles="guest"/ permission type="send" roles="guest"/ /security-setting /security-settings
/configuration
-----------------------------------------------------------------------------------------------------------------------------------------------------
hornet-jms.xml
configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd"
connection-factory name="ConnectionFactory" client-failure-check-period60000/client-failure-check-period connectors connector-ref connector-name="netty-connector"/ /connectors entries entry name="ConnectionFactory"/ /entries!-- connection-ttl10/connection-ttl -- /connection-factory topic name="exampleTopic"entry name="/topic/exampleTopic"//topic/configuration
-----------------------------------------------------------------------------------------------------------------------------------------------------
My first sample producer class
producer
package org.hornetq.jms.example;import java.util.Properties;import javax.jms.Connection;import javax.jms.ConnectionFactory;import javax.jms.MessageProducer;import javax.jms.Session;import javax.jms.TextMessage;import javax.jms.Topic;import javax.naming.InitialContext;
//import org.hornetq.common.example.HornetQExample;
public class producer //extends HornetQExample{
public static void main(String[] args) throws Exception { String[] argss = {"jnp://10.0.2.65:1099"}; //System.out.println("args[0]:" + args[0]);new producer().run(args); System.out.println("args[0]:" + argss[0]);new producer().run(argss);
} public static void run(String[] argss) throws Exception{ producer.getContext(0); runExample(); } public static InitialContext getContext(final int serverId) throws Exception { //HornetQExample.log.info("using " + argss[0] + " for jndi"); Properties props = new Properties(); props.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); props.put("java.naming.provider.url", "jnp://10.0.2.65:1099");//props.put("java.naming.provider.url", args[serverId]); props.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces"); return new InitialContext(props); }
public static boolean runExample() throws Exception { Connection connection = null; InitialContext initialContext = null; try { initialContext = getContext(0); Topic topic = (Topic)initialContext.lookup("/topic/exampleTopic"); ConnectionFactory cf = (ConnectionFactory)initialContext.lookup("/ConnectionFactory"); connection = cf.createConnection(); Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE); MessageProducer producer = session.createProducer(topic); for (int i = 1; i 10; i++) { for (int someID = 1; someID = 2; someID++) { TextMessage message1 = session.createTextMessage("Producing The is a text message " + i + " sent for someID=" + someID); message1.setIntProperty("someID", someID); producer.send(message1); System.out.println("Sent message: " + message1.getText()); } }
return true; } catch (Exception e) { e.printStackTrace(); return false; } finally { // Step 15. Be sure to close our JMS resources! if (initialContext != null) { initialContext.close(); } if (connection != null) { connection.close(); } }
}
}
-----------------------------------------------------------------------------------------------------------------------------------------------------
My consumer class
package org.hornetq.jms.example;
import java.util.Properties;import javax.jms.Connection;import javax.jms.ConnectionFactory;import javax.jms.MessageConsumer;import javax.jms.MessageProducer;import javax.jms.Session;import javax.jms.TextMessage;import javax.jms.Topic;import javax.naming.InitialContext;
import org.hornetq.common.example.HornetQExample;
public class consumer// extends HornetQExample{
public static void main(String[] args) throws Exception { String[] argss = {"jnp://10.0.2.65:1099"}; //System.out.println("args[0]:" + args[0]);new producer().run(args); System.out.println("args[0]:" + argss[0]);new consumer().run(argss); System.out.println("...........................This line is from consumer...........................");
} public static void run(String[] argss) throws Exception{ consumer.getContext(0); runExample(); } public static InitialContext getContext(final int serverId) throws Exception { //HornetQExample.log.info("using " + argss[0] + " for jndi"); Properties props = new Properties(); props.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); props.put("java.naming.provider.url", "jnp://10.0.2.65:1099");//props.put("java.naming.provider.url", args[serverId]); props.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces"); return new InitialContext(props); }
public static boolean runExample() throws Exception { Connection connection = null; InitialContext initialContext = null; try {
initialContext = getContext(0); Topic topic = (Topic) initialContext.lookup("/topic/exampleTopic"); ConnectionFactory cf = (ConnectionFactory) initialContext.lookup("/ConnectionFactory"); connection = cf.createConnection(); Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
MessageConsumer messageConsumer = session.createConsumer(topic); connection.start();
System.out.println("*************************************************************"); System.out.println("MessageConsumer3 will receive every message:"); for (;;) { TextMessage messageReceivedC = (TextMessage) messageConsumer.receive(1000); if (messageReceivedC == null) { break; } System.out.println("messageConsumer3 received " + messageReceivedC.getText()+ " someID = "+ messageReceivedC.getIntProperty("someID")); messageReceivedC.acknowledge(); }
messageConsumer.close();
return true; } catch (Exception e) { System.out.println(""+e.getMessage()); return false; } finally { // Step 15. Be sure to close our JMS resources! if (initialContext != null) { initialContext.close(); } if (connection != null) { connection.close(); } }
}
}
-----------------------------------------------------------------------------------------------------------------------------------------------------
output of producer:
args[0]:jnp://10.0.2.65:1099
Sent message: Producing The is a text message 1 sent for someID=1
Sent message: Producing The is a text message 1 sent for someID=2
Sent message: Producing The is a text message 2 sent for someID=1
Sent message: Producing The is a text message 2 sent for someID=2
Sent message: Producing The is a text message 3 sent for someID=1
Sent message: Producing The is a text message 3 sent for someID=2
Sent message: Producing The is a text message 4 sent for someID=1
Sent message: Producing The is a text message 4 sent for someID=2
Sent message: Producing The is a text message 5 sent for someID=1
Sent message: Producing The is a text message 5 sent for someID=2
Sent message: Producing The is a text message 6 sent for someID=1
Sent message: Producing The is a text message 6 sent for someID=2
Sent message: Producing The is a text message 7 sent for someID=1
Sent message: Producing The is a text message 7 sent for someID=2
Sent message: Producing The is a text message 8 sent for someID=1
Sent message: Producing The is a text message 8 sent for someID=2
Sent message: Producing The is a text message 9 sent for someID=1
Sent message: Producing The is a text message 9 sent for someID=2
-----------------------------------------------------------------------------------------------------------------------------------------------------
output of consumer.
args[0]:jnp://10.0.2.65:1099
*************************************************************
MessageConsumer3 will receive every message:
...........................This line is from consumer...........................
please help me out where I am missing.
Br
S.
DB:2.56:Consumer Unable To Receive Messages From Producer In Topic 9a
Thanks Mr.Justin.You are correct Topic Consumers has to be started first in order receive the messages from Producers.
For others viewers : Edited the Consumer programme - added a while(true) loop in the Consumer. There after ran the programme(3 Consumers) , and there ran Producer.
Able to receive the Messages.