Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Node
  3. Server Example Error

Server example error

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By Danielm , 28 February, 2022
Forums
Gurux DLMS for Java

Hi,
I have a problem with gurux.dlms.server.example.java. I use Ubuntu 20.04.4 LTS. I tried to connect server and client. I cloned gurux.dlms.java from github. Then I used maven and compiled gurux.dlms.server.example.java. But when I tried to run server, I got everytime error.
Commands, which I used:

git clone https://github.com/Gurux/gurux.dlms.java.git
cd gurux.dlms.java/gurux.dlms.server.example.java/
mvn clean package
java -jar target/gurux.dlms.server.example.java-0.0.1-SNAPSHOT.jar

Error:

ubuntu@ubuntu:~/gurux.dlms.java/gurux.dlms.server.example.java$ java -jar target/gurux.dlms.server.example.java-0.0.1-SNAPSHOT.jar
home/ubuntu/gurux.dlms.java/gurux.dlms.server.example.java/target/data.csv (No such file or directory)
Exception in thread "main" java.lang.RuntimeException: home/ubuntu/gurux.dlms.java/gurux.dlms.server.example.java/target/data.csv (No such file or directory)
at gurux.dlms.server.example.GXDLMSBase.addProfileGeneric(GXDLMSBase.java:530)
at gurux.dlms.server.example.GXDLMSBase.init(GXDLMSBase.java:840)
at gurux.dlms.server.example.GXDLMSBase.<init>(GXDLMSBase.java:361)
at gurux.dlms.server.example.GXDLMSServerSN.<init>(GXDLMSServerSN.java:51)
at gurux.dlms.server.example.GuruxDlmsServerExample.main(GuruxDlmsServerExample.java:128)

Thank you for your response.

Profile picture for user Kurumi

Kurumi

4 years 6 months ago

Hi,

Hi,

I did try to run this with Ubuntu and it also failed. Modify those functions and it'll start to work.

static final String getDataFile() {
return "data.csv";
}

// Settings file is saved to same directory where app is.
static final String getSettingsFile(final String preFix) {
return preFix + "settings.xml";
}

For some reason, FileWriter will fail if the full path is given in Ubuntu and if a full path is not given it will come to the wrong location when running from Eclipse in Windows.

I'll think about how this can be modified.

BR,

Mikko

Danielm

4 years 6 months ago

Yeah, I modified these

Yeah, I modified these functions and now it's working good.
Thank you very much for your help.

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 08/26/2026 - 09:04
    Gurux.DLMS.Python 1.0.203
  • Mon, 08/17/2026 - 11:28
    Gurux.DLMS.Python 1.0.202
  • Mon, 08/17/2026 - 09:47
    gurux.dlms.cpp 9.0.2608.1701
  • Mon, 08/17/2026 - 09:25
    gurux.dlms.c 9.0.2608.1701
  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701

New forum topics

  • Security vulnerability report — request for a private contact (GuruxDLMS.c / ANSI C)
  • Topic: Insufficient Memory Error When Reading Class 7 Profile Generic Objects
  • SN ReadResponse returns all-null values when response spans multiple HDLC frames
  • Gurux.Serial.Android 3.0.6 – CH340 (HL-340) USB-Serial Adapter Not Working,
  • Trying to talk to a L&G E360 meter (Using Python Gurux)
More

Who's new

  • abuw.01
  • Anaglyfos Trading CC
  • cyby
  • Metin Onan
  • ssv007
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin