- This topic has 3 replies, 2 voices, and was last updated 13 years, 5 months ago by support-swapna.
-
AuthorPosts
-
usryjwMemberHI there,
I created a TestEar project with (TestWeb & TestEJB) and everything is default (I didnot create any java/jsp files) and then I “Add Deployment” go the following erro
The status of the TestEar is “Redeploy”.
Thanks,
—————————————————————————————————————————-
MyEclipse: deployment START packaged project: TestEar server: websphere61Server#AutoSrv02 time: Thu Jun 02 21:25:36 EDT 2011
—————————————————————————————————————————-
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:\\WAS\\IBM\\WebSphere\\AppServer\\profiles\\AutoSrv02\\installableApps\\TestEar.ear, eco36365Node13Cell, eco36365Node12, server1, TestEar, {{“TestEarWeb.war” “TestEarWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “TestEarWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, false, C:/Program Files/MyEclipse Blue Edition/MyEclipse Blue Edition 9/configuration/org.eclipse.osgi/bundles/15/1/.cp/scriptutil/scriptutil.jar, C:/WAS/IBM/WebSphere/AppServer/profiles/AutoSrv02/installableApps/TestEar.ear/TestEarEJB.jar, true]”
C:\WAS\IBM\WebSphere\AppServer\profiles\AutoSrv02\installableApps\TestEar.ear
eco36365Node13Cell
eco36365Node12
server1
TestEar
{“TestEarWeb.war” “TestEarWeb.war,WEB-INF/web.xml” default_host}
{“null” “TestEarWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “TestEar” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -processEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“TestEarWeb.war” “TestEarWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “TestEarWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
false
C:/Program Files/MyEclipse Blue Edition/MyEclipse Blue Edition 9/configuration/org.eclipse.osgi/bundles/15/1/.cp/scriptutil/scriptutil.jar
C:/WAS/IBM/WebSphere/AppServer/profiles/AutoSrv02/installableApps/TestEar.ear/TestEarEJB.jar
-deployejb
-processEmbeddedConfig
WASX7017E: Exception received while running file “C:\Program Files\MyEclipse Blue Edition\Common\plugins\com.genuitec.eclipse.blue.websphere61_9.0.0.me201103012021\installEAR_EJB3.jacl”; exception information: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: dd_in_ear_load_EXC_—————————————————————————————————————–
MyEclipse: deployment END project: TestEar server: websphere61Server#AutoSrv02 time: Thu Jun 02 21:25:45 EDT 2011
—————————————————————————————————————–
support-swapnaModeratorusryjw,
\com.genuitec.eclipse.blue.websphere61_9.0.0.me201103012021\installEAR_EJB3.jacl”; exception information
Are you working with EJB 3 project ? If yes then you need to install the feature pack for EJB 3.0 for WAS 6.1 to use EJB 3 in WAS 6.1.
Here is the link : http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg21287579
Hope this helps. Let us know if you have further questions.
usryjwMemberThanks for the reply.
I just created another Ear project which is JEE1.4 and it was successfully deployed withiin MEB.
Thanks
support-swapnaModeratorusryjw,
Glad that it is working.
Do let us know if you have any other issues. -
AuthorPosts