简体   繁体   English

在WebSphere Application Server v8.0上发布失败

[英]Publish Failed on WebSphere Application Server v8.0

Im using RAD v8 and I've installed WAS v8.0 I can start the server and while its running I try to publish the ear file it gives me the following error: 我正在使用RAD v8,并且已经安装了WAS v8.0,可以启动服务器,并且在服务器运行时,我尝试发布ear文件,它给我以下错误:

The publish encountered some problems and the application may not have been installed or it may have been successfully installed but was unable to start. 该发布遇到一些问题,该应用程序可能尚未安装,或者可能已成功安装,但无法启动。 ADMA0176E: Application installation of excsEAR failed with PrivilegedActionException. ADMA0176E:excrisEAR的应用程序安装失败,出现PrivilegedActionException。 Ear file path is \\SALSMOSXF03\\Redir\\GRQBB0\\IBM\\rationalsdp\\workspace\\excsEAR. 耳文件路径为\\ SALSMOSXF03 \\ Redir \\ GRQBB0 \\ IBM \\ rationalsdp \\ workspace \\ excsEAR。

Help! 救命!

I finally figured it out!! 我终于想通了!! Silly me... I was using my workplace network drive as my workspace I thought it was a local folder!! 愚蠢的我...我在使用工作场所网络驱动器作为我的工作场所时,我以为它是本地文件夹! Once I created a new workspace on C: drive everything works fine.. WOOOHOOOO 一旦我在C:驱动器上创建了一个新的工作区,一切都将正常工作。

A good way to solve it delete your {{application}}.ear from below locations 解决此问题的好方法是从以下位置删除{{application}}。ear

/opt/IBM/WebSphere/AppServer/profiles/{{profilename}}/config/temp/download/cells/applications / opt / IBM / WebSphere / AppServer / profiles / {{profilename}} / config / temp / download / cells / applications

/opt/IBM/WebSphere/AppServer/profiles/{{profilename}}/config/temp/download/cells/cus / opt / IBM / WebSphere / AppServer / profiles / {{profilename}} / config / temp / download / cells / cus

/opt/IBM/WebSphere/AppServer/profiles/{{profilename}}/config/temp/download/cells/blas / opt / IBM / WebSphere / AppServer / profiles / {{profilename}} / config / temp / download / cells / blas

/opt/IBM/WebSphere/AppServer/profiles/{{profilename}}/config/cells/{{Nodename}}/applications / opt / IBM / WebSphere / AppServer / profiles / {{profilename}} / config / cells / {{Nodename}} /应用程序

/opt/IBM/WebSphere/AppServer/profiles/{{profilename}}/config/cells/{{Nodename}}/blas / opt / IBM / WebSphere / AppServer / profiles / {{profilename}} / config / cells / {{Nodename}} / blas

/opt/IBM/WebSphere/AppServer/profiles/{{profilename}}/config/cells/{{Nodename}}/cus / opt / IBM / WebSphere / AppServer / profiles / {{profilename}} / config / cells / {{Nodename}} / cus

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM