Roc CF help?

Results 1 to 13 of 13
  1. #1
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Roc CF help?

    I have setup Roc CF fully like you should be I just get 500 - Internal server error.

    I'm not at all sure why I am getting this error, please can someone tell what I have done wrong or how to get it all working

    http://boomhotel.co.uk/roccf/index.cfm


  2. #2
    Web & Interaction Design Gangnam is offline
    MemberRank
    Dec 2010 Join Date
    Lincoln, UKLocation
    1,983Posts

    Re: Roc CF help?

    Does the folder 'roccf' contain only what was in the downloaded zip file?

  3. #3
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: Roc CF help?

    Quote Originally Posted by n0minal View Post
    Does the folder 'roccf' contain only what was in the downloaded zip file?
    It contains only what I got from the SVN

  4. #4
    Web & Interaction Design Gangnam is offline
    MemberRank
    Dec 2010 Join Date
    Lincoln, UKLocation
    1,983Posts

    Re: Roc CF help?

    Did you enable ISAPI extensions, etc. - and are .cfm files added as a mime type (it should do this automatically)?

  5. #5
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: Roc CF help?

    How do I do this because .cfm is required to be added on /index

  6. #6
    <insert title here> Shorty is offline
    MemberRank
    Feb 2007 Join Date
    United KingdomLocation
    1,861Posts

    Re: Roc CF help?

    Could always look in your coldfusion dir or coldfusion control panel for error logs, find out what's causing them.

  7. #7
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: Roc CF help?

    Ok found out why it was DSN but now I am having a strange register error

    Test it :S

    Habboon - make friends, hang out, get noticed!

  8. #8
    <insert title here> Shorty is offline
    MemberRank
    Feb 2007 Join Date
    United KingdomLocation
    1,861Posts

    Re: Roc CF help?

    Quote Originally Posted by BoomHotel View Post
    Ok found out why it was DSN but now I am having a strange register error

    Test it :S

    Habboon - make friends, hang out, get noticed!
    You should be using /roccf/roc/ folder, not rocf.

  9. #9
    G'nome sayin' Exonize is offline
    MemberRank
    May 2011 Join Date
    Czech RepublicLocation
    517Posts

    Re: Roc CF help?

    I have similar problem, here is my exception log:

    Spoiler:
    PHP Code:
    "Error","jrpp-2","12/21/12","23:20:16","roc-cf","Invalid CFML construct found on line 87 at column 156.ColdFusion was looking at the following text:<p>assistedLogin</p><p>The CFML compiler was processing:<ul><li>An expression that began on line 87, column 144.<br>The expression might be missing an ending #, for example, #expr instead of #expr#.<li>The body of a cfoutput tag beginning on line 80, column 108.</ul> The specific sequence of files included or processed is: C:\inetpub\wwwroot\index.cfm, line: 87 "
    coldfusion.compiler.ParseExceptionInvalid CFML construct found on line 87 at column 156.
        at coldfusion
    .compiler.cfml40.ExpressionBody(cfml40.java:965)
        
    at coldfusion.compiler.cfml40.BodyHashExpression(cfml40.java:918)
        
    at coldfusion.compiler.cfml40.cfml(cfml40.java:4362)
        
    at coldfusion.compiler.cfml40.start(cfml40.java:4768)
        
    at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:694)
        
    at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:675)
        
    at coldfusion.compiler.NeoTranslator.parseAndTransform(NeoTranslator.java:428)
        
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:370)
        
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:147)
        
    at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:436)
        
    at coldfusion.util.LruCache.get(LruCache.java:180)
        
    at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:362)
        
    at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
        
    at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:133)
        
    at coldfusion.util.SoftCache.get(SoftCache.java:81)
        
    at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:609)
        
    at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:789)
        
    at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:770)
        
    at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:337)
        
    at cfindex2ecfm944125949.runPage(C:\inetpub\wwwroot\index.cfm:261)
        
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
        
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
        
    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        
    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
        
    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
        
    at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
        
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
        
    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
        
    at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.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.CachingFilter.invoke(CachingFilter.java:62)
        
    at coldfusion.CfmServlet.service(CfmServlet.java:200)
        
    at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        
    at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.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


    Last edited by Exonize; 21-12-12 at 11:32 PM.

  10. #10
    Web & Interaction Design Gangnam is offline
    MemberRank
    Dec 2010 Join Date
    Lincoln, UKLocation
    1,983Posts

    Re: Roc CF help?

    If you've added the words assistedLogin, verify that any # characters are followed by another # - pages are wrapped in an output tag for your convenience.

    For example, if you were to have a link such as <a href="#">link</a> - you'd need to cater for the output, and instead write <a href="##">link</a>

  11. #11
    QUIT RETROS Zedd is offline
    MemberRank
    Dec 2012 Join Date
    NorwayLocation
    295Posts

    Re: Roc CF help?

    Same problem here... Can no help? :(

  12. #12
    <insert title here> Shorty is offline
    MemberRank
    Feb 2007 Join Date
    United KingdomLocation
    1,861Posts

    Re: Roc CF help?

    Should be using /roc/ not root.

  13. #13
    Enthusiast Oblique is offline
    MemberRank
    Oct 2012 Join Date
    AustraliaLocation
    48Posts

    Re: Roc CF help?

    Getting the same error.



Advertisement