Channel.Security.Error…Error #2048

只谈情不闲聊 提交于 2019-12-04 08:32:44

i had the same problem in a flex - blaze - environment. The real Problem was the context-root in the project properties. because you used flex 4.5, there is no input field for this setting. in flex builder 3, there was a setting in the project properties -> flex server -> context root.

i gone crazy and found after hours an article on adobes bugs-site [FB-22939].

That solve my problem. I have no idea, wich project settings you are using, try to search a string named {context.root} in your project or post a liite bit more about your project settings. i know blaze is different from php, but maybe it is a tip bringing you back on track.

Unfortunately I'm not able to reproduce my thread and setting up an php environment with more knowledge about your setup. (Server-Technology, and so one)

edit: additional Info: I've found a list of all compiler arguments. Try it with this argument:

-context-root <context-path>
    full name -compiler.context-root
    path to replace {context.root} tokens for service channel endpoints

br Frank

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!