ColdFusion ReportBuilder 9 nvr_win error

I recently upgraded to 64-bit Enterprise ColdFusion 9 running in a multi-server JRun environment on Windows 2008 Server. When I try to invoke a .cfr that worked perfectly in ColdFusion 8, I get the following error in my server log:
Unable to load library: nvr_win: java.lang.UnsatisfiedLinkError: Native Library X:\JRun4\servers\server1\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\nvr_win64.dll already loaded in another classloader
Judging from that error, it looks like their is some collision between 32-bit and 64-bit libraries.
I then end up with this message on the cfm page that calls the cfr:
Unable to execute report decoding function: java.lang.UnsatisfiedLinkError:
coldfusion.util.ReportDecoder.getReport([B)[B
I tried loading the .cfr in the ColdFusion 9 ReportBuilder, resaving and using that, but that didn't change anything. This is happening on multiple (all?) .cfr files on my site. Please help!
Here is the full stack trace:
java.io.IOException: Unable to execute report decoding function: java.lang.UnsatisfiedLinkError: coldfusion.util.ReportDecoder.getReport([B)[B at coldfusion.compiler.TemplateReader.getReport(TemplateReader.java:259) at coldfusion.compiler.TemplateReader.<init>(TemplateReader.java:74) at coldfusion.compiler.TemplateReader.<init>(TemplateReader.java:42) at coldfusion.compiler.NeoTranslationContext.getPageReader(NeoTranslationContext.java:661) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:320) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:144) at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:424 ) 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:591) at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:540) at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:523) at coldfusion.runtime.TemplateProxyFactory.getCFCInstance(TemplateProxyFactory.java:270) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:173) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:158) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:148) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:132) at coldfusion.runtime.TemplateProxyFactory.resolveFile(TemplateProxyFactory.java:109) at coldfusion.runtime.report.Report.<init>(Report.java:135) at coldfusion.runtime.report.Report.<init>(Report.java:146) at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:596) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2723) at cfrequestprint2ecfm1848352526.runPage([path-to-my-web-files]\requestprint.cfm:8) 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:363) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:87) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) 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:53) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at com.intergral.fusionreactor.filter.FusionReactorFilter.b(FusionReactorFilter.java:376) at com.intergral.fusionreactor.filter.FusionReactorFilter.c(FusionReactorFilter.java:254) at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 164) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) 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$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Note that restarting the ColdFusion process cleared up the issue for now. But that's not a solution--that's a bandaid. I need to know what caused this in the first place.

