Skip to main content
Inspiring
October 28, 2006
Question

install problems on CentOS

  • October 28, 2006
  • 1 reply
  • 498 views
so i just attempted to install Coldfusion 7 on my CentOS server according to the instructions found int he Plesk 8 admins guide found here:
http://download1.swsoft.com/Plesk/Plesk8.0/Doc/plesk-8-admins-guide.pdf
the installation went fairly well but when i went in a web browser to http://myserver.com:8500/CFIDE/administrator/index.cfm i entered my password and got a bunch of errors on the next page. it looks like permissions problems but i dotn knwo what permissions its lookign for. the errors can be found below:

coldfusion.tagext.io.FileTag$SingleFileOperationException: An error occurred when performing a file operation write on file /opt/coldfusionmx7/logs/migrationException.log. at coldfusion.tagext.io.FileTag.write(FileTag.java:363) at coldfusion.tagext.io.FileTag.doStartTag(FileTag.java:291) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908) at cfbase2ecfc708272847$funcMIGRATIONEXCEPTIONLOG.runFunction(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\components\migration\base.cfc:33) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:348) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:258) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:211) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:173) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:145) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1627) at cffinish2ecfm2074059626._factor5(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\setup\finish.cfm:128) at cffinish2ecfm2074059626._factor9(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\setup\finish.cfm:94) at cffinish2ecfm2074059626.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\setup\finish.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908) at cfwizard2ecfm1902068416._factor18(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:226) at cfwizard2ecfm1902068416._factor19(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:225) at cfwizard2ecfm1902068416._factor21(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:223) at cfwizard2ecfm1902068416._factor14(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm) at cfwizard2ecfm1902068416._factor33(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:141) at cfwizard2ecfm1902068416.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63) at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:333) at cfindex2ecfm335427496.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\setup\index.cfm:48) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908) at cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\Application.cfm:199) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:157) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:105) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    November 3, 2006
    Just to let you know, you are instaling CF on an unsupported OS. Please see the system requirements on this link:

    Cold Fusion System Requirements
    http://www.adobe.com/products/coldfusion/productinfo/systemreqs/

    If you still want to pursue, you might want to try a chmode 777 -r on the cfusion MX directory, and when you get to the admin page, just revert back to the old permission. Just a thought. :)

    HTH

    bdee2Author
    Inspiring
    November 3, 2006
    thanks for the reply
    that seemed to work, but regardless of whether or not CentOS is a supported OS, someone should know the answer to this:

    on a *nix system, when you install coldfusion, what should the permissions be on the /opt/coldfusionmx directory and its subdirectories.