Im having an error when I try to run smart client on a client pc. Images do not appear and it seems like there is an error when doing stuff in database because it seems to be unable to verify users against it, so in login page it does nothing.
Looking at server log i found two exceptions, one of them says as follows:
java.lang.NoClassDefFoundError: com/servoy/j2db/scripting/IScriptable
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
…
any ideas on this? Maybe a problem related to enviroment variables or something that went wrong during servoy installation?
You get this error when starting application server ? Do you use the bat/sh file to start server ? Can you access admin page?
I can access admin page normally, actually the problem occurs in client side, when the application is started, may be something related to css?
So this error shows in java console ? Did you try to clean Java cache?
Sorry for the late answer, I have resolved the exception, it was a matter of permissions in Windows server 2008, but i still cant see the images in client side, maybe something wrong with repository base? I have two instances of servoy running in the same server, but working with separate repository servers, could there be an access restriction because of user permissions?