- This topic has 6 replies, 3 voices, and was last updated 15 years, 8 months ago by
support-joy.
-
AuthorPosts
-
Aaron ScifresMemberHello,
I am working in MyEclipse Blue 7.5 on a complex app whose EAR contains multiple EJBs. Several of these EJBs are modules mapped to projects in the workspace (and are therefore in both the .mymetadata and application.xml files), but a few of them are simply jars copied into the EAR project from a separate build, so they are contained in the application.xml but not .mymetadata. This EAR consistently fails to deploy to WAS 6.1 and the following information appears in the deployment.log (note I have modified the text to make workspace/project/profile names generic):
—————————————————————————————————————————-
MyEclipse: deployment START explodedproject: myEAR server: websphere61Server#_v4.5.1 time: Wed Sep 30 12:59:17 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:\\tools\\WAS6_Profiles\\_v4_5_1_dev\\installableApps\\myEAR.ear, Node10Cell, Node10, server1, myEAR, {{“remoteWAR.war” “remoteWAR.war,WEB-INF/web.xml” default_host} {“Login.war” “Login.war,WEB-INF/web.xml” default_host}}, {{“null” “remoteWAR.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “Login.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, C:/Program Files/Genuitec/MyEclipse 7.5 Blue/configuration/org.eclipse.osgi/bundles/11/1/.cp/scriptutil/scriptutil.jar, C:/myProfile/installedApps/Node10Cell/myEAR.ear/FailureEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/PaymentMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ExternalOrderFailureEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ExternalOrderTransactionEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/FraudDetectionStatisticsMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/GenericMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ProductInformationDeleteItemMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ExternalOrderTransferMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/sessionexecutorEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ShadowInventoryStatusHandlerMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/infrastructurelongdatekeygeneratorEJB.jar]”
C:\myProfile\installableApps\myEAR.ear
Node10Cell
Node10
server1
myEAR
{“remoteWAR.war” “remoteWAR.war,WEB-INF/web.xml” default_host} {“Login.war” “Login.war,WEB-INF/web.xml” default_host}
{“null” “remoteWAR.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “Login.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “myEAR” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“remoteWAR.war” “remoteWAR.war,WEB-INF/web.xml” default_host} {“Login.war” “Login.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “remoteWAR.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1} {“null” “Login.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
true
C:/Program Files/Genuitec/MyEclipse 7.5 Blue/configuration/org.eclipse.osgi/bundles/11/1/.cp/scriptutil/scriptutil.jar
C:/myProfile/installedApps/Node10Cell/myEAR.ear/FailureEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/PaymentMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ExternalOrderFailureEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ExternalOrderTransactionEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/FraudDetectionStatisticsMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/GenericMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ProductInformationDeleteItemMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ExternalOrderTransferMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/sessionexecutorEJB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/ShadowInventoryStatusHandlerMDB.jar;C:/myProfile/installedApps/Node10Cell/myEAR.ear/infrastructurelongdatekeygeneratorEJB.jar
-deployejb
WASX7017E: Exception received while running file “C:\Program Files\Genuitec\Pulse Explorer\configuration\org.eclipse.osgi\bundles\73\data\1724588385\plugins\com.genuitec.eclipse.blue.websphere61_7.5.1.zmyeclipse75120090914\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_I cannot find any other logs that would give more insight into what a dd_in_ear_load_EXC is or what caused this to occur. Any thoughts?
-Aaron
September 30, 2009 at 12:42 pm #302794
support-eugeneMemberCan you check deployment folder and see if the EAR structure is as you expect (i.e. all jars are deployed to proper location)?
September 30, 2009 at 1:00 pm #302795
Aaron ScifresMemberYes, it looks like all the jars are in the root of the EAR, as I’d expect. (e.g. C:/myProfile/installedApps/Node10Cell/myEAR.ear)
September 30, 2009 at 1:41 pm #302798
support-eugeneMemberAre you deploying as exploded or as packaged?
September 30, 2009 at 2:37 pm #302801
Aaron ScifresMemberExploded.
September 30, 2009 at 4:25 pm #302807
Aaron ScifresMemberSorry, I found the problem. One of the jars was missing from the EAR project. I added it and it now deploys just fine. You can disregard this.
October 1, 2009 at 4:42 am #302826
support-joyMemberGood to hear you are all set.
-
AuthorPosts