This forum is no longer active. Please post your questions to our new community site

Forums MAPPStack

Mappstack on OsX 1.6 plist

Subscribe to Mappstack on OsX 1.6 plist 7 post(s), 2 voice(s)

 
Avatar rwhart 5 post(s)

Hi,
Have installed. I can start apache manually with apachectl, but cannot get the LaunchDaemon to work. My plist is:

<?xml version=“1.0” encoding=“UTF-8”?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<?plist version=“1.0”>

Label
com.bitnami-mappstack.services
ProgramArguments

/Applications/mappstack-1.2-0/ctlscript.sh
start

UserName root RunAtLoad OnDemand

ideas?
I tried to reinstall with sudo … as per the prior response but cannot get it to work – probably due to my ignorance of the mac command line.

TIA

Bob

 
Avatar rwhart 5 post(s)

The text box stripped all the <> and < /> out. I have attached a file of the plist.

 

Attached Files

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Is Apache or MySQL running after restarting the machine? It is necessary to install the Stack with sudo.

$ sudo ./bitnami-mappstack-(version)/Contents/MacOS/installbuilder.sh

 
Avatar rwhart 5 post(s)

I have reinstalled while logged in as root. The attempts to run the attached .plist file as per the instructions reports that there is nothing to do.

I have no experience with .plist files so can only mimic what is in the instructions.

Ideas? Thanks!

Bob

 
Avatar rwhart 5 post(s)

Forgot to attach the .plist file. Now attached

 

Attached Files

 
Avatar rwhart 5 post(s)

when I run (as root)

launchctl load -w /Library/LaunchDaemons/com.bitnami-mappstack.service.plist

I get in return:


  launchctl: no plist was returtned for : /Library/LaunchDaemons/com.bitnami-mappstack.service.plist
  launchctl: no plist was returtned for : /Library/LaunchDaemons/com.bitnami-mappstack.service.plist
  nothing found to load

?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Really strange. Could you remove the “-” from the name? I will investigate when I have a chance.

Forums MAPPStack