Hello there! I seem to have the same problem.
SEVERE: [1244211471539000] javax.servlet.ServletContext log: profesionalesServiceImpl: An IncompatibleRemoteServiceException was thrown while processing this call.
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser.
( Blocked attempt to access interface 'ar.com.akyasociados.iturnos.client.rpc.general.InitService', which is not implemented by 'ar.com.akyasociados.iturnos.server.gwt.profesionales.ProfesionalesServiceImpl'; this is either misconfiguration or a hack attempt )
But look at the bold part, especially the part that says "either misconfiguration or a hack attempt". In my case is misconfiguration, beacuse the exception states that
InitService is not implemented by
ProfesionalesServiceImpl, which is an implementation of a different service interface!
As soon as i get it fixed i will post it back...
Cheers!
Rafael