ADMA0176E PrivilegedActionException:{0} 的应用程序安装失败,并出现 PrivilegedActionException
当尝试将项目添加到我的 WebSphere 时,我收到以下错误:
ADMA0176E: {0} 的应用程序安装失败,并出现 PrivilegedActionException。 Ear 文件路径为 {1}。
知道我能做什么吗?根据谷歌搜索,这可能是一些权限问题,但我根本不知道从哪里开始......
任何信息都非常感谢!
多谢!
when trying to add a project to my WebSphere, I get the following error:
ADMA0176E: Application installation of {0} faild with PrivilegedActionException. Ear file path is {1}.
Any idea what I could do? According to a Google search, it could be some permission problem, but I don't know where to start at all...
Any info is really appreciated!
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
问题是 Websphere 中的配置错误/丢失:未在管理控制台中检查应用程序安全性...
The problem was a wrong/missing configuration in Websphere: application security wasn't checked in the administration console...
我的项目缺少以下文件。从另一个项目复制这些文件解决了问题。
security.xml 位于路径:[ibmconfig/cells/defaultCell]
deployment.xml、resources.xml 和 Variables.xml 位于路径: [ibmconfig/cells/defaultCell/applications/defaultApp/deployments/defaultApp]
这有效在 IBM WAS 7 上。
Following files were missing for my project. Copying these files from another project solved the problem.
security.xml at path: [ibmconfig/cells/defaultCell]
deployment.xml, resources.xml and variables.xml at path: [ibmconfig/cells/defaultCell/applications/defaultApp/deployments/defaultApp]
This worked on IBM WAS 7.
对我来说,在我以管理员身份运行 Eclipse 后就可以工作了。就这样。
For me worked after I run the Eclipse as administrator. Just that.
我身上发生的事情是,不知何故 EAR 的
/META-INF/application.xml
从: 更改为:
我不知道是什么导致了这种情况,但似乎 IBM Rational Application Developer (RAD) 有时会这样做事情本身。
What happened to me was that somehow the EAR's
/META-INF/application.xml
changed from:to:
I have no idea what caused this, but it seems like IBM Rational Application Developer (RAD) sometimes does things on its own.