Trouble exporting solution from 2.2b2 repository

I’m trying to export a solution under 2.2b2 and I’m getting the error below. It appears Servoy is having trouble logging into a db, but the repository_server, log_server and my solution’s database are all showing as “connected” in the Servoy DB Servers preferences. The solution itself is running fine under developer - it just won’t export. I tried rebooting my machine and that didn’t help. Any help would be appreciated.

I’m on WinXP, ASA 9.0.1,
java version info:
java version “1.5.0_06”
Java™ 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot™ Client VM (build 1.5.0_06-b05, mixed mode, sharing)

Here’s the error:

com.servoy.j2db.persistence.RepositoryException: org.apache.commons.dbcp.DbcpException: java.sql.SQLException: JZ00L: Login failed. Examine the SQLWarnings chained to this exception for the reason(s).com.servoy.j2db.persistence.RepositoryException: org.apache.commons.dbcp.DbcpException: java.sql.SQLException: JZ00L: Login failed. Examine the SQLWarnings chained to this exception for the reason(s).
at com.servoy.j2db.persistence.af.a(Unknown Source)
at com.servoy.j2db.persistence.af.a(Unknown Source)
at com.servoy.j2db.develop.h$9.run(Unknown Source)
at com.servoy.j2db.util.aq.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

In case you’re wondering why I’m still on 2.2b2 - I just took over this account from another developer and that’s the version the client is currently deployed under. I plan on getting the client to upgrade ASAP, but for now I just want to deploy some minor changes they’ve requested.

I don’t expect anyone else is running into this problem because it is probably a 2.2b2 issue only, but just in case, I’l share the solution. It turns out that having some db servers defined in the preferences that weren’t valid (i.e. weren’t up and connected) was causing the export to break. Remove disconnected db servers from the prefs list and the export work.

Adrian