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 4 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 4 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

  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200
  • Mon, 06/15/2026 - 08:52
    gurux.dlms.c 9.0.2606.1501

New forum topics

  • Service not known error on gprs communication
  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
More

Who's new

  • @Hmd- several '.
  • Dawsontot
  • Jerrylam
  • qvlLdJweKzGUYaSOVS
  • LindanEt
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin