ColdFusion 8 to 11 CFGrid method

Hello


I have a CFGrid that worked correctly in ColdFusion 8 but after I upgraded my version of ColdFusion 11, CFGrid control does not update/rebinding data after that is button update is that is clicked. I have 4 inputs, a search button, and a grid that is looking for module.


Here's the part of my code: -.

<script type="text/javascript" >
   
    getID = function(){
       
       if(document.thisform.usrID){          
           var usrID = ColdFusion.getElementValue('usrID');   
           alert(usrID); 
              return usrID;
           }
    }

    getName = function(){
        if(document.thisform.name){
       var name = ColdFusion.getElementValue('name');
       return name;
        }
    }
   
    getDepart = function(){
        if(document.thisform.depart){
       var depart = ColdFusion.getElementValue('depart');
       return depart;
        }
    }
   
    getStatus = function(){
        if(document.thisform.status){
       var status = ColdFusion.getElementValue('status');
       return status;
        }
    }           
   
</script>


<cfform name="thisform" method="post">
        <cfoutput>
        <table width="79%"  align="left" border="0" class="MainContent">
            <tr>
                <td width="17%" ><cfoutput>#UsrID#</cfoutput> :</td>
              <td width="30%"><cfinput class="parfontinput" type="Text" name="usrID" maxlength="30" autosuggest="#ValueList(data.adm_authid)#"></td>
                <td width="18%" ><cfoutput>#UsrName#</cfoutput> :</td>            
              <td width="35%"><cfinput class="parfontinput" type="Text" name="name" maxlength="250" autosuggest="#ValueList(data.aut_name)#"></td>
            </tr>
            <tr>
                <td width="17%" ><cfoutput>#Depart#</cfoutput> :</td>
                <td>
                    <cfselect class="parfontinput" name="depart">
                        <option value="-1" selected>-- #DrpDown# --</option>
                            <cfloop query="department">
                                <option value="#cd_id#">#cd_desc#</option>
                            </cfloop> 
                    </cfselect></td>
                 <td width="18%" ><cfoutput>#Status#</cfoutput> :</td>            
                  <td width="35%">
                    <cfselect class="parfontinput" name="status">
                        <option value="-1" selected>-- #DrpDown# --</option>
                            <cfloop query="sts">
                                <option value="#cd_id#">#cd_id# - #cd_desc#</option>
                            </cfloop> 
              </cfselect></td>
            </tr>
            <tr>
                <td colspan="4"><br>
                    <cfinput id="button" type="button" name="submitBtn" value="#BtnSrch#" onClick="ColdFusion.Grid.refresh('userGrid');"
                    class="button2" style="width:80px"> 
                           </td>
            </tr>    
            <tr>
                <td colspan="4">                 </td>
            </tr>
        </table>
        </cfoutput>
    </cfform>

<cfform name="myForm" method="post" action="userForm.cfm">    
            
            
                <cfgrid name="userGrid" 
                        format="html" 
                        pagesize="10"
                        width="800"
                        preservePageOnSort="true"
                        bind="cfc:ipo.member.userCom.getAllUser({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection},getID(),getName(),getDepart(),getStatus())" 
                        sort="true"
                        stripeRows="true" 
                        colheaderbold="yes" selectcolor="##CCCCCC" selectonload="false">
                        
                    <cfgridcolumn name="rownum"     header="#GridNo#"                 width="030">    
                    <cfgridcolumn name="adm_authid" header="#GridUserID#"             display="yes">
                    <cfgridcolumn name="aut_name"     header="#GridName#"                width="200"    display="yes">
                    <cfgridcolumn name="department" header="#GridDept#"             width="200"    display="yes">
                    <cfgridcolumn name="STATUS"     header="#GridStatus#"             width="150"    display="yes">
                    <cfgridcolumn name="See"         header="#GridView#"             width="050" display="yes">        
                </cfgrid>
             
            </cfform>

