- This topic has 3 replies, 2 voices, and was last updated 15 years, 5 months ago by support-eugene.
-
AuthorPosts
-
tylarMemberI have tried to deploy several applications to WAS7. I get an error for each. After the deploy step completes, the status of the EAR in the Servers view is “Redeploy”, and redeploying doesn’t fix the issue. Here is the entry in the deployment log. There are 2 of us getting the same error and we are both doing it completely separate. Does anyone have a workaround?
————————————————————————————————————————–
MyEclipse: deployment START explodedproject: mmisEAR server: websphere7Server#AppSrv02 time: Wed Jun 03 08:49:14 EDT 2009
————————————————————————————————————————–
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: “[C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv02\installableApps\mmisEAR.ear, TMYERS-6Node04Cell, TMYERS-6Node04, server1, mmisEAR, {{“mmisWeb.war” “mmisWeb.war,WEB-INF/web.xml” default_host}}, {{.* .* AppDeploymentOption.Yes 1}}, false, false, true, C:/Program Files/Genuitec/MyEclipse 7.1 Blue Edition/configuration/org.eclipse.osgi/bundles/8/1/.cp/scriptutil/scriptutil.jar]”
C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv02\installableApps\mmisEAR.ear
TMYERS-6Node04Cell
TMYERS-6Node04
server1
mmisEAR
{“mmisWeb.war” “mmisWeb.war,WEB-INF/web.xml” default_host}
{.* .* AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -nodeployejb -appname “mmisEAR” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“mmisWeb.war” “mmisWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{.* .* AppDeploymentOption.Yes 1}}
false
false
true
C:/Program Files/Genuitec/MyEclipse 7.1 Blue Edition/configuration/org.eclipse.osgi/bundles/8/1/.cp/scriptutil/scriptutil.jar-nodeployejb
WASX7017E: Exception received while running file “C:\Program Files\Genuitec\Common\plugins\com.genuitec.eclipse.blue.websphere7_7.1.0.zmyeclipse7102009030516\installEAR.jacl”; exception information: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: dd_in_ear_load_EXC_
tylarMemberTo help narrow down the issue. I can deploy a web project just fine. The issue only occurs deploying an EAR project.
tylarMemberTo narrow it down further….I can deploy an EAR at J2EE 1.4 but not an EAR at J2EE 5.
support-eugeneMemberCan you deploy the very same EAR using WAS admin console?
-
AuthorPosts