Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Cannot start 8.0.1 on Linux x64

32 views
Skip to first unread message

PhilCordier

unread,
Apr 11, 2008, 2:46:47 PM4/11/08
to
CentOS 4.6 Linux, 2.6.9-67.0.7.plus.c4smp

I get the following message in /var/log/messages when trying to start
coldfusion 8.0.1 64-bit:

coldfusion8[17914] trap divide error rip:3f7ed07927 rsp:7fbffff060 error:0

PraveenG

unread,
Apr 11, 2008, 3:31:34 PM4/11/08
to
can you post the output of 'rpm -qi glibc' on the linux server?

PhilCordier

unread,
Apr 11, 2008, 3:37:39 PM4/11/08
to
# rpm -qi glibc

Name : glibc Relocations: (not relocatable)
Version : 2.3.4 Vendor: CentOS
Release : 2.39 Build Date: Fri 16 Nov 2007
06:28:43
AM PST
Install Date: Wed 05 Mar 2008 08:41:54 PM PST Build Host:
builder10.centos.
org
Group : System Environment/Libraries Source RPM:
glibc-2.3.4-2.39.src.rp
m
Size : 11963838 License: LGPL
Signature : DSA/SHA1, Mon 19 Nov 2007 07:22:14 AM PST, Key ID
a53d0bab443e1821
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.

PraveenG

unread,
Apr 12, 2008, 8:42:47 AM4/12/08
to
CentOS as such in not supported by ColdFusion.

But to make it work you will have to upgrade to CentOS 5. ColdFusion 64 bit
works with glibc-2.5. You may try upgrading just the glibc to 2.5 first and see
if it works. If it does not upgrade to CentOS 5 that will comes with glibc-2.5
bundled.

"CentOS 5 ftp.centos.org/5.1/os/x86_64/CentOS/glibc-2.5-18.x86_64.rpm"

PhilCordier

unread,
Apr 17, 2008, 2:14:08 PM4/17/08
to
I have upgraded to the 64 bit version and it installs and fires up fine.

However when I attempt to access the administrator screen, and the
'configuration and migration settings wizard comes up' - after accepting the
password I get an exception:

"Error","jrpp-1","04/17/08","11:03:41","cfadmin","'' The specific sequence of
files included or processed is: /www/htdocs/CFIDE/administrator/enter.cfm,
line: 32 "

"Error","jrpp-3","04/17/08","11:12:15","cfadmin","'' The specific sequence of
files included or processed is: /www/htdocs/CFIDE/administrator/enter.cfm,
line: 32 "
coldfusion.security.SecurityManager$UnauthenticatedCredentialsException
at
coldfusion.security.SecurityManager.getAdminHash(SecurityManager.java:1526)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at coldfusion.runtime.StructBean.invoke(StructBean.java:511)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2300)
at
cfadministrator2ecfc792611376$funcLOGIN.runFunction(E:\cf8_updates\cfusion\wwwro
ot\CFIDE\adminapi\administrator.cfc:32)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360)
at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324)
at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:453)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:320)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2222)
at
cfApplication2ecfm1253482620._factor4(E:\cf8_updates\cfusion\wwwroot\CFIDE\admin
istrator\Application.cfm:161)
at
cfApplication2ecfm1253482620._factor7(E:\cf8_updates\cfusion\wwwroot\CFIDE\admin
istrator\Application.cfm:151)
at
cfApplication2ecfm1253482620.runPage(E:\cf8_updates\cfusion\wwwroot\CFIDE\admini
strator\Application.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:214)
at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilt
er.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at
coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilte
r.java:42)
at
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

PraveenG

unread,
May 8, 2008, 7:50:01 AM5/8/08
to
We have tried on CentOS 5.0 64 bit with Apache 2.2.8 in server configuration.
It works fine for us.

Please let us know which configuration you are trying server/multi-server.
Also please try reconfiguring Apache and try the install again. If you continue
to face issues, please email the logs to prav...@adobe.com

Thanks.

cmagg...@gmail.com

unread,
Jul 3, 2016, 5:01:07 PM7/3/16
to
Phil, I am looking for the 64bit linux 8.0.1 installer. Could you possibly supply that to me? My company has a license for it, but I cannot find the installer anywhere
0 new messages