Error in the solution execution

I am facing a issue on the solution execution process.I am trying to open the developer from the program file.When i am executing the servoy developer batch file the developer is opening and asking to select the solution after selecting the solution.The Servoy symbol is rotating at all time.And i am getting the following error.

Starting Servoy from C:\Program Files\servoy\Servoy Build 06-15-07\Servoy Build
06-15-07
Servoy R2 2.2.7_01 build-339 on Windows XP using Java 1.5.0_09
Loading servoy.properties from C:\Program Files\servoy\Servoy Build 06-15-07\Ser
voy Build 06-15-07\servoy.properties
Loading - Done
org.apache.commons.dbcp.DbcpException: com.inet.tds.l: java.net.ConnectException
Connection timed out: connect
org.apache.commons.dbcp.DbcpException: com.inet.tds.l: java.net.ConnectException
Connection timed out: connect
        at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(Driv
erConnectionFactory.java:85)
        at com.servoy.j2db.persistence.datasource.n.createConnection(Unknown Sou
rce)
        at com.servoy.j2db.persistence.datasource.r.makeObject(Unknown Source)
        at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericOb
jectPool.java:816)
        at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSo
urce.java:110)
        at com.servoy.j2db.persistence.datasource.i.getConnection(Unknown Source
)
        at com.servoy.j2db.persistence.Server.getConnection(Unknown Source)
        at com.servoy.j2db.persistence.Server.ff(Unknown Source)
        at com.servoy.j2db.persistence.Server.getTable(Unknown Source)
        at com.servoy.j2db.persistence.Repository.a(Unknown Source)
        at com.servoy.j2db.persistence.Repository.a(Unknown Source)
        at com.servoy.j2db.persistence.Repository.a(Unknown Source)
        at com.servoy.j2db.persistence.m.if(Unknown Source)
        at com.servoy.j2db.persistence.Repository.getSolution(Unknown Source)
        at com.servoy.j2db.persistence.Repository.getActiveSolution(Unknown Sour
ce)
        at com.servoy.j2db.ActiveSolutionHandler.loadActiveSolution(Unknown Sour
ce)
        at com.servoy.j2db.J2DBClient$11.run(Unknown Source)
        at com.servoy.j2db.util.ao.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: com.inet.tds.l: java.net.ConnectExceptionConnection timed out: connec
t
        at com.inet.tds.w.createSQLException(Unknown Source)
        at com.inet.tds.TdsDriver.a(Unknown Source)
        at com.inet.tds.TdsDriver.connect(Unknown Source)
        at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(Driv
erConnectionFactory.java:83)
        ... 18 more

The same above error message i am getting continuously.

When i am trying to open the other solution its all opening.But what happens to this solution itself.

The version i am using is:
Servoy Developer
Version R2 2.2.7_01-build 339
Java version 1.5.0_09-b03 (Windows XP)

I am in a trouble.Please save me from this issue.

Lot of thanks to all.

Sounds a bit like this solution uses a DB connection that cannot be established?

Thanks patrick for the immediate responce after studing the long error message,

I had recieved this solution from another machine by zip files through the ftp server.After receiveing this i had unzipped and try to use that.But i dont succeed on running the solution successfully.As this solution is from the version 2.2.7.I had deleted the developer i am using that is the version 3.0 by thinking the problem arise due to that.

Please suggest me a way to escape from this issue.

Guru’s what i need to do,

For download a repository from another machine.That in this machine the developer is not present.Due to version confusion i had delete the developer from this machine.After i download a repository what i need to proceed further.

Suggest a way :idea: .

Like Patrick said, it looks like the db connection is missing so you should look in that corner…
Not much more we can say about it I guess…

Okay,

Yes thats the correct case its the database connectivity issue only.But what i think is if anyboby has the same experience they can able to help me.That’s who had faced the connectivity issue.

Thanks to Patrik and Marcel.

Unfortunately there is no ‘the connectivity issue’.

Questions are:

  1. is the db running?
  2. are you able to connect to the db outside servoy?
  3. is your db server setup in servoy correct?
  4. when it worked on the other machine, do you use the same driver?

All stuff that can be checked/should be checked.