Servoy 5.2 Runtime Builder Fails

I have a very simple solution that I’m testing with the runtime. When I attempt to do the export , I get the following error “Unexpected error in setting the solution”. I just have 1 workspace with 1 solution connected to 1 postgres database.
I need to get this built ASAP. ideas?

I see some entries in my console:

5/23/12 6:30:05.477 PM [0x0-0x747747].org.eclipse.eclipse: com.servoy.j2db.persistence.RepositoryException: Could not find repository server: 'repository_server'
5/23/12 6:30:05.478 PM [0x0-0x747747].org.eclipse.eclipse: 	at com.servoy.j2db.server.Zc.Zc.Zb(Zc.java:469)
5/23/12 6:30:05.478 PM [0x0-0x747747].org.eclipse.eclipse: 	at com.servoy.j2db.server.Zc.Zc.getRepositoryServer(Zc.java:429)
5/23/12 6:30:05.478 PM [0x0-0x747747].org.eclipse.eclipse: 	at com.servoy.Za.Za.Zd.runInWorkspace(Zd.java:13)
5/23/12 6:30:05.478 PM [0x0-0x747747].org.eclipse.eclipse: 	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
5/23/12 6:30:05.478 PM [0x0-0x747747].org.eclipse.eclipse: 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Is a Repository connection required to build the runtime?

Hi goldcougar

Is the Postgres database you’re using the bundled one?

Best regards. Roberto Blasco.

Yes. Turns out that having a “repository_server” connection is required for the Runtime builder. Would be a nice thing to add to the docs :)
Also, the old Runtime Builder would build for all Operating Systems from your developer. In this one, it only builds for the platform your developer is on.