Skip to main content
July 16, 2009
Question

Installation Issue on OS X

  • July 16, 2009
  • 2 replies
  • 1089 views

I just downloaded CF Builder for my Mac and I keep getting this message in my log files when trying to install:

Jul 16 13:24:06 ben-densmores-macbook com.apple.launchd[92] ([0x0-0x76076].cfbuilder_install[1075]): posix_spawnp("/Users/ben/Downloads/coldfusionbuilder_b1_install_mac_071309/cfbuilder_install.app/Contents/MacOS/cfbuilder_install", ...): Permission denied

I've tried launching the installer from terminal and that doesn't work either. Has anyone run into this issue?

Thanks,

Ben

This topic has been closed for replies.

2 replies

July 17, 2009

Okay, so for some odd reason Zipeg extracted the zip file with incorrect permissions. Not sure why, I've never had that happen before.

Doing

sudo chmod a+x /users/ben/downloads/cfbuilder_install.app/Contents/MacOS/cfbuilder_install  

Fixed the issue.

Thanks,

Ben

Participating Frequently
July 17, 2009

What errors do you get when you launch from terminal? You have to use "Archive Utility" to extract the installer otherwise permissions may not be set properly.

- Vinu

Adobe

July 17, 2009

I get this error:

LSOpenFromURLSpec() failed with error -10810

I use Zipeg all the time to extract zip files and have never had an issue.

I think this all might stem from the latest update to Java that Apple released over the past few weeks. Searching on that error turned up either an issue with Java or an error in the info.plist file.

Thanks,

Ben