Cant remote checkout solutions

Hi,
please help and let me know if im doing something dumb, im not familiar with the new versions of servoy and cant checkout solutions remotely.

i notice several of the preinstalled database server connections are not connecting ie

  • example_data
  • log_server
  • pdf_forms
  • udm
  • user_data

all have red crosses next to them. do i need to change the settings for these also to the remote server?
but if i do that can i still use servoy locally to work on a local db when im not connected to the internet?

many thanks

Hi,

The red crosses mean that Servoy can’t connect to the databases. Are you sure you have Sybase installed and running ?
When using a remote checkout you can still keep your databases on your local development machine.

Hope this helps.

This looks more like an issue of the local database server not starting.

If you want to use your system locally, then you do not want to change these settings. I am assuming you performed a default installation of Servoy Developer (meaning the SQL Anywhere database server was installed as well). You should make sure the server is running (check for dbsrv10.exe in you process list, if this is not running, then the database server has not started)

Are your solutions running on a remote application server? Is this server the same version as your developer?

Thanks,
Jason

ah! it did cross my mind but i didn’t check it out, i was too busy searching the forums to find the answer.
does not look as though sybase is installed, i also used to use servoy remotely from my pc with the repository and db on ms sql on an online windows server. last time i installed or used servoy though was servoy 3 if not earlier and we did not have the workspace then.

i guess its ok if i reinstall servoy?
hopefully sybase will install this time.

many thanks for your answer

jmeunier:
This looks more like an issue of the local database server not starting.

If you want to use your system locally, then you do not want to change these settings. I am assuming you performed a default installation of Servoy Developer (meaning the SQL Anywhere database server was installed as well). You should make sure the server is running (check for dbsrv10.exe in you process list, if this is not running, then the database server has not started)

Are your solutions running on a remote application server? Is this server the same version as your developer?

Thanks,
Jason

thanks Jason
cant find any sign of sql anywhere/sybase, but my habit from servoy 3 and earlier was to ignore the default db install because i just connected to a remote repository and had no need for a local db at the time. looks like things have changed. yes my solutions are still on a remote ms sql server. version on server is 4.1 and my local is 4.13.

it would be good to be able to develop solutions locally as well on remote server, i dont think there was an easy way to do this in servoy 2/3.

ill try a local reinstall of servoy and keep an eye out for sybase.
thanks again
eugene

Hi,
cant get sybase to run or see any sign of it…
could this be because im running vista?

ive tried 4 or 5 different reinstalls, but no sign of sybase anywhere.

thanks
Eugene

Are you installing in the Program Files folder. If so, try installing in the C: (or root) directory. Vista does not allow you to write in the Program Files directory, so if your database is there, it will not work.

Jason

thanks Jason
reinstalling on c drive did the trick for sybase…

but still get the error:
“Cannot get solutions from : 209.139.209.241
Error getting the repository from host 209.139.209.241:1099”

should i change the repository database entry from local to my remote repository?
or should i leave it on the default local repository server settings

error log::

!ENTRY com.servoy.eclipse.core 4 0 2009-08-28 21:45:10.734
!MESSAGE Cannot get solutions from repository
!STACK 0
com.servoy.eclipse.team.Za: Error getting the repository from host 209.139.209.241:1099
at com.servoy.eclipse.team.RepositoryAccessPoint.Zg(RepositoryAccessPoint.java:16)
at com.servoy.eclipse.team.RepositoryAccessPoint.Zd(RepositoryAccessPoint.java:67)
at com.servoy.eclipse.team.RepositoryAccessPoint.Za(RepositoryAccessPoint.java:101)
at com.servoy.eclipse.team.ui.NewSolutionWizard$4.runInWorkspace(NewSolutionWizard.java:2)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Unknown Source)
at com.servoy.eclipse.team.RepositoryAccessPoint.Zg(RepositoryAccessPoint.java:37)
… 5 more
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source)
at com.servoy.j2db.util.rmi.compressing.CompressingOutputStream.flush(CompressingOutputStream.java:8)
at java.io.BufferedOutputStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
… 11 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source)
… 18 more

many thanks
Eugene

Make sure you are not running any other versions of Servoy. Restart Developer, then try just entering “localhost” when you check out of the repository.

Jason

thx again Jason

that lets me check out the local sample solutions :D

do you know how i get to check out solutions on my remote server
ive changed my repository database settings to my remote server details is that correct?
somethings not right because i still get

“Cannot get solutions from : 209.139.209.241
Error getting the repository from host 209.139.209.241:1099”

many thanks
Eugene