I upgraded my apps server and clients to java 1.5.0_06-b05.
When I tried connecting my client to my solution, it gives me a “cannot find repository, it may not be running on server” error.
Even tho for sure it’s running on the server, i’ve made no other changes to the repisitory settings and the DEVELOPER version logs in to my solution just fine. Please help.
Had similar problem some time ago with a Client on OSX - solution was to clear out the old Java Webstart caches/folders and create a new connection from the Client computer. Worked fine after that so worth a try.
Had similar problem some time ago with a Client on OSX - solution was to clear out the old Java Webstart caches/folders and create a new connection from the Client computer. Worked fine after that so worth a try.
Regards
Graham Greensall
Worxinfo Ltd
I cleared out my old Java folder (in my c:\program files\java) that’s not version 1.5, and I still get the same message. Again, my developer can log in just fine. just the client.
is there another webstart cache folder somewhere else?
anybody out there experience the same thing? This is really worrisome becuase our computers eventually will get java updates, i can’t have the clients not connect when java gets updated.
i cleared the java cache from the C:\Documents and Settings<user_name>\Application Data\Sun\Java\Deployment\cache\
folder of my client
app is running, repository servers settings are correct, servoy developer can connect.
The kicker is that I uninstalled Java version 1.5.0_06-b05 , and put back java 1.429 on the client, and EVERYTHING WORKED!!!
it’s gotta be a java thing. Is anyone out there using Java version 1.5.0_06-b05 on a PC?? this issue is killing me, my clients won’t be able to get back into the servoy solution unless i downgrade everything to java 1.429, which i don’t want to do. HELP!
I remember to have seen something similar… is the server running on Java 5? If I remember well if both the server and client are running on java5 there could be problems with the proxy settings of java (on wintel).
Check which java the server is using and try to change the java proxy settings on the client machine.
On my problem PC, When I point to demo.servoy.com using the pc with java 1.5.0_06-b05 , it doesn’t load up the solutions.
When i use my pc with java 1.429, demo.servoy.com , everything loads up fine.
I hope others out there can tell me what java 1.5 version they are using? and where i would able to get them since Sun’s website only has version 1.5.0_06-b05
We use both 1.5.0_05-b05 and 1.5.0_06-b05, while we see some particularly strange paiting issues with 06 it does not have the problem Sammy describes. Sammy I suspect in your case you have to check your proxy settings: Java 1.5 uses your system/ie proxy settings, can you test disabling the proxy to see if that makes a difference?
jaleman:
So far 1.5.0_05-b05 appears to be the best version to run Servoy on.
AH HA! Jan, thank you!!! it is the proxy server setting. Our company goes thru a proxy server. I unchecked that option, and the repository problem went away!
HOWEVER, i got new problems.
Where can i get java 1.5.0_05-b05, i can only find b06 out now.
**2) Bigger issue, I used to have a lot of color “flags” that flags highlights whether a part is out of specification or not. in JAVA 1.5, ALL my color flags disappear!? Below is the code that I use.
I would make a calculated text field, the on the form, attach the field to a label. why would it work on Java 1.4 but not java 1.5??!