Page 1 of 1

Smart client is not displaying my latest changes

PostPosted: Thu Jul 23, 2009 11:16 am
by pradiptab
Hi all

- I have imported an existing solution from the CVS.
- I am using MY SQL as my database and also for the servoy repository.
- Made some changes to the solution and committed to CVS.
- But when I tried to run the solution in Client, it is not displaying my changes.

- Tried many times, also cleared java cache, still the same result. It is not showing my changes.

Please give some information to fix the problem.

Thanks in advance.
Pradipta

Re: Smart client is not displaying my latest changes

PostPosted: Thu Jul 23, 2009 11:20 am
by Hans Nieuwenhuis
Did yout try to flush the changed solutions ? (admin page)

Regards,

Hans

Re: Smart client is not displaying my latest changes

PostPosted: Thu Jul 23, 2009 11:24 am
by pradiptab
Yes I have done the Flush in Servoy admin page many times.

But still the problem is not solved.

Re: Smart client is not displaying my latest changes

PostPosted: Thu Jul 23, 2009 12:01 pm
by Vaj
you can try doing the following, make backups first just in case.;

1. Go to your [servoy root directory]\application_server\server\work\Catalina delete all contents in this folder. It contains cached information so you can delete it.
2. Try to find the .servoy folder its usually in c:\documents and settings\[your current login account]\.servoy. (~/.servoy for a mac ) Delete contents of this folder too.

Restart developer and launch client again. See if you have changes. Good luck.

Re: Smart client is not displaying my latest changes

PostPosted: Thu Jul 23, 2009 12:03 pm
by ROCLASI
Hi Pradipta,

pradiptab wrote:- I have imported an existing solution from the CVS.
- I am using MY SQL as my database and also for the servoy repository.
- Made some changes to the solution and committed to CVS.

Just to get this very clear. Are you using CVS as a team server? Or do you mean Servoy Server?

pradiptab wrote:- But when I tried to run the solution in Client, it is not displaying my changes.
- Tried many times, also cleared java cache, still the same result. It is not showing my changes.


Do you mean the (debug) client in Developer? It didn't show the changes in there ?
Or do you mean the client from your production server. Then how did you get the results in the production server? Did you export the solution from your workspace (right-click on solution node and choose Export) and imported it into the server using the servoy-admin pages ? Or did you (see my first question) commit the changes into the servoy server that is used as a team server?

If it's the latter then you have to reboot the Servoy Server to make the changes visible in the clients. But it's also not recommended to commit to a Servoy team server AND run clients on it. You can have unexpected results.

Hope this helps.