Similar Messages

  • How to handle Coldfusion SOAP Web Service Errors

    Hi,
    I have just created simple wsdl example:
    My Component:
    <cfcomponent displayname="mytest">
        <cffunction name="service_login_authentication" access="remote" output="true" returntype="any" hint="Returns login">
         <cfargument name="login" type="string" required="yes">
            <cfargument name="password" type="string" required="yes">
              <cfif #arguments.login# eq "abcdef" and #arguments.password# eq "123456">
                      <cfxml variable="soapRes">                
                            <kps_response>
                                <message>OK</message>
                                <token>354dfdffsdf</token>
                             </kps_response>
                        </cfxml>
                 <cfelse>
                         <cfthrow type="MyException" message="INVALID LOGIN" errorcode="1000" />
             </cfif>        
          <cfreturn soapRes >
        </cffunction>
    </cfcomponent>
    Its generating wsdl and no problem with response but when generating any error like username and password does not match then it's generating fault code like this:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
          <soapenv:Fault>
             <faultcode>soapenv:Server.userException</faultcode>
             <faultstring>coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.CustomException : INVALID LOGIN. ]</faultstring>
             <detail>
                <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">HOST_NAME</ns1:hostname>
             </detail>
          </soapenv:Fault>
       </soapenv:Body>
    </soapenv:Envelope>
    But I want customize Fault Code like this:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
          <soapenv:Fault>
             <faultcode>1000</faultcode>
             <faultstring>INVALID LOGIN</faultstring>
          </soapenv:Fault>
       </soapenv:Body>
    </soapenv:Envelope>
    Fault Code and Fault String should be customize and I don't want detail tag completely. In old ColdFusion version like ColdFusion 8 displaying detail tag with <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/"> coldfusion.xml.rpc.CFCInvocationException: and so on.
    Any suggestions on how to create customize faultcode and faultstring is very helpful.
    Thanks!!

    But my component is not produces this fault code:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">                   
                                <soapenv:Body>                   
                                      <soapenv:Fault>                   
                                         <<faultcode>1000</faultcode>                   
                                                   <faultstring>INVALID LOGIN</faultstring>                   
                                      </soapenv:Fault>                   
                                   </soapenv:Body>                   
    </soapenv:Envelope>
    What is your ColdFusion Version as i have checked in ColdFusion 11 developer edition and ColdFusion 8 enterprise which is on window 2003 server.
    Could you please check my below component, did i am doing something wrong.
    <cfcomponent output="false">
        <cffunction name="service_login_authentication" access="remote" output="true" returntype="any" hint="Returns login">
         <cfargument name="login" type="string" required="yes">
            <cfargument name="password" type="string" required="yes">
      <cfset var isLoginValid = False>
            <cftry>
              <cfif #arguments.login# eq "1111" and #arguments.password# eq "1111">
                  <cfset isLoginValid = True>
                </cfif>
                 <cfif isLoginValid>
                        <cfsavecontent variable="soapRes"><?xml version="1.0" encoding="UTF-8"?>           
                           <kps_response>           
                               <message>OK</message>           
                               <token>354dfdffsdf</token>           
                            </kps_response>           
                         </cfsavecontent>           
                    <cfelse>           
                        <cfthrow type="MyException" message="INVALID LOGIN" errorcode="1000" />           
                    </cfif>
                      <cfcatch type="MyException">           
                         <cfsavecontent variable="soapRes">               
                                <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">                   
                                <soapenv:Body>                   
                                      <soapenv:Fault>                   
                                         <<cfoutput><faultcode>#cfcatch.errorCode#</faultcode>                   
                                                   <faultstring>#cfcatch.message#</faultstring></cfoutput>                   
                                      </soapenv:Fault>                   
                                   </soapenv:Body>                   
                                </soapenv:Envelope>                  
                           </cfsavecontent>
                    </cfcatch>
                </cftry>     
          <cfreturn soapRes >
        </cffunction>
    </cfcomponent>
    If my component is okay then may be possible some setting in ColdFusion administrator. i have checked in SoapUI as well via getSoapResponse method.

  • ColdFusion 11 wsconfig.exe -- Error while configuring connector for IIS.

    I ran into a problem with my ColdFusion 11 64-bit installation/migration on a Windows Server 2012 R2/IIS 8.5.  I was following the ColdFusion 11 Lockdown Guide - Pete Freitag (very helpful) and I ran into problems on page 35 "Run the ColdFusion Web Server Configuration Tool".  When I attempted to do this for ALL IIS websites I encountered a Windows error [APPCRASH - Exception Code:c0000005].  Also, note my Administrator-Command Prompt window provided this error message "Error while configuring connector for IIS. Make sure you have administrator privileges".  However, I did not experience this error with all of the migrated sites.  I traced my steps backward to discover the problem.  I used the Microsoft Web Deployment tool (good tool) to migrate the old IIS websites to the new IIS.  I utilized Metabase Explorer the IIS 6.0 Resource Tools to discover that some of the migrated sites that were crashing did not have the key/value ID:6006 | Name: DefaultDoc.  Once I added this key and redeployed the site the ColdFusion 11 connector (wsconfig.exe) worked fine.  In addition, I added this key/value to some of the larger previously migrated sites in IIS 8.5 ("Default Document") and it worked with the connector as well. 
    Knowing how IIS encapsulates information the DefaultDoc key/value should have passed from the website setting.  Why would this make wsconfig.exe crash?
    Thanks in advance and I hope this saves someone from hours of research and frustration.

    DiscoDelight,
    Have you forwarded this information directly to the ColdFusion product team?  If not, I'll try to draw their attention to it.  Only a few of them are active on these forums, so this issue might be overlooked.
    -Carl V.
    EDIT: I just pinged them on Twitter to take a look at this post.
    EDIT #2: They just pinged me back that they are looking into it.

  • Coldfusion query of queries error

    I have a long query named "Results.Itinerary" in a CFC which
    I have to add this query to.
    <CFLOOP QUERY = "Results.Itinerary">
    <CFQUERY NAME = "GetPorts" DATASOURCE="x">
    SELECT *
    FROM Itinerary_Ports
    WHERE (ItineraryID = #ItineraryID#)
    AND (Name NOT LIKE '%At Sea%')
    </CFQUERY>
    <CFSET ThisPortList = ValueList(GetPorts.Name)>
    <CFSET QuerySetCell(Results.Itinerary,
    "PortList","#ThisPortList#", CurrentRow)>
    </CFLOOP>
    Now this query below gives me an error, I know I need to have
    the single quotes around PortList for it to work , but coldfusion
    is getting confused and throwing errors.
    <cfquery name="Search.Results.ThisShip" dbtype="QUERY">
    SELECT *
    From Search.Results.Itinerary
    Where ShipID = #ShipID#
    AND NumberOfNights = #NumberOfNights#
    AND PortList = '#PortList#' < - Coldfusion will sometimes
    get screwed up on this line.
    ORDER BY DepartureDate ASC
    I need to know a different way to write this. Thanks.

    Thanks to you and Dan. I think the key was getting rid of the
    apostrophies that coldfusion added. I still dont know if its a
    QuerySetCell that adds them or what, but having them makes
    problems.
    Here is what I did to fix it
    In the query I used QuotedValueList and used a delimiter.
    Then I stripped out the apostrophies that coldfusion added.
    Then I reset the QuerySetCell with the apostrophies removed.
    <CFLOOP QUERY = "Results.Itinerary">
    <CFQUERY NAME = "GetPorts" DATASOURCE="Cruises">
    SELECT *
    FROM Itinerary_Ports
    WHERE (ItineraryID = #ItineraryID#)
    AND (Name NOT LIKE '%At Sea%')
    </CFQUERY>
    <CFSET ThisPortList =
    QuotedValueList(GetPorts.Name,";")>
    <CFSET QuerySetCell(Results.Itinerary,
    "PortList","#ThisPortList#", CurrentRow)>
    <cfset a = replace(PortList,"'","","all")>
    <CFSET QuerySetCell(Results.Itinerary, "PortList","#a#",
    CurrentRow)>
    </CFLOOP>
    The next part I did was the "PortList IN ('#PortList#'). "
    SELECT *
    From Search.Results.Itinerary
    Where ShipID = #ShipID#
    AND NumberOfNights = #NumberOfNights#
    AND PortList IN ('#PortList#')
    ORDER BY DepartureDate ASC

  • Mac OSX 10.9.4 coldfusion 11 standalone server ERROR: HTTP Status 500 - java.lang.NullPointerException

    Hi all.
    I have installed the cold fusion server.
    at first with mac server, apache..... but after install cold fusion and want to go to the admin page:
    HTTP Status 500 - java.lang.NullPointerException
    I deinstalled the server from mac and cold fusion..
    after a fresh install of coldfusion 11 and use the build in server..
    the same error..
    does anybody knows the problems?
    I Use Java 7 Update 67
    A friend of me have installed it .. it runs
    greetings thorsten

    Hi this is my cold fusion Error LOG
    java.lang.NullPointerException
      at coldfusion.CfmServlet.init(CfmServlet.java:97)
      at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
      at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
      at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1279)
      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1192)
      at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:864)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:134)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422)
      at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:104 0)
      at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:607)
      at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)
    Sep 16, 2014 8:30:59 AM org.apache.catalina.core.ApplicationContext log
    INFO: failed to load: coldfusion.CfmServlet
    Sep 16, 2014 8:30:59 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Allocate exception for servlet CfmServlet
    java.lang.NullPointerException
      at coldfusion.CfmServlet.init(CfmServlet.java:97)
      at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
      at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
      at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1279)
      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1192)
      at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:864)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:134)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422)
      at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:104 0)
      at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:607)
      at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at java.lang.Thread.run(Thread.java:745)

  • ColdFusion 8 HTTP 500 Error on IIS 5.1

    I am installing ColdFusion 8 on my Windows XP Professional computer. I am installing it to work with Internet Information Services (IIS) 5.1. I stopped the server when I installed ColdFusion. I select my IIS web site in the install wizard. When the installation finishes, and I go to the ColdFusion administration site, I get a HTTP 500 error. I tried accessing other ColdFusion files, and I still got a HTTP 500 error. What can I do? Thanks.

    Yes, the files are all located in the CFIDE directory in C:\Inetpub\wwwroot. What can I do?

  • Coldfusion Builder 2 Debugger Error

    Hi everyone,
    I am using CF9 as remote server for development. We have decided to move on CFBuilder to use its debugger feature.
    I am getting an error while testing Coldfusion Builder 2 Debugger.
    I have googled for this error but didn't find any related post.
    Below is the snapshot with error.

    CF Line Debugger is enabled. every thing is configured perfectly. This is a error which I've never seen before.
    Actually, I am a IT Manager in a Software company and we need to setup a remote CF9 Server for development and testing with debugging. This is a centralize server for my team to work and test. Currently we are working using dreamviewer and every thing is going fine with this tool but as you know there is no good debugger tool in DW so we have decided to work in CFBuilder 2. Below you will find the jvm config in my CF Server.
    ========================================================================================== =======================
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 -DDEBUGGER_SERVER_PORT=5005 -DDEBUGGER_TRACE=true
    ========================================================================================== =======================

  • ColdFusion + JRE Upgrade = Verity Error?

    There's a documented ClassLoader bug in Java 6, which was fixed in update 10. I'm attempting to upgrade the JRE in ColdFusion 8 from 1.6u3 to 1.6u18, and everything seems to be working fine -- with the exception of Verity. Accessing "Verity Collections" through the CF admin or a page containing verity cf tags results in a "Could not initialize class com.verity.security.k2.K2Encrypt" error.
    It seems like there was a similar issue with CF 7 when upgrading the JRE. Is there something in the verity.jar that is very version specific, and has anybody found a workaround for this?
    Thanks,
    Dean

    Bit more information, this happened after installing the developer addition and entering our standard licence. As soon as the administrator confirms the licence and updates the "verity K2 server" links disappears from the vertical menu!
    I have checked the comparison chart from adobe and standard does have verity.
    Any help would be much appreciated.

  • ColdFusion/Flashbuilder/MySql Date Error - This is a bug

    In ColdFusion9/Flashbuilder4/MySql....
    I generate a CFC completely with the flashbuilder wizard, throwing a datagrid on the page and dropping "get All" on top and run it,
    On Hostek with CF9 and MySql 10.10.11.3, It produces  a list of dates that are all one day prior to what is actually listed in the mysql database (phpMyAdmin), same for several custom written cfc's. If I run a cfm calling the cfc it gives the proper dates, but when Flashbuilder calls the same cfc it gives everything one day off.
    Locally on my machine with Mamp circa 2004 this works correctly and lists the correct dates.
    Any suggestions?
    Thanks
    Dan Pride

    The following is a response from Hostek describing the problem from their end
    From:
    "HosTek.com Support" <[email protected]>
    To:
    [email protected]
    Dan,
    I just tested this using a MacOS 10.4,
    Windows XP,  Vista, 7, Ubuntu 10.04. Site shows correct date using all of the above,  tested using external connection - the date is showing correctly. Yet,  trying to pull it up using SkyFire 1.5 browser on WindowsMobile, I am  getting the same "one day back" issue that you are seeing.
    This  really sounds like an issue with the client computer and the way the  data is being interpreted localy, not the issue with the server.  However, I think we might be able to help you pin point this bug.
    If  you are able to run this without a problem on your local machine, are  you able to change your local DSN - BlueRose to point to "
    xxxx instead of using localhost but run the application from your local  machine? This will tell you if the bug might be related to MySQL  version.
    Another thing to check would be the version of flash  player. Computers here that are displaying the page correctly are  running 10,1,85,3 (with Ubuntu running 10,0,45,2) and SkyFire that is  not displaying the date correctly is running 10,0,32,18.
    Please let us know if you need any further assistance.
    Alex Y.

  • Flex and Coldfusion error handling

    Hello! I was wondering if someone could point me in the right direction regarding error handling in a Flex app thats using an HTTPSERVICE RPC to a Coldfusion component.
    If a user is entering form data in Flex and clicks submit... the data is sent via the HTTPSERVICE send method as XML to the CFC. But what if there is a Coldfusion SQL insert statement error? Say a user enters a character in a number field (now i know the best thing to do would be to have actionscript ensure that the values entered are numbers but lets keep that aside just for this example). How could I alert the user to let them know the CFC encountered a SQL error? Or better yet... alert them that everything went "A" ok and their data was successfully submitted.
    I originally thought to put CFTRY and CFCATCH around the CFC code. I could do that fine, but had trouble passing back a message string so that FLEX could use it in an Alert.Show window.
    Thanks!
    -BosDog

    Hey Mike,
    Sorry after I posted I thought "this may be a question for CF guys as well".
    I definitely use and love RemoteObjects. Its great for binding to datagrids and to run SQL to return data from the server back to Flex. I've struggled with successfully passing variables from Flex to CF using RemoteObject though. Say a dataform with 5 text fields & 2 combo box dropdowns.
    I think you may have forgotten to post the link to the article for me to read... i didnt see it in your last post?
    Thanks!

  • Error When Starting Coldfusion

    I just installed Coldfusion, I don't think I configured my
    external APACHE webserver correctly because I cannot open a cmf
    (administration) file. When I try to go to the admin login it just
    asks me to download the login.cfm file rather than actually showing
    me the file!
    Also when I start coldfusion I get this error saying
    something couldn't be loaded. I'm so lost, please help!

    Ok great, BUT it is going to ask me where to install the root
    files which is CFIDE (the administrator).... On apache my root is
    /var/www/vhosts/defult/
    Should I install it there or the default? Because once I get
    apache to work with coldfusion and I don't include port 8500 it
    won't know where to find the CFIDE files since it is not in the
    root apache directory.
    Also you said to use LOCALHOST when trying ot access it. Can
    I use my ip address because it is held on a server far from me. Or
    do I have to remote dekstop into the unix server?
    Using the ip address didnt work
    http://72.35.76.29:8500/CFIDE/administrator/login.cfm
    also note that I used all teh defaults for coldfusion AND started
    it. Below is a screen straight from SSH
    [root@localhost coldfusionmx7]# ls -la
    total 220
    drwxrwxr-x 20 warne root 4096 Dec 5 08:00 .
    drwxr-xr-x 5 root root 4096 Nov 30 10:18 ..
    drwxrwxr-x 3 warne root 4096 Dec 5 08:00 bin
    drwxrwxr-x 2 warne root 4096 Dec 5 07:58 cache
    drwxrwxr-x 5 warne root 4096 Dec 5 07:58 cfx
    drwxrwxr-x 7 warne root 4096 Dec 5 08:00 charting
    drwxrwxr-x 2 warne root 4096 Dec 5 07:58 CustomTags
    drwxrwxr-x 3 warne root 4096 Dec 5 07:58 db
    drwxrwxr-x 7 warne root 4096 Dec 5 07:58 gateway
    drwxrwxr-x 4 warne root 4096 Dec 5 08:00 lib
    -rwxrwxrwx 1 warne root 25350 Jan 3 2005 license.txt
    drwxrwxr-x 2 warne root 4096 Nov 30 10:22 logs
    -rw-rw-r-- 1 root root 11620 Dec 5 07:59
    Macromedia_ColdFusion_MX_7_InstallLog.log
    drwxr-xr-x 4 warne psacln 4096 Dec 5 08:00 Mail
    drwxrwxr-x 2 warne root 4096 Dec 5 07:59 META-INF
    -rwxrwxrwx 1 warne root 7205 Jan 4 2005 Readme.htm
    drwxrwxr-x 2 warne root 4096 Dec 5 07:58 registry
    drwxrwxr-x 7 warne root 4096 Dec 5 07:59 runtime
    drwxr-xr-x 2 warne psacln 4096 Dec 5 08:00 stubs
    drwxrwxr-x 2 warne root 4096 Dec 5 07:58 temp_zip
    drwxrwxr-x 2 warne root 4096 Dec 5 07:59 uninstall
    drwxrwxr-x 6 warne root 4096 Dec 5 07:59 verity
    drwxrwxr-x 4 warne root 4096 Dec 5 07:59 wwwroot
    [root@localhost coldfusionmx7]#
    You can see the wwwroot is where my default files are.
    Thanks

  • Coldfusion 9 Server Monitoring - Can't find "Last Error" log

    Hi,
    Perhaps this is a stupid question, but I cannot locate where does Coldfusion write all the error details that it reports under "Last Error" in Coldfusion Server Monitor.
    I am trying to get to the bottom of a pesky error message, but can't get any more information on it without looking at the actual logs. I tried application.log but errors there are very very old and not the ones that CF Monitor is reporting.
    Here is the screenshot of what I mean:
    Thanks for any suggestions!
    Sasha.

    Hi Sasha,
    There are no such things as stupid questions tho there are dumb answers, hope this is not one of the latter.
    There are two ways. Double click under Reports - requests with errors.
    Or select Statistics tab > Errors menu > request with errors.
    HTH, Carl.
    PS
    this may help CF dev week event -
    http://www.adobe.com/devnet/coldfusion/events.html
    Watch the excellent recorded session by Charlie Arehart on understanding CF Monitor:
    http://www.adobe.com/cfusion/event/index.cfm?id=1886254&event=register_no_session&loc=en_u s

  • User Getting Errors when lauching Report Builder 3.0

    All,
    I have a native mode report server 2008 R2 and need to give Report Builder access to some of my power users. I've added a new Report Builder role with the following rights (view reports, view folders, manage models, consume reports) and added it to
    site settings and give the role system user assignment. When users I assigned to the role come in the report manager portal, they can see the Report Builder app. icon on the menu. When they launch Report builder they are getting the error below. Thanks
    for your help:
    PLATFORM VERSION INFO
     Windows    : 6.1.7601.65536 (Win32NT)
     Common Language Runtime  : 4.0.30319.269
     System.Deployment.dll   : 4.0.30319.1 (RTMRel.030319-0100)
     clr.dll    : 4.0.30319.269 (RTMGDR.030319-2600)
     dfdll.dll    : 4.0.30319.1 (RTMRel.030319-0100)
     dfshim.dll    : 4.0.31106.0 (Main.031106-0000)
    SOURCES
     Deployment url   :
    http://dmzreportserver/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application
    ERROR SUMMARY
     Below is a summary of the errors, details of these errors are listed later in the log.
     * Activation of
    http://dmzreportserver/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application resulted in exception. Following failure messages were detected:
      + Downloading
    http://dmzreportserver/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application did not succeed.
      + The remote server returned an error: (401) Unauthorized.
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
     No transaction error was detected.
    WARNINGS
     There were no warnings during this operation.
    OPERATION PROGRESS STATUS
     * [8/30/2012 11:44:25 AM] : Activation of
    http://dmzreportserver/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application has started.
    ERROR DETAILS
     Following errors were detected during this operation.
     * [8/30/2012 11:44:25 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
      - Downloading
    http://dmzreportserver/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application did not succeed.
      - Source: System.Deployment
      - Stack trace:
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
       at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
       at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
       at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
       at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions
    options, ServerInformation& serverInformation)
       at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions
    options)
       at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
       at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
      --- Inner Exception ---
      System.Net.WebException
      - The remote server returned an error: (401) Unauthorized.
      - Source: System
      - Stack trace:
       at System.Net.HttpWebRequest.GetResponse()
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    COMPONENT STORE TRANSACTION DETAILS
     No transaction information is available.
    Francis, MCTS: BI 2008, MCITP: BI 2008 Stay Thirsty My Friends

    Hello,
    I have similar issue and my side report server is configured in SharePoint integration mode. I already have the FQDN configured for report manager but still it fails when the end user is trying to access the report builder 3.0.
    Please suggest what could be the issue.
    Thanks
    Mahesh
    Thanks Mahesh Dhinge
    Additional issue details
    PLATFORM VERSION INFO
     Windows    : 6.1.7601.65536 (Win32NT)
     Common Language Runtime  : 4.0.30319.18444
     System.Deployment.dll   : 4.0.30319.18408 built by: FX451RTMGREL
     clr.dll    : 4.0.30319.18444 built by: FX451RTMGDR
     dfdll.dll    : 4.0.30319.18408 built by: FX451RTMGREL
     dfshim.dll    : 4.0.41209.0 (Main.041209-0000)
    SOURCES
     Deployment url   :
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX%20Report%20Models/XX%20Report%20Models/XXX%20XXX%20Report%20Model.smdl
    ERROR SUMMARY
     Below is a summary of the errors, details of these errors are listed later in the log.
     * Activation of
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl resulted in exception. Following failure messages were detected:
      + Downloading
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl did not succeed.
      + The remote server returned an error: (500) Internal Server Error.
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
     No transaction error was detected.
    WARNINGS
     There were no warnings during this operation.
    OPERATION PROGRESS STATUS
     * [9/19/2014 4:42:13 PM] : Activation of
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl has started.
    ERROR DETAILS
     Following errors were detected during this operation.
     * [9/19/2014 4:42:16 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
      - Downloading
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl did not succeed.
      - Source: System.Deployment
      - Stack trace:
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
       at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
       at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
       at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
       at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions
    options, ServerInformation& serverInformation)
       at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions
    options)
       at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
       at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
      --- Inner Exception ---
      System.Net.WebException
      - The remote server returned an error: (500) Internal Server Error.
      - Source: System
      - Stack trace:
       at System.Net.HttpWebRequest.GetResponse()
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    COMPONENT STORE TRANSACTION DETAILS
     No transaction information is available.
    Thanks Mahesh Dhinge

  • HELP! 500 error on install

    I am running XP Pro, IIS is newly reinstalled (std), reboot,
    virus software turned off, firewall off, ColdFusion 8 installed, no
    errors shown.
    Try to run Administrator to finalize setup and all I get is
    500 - server error.
    I have scoured the site here and the web and all I can find
    is old solutions for CF 4+ that says to check the IIS config for
    Application name. The new version has that set fine. I lowered the
    Application Protection level to Low also.
    All I can find is one thread that suggests the Java is not
    running correctly. I do not have the knowledge base to check that.
    Does anyone know what the problem may be? What else can I
    try? I have done it repeatedly and no difference.
    FYI, the system is running CF7 with the local server
    (127.0.0.1:8500) installed. I do not want to uninstall CF7 until I
    get 8 running so as not to lose settings and other items. I did
    install CF8 as local server, it went to 127.0.0.1:8501 and then the
    Admin would run, but I'd rather not install it that way. I want it
    to work with IIS!
    Thanks!

    There must be a problem on webserver connector.
    I would suggest to check following technote.
    http://www.adobe.com/go/tn_19575

  • MySQL InnerJoin query syntax error?

    I can't seem to locate the syntax error in this MySQL query.  Coldfusion says there an error in my sql syntax.  Here is the query.  Anyone have any clues on this?
    <cfquery name="queryItem" datasource="bonus">
    select
    p.productid,
    p.modelnumber,
    p.modeldescription,
    sp.sp_bonusamount as Amount
    from
    products i join bonusproducts sp on i productid = sp.sp_productid
    inner join program p on sp.sp_programid = p.programid
    where
    p.CompanyOrgLevelID in (#getParentCompanyOrgLevelIDList(session.CompanyOrgLevelID)#)
    and p.ProgramID = #programID#
    <cfif categoryID gt 0>
    and CategoryID in (#getSubcategoryIDList(categoryID)#)
    </cfif>
    order by
    #sortColumn# #sortDirection#
    </cfquery>

    To troubleshoot, run this:
    select
    p.productid,
    p.modelnumber,
    p.modeldescription,
    sp.sp_bonusamount as Amount
    from
    products i join bonusproducts sp on i productid = sp.sp_productid
    inner join program p on sp.sp_programid = p.programid
    where 1 = 2
    If it runs successfully, keep adding bits and pieces until it crashes.  Then you'll know what made it crash.
    Also enable debugging so you can see the sql that gets generated from your code.   That's often useful.

Maybe you are looking for

  • IPOD CANNOT BE UPDATED ON PC --- HELP!!!

    I've got a problem when I try to transfer new songs from itunes onto my ipod shuffle on my pc. The whole thing seems to be working ok, until I get a message saying "Ipod cannot be updated--an unknown error occurred (-36)". What should I do? I've down

  • IPhone/iTunes in multiple countries

    Hello, I travel a fair bit between Singapore and Canada. Can I perform the following functions on a Singapore iPhone while I am in Canada (using a Canada SIM)? 1) Update firmware 2) Download applications via iTunes Just wondering if the phone will re

  • Information broadcasting- Excel

    Hi All, Our business is divided into 50 Regions. For every region there is a Regional Manager. There is a query which will take 0Calmonth & Region as inputs and gives the Sales Across the regions. every month on 1st we have to manually enter the valu

  • Forms 3 Commit against 8i

    Scenario: A Forms 3-form with a database block and a KEY-COMMIT trigger. After Commit I raise a message with the actual ROWID: KEY-COMMIT: commit; message ('ROWID: ' | | :Block.ROWID); The message shows this after an Insert: "ROWID: 00000130.0000.000

  • InDesign crash when updated from InCopy

    From 2007 to last week I have never had any issues with InDesign and InCopy. LOVE the way they work together. Upgraded to CS6 two weeks ago... Put one set of papers out last week with some odd things happeing where InDesign would update an InCopy edi