Hi Henryk,
I have tried some debugging (from the amateur point of view;-)!). Got following error at…
MessageStoreServiceImpl.java called by DataStorageMessageProcessor.java
@Override
public StorableId
store(KapuaId
scopeId, MessageCreator
messageCreator)
throws KapuaException {
ArgumentValidator.notNull(messageCreator,
"messageCreator");
MessageImpl
messageImpl =
new MessageImpl();
messageImpl.setPayload(messageCreator.getPayload());
messageImpl.setReceivedOn(messageCreator.getReceivedOn());
messageImpl.setTimestamp(messageCreator.getTimestamp());
messageImpl.setTopic(messageCreator.getTopic());
return
this.store(scopeId,
messageImpl);
}


Von: kapua-dev-bounces@xxxxxxxxxxx [mailto:kapua-dev-bounces@xxxxxxxxxxx]
Im Auftrag von Henryk Konsek
Gesendet: Freitag, 3. März 2017 14:43
An: kapua developer discussions <kapua-dev@xxxxxxxxxxx>
Betreff: Re: [kapua-dev] Kapua with existing Installations
Hi Christian,
What kind of internal error do you see, exactly? :)
Hi Henryk,
Thank you. Kapua is running now with local installation of ActiveMQ, H2 and Tomcat
;-)! Also Kura(on RasbPI) is visible and sends some Heater Data ;-)
Another question: In activemq.conf up to now there is a dataMessageListener Consumer
just logging to console – true?!
I see some dataStorageListener in SourceCode. However when using this consumer
I get an internal error?!
Should this work with Kura and Heater Plugin?
Thanks for any help!
Von:
kapua-dev-bounces@xxxxxxxxxxx [mailto:kapua-dev-bounces@xxxxxxxxxxx]
Im Auftrag von Henryk Konsek
Gesendet: Dienstag, 28. Februar 2017 22:23
An: kapua developer discussions <kapua-dev@xxxxxxxxxxx>
Betreff: Re: [kapua-dev] Kapua with existing Installations
Is it possible to use console.war and api.war with an existing installation of ES, ActiveMQ, Tomcat 8.5?
This is technically possible when it comes to WARs, but we don't support this kind of deployments officially at this point.
When it comes to ActiveMQ, you need to install Kapua plugin into broker.
Can we use Cassandra,… as DB instead of H2?
For now we support only JDBC-compliant databases, as current Kapua implementation is based on JPA. This might change in a future.
Can I also link to ES Installation?
Yes, this is possible. :)
_______________________________________________
kapua-dev mailing list
kapua-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kapua-dev