xmlBlaster-org / xmlBlaster

XmlBlaster is an event driven messaging middleware which you can use to integrate your new and existing software components inside your company and between different companies.
http://xmlblaster.org
GNU Lesser General Public License v2.1
6 stars 0 forks source link

Running xmlBlaser on Rasberry PI 4 #2

Open dbuekenh opened 1 year ago

dbuekenh commented 1 year ago

Hi, I am using xmlBlaster non commercially now for 15 years. Its the core messaging system for my domotics application and working very stable. I am in the progress of moving the full domotics system to a Rasberry PI 4. Running xmlBlaster is not working. Was wondering if anyone would be interested to help port it?

Running version 1.6.4

mlaghi commented 1 year ago

Hi,

Great to hear you where so successful by using xmlBlaster commercially. Are you intending to run the server side or clients on the raspberry PI ?

Regards Michele

On 1/4/23 11:50, dbuekenh wrote:

Hi, I am using xmlBlaster non commercially now for 15 years. Its the core messaging system for my domotics application and working very stable. I am in the progress of moving the full domotics system to a Rasberry PI 4. Running xmlBlaster is not working. Was wondering if anyone would be interested to help port it?

— Reply to this email directly, view it on GitHub https://github.com/xmlBlaster-org/xmlBlaster/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6N7TXEZ5APRBYREEGQ2KLWQVIWLANCNFSM6AAAAAATQUYHLA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

dbuekenh commented 1 year ago

Hi Michele, I need only the server side. My clients are using the Java client connector, so no issues with that. After some script tweaking it seems to be running with systemd!

mlaghi commented 1 year ago

Great, I am a fan of rpi myself but must admit I never tried the server side on it.

Regards

Michele

On 1/4/23 17:31, dbuekenh wrote:

Hi Michele, I need only the server side. My clients are using the Java client connector, so no issues with that. After some script tweaking it seems to be running with systemd!

— Reply to this email directly, view it on GitHub https://github.com/xmlBlaster-org/xmlBlaster/issues/2#issuecomment-1371151323, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6N7TQOJJ7UPZUV6MC3HS3WQWQWLANCNFSM6AAAAAATQUYHLA. You are receiving this because you commented.Message ID: @.***>

marcelr commented 1 year ago

Hi, I've just tried on my PI 4:

git clone https://github.com/xmlBlaster-org/xmlBlaster.git cd xmlBlaster/ java -jar lib/xmlBlaster.jar

and it starts out of the box.

What is your error?

regards Marcel

java --version openjdk 11.0.16 2022-07-19

java -jar lib/xmlBlaster.jar grafik

Pressing 'g' opens GUI: grafik

dbuekenh commented 1 year ago

Hi Marcel,

Thx for your feedback. Correct it is also working on my PI4. I am using the java 1.8 sdk. I am not yet using it in production as i have still a portability issue with sending xpl messages. But this has nothing to do with xmlblaster.

Rgds Dirk