NullPointerException in MessageReferenceImpl.java:50 and some Artemis replication issues

2024-07-24 Thread MILOVIDOV Aleksandr
/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?] at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.35.0.jar:2.35.0] 2. NullPointerException in MessageReferenceImpl.java:50 (this warning repeats two

Re: NullPointerException

2019-07-12 Thread ldebello
Hi guys, Anyone could help me to reproduce this in an automatic tests? Thanks in advance. Regards, Luis -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: NullPointerException

2019-07-08 Thread ldebello
I was able to reproduce it manually but not in an automatic test, there is one previous test which is very similar but I have to be missing something. The issue is generating when trying to configure the routing type using the divert config BridgeNotifications Notifications

NullPointerException

2019-07-08 Thread ldebello
Hi guys, I am trying to upgrade fro 2.6.3 to 2.9.0 but after run some tests a hit NPE. I am trying to create a test to reproduce it but I am not being able to do it. So maybe someone can point me out something viewing the stack trace. Some details in my current config: 2 Instances in cluster. Ano

NullPointerException on BaseDataStreamMarshaller.java

2019-05-27 Thread Franco Ng
I found NullPointerException in activemq.log as below but don't know any impact on ActiveMQ and what root cause. Please help. 2019-05-28 12:42:47,376 | ERROR | Error in thread 'ActiveMQ BrokerService[AdsrOrderBroker01] Task-4169' | org.apache.activemq.thread.TaskRunnerFac

Re: NullPointerException when trying to browse queue using web console

2018-09-21 Thread Tim Bain
The configuration block and exception text seem to have been dropped from your message. Can you please re-send them? Also, what version of ActiveMQ are you using? Tim On Thu, Sep 20, 2018, 7:22 AM krezemin2 wrote: > I'm getting a NullPointerException when trying to browse a queue in

NullPointerException when trying to browse queue using web console

2018-09-20 Thread krezemin2
I'm getting a NullPointerException when trying to browse a queue in the web console connected to an embedded broker. My broker configuration:The system properties for the web console are set to:Inside of the web console I can see all the queues, topics etc, but if try to browse a queue, foll

NullPointerException when trying to browse queue using web console

2018-09-20 Thread krezemin2
I'm getting a NullPointerException when trying to browse a queue in the web console connected to an embedded broker. My broker configuration:The system properties for the web console are set to:Inside of the web console I can see all the queues, topics etc, but if try to browse a queue, foll

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-13 Thread toddbaert
I believe this issue was fixed on Dec 11: JIRA here: https://issues.apache.org/jira/browse/ARTEMIS-1542 PRs here: https://github.com/apache/activemq-artemis/pull/1701 https://github.com/apache/activemq-artemis/pull/1702 -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread Clebert Suconic
Can you try a snapshot in master.. it sounds something I recently fixed. On Thu, Dec 7, 2017 at 7:45 AM, andi welchlin wrote: > Thank you, Howard. > > Created jiira: https://issues.apache.org/jira/browse/ARTEMIS-1542 > > On Thu, Dec 7, 2017 at 1:05 PM, Howard Gao wrote: > >> I think you can do a

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread andi welchlin
Thank you, Howard. Created jiira: https://issues.apache.org/jira/browse/ARTEMIS-1542 On Thu, Dec 7, 2017 at 1:05 PM, Howard Gao wrote: > I think you can do a jira for this. It surely sounds like a bug to me. > > On Thu, Dec 7, 2017 at 5:41 PM, andi welchlin > wrote: > > > Hello, > > > > Lookin

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread Howard Gao
I think you can do a jira for this. It surely sounds like a bug to me. On Thu, Dec 7, 2017 at 5:41 PM, andi welchlin wrote: > Hello, > > Looking into the code I think this could be a bug: > > > I can see, that AMQPMessage.getAddress() can return null: > > >@Override >public String getAdd

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread andi welchlin
Hello, Looking into the code I think this could be a bug: I can see, that AMQPMessage.getAddress() can return null: @Override public String getAddress() { if (address == null) { Properties properties = getProtonMessage().getProperties(); if (properties != null) {

Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread andi welchlin
Hello all, I built active/active cluster with two brokers for my first tests. I can see in the log that the two brokers built a cluster. After startup everything looks fine. I configured one queue and sent a message using AMQP 1.0 to broker1 and tried to read it from broker2. But broker2 throws

Re: 5.14.1 Upgrade causes Failed to browse Topic NullPointerException

2016-12-02 Thread jack patwork
Looks like this wasn't a clean shutdown. There were still clients connected and consuming from the topics and queues. Not sure if that could have caused the warnings I posted. After ensuring the client activity had also stopped I was able to do a clean update without seeing this problem. Regards,

Re: 5.14.1 Upgrade causes Failed to browse Topic NullPointerException

2016-11-30 Thread Tim Bain
Is it possible that the index got left behind even though the log files got deleted? On Nov 30, 2016 5:25 AM, "Christopher Shannon" < christopher.l.shan...@gmail.com> wrote: > Can you post your broker configuration? This seems odd that would happen > if you removed the db. > > On Wed, Nov 30, 20

Re: 5.14.1 Upgrade causes Failed to browse Topic NullPointerException

2016-11-30 Thread Christopher Shannon
Can you post your broker configuration? This seems odd that would happen if you removed the db. On Wed, Nov 30, 2016 at 5:04 AM, jack patwork wrote: > Hi, > > > After upgrading a 4 node cluster from 5.9.1 to 5.14.1 I'm seeing my amq > logs spammed with 1000's of the following warnings. This was

5.14.1 Upgrade causes Failed to browse Topic NullPointerException

2016-11-30 Thread jack patwork
Hi, After upgrading a 4 node cluster from 5.9.1 to 5.14.1 I'm seeing my amq logs spammed with 1000's of the following warnings. This was after shutting down all 4 instances, deleting the db and restarting them. It looks like the scheduler is stuck in a loop trying to deal with topics that have b

Re: LevelDBClient operation failed. NullPointerException after entering recovery mode

2014-09-03 Thread nfx
r recovery, is filled with 100Mb of NULL bytes. Tried multiple ways of hacking around it to recover data, but something is really wrong there. - Best regards, *Serge* -- View this message in context: http://activemq.2283324.n4.nabble.com/LevelDBClient-operation-failed-NullPointerExcep

Re: LevelDBClient operation failed. NullPointerException after entering recovery mode

2014-09-03 Thread Timothy Bish
ntext: http://activemq.2283324.n4.nabble.com/LevelDBClient-operation-failed-NullPointerException-after-entering-recovery-mode-tp4685208.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. LevelDB is the newest store implemented in ActiveMQ and as such it's evolving with each r

LevelDBClient operation failed. NullPointerException after entering recovery mode

2014-09-03 Thread nfx
e.com/LevelDBClient-operation-failed-NullPointerException-after-entering-recovery-mode-tp4685208.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Accessing ws:// in embedded ActiveMQ 5.8.0 produces NullPointerException

2013-08-24 Thread AlexP
Dispatcher("default").forward(request,response); } It turns out, that getServletContext().getNamedDispatcher("default") returns a Null, so the forward gets a NullPointerException. It seems that performing a broker.start(), does not start something, or perhaps I am missing

Re: NullPointerException in AbstractInactivityMonitor

2012-12-08 Thread Timothy Bish
y not. > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NullPointerException-in-AbstractInactivityMonitor-tp4660359p4660410.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Tim Bish Sr Software Engineer | RedHat Inc. t

Re: NullPointerException in AbstractInactivityMonitor

2012-12-08 Thread mleiseca
ink it would have any impact to enable this for the embedded brokers? It's the central broker where the error is occurring. -- View this message in context: http://activemq.2283324.n4.nabble.com/NullPointerException-in-AbstractInactivityMonitor-tp4660359p4660410.html Sent from the Acti

Re: NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread mleiseca
age in context: http://activemq.2283324.n4.nabble.com/NullPointerException-in-AbstractInactivityMonitor-tp4660359p4660373.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread Timothy Bish
Have you tried setting concurrentStoreAndDispatchQueues=false to see if it has any effect? > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NullPointerException-in-AbstractInactivityMonitor-tp4660359p4660364.html > Sent from the ActiveMQ - User mail

Re: NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread mleiseca
oker. If we were doing something like trying to send a null message, I would expect to see some errors in the embedded broker logs instead of the central broker log. -- View this message in context: http://activemq.2283324.n4.nabble.com/NullPointerException-in-AbstractInactivityMonitor-tp4660359p4

NullPointerException in AbstractInactivityMonitor

2012-12-07 Thread mleiseca
ActiveMQ 5.6 RHEL 5.6 java version "1.6.0_23" Java(TM) SE Runtime Environment (build 1.6.0_23-b05) Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode) thanks! Michael -- View this message in context: http://activemq.2283324.n4.nabble.com/NullPointerException-in-Abstr

NullPointerException in rest MessageServlet when new message arrives

2012-09-23 Thread JacobS
.nabble.com/NullPointerException-in-rest-MessageServlet-when-new-message-arrives-tp4656833.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread Dejan Bosanac
> http://activemq.2283324.n4.nabble.com/ActiveMQ-NullPointerException-on-broker-while-checking-for-authorization-tp4434405p4434969.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread cghersi
Hi Dejanb, unfortunately we have a requirement to stay on 5.3.0... Is there any other way? Thanks Bye cghersi -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NullPointerException-on-broker-while-checking-for-authorization-tp4434405p4434969.html Sent from the

Re: ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread Dejan Bosanac
s) throws IOException { > ... > tightMarshalByteSequence2(info.getContent(), dataOut, bs); //here, > info.getContent() is null!! > ... >} > > and in fact I receive a NullPointerException whose stacktrace is: > > Exception in thr

ActiveMQ: NullPointerException on broker while checking for authorization

2012-03-01 Thread cghersi
ireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException { ... tightMarshalByteSequence2(info.getContent(), dataOut, bs); //here, info.getContent() is null!! ... } and in fact I receive a NullPointerException whose stacktrace is:

NullPointerException starting slave

2011-02-07 Thread chrisnicholls
-- View this message in context: http://activemq.2283324.n4.nabble.com/NullPointerException-starting-slave-tp3264279p3264279.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: sudden NullPointerException from ActiveMQSessionExecutor.wakeup

2010-03-26 Thread easyl
ms.copyMessageOnSend=false&jms.watchTopicAdvisories=false > > ... > > -- View this message in context: http://old.nabble.com/sudden-NullPointerException-from-ActiveMQSessionExecutor.wakeup-tp28042205p28044065.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

sudden NullPointerException from ActiveMQSessionExecutor.wakeup

2010-03-26 Thread easyl
View this message in context: http://old.nabble.com/sudden-NullPointerException-from-ActiveMQSessionExecutor.wakeup-tp28042205p28042205.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException with RA on Glassfish

2009-12-26 Thread thinkbox
glassfish v2 and v2 UR1. Could someone please check whether > this also works on Geronimo? > > Regards, > Kai > > > > rajdavies wrote: >> >> sounds good to me! >> > > -- View this message in context: http://old.nabble.com/NullPointerExceptio

Re: NullPointerException with RA on Glassfish

2009-12-09 Thread thinkbox
rajdavies wrote: >> >> sounds good to me! >> >> >> > > -- View this message in context: http://old.nabble.com/NullPointerException-with-RA-on-Glassfish-tp4947362p26707620.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Async error nullpointerexception

2009-07-10 Thread Gary Tully
I deactivated it. > Now, I'm getting a "TransportConnection serviceException. Severe: Async > error nullPointerException" and the messages are no more sent after this. > > Does anyone have a clue about the cause of this exception? > Any suggestion would

Async error nullpointerexception

2009-07-09 Thread snake360
Q was starting "kaha.store" and there was not enough memory left for the JVM so I deactivated it. Now, I'm getting a "TransportConnection serviceException. Severe: Async error nullPointerException" and the messages are no more sent after this. Does anyone have a clue about th

Re: NullPointerException in AMQMessageStore.addMessage in AMQ 5.2

2009-06-15 Thread jydev
java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) ... 1 more -- View this message in context: http://www.nabble.com/NullPointerException-in-AMQMessageStore.addMessage-in-AMQ-5.2-tp23438691p24038762.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException in AMQMessageStore.addMessage in AMQ 5.2

2009-06-13 Thread Rob Davies
tting some resource limit and hitting this issue. Any idea? Thanks -- View this message in context: http://www.nabble.com/NullPointerException-in-AMQMessageStore.addMessage-in-AMQ-5.2-tp23438691p24006474.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException in AMQMessageStore.addMessage in AMQ 5.2

2009-06-12 Thread jydev
in context: http://www.nabble.com/NullPointerException-in-AMQMessageStore.addMessage-in-AMQ-5.2-tp23438691p24006474.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

NullPointerException in AMQMessageStore.addMessage in AMQ 5.2

2009-05-07 Thread jydev
Hi, Intermittently, we get a NullPointerException while sending a message out and not sure what's causing it. Caused by: java.lang.NullPointerException at org.apache.activemq.store.amq.AMQMessageStore.addMessage(AMQMessageStore.java:129)

org.apache.activemq.broker.region.Topic.send: line 266 NullPointerException

2009-02-18 Thread MarcusSmith
nabble.com/org.apache.activemq.broker.region.Topic.send%3A-line-266-NullPointerException-tp22091038p22091038.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException on ActiveMQConnection.close

2008-07-08 Thread gupabhi
tFilter.stop(TransportFilter.java: >> 63) >> at >> org.apache.activemq.util.ServiceSupport.dispose(ServiceSupport.java: >> 40) >> at >> org.apache.activemq.ActiveMQConnection.close(ActiveMQConnection.java: >> 587) >> at >> org >> .springframewor

Re: NullPointerException on ActiveMQConnection.close

2008-07-08 Thread Rob Davies
.send(JmsTemplate.java: 523) at org .springframework .jms.core.JmsTemplate.convertAndSend(JmsTemplate.java:602) -- View this message in context: http://www.nabble.com/NullPointerException--on-ActiveMQConnection.close-tp18345477p18345477.html Sent from the ActiveMQ - User mailing list archi

NullPointerException on ActiveMQConnection.close

2008-07-08 Thread gupabhi
a:602) -- View this message in context: http://www.nabble.com/NullPointerException--on-ActiveMQConnection.close-tp18345477p18345477.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

NullPointerException, journaledJDBC

2008-06-23 Thread soloist
datasource to remove the lock but i am trying to get the lock out of the database to the journal. Do you have any ideas? Thanks in advance -- View this message in context: http://www.nabble.com/NullPointerException%2C-journaledJDBC-tp18067095p18067095.html Sent from the ActiveMQ - User mailing list

ActiveMQ 5.1.0 NullPointerException

2008-04-16 Thread Dhruba Bandopadhyay
ERROR Service- Async error occurred: java.lang.NullPointerException java.lang.NullPointerException at org.apache.activemq.broker.TransportConnection.processRemoveConsumer(TransportConnection.java:543) at org.apache.activemq.command.RemoveInfo.visit(RemoveInf

Re: NullPointerException with RA on Glassfish

2008-01-15 Thread khudalla
s good to me! > -- View this message in context: http://www.nabble.com/NullPointerException-with-RA-on-Glassfish-tp4947362s2354p14838954.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException with RA on Glassfish

2008-01-07 Thread khudalla
code conventions I need to be aware of (e.g. formatting, placement of brackets etc)? Kai rajdavies wrote: > > sounds good to me! > > > -- View this message in context: http://www.nabble.com/NullPointerException-with-RA-on-Glassfish-tp4947362s2354p14662988.html Sent from the

Re: NullPointerException with RA on Glassfish

2008-01-07 Thread Rob Davies
gards, Kai rajdavies wrote: please discuss it on the list kai -- View this message in context: http://www.nabble.com/NullPointerException-with-RA-on-Glassfish-tp4947362s2354p14660390.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException with RA on Glassfish

2008-01-07 Thread khudalla
the suggested changes to my local copy of the source and have successfully deployed and used the RA in glassfish v2 this way. What do you think about this? Regards, Kai rajdavies wrote: > > please discuss it on the list kai > > -- View this message in context: http://www.nabble

Re: NullPointerException with RA on Glassfish

2008-01-06 Thread Rob Davies
f ActiveMQ to throw a more descriptive error message if the JCA container does not configure a ConnectionManager. -- View this message in context: http://www.nabble.com/NullPointerException-with-RA-on-Glassfish-t1814940.html#a4951551 Sent from the ActiveMQ - User forum at Nabble.com.

Re: NullPointerException with RA on Glassfish

2008-01-06 Thread khudalla
t; using >>> >> all >>> >> the keywords I can think of and nothing is coming up. >>> >> >>> >> Thanks again, >>> >> --Chris >>> >> >>> >> >>> >> James.Strachan wrote: >>> &g

Re: NullPointerException from ActiveMQDestination

2007-07-23 Thread Timothy Bish
> I'm running on Red Hat Linux 3 and using g++ compiler. > > Here is the C++ code that I'm running (it's taken from the > HelloWorldProducer example from activemq-cpp). The line in bold is causing > the NullPointerException in ActiveMQ. > > cms::Connect

Re: NullPointerException from ActiveMQDestination

2007-07-23 Thread seamuskerrigan
I'm running on Red Hat Linux 3 and using g++ compiler. Here is the C++ code that I'm running (it's taken from the HelloWorldProducer example from activemq-cpp). The line in bold is causing the NullPointerException in ActiveMQ. cms::Connection* connection; S

Re: NullPointerException from ActiveMQDestination

2007-07-22 Thread Timothy Bish
this issue. Any help would be appreciated. -- View this message in context: http://www.nabble.com/NullPointerException-from-ActiveMQDestination-tf4122144s2354.html#a11723114 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NullPointerException from ActiveMQDestination

2007-07-22 Thread Rob Davies
context: http://www.nabble.com/ NullPointerException-from-ActiveMQDestination- tf4122144s2354.html#a11723114 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

NullPointerException from ActiveMQDestination

2007-07-21 Thread seamuskerrigan
: 376 I'm not sure what is causing this issue. Any help would be appreciated. -- View this message in context: http://www.nabble.com/NullPointerException-from-ActiveMQDestination-tf4122144s2354.html#a11723114 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

NullPointerException creating session

2007-04-21 Thread drvillo
w why such exception cause all the sessions to stop. Is this by design? if so, why is it so? Thanks a lot Francesco -- View this message in context: http://www.nabble.com/NullPointerException-creating-session-tf3622786s2354.html#a10116302 Sent from the ActiveMQ - User mailing list archi

Re: [Spam: 5.0] NullPointerException when Getting TopicConnectionFactory from JNDI

2007-03-08 Thread James Strachan
t; <idle-timeout-minutes>3</idle-timeout-minutes> >></no-tx-connection-factory> >> >> >> >> I essentially followed this >> http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html >> jboss integration documentat

Re: [Spam: 5.0] NullPointerException when Getting TopicConnectionFactory from JNDI

2007-03-08 Thread kukusz
</no-tx-connection-factory> >> >> >> >> I essentially followed this >> http://devzone.logicblaze.com/site/integrating-apache-activemq-with-jboss.html >> jboss integration documentation with some minor modifications, such as >> setting <use-java-conte

Re: NullPointerException when Getting TopicConnectionFactory from JNDI

2007-03-07 Thread James Strachan
ome minor modifications, such as setting <use-java-context>false</use-java-context>. I also tried changing "vm://" to "tcp://" in case that would help. Any ideas would be greatly appreciated. -- View this message in context: http://www.nabble.com/NullP

Re: [Spam: 5.0] NullPointerException when Getting TopicConnectionFactory from JNDI

2007-03-07 Thread kukusz
Ok, after doing some more careful searching I found this post: http://www.nabble.com/JBoss-integration-and-lookup-of-connection-factories.-tf3061463s2354.html#a8513200 This seems to provide some suggestions. -- View this message in context: http://www.nabble.com/NullPointerException-when

NullPointerException when Getting TopicConnectionFactory from JNDI

2007-03-07 Thread kukusz
icblaze.com/site/integrating-apache-activemq-with-jboss.html jboss integration documentation with some minor modifications, such as setting <use-java-context>false</use-java-context>. I also tried changing "vm://" to "tcp://" in case that would help. Any ideas would

Re: NullPointerException when trying to set String propertyu

2007-02-01 Thread James Strachan
// process the ack. -- View this message in context: http://www.nabble.com/NullPointerException-when-trying-to-set-String-propertyu-tf3154471.html#a8747103 Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- James --- http://radio.weblogs.com/0112098/

NullPointerException when trying to set String propertyu

2007-02-01 Thread miniman
perty("ALERTTYPE").equals("ACK")) { // process the ack. -- View this message in context: http://www.nabble.com/NullPointerException-when-trying-to-set-String-propertyu-tf3154471.html#a8747103 Sent from the ActiveMQ - User mailing list archive at Nabble.com.