displaying top 100 results
2612201 CF-3542825 External U. I should add - I cleared the log, reran the request again. I see all of this for ONE hit:
[Tue Dec 09 10:11:50 2014] [21554:140735218639616] [debug] jk_translate::mod_jk.c (3692): missing uri map for localhost:/rest/rest4/ows
[Tue Dec 09 10:11:50 2014] [21554
2612201 CF-3542825 External U. This is the error: [Tue Dec 09 09:54:59 2014] [21553:140735218639616] [debug] jk_translate::mod_jk.c (3692): missing uri map for localhost:/index.php
2612201 CF-3542825 HariKrishna K. Hi Ray,
Can you try enabling JkMountCopy to on, as suggested by this blog.
http://tomcat.10.x6.nabble.com/mod-jk-missing-uri-map-td2151079.html
14 12:42:06 2019] [16186:139977799252096] [error] uri_worker_map_update::jk_uri_worker_map.c (1299): Unable to stat the /opt/coldfusion2018/config/wsconfig/1/uriworkermap.properties (errno=13)
The server is running RHEL 7, with SELinux and locked down. However the apache is running without any
Portal Topic Configuring Status Worker in Connectors
Configuring Status Worker in Connectors appeared first on ColdFusion. Blog,uri mapping,worker thread,worker.properties
Tracker Comment Comment on Jakarta isapi_redirector Intermittent Service Temporary Unavailable Errors by External U.
://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
fix HTTPD: Fix crash on unknown worker names. (mturk)
fix IIS: Fix crash on worker process recycle. (mturk)
fix 52659: IIS: Fix shared memory corruption. (mturk)
fix 52921: HTTPD: Fix crash in uri mapping. (mturk)
:\inetpub\wwwroot\more\Restservice3.cfc
C:\inetpub\wwwroot\more\Restservice4.cfc
Application.cfc contains:
-------------------------
component {
THIS.name = "TestRest";
THIS.mappings["/mymapping"] = expandPath("./");
THIS.restSettings.skipCFCWithError = true;
public boolean function onRequestStart() {
rest
Tracker Issue CF10 Axis2 WSDL creation
{
CommandLineOption option = (CommandLineOption)allOptions.get("uri");
String wsdlUri = option.getOptionValue();
became
Change #1
public CFCodeGenerationEngine(CommandLineOptionParser parser, Document wsdlDocument)
throws CodeGenerationException
{
Map
to Reproduce:
1) Create a folder /api/
2) Create a file test.cfm
3) Request /api/test.cfm
Actual Result: Blank Response
Expected Result: Expect my test.cfm to run.
Any Workarounds: Remove web.xml servlet mapping manually would probably work -- but I think this new URI would break a lot of existing
Tracker Comment Comment on Administrator API setMySQL5() throws error if user is logged into a ColdFusion application by Amy O.
it was failing on all calls to cfide.adminapi.datasource including getDatasources(). It seemed that all of the other adminapi calls within the same configuration 'page' (adding mappings using extensions, runtime changes etc) worked but for some reason the datasource calls seemed to run differently and refused