Could not load solution list:

I seem to have messed up my Developer installation somehow. In the server administration ‘Solution’ page, I’m getting the following;

‘Could not load solution list: No repository was found. Please check if the server is started in Team Developer mode, or if the repository server is started.’

I can confirm that servoy.application_server.startRepositoryAsTeamProvider: is false and Developer is running.
I’ve tried creating a new Repository but it doesn’t seem to have made a difference, if anything it has gotten worse as I could previously see the sample solutions I’d imported but not my own.

It is probably worth knowing that this is v6 as I’ve recently moved up from v5.2

Kind regards,

Tony

why do you want to see the solution list from repository while running developer? startRepositoryAsTeamProvider must be true in order to see the solutions from repository while running developer; otherwise you get the error you see

Well, I was hoping to experiement with a Batch Processor but I cannot select any solution from the dropdown menu. I have reset the servoy.application_server.startRepositoryAsTeamProvider: to true and restarted the Servoy Developer. Although I no longer get the error, I have absoultely no solutions in the Server Admin appearing despite there being 10 listed in Developer.

However, if you’re saying it is normal not to see the solutions in the Server Admin, then I will make do with running my Batch processor from the Developer for the time being.

Kind regards,

Tony

TonyK:
Well, I was hoping to experiement with a Batch Processor but I cannot select any solution from the dropdown menu. I have reset the servoy.application_server.startRepositoryAsTeamProvider: to true and restarted the Servoy Developer. Although I no longer get the error, I have absoultely no solutions in the Server Admin appearing despite there being 10 listed in Developer.

However, if you’re saying it is normal not to see the solutions in the Server Admin, then I will make do with running my Batch processor from the Developer for the time being.

Kind regards,

Tony

There is quite a difference between solutions you see in developer and the ones from admin page (when running developer). Developer operates with solutions from workspace (file system) while the admin page operates with the solutions from repository (database). While running developer, the repository is intended for team operations (so commit/update your solution). There is quite some information on this area, you can find more in the wiki and on this forum.