wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

Frank runner not working #74

Closed ashishtank closed 1 year ago

ashishtank commented 1 year ago

Hi Guys,

Frank runner was working fine after running start.bat file but after restart of laptop it stopped working with below error.

**_IBIS Startup Failed For some reason, the IBIS application failed to start up.

Please examine the startup-log and try restarting the server._**

NOTE: The IBIS application will automatically retry to startup every minute.

image

Any help is highly appreciated. Do we have plug and play docker images that can be used without much configuration?

PS: Frank flow just works fine.

Regards, Ashish

nitinghaghada commented 1 year ago

Hello Frank Team,

I am also facing same issue while trying to run frank framework on my local machine.

Regards, Nitin

ashishtank commented 1 year ago

Hi Frank Team,

Tried frank runner on mac os and facing same issue over there as well. Could you please help with it? From browser console log it looks like /iaf/api/* endpoint is not working.

Regards, Ashish

jacodg commented 1 year ago

Hi guys,

It seems to be a problem with the latest F!F version. The Frank!Runner by default always checks for and downloads the latest version. You can create a frank-runner.properties with an older 7.9 version (like 7.9-20230330.214747) (find all version on https://nexus.frankframework.org/service/rest/repository/browse/public/org/ibissource/ibis-adapterframework-webapp/) or use the latest stable version ff.version=7.8

For more information see:

https://github.com/ibissource/frank-runner#frankframework-version

Regards, Jaco

ashishtank commented 1 year ago

Hi Jaco

Thanks for quick response. Let me try setting the version.

Regards, Ashish

ashishtank commented 1 year ago

Hi Jaco,

Thanks for the tips. I overlooked it in read me file. After setting the frank version to 7.8 it is working fine. Also, I was able to run the docker frank runner after mapping frank framework volumes (it was not clear in documentation). Do you have any documentation for docker help for frank runner?

Regards, Ashish

ashishtank commented 1 year ago

Closing as main issue is solved.