You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error gives a hint, that no Java (JRE) is installed on the computer:
2024-12-03T16:57:22 WARNING Traceback (most recent call last):
File "C:\Users/kay.korrodi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\teksi_wastewater\teksi_wastewater_plugin.py", line 598, in actionExportClicked
self.interlisImporterExporter = InterlisImporterExporterGui()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/xxx/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\teksi_wastewater\interlis\gui\interlis_importer_exporter_gui.py", line 27, in __init__
self.interlis_importer_exporter = InterlisImporterExporter(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/xxx/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\teksi_wastewater\interlis\interlis_importer_exporter.py", line 43, in __init__
self.interlisTools = InterlisTools()
^^^^^^^^^^^^^^^
File "C:\Users/xxx/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\teksi_wastewater\interlis\utils\
ili2db.py
", line 22, in __init__
self.java_executable_path = ili2dbutils.get_java_path(BaseConfiguration())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/xxx/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\teksi_wastewater\libs\modelbaker\iliwrapper\
ili2dbutils.py
", line 262, in get_java_path
raise JavaNotFoundError(version_output)
teksi_wastewater.libs.modelbaker.iliwrapper.ili2dbutils.JavaNotFoundError
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The following error gives a hint, that no Java (JRE) is installed on the computer:
The text was updated successfully, but these errors were encountered: