No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Questions and answers for all installation-related topics for Servoy products

No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby swingman » Fri Feb 10, 2012 11:21 am

Hi all,

I have just installed Servoy 6.0.5 on a 10.7 Mac:

Code: Select all
Servoy version 6.0.5 -build 1230
Port used by RMI Registry: 1099
Repository version 40 (5FE7EF9E-91E7-4A09-851A-CA477B66CE17)
Current time: Fri Feb 10 09:17:44 GMT 2012
Uptime: 3 minutes 14 seconds
Server ID: B5DFEA37-386E-4D4E-91BF-DEECD3622775

JVM Information
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.version=1.6.0_29
java.vm.info=mixed mode
java.vm.vendor=Apple Inc.

Operating System Information
os.name=Mac OS X
os.version=10.7.2
os.arch=x86_64

System Information
Heap Space Memory: allocated=74952K, used=49743K, max=1306496K
Non-Heap Space Memory: allocated=77040K, used=57743K, max=180224K


We want to test a large solution converted to Servoy 6 before deployment.
I don't have any client licenses installed on the server, but this use should count as Evaluation.
I can go to the donut and launch a client, but no solution comes up, just a grey screen.
And 'File-Open' is grayed out.

Any ideas?

C
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby swingman » Fri Feb 10, 2012 2:05 pm

My solutions import fine. It is just that they don't seem to be visible to clients...
Server starts fine.
Code: Select all
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 10, 2012 9:14:49 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 464 ms
Feb 10, 2012 9:14:49 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 10, 2012 9:14:49 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
Feb 10, 2012 9:14:49 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Feb 10, 2012 9:14:50 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 10, 2012 9:14:50 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 943 ms
Feb 10, 2012 11:56:08 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 10, 2012 11:56:08 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1282 ms
Feb 10, 2012 11:56:08 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 10, 2012 11:56:08 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
Feb 10, 2012 11:56:09 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Feb 10, 2012 11:56:11 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 10, 2012 11:56:11 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2983 ms


My two PostgreSQL 9.1 databases are all showing ok on the web based admin interface.

I must be doing something stupid...
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby swingman » Fri Feb 10, 2012 2:09 pm

Code: Select all
Could not launch from cache. Will try online mode. [Some of required resources are not cached.]
10-Feb-2012 12:08:44 com.servoy.j2db.util.Debug error
SEVERE: Fatal Exception
10-Feb-2012 12:08:44 com.servoy.j2db.util.Debug error
SEVERE: Throwable
java.lang.RuntimeException: Cannot open solution
   at com.servoy.j2db.ClientState.selectSolutionToLoad(ClientState.java:475)
   at com.servoy.j2db.smart.J2DBClient.selectSolutionToLoad(J2DBClient.java:1809)
   at com.servoy.j2db.ClientState.selectAndOpenSolution(ClientState.java:429)
   at com.servoy.j2db.smart.J2DBClient.startupApplication(J2DBClient.java:728)
   at com.servoy.j2db.smart.J2DBClient$4.run(J2DBClient.java:644)
   at com.servoy.j2db.smart.J2DBClient.mainImpl(J2DBClient.java:668)
   at com.servoy.j2db.smart.J2DBClient.main(J2DBClient.java:632)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at com.sun.javaws.Launcher.executeApplication(Launcher.java:1914)
   at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1847)
   at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1609)
   at com.sun.javaws.Launcher.run(Launcher.java:138)
   at java.lang.Thread.run(Thread.java:680)
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby jcompagner » Fri Feb 10, 2012 4:29 pm

it is just a client solution not just a module?
what happens if you try to load it in the browser as a webclient?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby swingman » Fri Feb 10, 2012 4:46 pm

I'm wondering if this is a Java 1.6.0_29 problem.
My other Development Mac is running 1.6.0_26...
Is there a problem with some of the it2be plugins? I use tools and splash...
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby jcompagner » Fri Feb 10, 2012 4:52 pm

this

java.lang.RuntimeException: Cannot open solution
at com.servoy.j2db.ClientState.selectSolutionToLoad(ClientState.java:475)

you get when it doesn't get any solution from the server.
Again what do you get if you hit the webclient url??
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby swingman » Wed Feb 15, 2012 2:01 pm

I have just tried to launch a web client and there are no solutions in the list.
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby swingman » Wed Feb 15, 2012 2:22 pm

I have tried switching off SSL, the firewall etc, but no luck.
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby jcompagner » Wed Feb 15, 2012 4:17 pm

if there are no solution also for the webclient
you should first really look what type your solution has, isn't it by accident just a Module type ?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby swingman » Wed Feb 15, 2012 4:29 pm

Yes, that was the problem. It was set to 'Module'.
When I had problems with visibility between my modules, I created a new Solution and made my original solution into module. It did not solve the problems I had so, I got rid of it again, but forgot to switch the main 'module' back to a 'Solution'.
Thank you for your help.

C
Christian Batchelor
Certified Servoy Developer
Batchelor Associates Ltd, London, UK
http://www.batchelorassociates.co.uk

http://www.postgresql.org - The world's most advanced open source database.
User avatar
swingman
 
Posts: 1472
Joined: Wed Oct 01, 2003 10:20 am
Location: London

Re: No solutions on fresh 6.0.5 Server, Mac OS X 10.7

Postby jcompagner » Wed Feb 15, 2012 4:43 pm

jcompagner wrote:it is just a client solution not just a module?
what happens if you try to load it in the browser as a webclient?


that is what i already pointed out in my previous reply ;)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet


Return to Installation

Who is online

Users browsing this forum: No registered users and 3 guests