WikiTransformationProject / wikitraccs-releases

Releases, issues and discussions for WikiTraccs from the Wiki Transformation Project
https://www.wikitransformationproject.com
10 stars 1 forks source link

[Issue] Cannot find WikiTraccs companion application #93

Closed Skachuk closed 1 year ago

Skachuk commented 1 year ago

Is there an existing issue for this?

Current Behavior

We faced a problem in 3 step: "Cannot find WikiTraccs companion application"

Expected Behavior

Could you please explain what it means and how we can solve this issue?

WikiTraccs Version

1.8.4 and 1.7.6

Confluence Version

Confluence 7 (7.18 or newer)

Confluence Data Center?

Relevant log output or page storage format

No response

Anything else?

No response

heinrich-ulbricht commented 1 year ago

WikiTraccs comes with two console applications - WikiTraccs.GUI and WikiTraccs.Console.

WikiTraccs.GUI is mainly for easy configuration. When starting the migration, it passes the configuration you made to WikiTraccs.Console.

The zip release you download contains those two applications:

image

When you extract the zip file, this folder structure needs to be intact. WikiTraccs.GUI expectes WikiTraccs.Console to be in a folder adjacent to itself. Starting from the location of its own WikiTraccs.GUI.exe it "goes one folder level up", searches for a folder called "WikiTraccs.Console" and expects the WikiTraccs.Console.exe to be in there.

When it cannot find WikiTraccs.Console.exe at the expected location it shows the Cannot find WikiTraccs companion application error, that you see.

There might be different causes:

@Skachuk does this help? If not, please check the common log files for errors and/or send them to contact @ wikitransformationproject.com and I'll have a look.

Skachuk commented 1 year ago

Thank you! This helps us.