/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
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
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
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
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
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
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
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
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
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
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
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
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) {
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
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,
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
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
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
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
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
e.com/LevelDBClient-operation-failed-NullPointerException-after-entering-recovery-mode-tp4685208.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
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
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
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
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.
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
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
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
.nabble.com/NullPointerException-in-rest-MessageServlet-when-new-message-arrives-tp4656833.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> 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.
>
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
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
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:
--
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.
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.
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.
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
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.
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
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
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.
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.
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.
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)
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.
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
.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
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.
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
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
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.
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
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.
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
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.
t; using
>>> >> all
>>> >> the keywords I can think of and nothing is coming up.
>>> >>
>>> >> Thanks again,
>>> >> --Chris
>>> >>
>>> >>
>>> >> James.Strachan wrote:
>>> &g
> 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
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
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.
context: http://www.nabble.com/
NullPointerException-from-ActiveMQDestination-
tf4122144s2354.html#a11723114
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
: 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.
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
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
</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
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
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
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
// 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/
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.
69 matches
Mail list logo