Questions
Als letztes aktiv
I have an application that i am extending to provide a REST API. Everything works fine in the main site, but I am getting the following in the exception log when I try to hit the REST API: "Error","ajp-bio-8014-exec-3","12/02/14","12:54:06","table","failed to lazily initialize a collection of role: field, could not initialize proxy - no Session The specific sequence of files included or processed is: service.cfc'' " org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: field, could not initialize proxy - no Session at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:566) at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:186)
I am testing my recent installation of CF11 as a side-by-side installatin with CF9. I am currently just trying to get the web pages accessible so I can figure out what might not be functioning in these web pages and fix it. I figured out that in order to change the default web root I need to change the server.xml file (located under runtime\conf\server.xml) and have it point to the new directory.I currently have something like this::<Context path=”E/” docBase=”/website1_CF11”WorkDir=”E:\website1_CF11”Aliases=”/CFIDE=D:/ColdFusion11/cfusion/wwwroot/CFIDE, /WEB-INF=D:/ColdFusion11/cfusion/wwwroot/WEB-INF”></Context>I have 3 other websites under E:\ that I need to point to though. If I copy and paste the above code so that I have 4 different copies of it, with each referencing the 4 different website locations, then CF doesn't turn on, so I'm missing something here. What?I saw something about virtual directories, but as I understand it, the above
Hiif api getting soap request using cfhttp like below: <cfxml variable="mydata"><soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header /> <soapenv:Body> <ns:service_soap_call soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <login>test</login> <password>test</password> </ns:service_soap_call> </soapenv:Body></soapenv:Envelope> </cfxml> <cfhttp url="http://sm.iclp-dubai.ae/research/wsdl/MyPointsBank.cfc?wsdl" method="post" charset="utf-8" result="myresult"> type" value="text/xml"> <cfhttpparam type="header" name="SOAPAction" value=""> &l
I have two major projects on my hands made in CF8 and CF11.CF8 project is installed on my host computer and after tweaking it for a day, I got working line by line debugger.My CF11 project is a bit more complicated. The source files are located on the win 7 host at c:\projects\coldfusion. the win xp mode:s iis reads the files from there (it's default website is to \\win7Host\application\pub). So coding is done on the win7 host, only serving the pages is done from the xp mode.I have installed MS loopback adapters. win7host ip is 192.168.21.1 and xp modes 192.186.21.1. I can connect with fileexplorer from win7->xp mode and vice versa.I can connect using cfbuilder, to the xp mode rds server. It connects and rds fileview and dataview show everything. But how in the hell should i configure the debug paths for eclipse?Because eclipse sees the files in c:\projects\coldfusion and the winxp mode uses them from there via \\win7host\application\pub. The debug view starts, but the breakpoints d
Hi, I have a question regarding cfspreadsheet....So I'm using cfspreadshseet to create excel spreadsheets for reporting purposes. My page allows a user to select whatever columns from the database to include in the report. So here is an example:The spreadsheet could look like this:First Name-------------Last Name-------------Organization-------------Address-------------City-------------State-------------Zip-------------ConcernJoe Smith Sample 12 main denver  
I'm using CF11 Developer Edition.Installed PDFgServlet on a remote server.Using CFAdministrator on my Developer Edition, can VERIFY the remote PDF Service Manager.But when I go and try to use the cfhtmltopdf tag on my Developer Edition, I get CANNOT CONNECT TO SERVER.I go to the remote server running PDFgServlet, can see response code 200's when I verify the PDF Service Manager "GET /PDFgServlet/verify HTTP/1.1" 200 0But I get "POST /PDFgServlet/ HTTP/1.1" 400 1407 when I try to use the tagIf I switch back to my local copy, I get the PDF rendered.Any thoughts?
We have been trying to pass an external PCI scan, and noticed some server lockups after starting a scan. We are scanning a couple hundred IP addresses, which all resolve to the same servers. The scans are actively looking for vulnerabilities on the box, and one of which is flash remoting. When we look at the apache /server-status page, it shows a ton of long running flex2gateway processes. For instance:22-444660/3817/3817W4.0716384000.057.7657.76x.x.x.101WebNode2.ambassador.intPOST /flex2gateway/http HTTP/1.1As you can see, this POST request has been running for 163840 seconds, or nearly two days. Since it seems these POST requests never complete, even though the client has long since disconnected, they simply stack up until the server's max number of child processes has been reached, effectively killing our webserver.When I try to restart the clustered coldfusion instances one at a time, these POST requests do not die off.If I stop both clustered CF insta
Dear All Technology Expert's, I have a query related to Coldfusion SOAP services, that is most commonly asked in all the forum's but NONE of them has got answer. If there is NO solution so I think Adobe has to come up with some patches so developer can able to do some customization. I like to share with you all, in all other language ( PHP, JAVA, .NET etc) this option is available and you can customize the error. Ok let me again explain the very basic error:SOAP Request:<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> </soapenv:Body></soapenv:Envelope>SOAP Response: <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-in
I am calling a web service with cfinvoke and I am trying to display the raw XML reply. If I just do a dump I only get the following output: org.tempuri.UserInfoListResult@b30ca4f5 I know I am getting a correct response because I can use the following code to get the data. What I want is the RAW XML!
I have been trying to make Webservice call to "https://webservice.exacttarget.com/etframework.wsdl" using coldfusion server 9.0 without much success. My code recognizes WSDL and it methods but When I call method it throws following error:Web service operation Describe with parameters {{DESCRIBEREQUESTS={[Lcom.et.client.ObjectDefinitionRequest;@78b0e1}}} cannot be found.Please suggest..... MyCode CFM file code:Package Class: "com.et.client"<cfsilent> <cffunction name="head1" access="private" returntype="Any" output="false" hint="Return the header needed to make an Omniture web service request as a SOAPHeaderElement object"> <cfargument name="strUsername" type="String" required="true" /> <cfargument name="strSecret" type="String" required="true" /> &nbs
This question is also up on stack overflow: http://stackoverflow.com/questions/10089962/coldfusion-web-service-failing-to-see-componentI've got a CFC that I'm going to access with ?wsdl as a SOAP webservice.If I call the CFC directly in a browser, my results render fine: http://server/webservice/calc.cfc?method=doStuff&foo=barIf I try to access it as a web service: ws = CreateObject("webservice", 'http://server/webservice/calc.cfc?wsdl'); result = ws.doStuff('bar');I get an error:Cannot perform web service invocation doStuff.The fault returned when invoking the web service operation is:AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.CFCInvocationException : [java.lang.ClassNotFoundException : com.calculations.calc][java.lang.NullPointerException : null]] faultActor: faultNode: faultDetail:  
I have created a web service through Coldfusion. I am able to access all the functions except for those that have a returtype="query". I am invoking the web service from within a Coldfusion template. Supposedly there should be no issues in doing this. However I am receiving the following error message when I attempt to invoke the web service method that returns a query: Could not perform web service invocation "getCreditCardList" because AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: [org.apache.axis.AxisFault : ; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.NoOperScope$ScopeDisabledException : The requested scope application has not been enabled.][]; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [org.apache.axis.AxisFault : ; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.NoOperScope$ScopeDisabledException : The requested s
Hello, I am currently developing a JAVA based object to be accessed using <cfobject>. The Java object is using the RPC web service based on Java WSDP 2.0. The class that the cfobject is creating can function properly when it is executed as a standalone object through a Java based application but as an object in Cold Fusion it gives errors. I have placed all the appropriate libraries in the correct folder, "...wwwroot\WEB-INF\lib". When my page attempts to access the method in the object that performs an RPC call then it throws the following error: Couldn't create SOAP message factory due to exception: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: org.apache.axis.soap.MessageFactoryImpl; nested exception is: Couldn't create SOAP message factory due to exception: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: org.apache.axis.soap.MessageFactoryImpl Can anyone give me some input as to what this error means and if anyone has
Anyone else experiencing this problem? It appears the cfinvoke arguments are not getting passed in the webservice call, so the remote end gets no arguments and the call fails. The code did not change a single character, and was working on CF10 Update 006, just before I updated to 8.I'm calling a webservice hosted on CF7, and I am using wsversion=1 in my call. The wsdl looks fine to me. Again, was working fine on update 006.Here's the exception being logged, I am clearly passing a struct called "form" into the cfinvoke as an argument, I've checked a half dozen times to make sure it's not something stupid I'm doing and that the cause of the error is not the obvious. I also use nearly the same code path to make a REST style call with cfhttp, and the form argument is being passed correctly (converted to wddx).Cannot perform web service invocation sendWithdrawalEmail.The fault returned when invoking the web service operation is:<br> <pre>AxisFault faultCode: {http://schemas.xmls
My Coldfusion 11 server is running in a virtual machine.When I add a server I enter following data:Server Name: CF KOVApplication Server: CF+TomcatHost name: 192.168.0.100Webserver port: 8500Select 'Is Remote'This will add a server which status is 'Stopped'.When I read the manual of Coldfusion Builder 3 I see that I have to start a Admin Server Instance with adminstart.batThis adminstart.bat isn't installed.Where can I find this bat file?Should I stop the service 'ColdFusion 11 Application Server' and all other Coldfusion services?While installing COldfusion 11 I used the option 'Server configuration' and not the 'JEE configuration'
My company's application was previously on ColdFusion 6.1 and working fine. We built a reporting feature using JasperReports to generate reports (which were created with iReport) which also allowed the ability to export in PDF (iText) or Excel (Apache POI) and included the use of Barcodes (IDAutomation). All of this was done either in ColdFusion CFC/CFM files or with Java JAR/class files. We were able to upgrade our system to the latest ColdFusion 8. Everything is working fine and so far we don't have any problems. That is until we decided to use ColdFusion Report Builder and the CFReport tag. After pounding our heads against the wall we have figured out that we can use one or the other but not both. If we use our JasperReport feature, any CFReport that is run, gives an error. We have tried using a different application scope but that doesn't seem to do anything. If we instead generate a CFReport first, then our custom JasperReports code is unable to compile any new templates. However
DateTimeSeverityThreadIDApplication NameJul 10, 2013 8:17 AM Warning jrpp-0 CFADMIN Unexpected characters found in locale.I recently noticed that I am getting this error repeated in my application logs... about 20 times per minute....any ideas what is causing this?
When I start my local CF11 server from within CF Builder 3 (installed on same server as CF Builder) I routinely get this error in the Server console window and then can't debug anything:[geodev01]:Error(10/17 at 04:38:53) For input string: "<html xmlns"
When debugging in CF Builder 3, there is a dialog that pops up asking how you want to debug. The choices are 'ColdFusion Application' or 'ColdFusion Client Applications'. I am never going to choose 'ColdFusion Client Applications'. Is there a way to always run as 'ColdFusion Application' without having to select from this dialog every time? CF Builder 2 would just start running as soon as you hit the debug button without a dialog popping up. I guess I'm wondering if there is anyway to get CF Builder 3 to work the same. Thank you.
XXX is a search engine application which searches for documents contained in various applications including App YYY. The issue is when App YYY document is searched in XXX and clicked to view the same, it is not opening.Both the applications are in CF10 now and the issue is observed after migration of XXX from CF8 to CF10, earlier XXX was on CF8 and YYY was on CF10 and both applications were working fine.Anyone can help in resolving the issue.
Hi,We have a mixture of CF10 and CF11 servers running on Windows 2012, IIS 8/8.5. On one CF10 server we have these errors consistently throughout the day in the isapi_redirect.log file:[Tue Nov 18 08:58:50.130 2014] [10776:11284] [error] isapi_write_client::jk_isapi_plugin.c (1400): WriteClient failed with 1229 (0x000004cd)[Tue Nov 18 08:58:50.281 2014] [10776:11284] [info] ajp_process_callback::jk_ajp_common.c (2089): Writing to client aborted or client network problems[Tue Nov 18 08:58:50.356 2014] [10776:11284] [info] ajp_service::jk_ajp_common.c (2795): (cfusion) sending request to tomcat failed (unrecoverable), because of client write error (attempt=1)[Tue Nov 18 08:58:50.416 2014] [10776:11284] [info] HttpExtensionProc::jk_isapi_plugin.c (2603): service() failed because client aborted connectionThe connector is set to debug level INFO, yet we see INFO, WARN and ERROR status messages. We had this issue on CF10 update 12 and update 14.Appreciate it someone could check their isapi_r
Please can you give detail how we gonna purchase Cold Fusion 10.
Looking for some assistance to resolve an issue with invokeAndPublish.System configuration:CF Enterprise 11,0,02,291725 Windows Server 2012After getting invokeAndPublish to work well in a chat application, this capability stopped working after a server reboot. I suspect that there is a server configuration/default that is preventing this websocket operation from executing. Using the Google Chrome console, no Javascript errors are produced.I did initially suspect my code, so I went back and ran Raymond Camden's example which was already on my server. It also failed to publish messages via invokeAndPublish.You can access Raymond's example on my server at:http://dev.balboadigital.com/admin/invoketest2/index.cfm (publish())http://dev.balboadigital.com/admin/invoketest2/index2.cfm (invokeAndPublish())The example was originally copied from here.You'll see that the publish() function is working but that the invokeAndPublish() function does not publish and does not produce an error.Any idea wh
please can you advise the licensing options for Coldfusion on the Windows Azure platform. Specifically with Coldfusion Enterprise how many instances, virtual machines/ cores can you run Coldfusion 10/11 on. many thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.