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

Failed to find config file #19

Closed
tomeof opened this issue Oct 10, 2016 · 3 comments
Closed

Failed to find config file #19

tomeof opened this issue Oct 10, 2016 · 3 comments

Comments

@tomeof
Copy link

tomeof commented Oct 10, 2016

Hello,

I'm trying to use the command line Importer/Exporter. I saved the project from the GUI as "myconf.xml".
When i save myconf.xml on the desktop i get an error message Failed to find config file 'filepath'
When i save myconf.xml in the same folder with the Importer/Exporter and use relative path i get an error message Failed to read project settings file 'filepath'
I run the command line tool from the Importer/Exporter installation path.

Greetings

@rchr
Copy link

rchr commented Oct 11, 2016

Hi,

which version of the 3DCity Importer/Exporter are you using?
And how do you specify the paths to the config file?

I was not able to reproduce your error. For instance, I sucessfully started the importer/exporter (version 3.3) with the following commands (on windows):

java -jar lib\3dcitydb-impexp.jar -config C:\Users\myUserName\Desktop\myproject.xml -shell -testConnection
and
java -jar lib\3dcitydb-impexp.jar -config .\myproject.xml -shell -testConnection

Hope that helps!

@tomeof
Copy link
Author

tomeof commented Oct 11, 2016

Hi,

It was my mistake. I specified a wrong path for the config file. I can establish a database connection. I am trying to export to gltf. Is it possible to give an absolute path in the -kmlExport parameter? It seems it can export only using the same path where the importer/exporter is installed.

@tomeof
Copy link
Author

tomeof commented Oct 11, 2016

Hi,

You can close the issue. The path should use the environment separator (windows ""). Thanks again.

@rchr rchr closed this as completed Oct 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants