OS X 10.7.2 Server + Servoy 6.03

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

OS X 10.7.2 Server + Servoy 6.03

Postby rainer / dsp » Fri Dec 02, 2011 5:57 pm

The Servoy installer does not work unter OS X 10.7.2 Server Edtion.
Can you please test it ? There are missing some .sh files in the installer..

thank you

Rainer Böhm
DSP Memory Distribution GmbH
Philipp-Reis-Str..11
24941 Flensburg / Germany
www.dsp-memory.de
rainer / dsp
 
Posts: 103
Joined: Sat Nov 22, 2003 1:37 am

Re: OS X 10.7.2 Server + Servoy 6.03

Postby Jan Aleman » Sat Dec 03, 2011 1:14 am

What errors are you seeing? Due to low numbers of people running OSX Server it is not in our standard test-suite.
Jan Aleman
Servoy
Jan Aleman
 
Posts: 2083
Joined: Wed Apr 23, 2003 9:49 pm
Location: Planet Earth

Re: OS X 10.7.2 Server + Servoy 6.03

Postby ngervasi » Sat Dec 03, 2011 5:39 pm

I've been using Servoy on MacOS X server for a long time until recently and as far as I know there is no difference whatsoever between OS X server and client.
What file is missing?
Nicola Gervasi
sintpro.com
SAN Partner
ngervasi
 
Posts: 1485
Joined: Tue Dec 21, 2004 12:47 pm
Location: Arezzo, Italy

Re: OS X 10.7.2 Server + Servoy 6.03

Postby ROCLASI » Sun Dec 04, 2011 1:08 am

Hi Rainer,

I just did an Servoy 6.0.3 install on a pristine Mac OS X 10.7.2 Server install (thanks to VMware) and got the following error:

error.png
error.png (39.44 KiB) Viewed 10154 times

message.png
message.png (37 KiB) Viewed 10154 times


Is this what you are seeing or is it something else?
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: OS X 10.7.2 Server + Servoy 6.03

Postby rainer / dsp » Mon Dec 05, 2011 6:30 pm

We created a workaround for the missing files.. it works now.
The installer fails with install_service.sh and uninstall_service.sh as missing files ( just rename the .temp file during installation..)

There is another bug in the URL requester not adding the DB name field to the used url..

rainer
DSP Memory Distribution GmbH
Philipp-Reis-Str..11
24941 Flensburg / Germany
www.dsp-memory.de
rainer / dsp
 
Posts: 103
Joined: Sat Nov 22, 2003 1:37 am

Re: OS X 10.7.2 Server + Servoy 6.03

Postby lvostinar » Fri Dec 16, 2011 6:14 pm

Did someone create a case for this? Can you check what does this: System.getProperty("os.name") return ?(you can execute this Java code from Servoy client, for example)
Laurian Vostinar
Servoy
lvostinar
 
Posts: 1062
Joined: Tue Feb 19, 2008 10:53 am

Re: OS X 10.7.2 Server + Servoy 6.03

Postby itgenetics » Mon Jan 02, 2012 9:29 pm

HELP!
Last edited by itgenetics on Mon Jan 02, 2012 9:50 pm, edited 1 time in total.
itgenetics
 
Posts: 63
Joined: Fri Apr 08, 2011 11:26 am
Location: Cambridge, UK

Re: OS X 10.7.2 Server + Servoy 6.03

Postby itgenetics » Mon Jan 02, 2012 9:50 pm

rainer / dsp wrote:We created a workaround for the missing files.. it works now.
The installer fails with install_service.sh and uninstall_service.sh as missing files ( just rename the .temp file during installation..)

There is another bug in the URL requester not adding the DB name field to the used url..

rainer


Can someone provide a step by step as I have renamed the .temp to installer.sh and the server fails to start. I would really appreciate details on the workaround ASAP.

Thanks
itgenetics
 
Posts: 63
Joined: Fri Apr 08, 2011 11:26 am
Location: Cambridge, UK

