Apache won't start in MAMP Pro - mamp

I’ve tried several ways to get MAMP PRO to work for me. The main issue is that Apache keeps conking out, not sure why.
Apache starts when i don’t have any servers other than local. But when i start to create new servers Apache won’t run.
Here is my setup per screen shots:
shot 1: http://kualitydesign.com/css-tricks/mamp-1.png
shot 2: http://kualitydesign.com/css-tricks/mamp-2.png
I’ve googled, but all i’ve been able to find is how to start a new server, which i know how to do when MP starts normally.
What i don’t know how to do is troubleshoot MP when it Apache doesn’t start. Really need to work locally for a new WP build and would love to get this up and running.
If anyone has had this same issue, can spot my error, or has other ways to fix the issue and cares to share, that would rule!
My hunch, and it’s a very noob hunch, is that Apache on MAC is running and it’s conflicting with MP’s apache, if that’s even possible. I just re-call reading that somewhere.
Thank you.

Related

Error when deploying my app to shiny server

I have created a shiny app on my computer that runs with no error. Now, I deployed the same app to the shiny server we have in our organization, and i cannot initiate the app. I receive the following error message:
transpose listening on http://127.0.0.1:43202
Warning: Error in tabPanel: argument "tabName" is missing, with no default
65: tabPanel
Execution halted
here are my questions:
(1) I do use shinydashboard and shinydashboardplus libraries in my app and both are installed on the shiny server as well so this shouldnt be a problem since tabsetPanel and tabPanel are in these libraries, correct?
(2) tabPanel and tabSetPanel do NOT have a tabName argument. so what is this error specially because the app does work on my computer with no issue.
I know probably I need to provide the code but I cannot at the moment unless i significantly take stuff out of it (government property) but I was hoping someone can help considering the fact that it works on my computer but it doesnt when i deploy it.
Just a quick note that the R version installed on my laptop is 3.5.2 but the one on the server is 3.6! can this be an issue?
Thanks!
I think a library bs4Dash was masking tabSetPanel which is quite confusing because i didnt have that problem running the app on my laptop...

Deploying Meteor App to own server

I have a completed meteor project and is currently deployed on the meteor website. I would like to move it to my own website, which is currently hosted by GoDaddy.
How do I install Node and Mongo on my server (linux) and then run my meteor project? I received ssh access to my server, so I assume I can do this, but I'm just not sure how.
So how exactly do I proceed?
Additional Info:
I'm not exactly sure what of linux it is. On GoDaddy, it simply says linux.
When I ssh, it shows me:
-bash-3.2$:
Also, I having my website simply show the myapp.meteor.com webpage would work too. An explanation on how to do this would work.
Discover Meteor has a chapter on deployment which helps to answer this question. For ubuntu-based servers they recommend meteor-up. I haven't used it, but it's probably worth checking out. Previous versions of the book recommended meteoric.
I wrote my own set of bash scripts using a few ideas from meteoric, but I already had a lot of experience doing deployment scripting. Frankly there's nothing quite like figuring it all out yourself, but doing sysadmin tasks doesn't appeal to everyone and it can be hard to pick up in a hurry.

Under what user does the web server run on OS X SERVER Lion (10.7.5)

Trying to install OwnCloud on my hosted OS X Server 10.7.5.
When running the "web Installer", I can't get past the first step, because "Can't write to the current directory. Please fix this by giving the webserver user write access to the directory"
The problem is, I don't know what the webserver user is. Can you help me find out? I somehow screwed up the web directory permissions, and would like to fix it once and for all.
Thanks for any help you can provide, cheers
Thanks for the responses, and sorry for the newbie question. To close the loop:
#arkascha - Yep. MacMiniColo.net. Why not? Got a mini laying around, just sent it in
#nyarlathotep - Yes. Going through the install now. It turns out the documentation of Owncloud has been updated to address my specific problem, down to the specific CHOWN I need to use.
PROBLEM SOLVED
#nyarlathotep #2 - Running the standard Apache that comes with Lion, Apache 2

Uninstallation of application leaves leftovers such as BLA's and CU's

I came across problem of cyclic (deploy-undeploy) deployments to WebSphere 7, where uninstalled application leaves dirty workplace. IBM has a fix (PM20642)for it in cumulative updates starting from 7.0.15, but I see no difference. Orphaned folder for business level app and composition unit are still present after undeployment.I'm using JMX admin client for connectivity to the server.
Anyone has any experience in dealing with this issue?
If you're using IBM's fix and it still fails, I would say open a PMR with IBM to help you investigate. It could be their fix didn't work as they expected or maybe the fix pack was not applied correctly. In either scenario way I would say you may want IBM's support to resolve this issue.
If you only have remote access via JMX, then you could try to use $AdminConfig deleteDocument in wsadmin to remove the files/folders from the configuration repository.

Failed to get AppContainer info: Unable to enumerate AppContainer

This issue came after #EricLaw explained me what was the problem when I could not receive a response back from my REST request.
Essentially the request was just returning blank, then I found out that if Fiddler was not running,
the application works just fine.
As Eric explains there are some security issues that I should consider when developing/debugging in Windows Server 2012.
I followed the instructions and installed the suggested utility but when I click in the AppContainer Loopback utility I get the following error: Failed to get AppContainer info: Unable to enumerate AppContainer, Is the windows Firewall Service started?
Of course, my Firewall Service is working just fine.
Additionally there is something I still don't understand, why my HTTP request works just fine whenever Fiddler is not running anyway?
Has anyone had this problem already?
PS: we need a new tag called fiddler4
I know it is a bit late to bring this up, but since I had a fix I though it might be helpful to others, too.
I used the utility described here and although it did not fix the issue for me, it had a glowing hint, the Windows Firewall.
What fixed the issue for me was starting Windows Firewall service, which I had disabled previously.
Hope this might help.