I’m running v4
All solutions are grayed out. I can’t do anything with them.
Just prior to opening servoy I was working on a solution i had just created. When I tried to run it, it was taking forever to bring up the client. I killed servoy and restarted. Now the solution I was working on it gone and all other solutions are gray…
You should find some errors in the log(s). Please check the “.log” file in your workspace’s “.metadata” folder.
Also check for problem markers in the problems view (in Eclipse).
If you still do not find any errors, please check the default Servoy log in the installation dir also.
Please post the errors or attach log file if you are not sure which one is relevant.
This is something more or less serious and probably has to do with your checkout process.
Nothing I can solve but Servoy should know where to point you to…
A solution in your workspace is supposed to be activated when developer starts (the last active solution in your previous development session). In your case I see that there is a problem with that solution - a file describing a script variable holds an illegal value for the variable type (don’t really know how this could have happened - did you modify .obj files in that project manually with a text editor? If not, do you remember what you did with one of the variables in your solution before this problem appeared?). This is why that solution is not activated.
But you should be able to activate other solutions in your workspace (if they have no problems) with right click + activate.
I will improve the solution activating at startup - to try and activate a valid solution if the one that should be activated has problems. Also made some small changes to avoid a NullPointerException that appears in such situations (no active solution) and to have better error reporting so we can identify the solution/variable that causes such problems in the future.
Are you able to activate other solutions? If not, do you see any new stack traces in the “.log” file after trying to activate other solutions?
There was a problem during and earlier checkout as well - as Marcel said, because one of the enabled servers on the remote (or developer started) repository was invalid - but that should not have generated too much trouble - just that the table/column information for that server would not be checked out.