I'm installing the Adobe ColdFusion Splendor Beta on Ubuntu Linux 14.04 and Apache 2 set up on a Parallels VM.
When I set up the Apache connector configuration, I used the following settings:
Apache Configuration Files: /etc/apache2
Apache Binary file: /usr/sbin/apache2
Apache control file: /etc/init.d/apache2
All of this has been successful for me in the past when I installed CF10 on a Ubuntu 12.04 server.
However... when I try to do this under the configuration I listed above, I get the following error:
There was an error while running the connector wizard.
Connector installation was not successful.
Doing some Google searches, I saw a couple of entries that suggested that the Apache information I entered above was incorrect, but I'm confident these are the correct files/paths.
Does anyone have an idea on how to fix this?
The final ColdFusion 11 installer has resolved this problem, using the following files:
Apache Configuration Files: /etc/apache2
Apache Binary file: /usr/sbin/apache2ctl
Apache control file: /usr/sbin/apache2ctl
Related
I installed CouchDB v 2.1.1 on Windows 10 and it doesn't appear to work. I bring up Fauxton and it gives this error:
Hmmm...can’t reach this page
Make sure you’ve got the right web address: http://localhost:5984
The Apache CouchDB service was not created.
The instructions for manually starting CouchDB indicate that you run couchdb.bat from the bin folder. There is no couchdb.bat in the bin folder.
The CouchDB installation folder is c:\couchdb.
I installed v 1.7.1_17.5 and it runs fine. The Apache CouchDB service is now installed and running.
In our application we need the _find function which is not available on v 1.7.1.
For CouchDB v 2.1.1 on Windows 10 64 bit, installed from couchdb-2.1.1.msi...
The Apache CouchDB service is not installed with the CouchDB installation. The couchdb.bat file in the c:\couchdb\bin folder was renamed to couchdb.cmd.
Run couchdb.cmd from a command shell with admin privilege and couchdb will work correctly.
Yes! CouchdDB 2.x works on windows 10, I've set it up myself. However, you should consider verifying if your distro is x64 because there seem not to be an official distribution for x86 windows
Well, I'm having some problems restarting my Apache Server. I modified the ulimit on the server but I'm failing to restart httpd;
I'm running the server on CentOS 5.8 x64. The output from httpd -V:
Server version: Apache/2.2.3
Server built: Jan 10 2013 08:19:28
Server's Module Magic Number: 20051115:3
Server loaded: APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
Architecture: 64-bit
The error I'm getting when running /sbin/service httpd restart(I'm not going to print the hall output):
Syntax error on line 210 of /etc/httpd/conf/httpd.conf:
Syntax error on line 6 of /etc/httpd/conf.d/php.conf:
Cannot load /etc/httpd/modules/libphp5.so into server: libidn.so.11:
wrong ELF class: ELFCLASS32
I googled this error and tried to dig for the problem. What I found is that libphp5.so is 64-bit architecture whilst libidn.so.11 is 32-bit. Normally, as I know, there shouldn't be a problem using 32-bit programs on 64-bit architecture, but in this case there's 32-bit library used in 64-bit program(****See this related question**).
I tried to install the 64-bit version of the library but what I could find, for my O.S.(centOS 5.8) is the libidn_x86_64 version, which is again on 32-bit.
Programs installed on server:
squid - Proxy
ffmpeg - for video streaming
csf-lfd -> firewall
Apache
Any help on finding the problem is appreciated!
Since the version of libidn in CentOS 5.1 is the same as in 5.9 (indeed it's the same file), it's probably a safe bet that it will install in 5.8
could find, for my O.S.(centOS 5.8) is the libidn_x86_64 version, which is again on 32-bit.
No, the name implies it's the 64 bit version - if it contains a 32 bit object file, then something has gone way wrong - further, given the wide usage of CentOS and that libidn is required for all sorts of things, I'm sure someone would have noticed by now if the rpm contained the wrong file.
You might want to spend some time thinking about how your server got into this state. It shouldn't have been possible to install/upgrade the PHP from Centos respoitories with the right dependencies in place (unless you forced it to ignore them).
I have Eclipse Juno with Spring Tools Suite plugin installed.
I need to deploy a newly imported web project to Tomcat 7, which I installed on my system via repository.
The problem is that the New Server Wizard screen won't allow me to select Tomcat 7, as the description is empty and unmodifiable.
How can I fix this? I can select other versions of Tomcat but when I select the installation path of Tomcat I get an error that the installed version is 7.
As per the instruction s provided in this site
Follow these steps, as this is a known issue
Go to Window–>Preferences–>Server–>Runtime Environments and fix the broken path/link for the server.
Rename the org.eclipse.jst.server.tomcat.core.prefs to org.eclipse.jst.server.tomcat.core.prefs.bak (or you can delete this file). This file can be found at \workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
Rename the org.eclipse.wst.server.core.prefs to org.eclipse.wst.server.core.prefs.bak (or delete the file). This file also can be found at the same location as above.
Follow these steps
1.)Go to Window–>Preferences–>Server–>Runtime Environments and fix the broken path/link for the server.
2.)delete this file org.eclipse.jst.server.tomcat.core.prefs under this location \workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
3.)delete this file org.eclipse.wst.server.core.prefs under this location \workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
After following these step's you can configure tomcat in eclipse.
Click on Add Configuration Runtime environments
On the Server Runtime Environments Window you will more than likely see Apache Tomcat 7.
If you remove the runtime environment and then go Back to the New Server Wizard Tomcat 7 will be available to add again.
Hope that helps. That drove me nuts for a few days
The Eclipse Juno may not be fully compatible with the Apache Tomcat 7 yet. Installing and configuring with Tomcat 6 works. Simple.
I have a CentOS 5.6 Dedicated server with the MySQL and Apache installed on it. I want to install Apache solr on it.
Does anyone know what is the best way to do it and is there any step by step tutorial that will show me how to do that.
You can check this one Installing Apache Solr on CentOS
you can see this on http://janaksingh.com/blog/apachesolr-search-drupal-centos-107
I have an external Tomcat server configured to run J2EE applications on my development (Gentoo Linux install) machine. This works great if the server is started prior to opening Netbeans and deploying the code [within the IDE]. This fails when I try to restart the server or to debug the server application. The error I get is that it is unable to find "catalina.sh" and the shutdown/start scripts for tomcat.
The Gentoo guide for this suggests that the scripts were outdated and were replaced with the init.d scripts. Does anyone have a suggestion on where I could find these scripts or how they solved this issue?
The lack of a script is due to an issue with the Gentoo Tomcat ebuild... all of the script files were in the bin directory of the src build.
Gentoo Bug Site
Solution:
1. un-tar the src
Copy all of the script files into the tomcat/bin directory
Change group ownership of the script files to tomcat
Enable execute and write group permissions to the script files