Re: OS X 10.7.2 Server + Servoy 6.03

Postby ROCLASI » Mon Jan 02, 2012 9:53 pm

Hi,

You can simply set the executable bit (+x) on the servoy_server.sh and service/ServoyServer files like so:
Code: Select all
cd /path/to/servoy/application_server
chmod +x servoy_server.sh
chmod +x service/ServoyServer

After this you can launch Servoy server using the servoy_server.sh shell script or you can install it as a service (and start it) using the ServoyServer script.

Hope this helps.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: OS X 10.7.2 Server + Servoy 6.03

Postby itgenetics » Mon Jan 02, 2012 11:03 pm

ROCLASI wrote:Hi,

You can simply set the executable bit (+x) on the servoy_server.sh and service/ServoyServer files like so:
Code: Select all
cd /path/to/servoy/application_server
chmod +x servoy_server.sh
chmod +x service/ServoyServer

After this you can launch Servoy server using the servoy_server.sh shell script or you can install it as a service (and start it) using the ServoyServer script.

Hope this helps.


I followed the steps, but on the install it still came up with the same error.

I also tried to run the service after making these changes but still no luck.

Have I missed something?
itgenetics
 
Posts: 63
Joined: Fri Apr 08, 2011 11:26 am
Location: Cambridge, UK

Re: OS X 10.7.2 Server + Servoy 6.03

Postby ROCLASI » Tue Jan 03, 2012 12:48 am

What error are you getting?
Also did you install the EnterpriseDB PostgreSQL installer or the Servoy bundled one ?
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: OS X 10.7.2 Server + Servoy 6.03

Postby ROCLASI » Tue Jan 03, 2012 12:53 am

Hi Laurian,

lvostinar wrote:Did someone create a case for this? Can you check what does this: System.getProperty("os.name") return ?(you can execute this Java code from Servoy client, for example)


application.output( java.lang.System.getProperty("os.name")) returns "Mac OS X" for me on Mac OS X 10.7.

Issue SVY-1312 filed.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: OS X 10.7.2 Server + Servoy 6.03

Postby itgenetics » Tue Jan 03, 2012 9:28 am

ROCLASI wrote:What error are you getting?
Also did you install the EnterpriseDB PostgreSQL installer or the Servoy bundled one ?


Hi again, I followed the instructions - it started - showing a PID.

After about 5 seconds the service had stopped again - never to restart.

This is the error at terminal level (not very helpful)

WARNING: Servoy Application Server may have failed to start.
server:application_server administrator$

Can someone send the files that are missing?

As a matter of course - I receive exactly the same error on install as above.
itgenetics
 
Posts: 63
Joined: Fri Apr 08, 2011 11:26 am
Location: Cambridge, UK

Re: OS X 10.7.2 Server + Servoy 6.03

Postby itgenetics » Tue Jan 03, 2012 9:48 am

I meant to also say that I used the Enterprise version of Postgres
itgenetics
 
Posts: 63
Joined: Fri Apr 08, 2011 11:26 am
Location: Cambridge, UK

Re: OS X 10.7.2 Server + Servoy 6.03

Postby lvostinar » Tue Jan 03, 2012 11:17 am

itgenetics wrote:
ROCLASI wrote:What error are you getting?
Also did you install the EnterpriseDB PostgreSQL installer or the Servoy bundled one ?


Hi again, I followed the instructions - it started - showing a PID.

After about 5 seconds the service had stopped again - never to restart.

This is the error at terminal level (not very helpful)

WARNING: Servoy Application Server may have failed to start.
server:application_server administrator$

Can someone send the files that are missing?

As a matter of course - I receive exactly the same error on install as above.


What error do you have in the service log?
Laurian Vostinar
Servoy
lvostinar
 
Posts: 1062
Joined: Tue Feb 19, 2008 10:53 am

Next

Return to Installation

Who is online

Users browsing this forum: No registered users and 10 guests

cron