The loading of the page (ColdFusion (11), the bind function works normally and it runs the function getID(), getName(), getDepart() and getStatus() . After that I filled one of the fields, let's deviate and clicked on the search button, it should seek the Department and post it on the grid. The problem is the function bind will work, but it has not executed the function getID(), getName(), getDepart() and getStatus() . In ColdFusion 8, the code works perfectly. There is no work around on this?

I found the solution. I replaced the JavaScript functions with an appropriate parameters for the binding attributes.

From there: -.

link = ' cfc:ipo.member.userCom.getAllUser ({cfgridpage}, {cfgridpagesize}, {cfgridsortcolumn}, {cfgri dsortdirection}, getID () and getName (), getDepart (), getStatus ()) " ".


To do this: -.

link = ' cfc:ipo.member.userCom.getAllUser ({cfgridpage}, {cfgridpagesize}, {cfgridsortcolumn}, {cfgri dsortdirection},{usrID@submitBtn},{name@submitBtn}, {out@submitBtn}, {@submitBtnstatus}). »


{[control ID][@event]}

Where in this case, will get it the value of the entry usrID after submitBtn button has been clicked. It is the same for the others.

Tags: Coding Corner

Similar Questions

  • OnRequestEnd.cfm problem

    I created a page in the test directory which is under the wwwroot directory. When I rename the file to something else to avoid being found by CF, then I get an error "file not found: C:\ColdFusion8\wwwroot\test\OnRequestEnd.cfm".

    This behavior is noticeable only on some pages not all and I'm not able to see any model among the pages where this problem is seen. When I restart the server, the problem is resolved and all pages are properly rendered. As soon as I create the file, make a request and then rename the file to something else, the problem resurfaced.

    Can anyone shed more light on this?

    I had this problem, too. It is easy to reproduce.

    Put Application.cfm, OnRequestEnd.cfm and a number of CFM pages, say, p1.cfm, p2.cfm and p3.cfm in a directory. Run the p1.cfm and p2.cfm pages. The OnRequestEnd.cfm file and rename it OnRequestEnd2.cfm.

    If you raise now p1.cfm and p2.cfm, you will get the file not found error. However, p3.cfm runs without error. It is clear what is happening. The pages that you ran earlier when the OnRequestEnd.cfm were present are those who give an error when OnRequestEnd.cfm is absent.

    OnRequestEnd.cfm is just an included page. So, you can reproduce the problem with any page included, if you follow the same steps.

    I think that happens because Coldfusion places cached pages he has managed, together with any one understands as OnRequestEnd.cfm pages may contain. When a page is requested later, Coldfusion, for efficiency, simply recycle the cached page copy when it finds that there has been no change to its content. Therefore, the continuous file not found error.

    So, in your case, one obvious way to avoid the mistake is to make a fictional page action such as adding a space and re - save the file. A second way is to clear the template cache in the Coldfusion Administrator. (The two methods assume that you have disabled the setting cache of trust to the administrator).

  • method of encryption of password for data source (coldfusion 11)

    Hi guys, what method of encryption that ADOBE ColdFusion 11 is used for the data source password encryption? Anyone know? Really appreciated for the answer

    11 ColdFusion is using the AES/CBC/PKCS5Padding algorithm to encrypt the password stored in the file "NEO - DATASOURCE.xml" and it is the 128-bit key.

    Thank you

    Vikram

  • context menu in ColdFusion 8 ajax cfgrid

    I don't know if it's because Ext 1 vs 2 Ext, but in CF8 that uses Ext.
    There is no context menu when right clicking on the column header.

    However, Ext done doc have a nice menu contenxt, demonstration:
    http://ExtJS.com/deploy/ext/examples/grid/array-grid.html

    No idea how to activate this for CF8 CFGRID? I already tried to go in cfgrid.js
    and added & quot; enableColumnHide:true & quot; in the var _42 (line 18), but still no luck.

    Any help would be appreciated, thanks!

    2 NEW EXCELLENT TUTORIALS on the context menu for cfgrid controls!

    http://www.danvega.org/blog/index.cfm/2008/3/4/ColdFusion-8-grid-context-menus

    http://www.danvega.org/blog/index.cfm/2008/3/4/ColdFusion-8-grid-context-menu-part-II

    PS no, we don't need to 'change the line 18 by adding enableCtxMenu:true '.

    However, still can't hide CFGRIDROWINDEX...

  • 11 ColdFusion Flash bashing is this used to replace the cfgrid controls?

    We have recently updated to CF8 CF11. Is about to create interfaces with several new databases. To do something like CFGRID controls in new forms, but given that it's a Flash form component and Flash forms are deprecated in CF11, what is the alternative to forms no Flash for those who need a sub-shape with add/CHANGE/REMOVE features such as controls CFGRID? Looks like that characteristic of the worksheets is just for output/display of the data, not data entry.

    Thank you, Carl. I noticed that jQuery seems to be the answer. I just wanted to check that I was not overlooking something in the new version.

  • Creation of stubs of BlackBerry method using wscompile on WSDL of ColdFusion



  • Master cfgrid - detail form fields

    I have a cfgrid that uses data binding to display data (summarized) masters. I want the user is able to select one of the rows in the datagrid control and not only have the summary data show in form fields in the grid (which works well so far), but I want to spend the keyfield hidden in a cfc in order to run a single record to the detail data query and show that both on the fly. I used a cfinvoke to pass the field key of a cfc, returning a recordset of the query and display detailed in the form fields. Everything works if I hardcode the keyfield (diadocumentkey) integer and me can even display the keyfield in the form below, but I have tried many variations trying to get the selected value record keyfield to be used in the cfinvoke the EFA without success. Isn't this possible? Is there another way? I tried what all the fields to the data grid, but given the number of possible records is very large, there is a decline in great performance. Some users will read and some will be able to edit and delete the record. My JavaScript is low, then perhaps there is a way to use it. Following are excerpts from the code:

    ...
    < cfform name = "frmSearchGrid" id = "frmSearchGrid" format = "html" method = "post" >
    ...
    < name cfgrid = "searchGrid."
    bindOnLoad = 'true '.
    format = "html".
    PageSize = "" #intShowRows # ""
    preservePageOnSort = 'true '.
    bind = "cfc: #strcomponentpath" >
    < name cfgridcolumn = header "diadocumentkey" = "diadocumentkey" display = "false" / >
    < name cfgridcolumn = "diadocno" header = "docno" width = "70" / >
    < name cfgridcolumn = "diadeliverydate" header = "date doc" width = "75" / >
    < name cfgridcolumn = "diadocsubject" header = "subject" width = "238" / >
    < / controls cfgrid >
    ...
    "Key: < cfinput type ="text"name ="readdiadocumentkey"id ="readdiadocumentkey"readonly ="True"label =" "key:" required not = "' bind =" {searchGrid.diadocumentkey} "style =" width: 70px "disabled ="true"/ >
    ...
    < component cfinvoke = ' MwsComponents/DocumentImaging/diaDAO' = method "readdiadocumentdetail" returnvariable = "rstDetailRecord" >
    <!--> only it works
    < name cfinvokeargument = "intdiadocumentkey" value = "193" >
    < name cfinvokeargument = "strsearchdb" value = "DocumentImaging" / >
    <!-all these failed->
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "" #searchGrid.selectedItem.diadocumentkey # "/ >-->"
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "" #frmSearchGrid.searchGrid.selectedItem.diadocumentkey # "/ >-->"
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "" #frmSearchGrid.readdiadocumentkey # "/ >-->"
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "#ColdFusion.getElementValue ('searchGrid', 'frmSearchGrid', 'diadocumentkey')" # "/ >-->"
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "{frmSearchGrid:readdiadocumentkey}" / >-->
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "{diadocumentkey}" / >-->
    <!-< name cfinvokeargument = bind = "{searchGrid.diadocumentkey"intdiadocumentkey"}" > - >
    <!-< name cfinvokeargument = value = "{searchGrid.diadocumentkey"intdiadocumentkey"}" > - >
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "searchGrid.diadocumentkey" > - >
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "#searchGrid.diadocumentkey #" >-->
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "#readdiadocumentkey #" >-->
    <!-< cfinvokeargument name = "intdiadocumentkey" value = "#frmSearchGrid.readdiadocumentkey #" >-->
    < / cfinvoke >
    Doc. "sequence: cfinput type ="text"name ="editdiaseq"readonly ="True"disabled ="true"label =" "sequence of documents:" required not = "" value = "#rstDetailRecord.diaseq #" style = "width: 30px" / >
    < / cfform >

    You need to do some research on the cfgrid controls

    The next attribute (pagesize = "" #intShowRows # "") means that only that the number of records returned.
    The number of columns does not really affect the performance.

    Quote:
    as there should be a way to transmit the selected grid item id to bring detail data just for the record chosen without clicking another button for details

    There see the following code excerpt, but in your case, there no need you for this

    <>
    name = "dsMessage".
    Type = "xml".
    bind = "SWC:GridDataMessages.getMessageDetails(MessageID={messageform:messagegrid.ID})"
    XPath = "messages/message.
    Options = "{method: 'POST'} '"
    onBindError = 'errorHandler' >

    Ken

  • Remove the button in CFGRID controls

    I'm trying to use CFGRID tags on a ColdFusion 8 Server. I have set the format of HTML and binding for a cfc attribute. I put the onChange for a cfc method attribute. SelectMode has the value edit and delete attribute is set to yes.

    The data grid allows me to edit the records and properly updated. The problem is that I can't delete lines. I don't see any a delete button. I feel I'm missing something very simple.

    Any help would be most appreciated. Thank you.

    I got it.

    Because I was only displays two columns, the grid is not wide enough to display the button DELETE.

    I fixed it by adding the attribute WIDTH = "350" and then also added AUTOWIDTH = "yes" attribute

  • Error installing Coldfusion 10 Update 21

    Hello

    I'm having trouble installing the latest patch on my developer edition 21 CF. I have not had problems before with the installation of patches.

    I want to install using the Windows command line, as the CF Admin has never worked method (impossible to download patches because of our network problems)

    3 fatal errors in the log file:

    1. ERROR - Could not move the C:\{CFPATH}\lib\updates\{filename}.details file to the location of backup C:\{CFPATH}\hf-updates\hf-10-00021\backup\lib\updates\{filename}.details
    2. ERROR - Could not move the C:\{CFPATH}\lib\updates\{filename}.notes file to the location of backup C:\{CFPATH}\hf-updates\hf-10-00021\backup\lib\updates\{filename}.notes
    3. ERROR - Could not move the C:\{CFPATH}\lib\updates\{filename}.hotfix_021.jar file to the location of backup C:\{CFPATH}\hf-updates\hf-10-00021\backup\lib\updates\{filename}.hotfix_021.jar

    I am running the command-line in Windows as an administrator. So I don't think it's a problem of permission. All the more that the other files are written in these places during the installation (C:\{CFPATH}\hf-updates\hf-10-00021\backup\...).

    OS is Windows 7

    During the attempt to install the fix, I see the files *.details and *.notes writing in the C:\{CFPATH}\lib\updates folder. They are deleted at the end of the process.

    No idea why?

    Thank you.

    Had a similar problem with update 20. Here area few things Adobe told me to do.

    1. Make sure that you open the command prompt with run as administrator. You have the right permissions.
    2. They asked me to run the update with the version of JAVA that the ColdFusion server is / was using. Seems that the version of Java that I had for the operating system was not the same version as the one referenced in ColdFusion server. So, I found myself by running the command as: "C:\Program Files\Java\jre1.8.0_101\bin\java.exe" - jar ".jar JAR file c:\{name}"
  • Java/jre ColdFusion 11 mutual auth ssl api calls.  Help with coldfusion/java logs.

    Hello

    I'm here because I have exhausted my Coldfusion/Java ssl keystore certs troubleshooting capabilities.  Here's the question. I'm developing a Coldfusion 11 application which must make calls to api for services SOAP Chase payconnexion. I use the tags of cfhttp in coldfusion to do this, that is using java jre 1.7.x to achieve this. The problem I'm getting generic 500 internal server errors of Chase.   They claim that I'm not sending a cert in the exchange of ssl.    What I did is:

    -put our generic cert/key pair in the keystore of coldfusion

    -put our root and the string in the keystore

    -put the chase Server certs in the keystore

    -converted files of key/crt in .pfx and make calls

    for hunting with those, something like:

    < cfset objSecurity = createObject ("java", "impossible") / >

    < cfset storeProvider = objSecurity.getProvider ("JsafeJCE") / >

    < cfset Application.sslfix = true / >

    < cfhttp url = "" #chase_api_server #/ ' "

    result = "http_response.

    method = "post".

    port = "1401" charset = "utf-8".

    clientCert = "#cert_path #/ #cert_file1 #

    clientCertPassword = "#cert_password #" >

    < cfhttpparam type = "header" name = "SOAPAction" value = "updateUserProfileRequest" / >

    < cfhttpparam type = "header" name = "Host" value = "ws.payconnexion.com" / > "

    < cfhttpparam type = "xml" value = "#trim (my_xml) #" / >

    < / cfhttp >

    Here is what I see in the newspapers of the CF, can someone help me interpret what

    is happening?

    Thank you

    Bob

    =============================================================

    ***

    found the key for: 1

    String [0] =]

    [

    Version: V3

    Object: CN = *. payments.austintexas.gov, O = city of Austin, L = Austin, ST = Texas, C = US

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip >

    Validity: [from: Mon Aug 11 12:39:37 CDT 2014]

    [To: Fri Oct 01 18:34:24 CDT 2016]

    Issuer: CN = Entrust Certification Authority - L1C, OR = "(c) 2009 Entrust, Inc.", OR = www.entrust.net/rpa is incorporated by reference, O = 'Entrust, Inc.', C = US "

    Serial number: [< snip > 7]

    Certificate extensions: 9

    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://OCSP.entrust.NET

    ,

    accessMethod: caIssuers

    accessLocation: U: http://AIA.entrust.NET/2048-L1C.CER

    ]

    ]

    [2]: ObjectId: 2.5.29.35 criticality = false

    [AuthorityKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    [3]: ObjectId: 2.5.29.19 criticality = false

    BasicConstraints:]

    CA:false

    PathLen: undefined

    ]

    [4]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://crl.entrust.net/level1c.crl]

    ]]

    [5]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [1.2.840.113533.7.75.2]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ]]  ]

    [CertificatePolicyId: [2.23.140.1.2.2]]

    []  ]

    ]

    [6]: ObjectId: 2.5.29.37 criticality = false

    [ExtendedKeyUsages

    serverAuth

    AutClient

    ]

    [7]: ObjectId: 2.5.29.15 criticality = false

    [KeyUsage

    DigitalSignature

    Key_Encipherment

    ]

    [8]: ObjectId: 2.5.29.17 criticality = false

    [SubjectAlternativeName

    DNSName: *. payments.austintexas.gov

    DNSName: payments.austintexas.gov

    ]

    [9]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    [1] string =]

    [

    Version: V3

    Object: CN = Entrust Certification Authority - L1C, OR = "(c) 2009 Entrust, Inc.", OR = www.entrust.net/rpa is incorporated by reference, O = 'Entrust, Inc.', C = US "

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip >

    public exponent: 65537

    Validity: [from: Fri 11 Nov 09:40:40 CST 2011,]

    [To: Thu Nov 11 20:51:17 CST 2021]

    Issuer: Authority of Certification CN = Entrust .net (2048), OR = (c) 1999 Entrust.net Limited, www.entrust.net/CPS_2048 incorp =. by Ref. (limits liab.), O = Entrust .net

    Serial number: [< snip >]

    Certificate extensions: 7

    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://OCSP.entrust.NET

    ]

    ]

    [2]: ObjectId: 2.5.29.35 criticality = false

    [AuthorityKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    [3]: ObjectId: 2.5.29.19 criticality = true

    BasicConstraints:]

    CA:true

    PathLen:0

    ]

    [4]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://crl.entrust.net/2048ca.crl]

    ]]

    [5]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [2.5.29.32.0]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ]]  ]

    ]

    [6]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    Key_CertSign

    Crl_Sign

    ]

    [7]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    [2] string =]

    [

    Version: V3

    Subject: Authority of Certification CN = Entrust .net (2048), OR = (c) 1999 Entrust.net Limited, www.entrust.net/CPS_2048 incorp =. by Ref. (limits liab.), O = Entrust .net

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip > public exponent: 65537

    Validity: [from: Fri dec 24 11:50:51 CST 1999]

    [To: kill Jul 24 09:15:12 CDT 2029]

    Issuer: Authority of Certification CN = Entrust .net (2048), OR = (c) 1999 Entrust.net Limited, www.entrust.net/CPS_2048 incorp =. by Ref. (limits liab.), O = Entrust .net

    Serial number: [< snip >]

    Certificate extensions: 3

    [1]: ObjectId: 2.5.29.19 criticality = true

    BasicConstraints:]

    CA:true

    PathLen:2147483647

    ]

    [2]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    Key_CertSign

    Crl_Sign

    ]

    [3]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    ***

    trustStore is: / opt/coldfusion11/jre/lib/security/cacerts

    trustStore type is: jks

    trustStore provider is:

    init truststore

    adding that cert trust:

    < certs snip 85 >

    trigger the seeding of SecureRandom

    done seeding SecureRandom

    January 23, 2015 13:15:37 information [ajp-bio-8014-exec-7] - HTTP request to leave {URL ='https://ws.payconnexion.com:1401/pconWS/9_5 /", method = 'post'"}

    Ignoring the unsupported encryption suite: TLS_DHE_DSS_WITH_AES_128_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_DHE_DSS_WITH_AES_256_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384

    Ignoring the unsupported encryption suite: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384

    Ignoring the unsupported encryption suite: TLS_RSA_WITH_AES_256_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384

    Ignoring the unsupported encryption suite: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384

    Ignoring the unsupported encryption suite: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256

    Ignoring the unsupported encryption suite: TLS_RSA_WITH_AES_128_CBC_SHA256

    Allow the dangerous renegotiation: true

    Allow legacy Hello messages: true

    Is the first handshake: true

    Is secure renegotiation: false

    % No session caching client

    ClientHello, TLSv1

    RandomCookie: GMT: 1405197529 bytes = {191, 115, 95, 85, 79, 234, 145, 176, 62, 70, 36, 102, 168, 15, 127, 174, 88, 118, 4, 177, 226, 5, 254, 55, 108, 203, 80, 80}

    Session ID: {}

    Cipher suites: [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA SSL_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA TLS_EMPTY_RENEGOTIATION_INFO_SCSV, SSL_RSA_WITH_RC4_128_MD5]

    Compression methods: {0}

    Extension elliptic_curves, the names of curve: {secp256r1, sect163k1, sect163r2, secp192r1, secp224r1, sect233k1, sect233r1, sect283k1, sect283r1, secp384r1, sect409k1, sect409r1, secp521r1, sect571k1, sect571r1, secp160k1, secp160r1, secp160r2, sect163r1, secp192k1, sect193r1, sect193r2, secp224k1, sect239k1, secp256k1}

    Extension ec_point_formats, formats: [uncompressed]

    Servername extension, server_name: [hostname: ws.payconnexion.com]

    ***

    AJP-bio-8014-exec-7, WRITING: TLSv1 Handshake, length = 191

    AJP-bio-8014-exec-7, READ: TLSv1 Handshake, length = 81

    ServerHello, TLSv1

    RandomCookie: < snip >

    Cipher Suite: TLS_RSA_WITH_AES_256_CBC_SHA

    Compression method: 0

    Extension renegotiation_info, renegotiated_connection: < empty >

    ***

    %% Initialized: [Session-5, TLS_RSA_WITH_AES_256_CBC_SHA]

    * TLS_RSA_WITH_AES_256_CBC_SHA

    AJP-bio-8014-exec-7, READ: TLSv1 Handshake, length = 4183

    Certificate chain

    String [0] =]

    [

    Version: V3

    Subject: CN = ws.payconnexion.com, OR is PayConnexion, O is JPMorgan Chase, L = New York, ST = New York, C = US

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip >

    public exponent: 65537

    Validity: [from: Sun Apr 20 19:00:00 CDT 2014]

    [To: kill Jun 02 18:59:59 CDT 2015]

    Issuer: CN = VeriSign Class 3 International Server CA - G3, OU = terms of use at https://www.VeriSign.com/RPA (c) 10, OU = VeriSign Trust Network, O = "VeriSign, Inc.", C = US

    Serial number: [< snip >]

    Certificate extensions: 8

    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://se.symcd.com

    ,

    accessMethod: caIssuers

    accessLocation: U: http://se.symcb.com/se.CRT

    ]

    ]

    [2]: ObjectId: 2.5.29.35 criticality = false

    [AuthorityKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    [3]: ObjectId: 2.5.29.19 criticality = false

    BasicConstraints:]

    CA:false

    PathLen: undefined

    ]

    [4]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://se.symcb.com/se.crl]

    ]]

    [5]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [2.16.840.1.113733.1.7.54]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ], PolicyQualifierInfo:]

    qualifierID: 1.3.6.1.5.5.7.2.2

    qualifier: < snip >

    ]]  ]

    ]

    [6]: ObjectId: 2.5.29.37 criticality = false

    [ExtendedKeyUsages

    serverAuth

    AutClient

    2.16.840.1.113730.4.1

    ]

    [7]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    DigitalSignature

    Key_Encipherment

    ]

    [8]: ObjectId: 2.5.29.17 criticality = false

    [SubjectAlternativeName

    DNSName: ws.payconnexion.com

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    [1] string =]

    [

    Version: V3

    Object: CN = VeriSign Class 3 International Server CA - G3, OU = terms of use at https://www.VeriSign.com/RPA (c) 10, OU = VeriSign Trust Network, O = "VeriSign, Inc.", C = US

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip >

    public exponent: 65537

    Validity: [from: Sun 07 Feb 18:00:00 CST 2010]

    [To: Fri Feb 07 17:59:59 CST 2020]

    Issuer: CN = VeriSign Class 3 Public Primary Certification Authority - G5, OR = "(c) 2006 VeriSign, Inc. - use only permitted", OU = VeriSign Trust Network, O = "VeriSign, Inc.", C = US

    Serial number: [< snip >]

    Certificate extensions: 10

    [1]: ObjectId: 1.3.6.1.5.5.7.1.12 criticality = false

    Unknown extension: coded DER BYTE string =

    < snip >

    [2]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://OCSP.VeriSign.com

    ]

    ]

    [3]: ObjectId: 2.5.29.35 criticality = false

    [AuthorityKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    [4]: ObjectId: 2.5.29.19 criticality = true

    BasicConstraints:]

    CA:true

    PathLen:0

    ]

    [5]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://crl.verisign.com/pca3-g5.crl]

    ]]

    [6]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [2.16.840.1.113733.1.7.23.3]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ], PolicyQualifierInfo:]

    qualifierID: 1.3.6.1.5.5.7.2.2

    qualifier: < snip >

    ]]  ]

    ]

    [7]: ObjectId: 2.5.29.37 criticality = false

    [ExtendedKeyUsages

    serverAuth

    AutClient

    2.16.840.1.113730.4.1

    2.16.840.1.113733.1.8.1

    ]

    [8]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    Key_CertSign

    Crl_Sign

    ]

    [9]: ObjectId: 2.5.29.17 criticality = false

    [SubjectAlternativeName

    CN = VeriSignMPKI-2-7

    ]

    [10]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    [2] string =]

    [

    Version: V3

    Object: CN = VeriSign Class 3 Public Primary Certification Authority - G5, OR = "(c) 2006 VeriSign, Inc. - use only permitted", OU = VeriSign Trust Network, O = "VeriSign, Inc.", C = US

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip >

    public exponent: 65537

    Validity: [from: Tue Nov 07 18:00:00 CST 2006]

    [To: Sun Nov 07 17:59:59 CST 2021]

    Issuer: OU = class public primary Certification Authority 3, O = "VeriSign, Inc.", C = US

    Serial number: [< snip >]

    Certificate extensions: 8

    [1]: ObjectId: 1.3.6.1.5.5.7.1.12 criticality = false

    Unknown extension: coded DER BYTE string =

    < snip >

    [2]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://OCSP.VeriSign.com

    ]

    ]

    [3]: ObjectId: 2.5.29.19 criticality = true

    BasicConstraints:]

    CA:true

    PathLen:2147483647

    ]

    [4]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://crl.verisign.com/pca3.crl]

    ]]

    [5]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [2.5.29.32.0]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ]]  ]

    ]

    [6]: ObjectId: 2.5.29.37 criticality = false

    [ExtendedKeyUsages

    serverAuth

    AutClient

    resynced

    2.16.840.1.113730.4.1

    2.16.840.1.113733.1.8.1

    ]

    [7]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    Key_CertSign

    Crl_Sign

    ]

    [8]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    ***

    Found the certificate of trust:

    [

    [

    Version: V3

    Subject: CN = ws.payconnexion.com, OR is PayConnexion, O is JPMorgan Chase, L = New York, ST = New York, C = US

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: public exponent: 65537

    Validity: [from: Sun Apr 20 19:00:00 CDT 2014]

    [To: kill Jun 02 18:59:59 CDT 2015]

    Issuer: CN = VeriSign Class 3 International Server CA - G3, OU = terms of use at https://www.VeriSign.com/RPA (c) 10, OU = VeriSign Trust Network, O = "VeriSign, Inc.", C = US

    Serial number: [< snip >]

    Certificate extensions: 8

    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://se.symcd.com

    ,

    accessMethod: caIssuers

    accessLocation: U: http://se.symcb.com/se.CRT

    ]

    ]

    [2]: ObjectId: 2.5.29.35 criticality = false

    [AuthorityKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    [3]: ObjectId: 2.5.29.19 criticality = false

    BasicConstraints:]

    CA:false

    PathLen: undefined

    ]

    [4]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://se.symcb.com/se.crl]

    ]]

    [5]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [2.16.840.1.113733.1.7.54]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ], PolicyQualifierInfo:]

    qualifierID: 1.3.6.1.5.5.7.2.2

    qualifier: < snip >

    ]]  ]

    ]

    [6]: ObjectId: 2.5.29.37 criticality = false

    [ExtendedKeyUsages

    serverAuth

    AutClient

    2.16.840.1.113730.4.1

    ]

    [7]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    DigitalSignature

    Key_Encipherment

    ]

    [8]: ObjectId: 2.5.29.17 criticality = false

    [SubjectAlternativeName

    DNSName: ws.payconnexion.com

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    AJP-bio-8014-exec-7, READ: TLSv1 Handshake, length = 13

    CertificateRequest

    CERT types: RSA, DSS

    CERT authorities:

    < empty >

    ServerHelloDone

    corresponding to the alias: 1

    Certificate chain

    String [0] =]

    [

    Version: V3

    Object: CN = *. payments.austintexas.gov, O = city of Austin, L = Austin, ST = Texas, C = US

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    < snip > public exponent: 65537

    Validity: [from: Mon Aug 11 12:39:37 CDT 2014]

    [To: Fri Oct 01 18:34:24 CDT 2016]

    Issuer: CN = Entrust Certification Authority - L1C, OR = "(c) 2009 Entrust, Inc.", OR = www.entrust.net/rpa is incorporated by reference, O = 'Entrust, Inc.', C = US "

    Serial number: [< snip >]

    Certificate extensions: 9

    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://OCSP.entrust.NET

    ,

    accessMethod: caIssuers

    accessLocation: U: http://AIA.entrust.NET/2048-L1C.CER

    ]

    ]

    [2]: ObjectId: 2.5.29.35 criticality = false

    [AuthorityKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    [3]: ObjectId: 2.5.29.19 criticality = false

    BasicConstraints:]

    CA:false

    PathLen: undefined

    ]

    [4]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://crl.entrust.net/level1c.crl]

    ]]

    [5]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [1.2.840.113533.7.75.2]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ]]  ]

    [CertificatePolicyId: [2.23.140.1.2.2]]

    []  ]

    ]

    [6]: ObjectId: 2.5.29.37 criticality = false

    [ExtendedKeyUsages

    serverAuth

    AutClient

    ]

    [7]: ObjectId: 2.5.29.15 criticality = false

    [KeyUsage

    DigitalSignature

    Key_Encipherment

    ]

    [8]: ObjectId: 2.5.29.17 criticality = false

    [SubjectAlternativeName

    DNSName: *. payments.austintexas.gov

    DNSName: payments.austintexas.gov

    ]

    [9]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    [1] string =]

    [

    Version: V3

    Object: CN = Entrust Certification Authority - L1C, OR = "(c) 2009 Entrust, Inc.", OR = www.entrust.net/rpa is incorporated by reference, O = 'Entrust, Inc.', C = US "

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip >

    public exponent: 65537

    Validity: [from: Fri 11 Nov 09:40:40 CST 2011,]

    [To: Thu Nov 11 20:51:17 CST 2021]

    Issuer: Authority of Certification CN = Entrust .net (2048), OR = (c) 1999 Entrust.net Limited, www.entrust.net/CPS_2048 incorp =. by Ref. (limits liab.), O = Entrust .net

    Serial number: [< snip >]

    Certificate extensions: 7

    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 criticality = false

    [Field

    [

    accessMethod: ocsp

    accessLocation: U: http://OCSP.entrust.NET

    ]

    ]

    [2]: ObjectId: 2.5.29.35 criticality = false

    [AuthorityKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    [3]: ObjectId: 2.5.29.19 criticality = true

    BasicConstraints:]

    CA:true

    PathLen:0

    ]

    [4]: ObjectId: 2.5.29.31 criticality = false

    [CRLDistributionPoints

    [DistributionPoint:]

    [U: http://crl.entrust.net/2048ca.crl]

    ]]

    [5]: ObjectId: 2.5.29.32 criticality = false

    [CertificatePolicies

    [CertificatePolicyId: [2.5.29.32.0]]

    [PolicyQualifierInfo: []]

    qualifierID: 1.3.6.1.5.5.7.2.1

    qualifier: < snip >

    ]]  ]

    ]

    [6]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    Key_CertSign

    Crl_Sign

    ]

    [7]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    [2] string =]

    [

    Version: V3

    Subject: Authority of Certification CN = Entrust .net (2048), OR = (c) 1999 Entrust.net Limited, www.entrust.net/CPS_2048 incorp =. by Ref. (limits liab.), O = Entrust .net

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 2048 bits

    module: < snip > public exponent: 65537

    Validity: [from: Fri dec 24 11:50:51 CST 1999]

    [To: kill Jul 24 09:15:12 CDT 2029]

    Issuer: Authority of Certification CN = Entrust .net (2048), OR = (c) 1999 Entrust.net Limited, www.entrust.net/CPS_2048 incorp =. by Ref. (limits liab.), O = Entrust .net

    Serial number: [< snip >]

    Certificate extensions: 3

    [1]: ObjectId: 2.5.29.19 criticality = true

    BasicConstraints:]

    CA:true

    PathLen:2147483647

    ]

    [2]: ObjectId: 2.5.29.15 criticality = true

    [KeyUsage

    Key_CertSign

    Crl_Sign

    ]

    [3]: ObjectId: 2.5.29.14 criticality = false

    [SubjectKeyIdentifier

    [KeyIdentifier

    < snip >]

    ]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    < snip >

    ]

    ***

    ClientKeyExchange, RSA PreMasterSecret, TLSv1

    AJP-bio-8014-exec-7, WRITING: TLSv1 Handshake, length = 3970

    SESSION KEYGEN:

    PreMaster Secret:

    < snip >

    KEYGEN OF CONNECTION:

    Nuncio of the client:

    < snip >

    Nuncio of server:

    < snip >

    Master Secret:

    < snip >

    Give your MAC Secret client:

    < snip >

    MAC server write Secret:

    < snip >

    Write the client key:

    < snip >

    Server write key:

    < snip >

    Client write IV:

    < snip >

    Server write IV:

    < snip >

    CertificateVerify

    AJP-bio-8014-exec-7, WRITING: TLSv1 Handshake, length = 262

    AJP-bio-8014-exec-7, WRITING: TLSv1 Change Cipher Spec length = 1

    Finish

    verify_data: {51, 254, 40, 56, 247, 218, 130, 183, 112, 239, 95, 4}

    ***

    AJP-bio-8014-exec-7, WRITING: TLSv1 Handshake, length = 48

    AJP-bio-8014-exec-7, READ: TLSv1 Change Cipher Spec length = 1

    AJP-bio-8014-exec-7, READ: TLSv1 Handshake, length = 48

    Finish

    verify_data: {89, 182, 137, 178, 177, 31, 27, 115, 151, 90, 169, 49}

    ***

    % Cache the client session: [Session-5, TLS_RSA_WITH_AES_256_CBC_SHA]

    AJP-bio-8014-exec-7, setSoTimeout (60000) called

    AJP-bio-8014-exec-7, WRITING: TLSv1 Application Data, length = 1520

    AJP-bio-8014-exec-7, READ: TLSv1 Application Data, length = 128

    January 23, 2015 13:15:38 information [ajp-bio-8014-exec-7] - complete HTTP request {status Code = 500, time = 1302 ms}

    AJP-bio-8014-exec-7, READ: TLSv1 Application Data, length = 256

    AJP-bio-8014-exec-7, READ: alert TLSv1, length = 32

    AJP-bio-8014-exec-7, RECV TLSv1 ALERT: attention, close_notify

    AJP-bio-8014-exec-7, called closeInternal (false)

    AJP-bio-8014-exec-7, SEND TLSv1 ALERT: attention, description = close_notify

    AJP-bio-8014-exec-7, WRITING: alert TLSv1, length = 32

    AJP-bio-8014-exec-7, call closeSocket (selfInitiated)

    AJP-bio-8014-exec-7, called close()

    AJP-bio-8014-exec-7, called closeInternal (true)

    OK, apparently nobody Chase who said that we don't send the certificates and realization mutual auth

    was wrong.   Https calls were connection and mutual authentication took place.   The 500

    error was on a soap envelope during delivery and NOT of SSL that I directed to.   Everything that

    works fine now.

    Thank you

    Bob

  • The getColdFusionInstances method was not found.

    On a Solaris server, I'm trying to connect a CF11 update 7-8 update instance. Another group of development updated all other instances except for the two that I work on without talking to me first.

    On one of my cases CF page updated, I see the following error message:

    The web site, you access has met an unexpected error.
    Please contact the site administrator.

    The following information is for the creation of Web sites for debugging purposes.
    Error occurred while demand treatment
      

    The getColdFusionInstances method was not found.

    He doesn't are has no method with the method specified name and the arguments types or the getColdFusionInstances method is overloaded with argument types ColdFusion cannot decrypt reliably. ColdFusion found 0 methods that correspond to the provided arguments. If it is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.

    I tried to delete the server JAR file. This reset the download buttons and I was able to re - download the JAR file. But it still shows the error message CF prevents the installation of the update.

    Seems that this missing method breaks the JavaScript installation feature.

    I'm tempted to delete the {cf_install_home}/{instance_home}/hf_updates/hf-11-00008/updates.xml.} After that I have the rear first.

    I got access to one of the other forums on the CF server that was on a previous version of the fix and used to update it and it broke a. Correction of the problem and removed the error.

  • I get the following error: "cfgridapplet.class not found" when you try to use my site that is coded with ColdFusion.

    What is the problem?  Perhaps Java version?  IE version?

    Someone there troubleshooting tips?

    I'm not a ColdFusion programmer, but am pretty tech savvy.

    Any help is greatly appreciated.

    Ok.  You are on a version really old and not supported in ColdFusion.  At the time, CFGRID control was an option to use an applet (also Flash via HTML and Flex) for the interface of the grid. Java applets are now no longer supported with many modern browsers.  Even if they are, the CF7 Java applets are not compatible with Java 7 (maybe not even 6) which is apparently what is running on the client (your computer).  To my knowledge, these Java applets have not been updated to run on newer versions of Java.  You will need Explorer moving to one of the other that cfgrid supports formats (HTML or Flash/Flex).  I suggest strongly several things, however:

    • If possible, upgrade your version of ColdFusion - CF7 is long past support and has to many security problems that cannot be corrected.  CF10, CF11 and CF2016 are currently supported versions and can run on Java 8 (the current version of Java).
    • If possible, replace the implementation of CFGRID controls:
      • At a minimum, see if you can make HTML format works.  Flex/Flash may not be a viable alternative as browsers begin to remove support for Flash and the Flash plugin is notorious for security vulnerabilities.
      • A more long-term solution would be to replace the CFGRID with a grid controls based on a JavaScript library that is well supported client-side (my favorite is the combination of jQuery and the plugin Datatables , but there are tons of other similar libraries out there).
  • getJSON application using ColdFusion proxy

    I'm following this article by Ben Nadel - do not know if there is some other better tutorials out there. In any case, I kept getting the Variable ALLARTICLESDATA is not defined. error.

    < script type = "text/javascript" >

    Run when the DOM is ready.

    $(function() {})

    jForms var = $(le «formulaire»);

    Connect the form.

    () jForm.submit

    function (objEvent) {}

    Get the Owl knowledge items.

    GetArticles();

    Prevent default.

    Return (false) End Function

    });

    });

    This method performs cross-site AJAX

    using a ColdFusion proxy page.

    function GetArticles() {}

    {$('#searharea').keyup (function ()}

    var searchField = $('#searharea').val ();

    var myExp = new RegExp (searchField, "i");

    $.getJSON('ajaxProxy-KB.cfm', {proxyURL: 'https://app.knowledgeowl.com/api/head/article.json', )

    name: {}

    $regex: searchField.

    $options: "I."

    }},

    {function (Data)}

    Console.log (data.valid, data.data); Data.Data is an array of information!

    output var = ' < ul class = "search results" > ";

    $(data.data, fonction (i, article) {} .each)

    output += '< li > ";

    " output += ' < h5 > < a href =" https://kb.mysite.com/help/pdfexport/id/'+ article.id + ' "> ' + article.name + ' < / h5 > '; "

    output += "< /li >";

    });

    output += '< /ul > ";

    $('#resultarea').html (output);

    }); get JSON

    });

    }

    < /script >

    < cfoutput >

    < section class = 'block' >

    < ul class = "tabs" >

    < li > < a href = "# tab1" > Search < /a > < /li >

    < li > < a href = "# tab2" > Article < /a > < /li >

    < li > < a href = "# tab 3" > class < /a > < /li >

    < /ul >

    < section id = "tab1" >

    < input type = "text" id = "searharea" name = "searcharea" placeholder = "Search the article name" > < / input >

    < div id = "resultarea" > < / div >

    < / item >

    < section id = "tab2" >

    < cfif! IsJSON (allArticlesData) >

    < h3 > The URL you requested does not valid JSON < / h3 >

    < cfelse >

    < cfset allArtData = DeserializeJSON (allArticlesData) >

    < cfif structKeyExists (allArtData, 'data') >

    < cfloop index = "i" = "1" to = "#arrayLen (allArtData.data) #" >

    " < h5 > < a href =" https://KB.mysite.com/help/pdfexport/ID/#allArtData.Data [i] user.user # "> #allArtData.data [i] .name # < /a > < / h5 > .

    < / cfloop >

    < / cfif >

    < / cfif >

    < / item >

    < section id = "3" tab >

    < cfif! IsJSON (cateData) >

    < h3 > The URL you requested does not valid JSON < / h3 >

    < cfelse >

    < cfset cfDJData = DeserializeJSON (cateData) >

    < cfif structKeyExists (cfDJData, 'data') >

    < cfloop index = "i" = "1" to = "#arrayLen (cfDJData.data) #" >

    < h5 > #cfDJData.data [i] .name #-#cfDJData.data [i] user.user # < / h5 >

    < / cfloop >

    < / cfif >

    < / cfif >

    < / item >

    < / section >

    < / cfoutput >

    And here is my proxy page.

    <!--

    Check if the page request is a POST or a GET.

    On this basis, we can understand our target URL.

    ->

    < cfif (CGI.request_method EQ "get") >

    <!-based on a URL get target url. ->

    < cfset strTargetURL = URL. ProxyURL / >

    <!-remove the target URL. ->

    < cfset StructDelete (URL, 'ProxyURL') / >

    < cfelse >

    <!-get target url FORMS-based. ->

    < cfset strTargetURL = FORM. ProxyURL / >

    <!-remove the target URL. ->

    < cfset StructDelete (FORM, 'ProxyURL') / >

    < / cfif >

    <!--

    Remove any AJAX anit-setting cache which has been used by jQuery. This

    a random number is intended to help ensure that the GET URL are

    not implemented cache.

    ->

    < cfset StructDelete (URL, '_') / >

    <!--

    Make the HTTP proxy request for help. When we do that, trying to convey information to CGI that was made by the initial application of AJAX.

    ->

    "< result cfhttp ="objRequest' url = "#UrlDecode (strTargetURL)" # "method =" #CGI.request_method # "useragent =" "#CGI.http_user_agent #" timeout = "15" > "

    <!-add the referer which was past-po->

    < cfhttpparam type = "header" name = "referer" value = "" #CGI.http_referer # "/ >"

    <!-pass the values to the URL. ->

    < point cfloop = collection 'strKey' = "#URL #" >

    "< cfhttpparam type ="url"name =" (strKey) #LCase "#" value = "#URL [strKey] #" / >

    < / cfloop >

    <!-transmit the values of the FORM. ->

    <!-< element cfloop = 'strKey' collection = "# FORM #" >

    "< cfhttpparam type ="formfield"name =" (strKey) #LCase "#" value = "#FORM [strKey] #" / >

    < / cfloop >->

    < cfhttpparam type = "url" name = "_authbykey" value = "56a7d8c123131c4058361567" >

    < cfhttpparam type = "url" name = "project" value = "55c4ffd123131c567e294fe6" >

    < cfhttpparam type = "url" name = "status [$in] []" value = "published" >

    < cfhttpparam type = "url" name = "status [$in] []" value = "review" >

    < cfhttpparam type = "url" name = "_fields []" value = "name" >

    < / cfhttp >

    <!--

    <!-debug requires more up-to-date. ->

    < cfset objDebug = {}

    CGI = double (CGI)

    URL = double (URL),

    = Double (SHAPE) SHAPE,

    Ask = double (objRequest)

    } / >

    <!-debug output to the file. ->

    < cfdump

    var = "" #objDebug # ""

    output = "#ExpandPath ('.)" (/ ajax_prox_debug.htm") #

    format = "HTML".

    / >

    ->

    <!--

    Get the content as a byte array (by converting it to binary,

    We can send the appropriate length as well as use it in

    the binary response stream.

    ->

    < cfset binResponse = ToBinary (ToBase64 (objRequest.FileContent)) / >

    <!-Echo back the response code. ->

    "< cfheader statuscode =" #Val (objRequest.StatusCode) "#" statustext = "#ListRest (objRequest.StatusCode, ' ') #" / >

    <!-Length response Echo back. ->

    < name cfheader = "content-length" value = "#ArrayLen (binResponse)" # "/ >"

    <!-Echo back all heaers response. ->

    < item cfloop = 'strKey' collection = "#objRequest.ResponseHeader #" >

    <!-Check if this header is a simple value. ->

    < cfif IsSimpleValue (objRequest.ResponseHeader [strKey]) >

    <!-back Echo header value. ->

    "< name cfheader =" "#strKey #" value = "#objRequest.ResponseHeader [strKey] #" / >

    < / cfif >

    < / cfloop >

    <!--

    Echo of content with the appropriate mime type. With the help of

    the Variable attribute, we will ensure that the content

    Stream is reset to zero and THAT the response will be returned.

    ->

    "< cfcontent type =" "#objRequest.MimeType #" variable = "#binResponse #" / >

    It turns out that I don't need this block of code cfloop. The error is actually the cfheader tag. It works fine without the cfloop in this moment, so I'll just remove.

  • Import excel should allow space in a column during the use of media: the value class coldfusion.sql.QueryColumn can not be converted to a date

    I followed the pretty good learncfinaweek and can see no error in my code.   Here is the error, that should solve and the page with the code.  Any help is appreciated.  This should be quite simply like this: < cfset blogPost.dateposted = importData ["posted Date"] / >, which allows the column in excel with a space between words.

    Good: dateposted - the coldfusion.sql.QueryColumn class value cannot be converted to a date.

    Root cause: org.hibernate.HibernateException: property: dateposted - the coldfusion.sql.QueryColumn class value cannot be converted to a date



    "< cfimport taglib ="... /... "/ customTags" prefix = "ct" / >

    < ct:securityCheck redirectPage = "#cgi.script_name #" / >

    < name = "cfparam form.submitted" default = "0" / > "

    "< name =" cfparam form.importFile"default =" "/ >

    < cfif form.submitted >

    <! - Download file - >

    < cffile action = "upload" destination = "#getTempDirectory ()" # "filefield ="importFile"nameconflict ="makeunique"/ >"

    <!--> reading spreadsheet

    "< cfspreadsheet action = 'read' src="#cffile.serverDirectory#/#cffile.serverfile# ' query = headerrow "importData" = "1" excludeheaderrow = "true" / >

    <!--> Import data

    < cfloop query = "importData" >

    < cfset blogPost = entityNew ('blogPost') / >

    < cfset blogPost.title = importData.title / >

    < cfset blogPost.summary = importData.summary / >

    < cfset blogPost.body = importData.body / >

    < cfset blogPost.dateposted = importData ["posted Date"] / >

    < cfset EntitySave (blogPost) / >

    < / cfloop >

    < cfset ormFlush() / >

    < cflocation url = "listblogpost.cfm? message = #urlencodedformat ('Blog Posts Imported Successfully')" # "addtoken ="false"/ >"

    < / cfif >

    < cfoutput >

    < section ct:layout = "Summary" >

    < section = 'blog' active 'post' = ct:navigation / >

    < div class = "span10" >

    The Blog posts to download < h2 > < / h2 >

    < form class = "form-horizontal" action = "" #cgi.script_name # "method ="post"enctype =" multipart/form-data">"

    < div class = "control group" >

    < class label = 'label control' for 'importFile' = > import file < / label >

    < div class = "orders" >

    < input type = "file" id = "importFile" name = "importFile" value = "#form.importFile #" >

    < / div >

    < / div >

    < div class = "control group" >

    < div class = "orders" >

    < button type = 'submit' class = "btn, btn-primary" > download < / button >

    < / div >

    < / div >

    < input type = "hidden" name = "subject" value = "1" / >

    < / make >

    < / div >

    < / ct:layout >

    < / cfoutput >


    DavidSCarlisle55 wrote:

    I changed the date to 'YYYY-MM-DD' in the xls file by changing to the UK format within excel.

    It is still giving an error.  ?

    Odd. Then there can be only one solution to the riddle: what you read is a column name, and not the date value stored in the column.

    See what happens when you replace this line by

    or, perhaps better,.

  • Restart ColdFusion 11 Instances starts does not correctly after the server

    Hello, we have after the situation and can't seem to find a fix or a workaround for it. Could you help her?

    On all 4 of our Windows Server 2012 R2 servers running on machines with 8 vcpu hearts vitrual each, we have 10 instances running ColdFusion 11 update 6, instances are the same on all servers of 4, 2 servers are used for testing/qa and 2 for production. On all these servers, after restart servers sometimes starts correctly and need to be restarted manually to start working. It seems that, on average, at any time, instances of 2 to 4 starts not and those who are not the same bodies every time. We look at the log files and we believe that we found that the issue is, but not sure how to get around it, or fix it. When proceedings begin, the following error appears in the log files of the bodies that will not start correctly (see the bottom of this post for the actual journal entries):

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog

    {WARNING: ServerConnector@69f41e78{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind

    As you can see in the logs below, actually startinstances, but when someone goes to CF Admin or try to do something with ColdFusion on these instances, all they see is error 500. Manually restart the instances starts correctly. I think the problem is that the ServerConnector of org.eclipse.jetty.util.log.JavaUtilLog will be started with the port 5500 instead of a random port (in the log files are you see an AVAILABLE argument is used by ColdFusion, when he calls the constructor). I suspect what happens is that when rebooting the server, all services trying to start at the same time and all try the port 5500 first to see if it is available for use. Since there are 8 processor cores, I think some cases on different cores to processors 'meaning' port 5500 is available and try to use it, but pending different instances on core cpu nested calls for actually the port and then others get an exception and cannot recover it. Those manually, restart gives them a new random number as the port 5500 is already used by a single instance.

    The question we have is: can force us ColdFusion instance use different port for this org.eclipse.jetty.util.log.JavaUtilLog of ServerConnector and if not, is there another workaround solution? We tried the underside of things so far, but not of them semm to help. Our tests included stop all instances and try to change settings on a single instance to see if it will use different port for ServerConnectorm of the org.eclipse.jetty.util.log.JavaUtilLog after starting, but he always tries to claim the first 5500 port:

    • Tried to change the jvm for the below arguments. We tried all those who, because we don't know yet which is correct, various documents we found online did not say specifically, this can be done with ColdFusion servers and we are not very familiar with works of the pier or what work is in ColdFusion server. Any of these help to our question:
      -Djetty.http.port = 20003
      -Dorg.eclipse.jetty.http.port = 20003
      -Dorg.eclipse.jetty.server.server.port = 20003
      -Dorg.eclipse.jetty.Server.port = 20003
    • In addition, tried to change the jetty.xml file in the D:\CF11\cfusion\jetty\etc folder (it exists only in the instance main cfusion but other instances), port of the line 139, changed it to 0. There is either no make the difference:
      < name = 'port' > < property name = "jetty.port" default = "0" / > < / Set > "

    This log file is among bodies having a problem during the last reboot of the server:

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.
    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].
    13 October 2015 07:52:04 org.apache.catalina.core.AprLifecycleListener initializeSSL
    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ['http-Apr-8605']
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ["ajp-Apr-8005"]
    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: from application services
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    INFO: Pier - 9.0.7.v20131107
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    {INFO: started o.e.j.s.ServletContextHandler@3c75e648{/,null,AVAILABLE}
    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    {WARNING: ServerConnector@69f41e78{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    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:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    WARNING: org.eclipse.jetty.server.Server@340cadfc FAILED: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    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:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:27
    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ['http-Apr-8605']
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ["ajp-Apr-8005"]
    13 October 2015 07:52:40 com.adobe.coldfusion.launcher.Launcher run
    Information: Starting the server to Ms 40448

    This log file is second bodies having a problem during the last reboot of the server:

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.
    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].
    13 October 2015 07:52:03 org.apache.catalina.core.AprLifecycleListener initializeSSL
    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ['http-Apr-8607"]
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ["ajp-Apr-8007"]
    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54
    13 October 2015 07:52:09 org.apache.catalina.util.SessionIdGenerator createSecureRandom
    INFO: Creating instance of SecureRandom for the generation of using [SHA1PRNG] session ID a [141] milliseconds.
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: from application services
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    INFO: Pier - 9.0.7.v20131107
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    {INFO: started o.e.j.s.ServletContextHandler@37fad941{/,null,AVAILABLE}
    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    {WARNING: ServerConnector@5c29fc94{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    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:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    WARNING: org.eclipse.jetty.server.Server@5d5db612 FAILED: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    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:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:27
    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:38
    INFO: From ProtocolHandler ['http-Apr-8607"]
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:39
    INFO: From ProtocolHandler ["ajp-Apr-8007"]
    13 October 2015 07:52:39 com.adobe.coldfusion.launcher.Launcher run
    INFO: Starting the Server MS 39425

    This is a log file of 3rd instance having problems during the last reboot of the server:

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.
    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].
    13 October 2015 07:52:03 org.apache.catalina.core.AprLifecycleListener initializeSSL
    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ['http-Apr-8603"]
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ["ajp-Apr-8003"]
    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: from application services
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    INFO: Pier - 9.0.7.v20131107
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    {INFO: started o.e.j.s.ServletContextHandler@3c75e648{/,null,AVAILABLE}
    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    {WARNING: ServerConnector@69f41e78{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    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:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    WARNING: org.eclipse.jetty.server.Server@340cadfc FAILED: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    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:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:27
    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ['http-Apr-8603"]
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ["ajp-Apr-8003"]
    13 October 2015 07:52:40 com.adobe.coldfusion.launcher.Launcher run
    Information: Start the server in ms 40095

    Here is log file on an instance that really started properly (one of these instances of work entirely using port 5500, the other uses random ports):

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02

    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02

    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].

    13 October 2015 07:52:03 org.apache.catalina.core.AprLifecycleListener initializeSSL

    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)

    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04

    INFO: Initializing ProtocolHandler ['http-Apr-8608"]

    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04

    INFO: Initializing ProtocolHandler ["ajp-Apr-8008"]

    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal

    INFO: Starting service Catalina

    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal

    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:15

    INFO: ColdFusionStartUpServlet: ColdFusion: from application services

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:15

    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23

    13 October 2015 07:52:26 org.eclipse.jetty.util.log.JavaUtilLog info

    INFO: Pier - 9.0.7.v20131107

    13 October 2015 07:52:27 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started o.e.j.s.ServletContextHandler@718d048a{/,null,AVAILABLE}

    13 October 2015 07:52:27 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started ServerConnector@51efa93e{HTTP/1.1} {0.0.0.0:55598}

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:30

    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646

    13 October 2015 07:52:42 org.apache.coyote.AbstractProtocol start

    INFO: From ProtocolHandler ['http-Apr-8608"]

    13 October 2015 07:52:42 org.apache.coyote.AbstractProtocol start

    INFO: From ProtocolHandler ["ajp-Apr-8008"]

    13 October 2015 07:52:42 com.adobe.coldfusion.launcher.Launcher run

    Information: Start the server in ms 42366

    Here is our current, ShadoMX/util/Flex/SDK/bin/jvm.config file which is used on all instances (the difference for each is the path of the instance and for some arguments of Xms and Xmx different, other parameters are the same) :

    #
    # Configuration of the virtual machine
    #
    # Where to find JVM, if {java.home} /jre there are this JVM is used
    # If not then it must be the path to the JRE itself

    Java.Home=D:/Java/JDK1.8.0_60/JRE

    #
    # If no java.home is specified that a VM is located by searching these locations in this
    order #:
    #
    #  1) .. JRE/runtime /.
    Register # 2) (windows only)
    (# 3) JAVA_HOME env var more jre (IE $JAVA_HOME/jre)
    (# 4) java.exe in path
    #

    application. Home = D: /cf11/INSTANCEPATH

    # Arguments to VM
    Java.args=-serveur-Xms768m-Xmx1024m - XX : MaxMetaspaceSize = 256 m - XX : + UseG1GC - Xbatch-Dcoldfusion.home={application.home}-Duser.language=en-Dcoldfusion.rootDir={application.home}-Dcoldfusion.libPath={application.home}/lib-Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true-Dcoldfusion.jsafe.defaultalgo=FIPS186Random-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog-Djsse.enableSNIExtension=false-Dcoldfusion.disablejsafe=true-Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/flex/j ars,{application.home}/wwwroot/WEB-INF/cfform/jars,D:\\CF11\\Jars\\EAIMessaging , D:\\CF11\\ Jars\\ALLINSTANCES

    Java.class.Path={application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes

    # Comma separated list of path for shared library
    /jintegra/bin/international,{application.home}/lib/oosdk/classes/win Java.Library.Path={application.home}/lib,{application. Home} / jIntegra/bin, {application. Home}

    Hi Pawel,

    I note on a system CF11 runs several instances I was looking at a ColdFusion11\INSTANCE\lib\jetty.xml.

    Part of said jetty.xml:

    0.0.0.0

    5500

    300000

    When I edit thrown 'port' section on my localhost CF11 to 5501 jetty.xml and start the coldfusion - error.log says CF11 part:

    October 14, 2015 08:27:18 org.eclipse.jetty.util.log.JavaUtilLog info

    INFO: Pier - 9.0.7.v20131107

    October 14, 2015 08:27:18 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started o.e.j.s.ServletContextHandler@15a081f{/,null,AVAILABLE}

    October 14, 2015 08:27:19 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started ServerConnector@d02caa{HTTP/1.1}{0.0.0.0:5501}

    After changing port 5501 I note CFadmin > server settings > settings summary > save as PDF button works well.

    HTH, Carl.

Maybe you are looking for

  • Some Web pages displays the text as tabs, and vertical separators

    I have this problem with Firefox where for some reason when I go to some random Web sites or even in my e-mails posted on the Web site is replaced by vertical and tab delimiters http://S29.postimg.org/r59ug5r1z/Firefox_Messed_Display.jpg But if I hig

  • Satellite M30: Lack of reader DVD-CD ROM D:

    MY COMPUTER SATELLITE M30 IS MISSING, perhaps DAMAGED, the EQUIPMENT RELATIVE to the UNIT DISC DVD-CD. I TRIED TO CANCELED AND REINSTALLED, BUT THE MESSAGE FOLLOWING ERROR APPEARS: "DVD-CD ROM UNIT NOT CONNECTED." SO FOR NOW I HAVE C: DRIVE UNIQUE FI

  • What is my Windows OS intalled real factory version?

    I bought my new laptop through the online shop HP in India during the 14 game. His 15-n209TX HP Pavilion Notebook PC with the F6C49PA model number. His card on the site Web HP India, said the factory installed the operating system as Windows 8.1 (htt

  • Bug in Windows 7,8,10

    Hello I found a bug (feat) on Microsoft Windows 7 and 8, and it's still there in the latest version of Windows 10. I want to share this problem with Microsoft Corporation and to win the prize of $100,000 that Microsoft gives to anyone who finds the d

  • SonicStage in Windows Vista

    I can't get SonicStage to work in my Windows Vista computer!He can't find the openMG secure module