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. Forums
  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 3 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 3 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

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin