Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaNotFoundError -> Missing java on computer #503

Closed
sjib opened this issue Dec 3, 2024 · 3 comments · Fixed by #506
Closed

JavaNotFoundError -> Missing java on computer #503

sjib opened this issue Dec 3, 2024 · 3 comments · Fixed by #506
Labels
documentation Improvements or additions to documentation

Comments

@sjib
Copy link
Contributor

sjib commented Dec 3, 2024

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.

@sjib sjib added the documentation Improvements or additions to documentation label Dec 3, 2024
@sjib sjib changed the title JavaNotFoundErro -> Missing java on computer JavaNotFoundError -> Missing java on computer Dec 3, 2024
@ponceta
Copy link
Member

ponceta commented Dec 4, 2024

@ponceta
Copy link
Member

ponceta commented Dec 4, 2024

As I see it the doc is up to date.

@sjib
Copy link
Contributor Author

sjib commented Dec 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants