问题标签 [mach-ii]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
coldfusion - 由于 Machii Redirect 事件,Chrome 中的 310 重定向循环错误
我在运行我的网站时收到 310:Chrome 中出现太多重定向错误。但是,对于 IE 或 Firefox,情况并非如此。
我正在使用 Mach-ii 框架,这就是我在事件处理程序中使用重定向的情况。
例如:
所以,如果我到达这个页面,它会完美呈现。但是,如果我返回浏览器然后再次单击下一步按钮,我会收到错误消息。
coldfusion - Mach ii 的 SES URL 功能无法正常工作
我在 mach-ii.xml 文件中定义了以下属性:
在我的 index.cfm 页面中有一个链接
在我的听众中,我收到错误消息“元素 ID 在 URL 中未定义”。而我可以在 URL 中看到参数 id 及其值。有人知道我为什么会收到此错误吗?另一个问题是,当我单击页面中的其他链接时,它会继续在 URL 中附加链接,而不是创建新的 URL。第一次加载我的网站时,它会正确加载 css 和 js,但是在单击某个链接后,它会破坏 css 和 js。
请帮忙。
coldfusion - ColdFusion/Mach-II Unable to load/find base config file upon initial load of site
Internal/Intranet application
IIS Error:
#xA;Experiencing some errors when initially loading my MachII site within a browser. The server returns a 500 error because it can't find the page being requested.
Yet when you manually refresh the site, it then goes to the page as expected.
A recent code change was put in to Authenticate the user:
#xA;So I suspect this may have something to do with the actually error. I'm just trying to figure out some kind of link between the two. BTW (The above code was put in to force the user to authenticate themselves and to populate the CGI.REMOTE_USER variable) which by default is not populated unless they are authenticated.
Also, once the application is run once, it's good for the rest of the working day (or for an extended period of time). Shut down, re-load browser and navigating to any area on the site works just fine. It's just the initial load of the site that causes this error to occur.
coldfusion - Mach-II 的本地实例问题
我在 Win7 上安装了 CF10 的本地机器上运行 mach-ii v1.8。我从生产中复制了一个站点(该站点有效)并且抛出了一个我无法寻求太多帮助的错误。
预期结构键 - 收到。无法执行 StructGet。
错误发生在/web/frameworks/mach_1_8/caching/strategies/TimeSpanCache.cfc:第 413 行
从 /web/frameworks/mach_1_8/caching/strategies/TimeSpanCache.cfc 调用:第 233 行
我找到的最好的来源是这个线程,但是我的 MACHII_APP_KEY 里面没有标点符号。想法?
orm - Bean 数据不通过 ORM/entityLoad() 写入表
我正在尝试将 CF10 ORM 实施到当前项目,但我的 DAO 和我的表(11g)之间似乎存在问题。
我在调用这个 DAO 方法时传入了一个 bean:
这应该将其写入表中。如果我从该方法内部转储参数,则填充 bean,但没有写入。没有任何错误被抛出,所以没有什么明显的。
谁能告诉我哪里可能出错了?
caching - 蓝龙Coldfusion服务器缓存问题
我在 ColdFusion MVC 框架“Mach-II”中构建了一个应用程序,并托管在蓝龙 ColdFusion 服务器上。
它会导致缓存问题。当我添加一个包含一些内容的新页面并加载该页面时,它工作正常。但是当我在同一个文件中进行一些更改并再次点击它时,它不会更新我的更改。它总是向我展示我第一次制作的内容。似乎服务器正在缓存我的页面并且没有考虑进一步的更改。我尝试了很多解决方案,但未能解决问题。
如果您对此有任何解决方案,请告诉我。