- This topic has 4 replies, 3 voices, and was last updated 17 years ago by
Loyal Water.
-
AuthorPosts
-
FtchaiMemberhi,
I am using myeclipse blue with websphere 6.1, while deploying project i got error “Error during deployment: Unable to deploy EAR application to WebSphere server.”
any suggestion?
Regards
Chai
Loyal WaterMemberChai,
Can you paste the entire error message here for me. (What error is recorded under <workspace>/.metadata/.log file?)Were you able to start the server without errors ?
GregMemberHello Chai,
Also 2 additional things:
1. Are you using the 6.1 GA version of MyEclipse Blue? If you are still using M1 I would recommend upgrading to GA
2. Could you right-click the Websphere server in the servers view and do “view Deployment Log” and copy and paste the text in that file and post to the forums so we can see what may be the problem.Thanks
FtchaiMemberHi,
Thanks for your reply.
Here are the details :
I m using eclipse blue Version: 6.1.0 GA Build id: 6.1.0-GA-20080314
The log file!SESSION 2008-03-31 10:43:51.468 ———————————————–
eclipse.buildId=M20071023-1652
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2008-03-31 10:45:03.546
!MESSAGE Unable to locate .myeclipse-blue.properties file!ENTRY com.genuitec.eclipse.j2eedt.core 1 0 2008-03-31 10:45:09.734
!MESSAGE Unable to read application.xml
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: java.sun.com
at com.genuitec.eclipse.core.util.JDOMUtil.parseFile(JDOMUtil.java:161)
at com.genuitec.eclipse.j2eedt.core.EARProject.loadDeploymentDescriptorData(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.EARProject.initEARDeploymentDescriptorManager(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.EARProject.<init>(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.EARProject.<init>(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.J2EECore.getEARProjectsList(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.J2EECore.getEARProject(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.J2EECore.getJ2EEProject(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.<init>(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.EARDeployment.<init>(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.create(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.loadFromPreferences(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.init(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.<init>(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.getDefault(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog.createDialogArea(Unknown Source)
at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:147)
at org.eclipse.jface.window.Window.create(Window.java:426)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1081)
at org.eclipse.jface.window.Window.open(Window.java:785)
at com.genuitec.eclipse.ast.deploy.core.ui.action.DeploymentMgmtActionDelegate.runWithEvent(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
Caused by: java.net.UnknownHostException: java.sun.com
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:810)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:789)
at com.genuitec.eclipse.core.util.JDOMUtil.parseFile(JDOMUtil.java:159)
… 50 more!ENTRY com.genuitec.eclipse.blue.websphere 4 0 2008-03-31 10:48:15.953
!MESSAGE java.sun.com
!STACK 0
java.net.UnknownHostException: java.sun.com
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:810)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:789)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.sanitizeWebXMLForDeployment(WebsphereServer.java:549)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.afterDeployment(WebsphereServer.java:146)
at com.genuitec.eclipse.ast.deploy.core.Deployment.ÄÂ�(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.EARDeployment.resyncAll(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.EARDeployment.deployAsExplodedArchive(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.ÄÂ�(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)!ENTRY com.genuitec.eclipse.ast.deploy.core 1 0 2008-03-31 10:52:00.921
!MESSAGE Deploy failed
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: Unable to deploy EAR application to WebSphere server.
at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployEAR(BaseWebsphereManager.java:225)
at com.genuitec.eclipse.blue.websphere61.WebsphereManager.deployEAR(WebsphereManager.java:456)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.deployToWebSphere(WebsphereServer.java:213)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.afterDeployment(WebsphereServer.java:189)
at com.genuitec.eclipse.ast.deploy.core.Deployment.ÄÂ�(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.ÄÂ�(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)************************************************************************************************************
here is deployment log:
module.templates.templatescreenhandler.ejbinterfaces.TemplateScreenHandler because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.update.ejbinterfaces.ProfileUpdate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.approvedecline.ejbinterfaces.ApproveDecline because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.load.ejbinterfaces.ProfileLoadTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.selectlist.ejbinterfaces.SelectList because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.audit.ejbinterfaces.AuditTrail because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.approvedecline.ejbinterfaces.ApproveDeclineTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.load.ejbinterfaces.ProfileLoad because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Wed Mar 26 17:41:03 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.update.ejbinterfaces.ProfileUpdateTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7107E: Invalid options specified: “[filepermission, JSPReloadForWebMod, noallowDispatchRemoteInclude, noallowServiceRemoteInclude, buildVersion]”; valid options are:
MapModulesToServers
BindJndiForEJBNonMessageBinding
MapResRefToEJB
MapWebModToVH
EnsureMethodProtectionFor20EJB
GetServerName
preCompileJSPs
nopreCompileJSPs
distributeApp
nodistributeApp
useMetaDataFromBinary
nouseMetaDataFromBinary
deployejb
nodeployejb
createMBeansForResources
nocreateMBeansForResources
reloadEnabled
noreloadEnabled
deployws
nodeployws
processEmbeddedConfig
noprocessEmbeddedConfig
usedefaultbindings
defaultbinding.force
allowPermInFilterPolicy
noallowPermInFilterPolicy
verbose
update
update.ignore.old
update.ignore.new
installed.ear.destination
appname
reloadInterval
validateinstall
deployejb.rmic
deployejb.dbtype
deployejb.dbschema
deployejb.classpath
deployws.classpath
deployws.jardirs
defaultbinding.datasource.jndi
defaultbinding.datasource.username
defaultbinding.datasource.password
defaultbinding.cf.jndi
defaultbinding.cf.resauth
defaultbinding.ejbjndi.prefix
defaultbinding.virtual.host
defaultbinding.strategy.file
server
node
cell
cluster
contextroot
custom—————————————————————————————————————————-
MyEclipse: undeployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 11:39:17 GMT+05:30 2008
—————————————————————————————————————————-
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 unrecognized options are passed to the scripting environment and are available as argv: “[GPPManage]”
GPPManage
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/uninstallApplication.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name “GPPManage” does not exist.————————————————————————————————————————–
MyEclipse: deployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 11:41:16 GMT+05:30 2008
————————————————————————————————————————–
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 unrecognized options are passed to the scripting environment and are available as argv: “[F:\IBM\WebSphere\AppServer\profiles\default\installableApps\GPPManage.ear, chaitraliNode01Cell, chaitraliNode01, server1, GPPManage, {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar, F:/IBM/WebSphere/AppServer/profiles/default/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar]”
F:\IBM\WebSphere\AppServer\profiles\default\installableApps\GPPManage.ear
chaitraliNode01Cell
chaitraliNode01
server1
GPPManage
{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}
{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “GPPManage” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
true
F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar
F:/IBM/WebSphere/AppServer/profiles/default/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar
-deployejb+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.changestatus.ejbinterfaces.ProfileChangeStatus because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.create.ejbinterfaces.ProfileCreate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.listhandler.ejbinterfaces.ListHandler because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.create.ejbinterfaces.ProfileCreateTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.services.ejbinterfaces.Services because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.tasks.module.services.ejbinterfaces.TaskServices because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/response/SimpleResponseDataComponent
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.templates.templatescreenhandler.ejbinterfaces.TemplateScreenHandler because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.update.ejbinterfaces.ProfileUpdate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.approvedecline.ejbinterfaces.ApproveDecline because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.load.ejbinterfaces.ProfileLoadTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.selectlist.ejbinterfaces.SelectList because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.audit.ejbinterfaces.AuditTrail because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.approvedecline.ejbinterfaces.ApproveDeclineTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.load.ejbinterfaces.ProfileLoad because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:41:52 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.update.ejbinterfaces.ProfileUpdateTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7107E: Invalid options specified: “[filepermission, JSPReloadForWebMod, noallowDispatchRemoteInclude, noallowServiceRemoteInclude, buildVersion]”; valid options are:
MapModulesToServers
BindJndiForEJBNonMessageBinding
MapResRefToEJB
MapWebModToVH
EnsureMethodProtectionFor20EJB
GetServerName
preCompileJSPs
nopreCompileJSPs
distributeApp
nodistributeApp
useMetaDataFromBinary
nouseMetaDataFromBinary
deployejb
nodeployejb
createMBeansForResources
nocreateMBeansForResources
reloadEnabled
noreloadEnabled
deployws
nodeployws
processEmbeddedConfig
noprocessEmbeddedConfig
usedefaultbindings
defaultbinding.force
allowPermInFilterPolicy
noallowPermInFilterPolicy
verbose
update
update.ignore.old
update.ignore.new
installed.ear.destination
appname
reloadInterval
validateinstall
deployejb.rmic
deployejb.dbtype
deployejb.dbschema
deployejb.classpath
deployws.classpath
deployws.jardirs
defaultbinding.datasource.jndi
defaultbinding.datasource.username
defaultbinding.datasource.password
defaultbinding.cf.jndi
defaultbinding.cf.resauth
defaultbinding.ejbjndi.prefix
defaultbinding.virtual.host
defaultbinding.strategy.file
server
node
cell
cluster
contextroot
custom—————————————————————————————————————————-
MyEclipse: undeployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 11:42:15 GMT+05:30 2008
—————————————————————————————————————————-
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 unrecognized options are passed to the scripting environment and are available as argv: “[GPPManage]”
GPPManage
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/uninstallApplication.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name “GPPManage” does not exist.————————————————————————————————————————–
MyEclipse: deployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 11:44:39 GMT+05:30 2008
————————————————————————————————————————–
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 unrecognized options are passed to the scripting environment and are available as argv: “[F:\IBM\WebSphere\AppServer\profiles\default\installableApps\GPPManage.ear, chaitraliNode01Cell, chaitraliNode01, server1, GPPManage, {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar, F:/IBM/WebSphere/AppServer/profiles/default/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar]”
F:\IBM\WebSphere\AppServer\profiles\default\installableApps\GPPManage.ear
chaitraliNode01Cell
chaitraliNode01
server1
GPPManage
{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}
{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “GPPManage” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
true
F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar
F:/IBM/WebSphere/AppServer/profiles/default/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar
-deployejb+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.changestatus.ejbinterfaces.ProfileChangeStatus because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.create.ejbinterfaces.ProfileCreate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.listhandler.ejbinterfaces.ListHandler because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.create.ejbinterfaces.ProfileCreateTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.services.ejbinterfaces.Services because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.tasks.module.services.ejbinterfaces.TaskServices because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/response/SimpleResponseDataComponent
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.templates.templatescreenhandler.ejbinterfaces.TemplateScreenHandler because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.update.ejbinterfaces.ProfileUpdate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.approvedecline.ejbinterfaces.ApproveDecline because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.load.ejbinterfaces.ProfileLoadTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.selectlist.ejbinterfaces.SelectList because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.audit.ejbinterfaces.AuditTrail because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.approvedecline.ejbinterfaces.ApproveDeclineTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.load.ejbinterfaces.ProfileLoad because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
+++ Warning +++: Thu Mar 27 11:45:25 IST 2008 IWAV0003E Could not reflect methods for backend.staticdata.module.update.ejbinterfaces.ProfileUpdateTemplate because one of the methods references a type that could not be loaded. Exception: java.lang.NoClassDefFoundError: com/fundtech/datacomponent/request/Admin
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7107E: Invalid options specified: “[filepermission, JSPReloadForWebMod, noallowDispatchRemoteInclude, noallowServiceRemoteInclude, buildVersion]”; valid options are:
MapModulesToServers
BindJndiForEJBNonMessageBinding
MapResRefToEJB
MapWebModToVH
EnsureMethodProtectionFor20EJB
GetServerName
preCompileJSPs
nopreCompileJSPs
distributeApp
nodistributeApp
useMetaDataFromBinary
nouseMetaDataFromBinary
deployejb
nodeployejb
createMBeansForResources
nocreateMBeansForResources
reloadEnabled
noreloadEnabled
deployws
nodeployws
processEmbeddedConfig
noprocessEmbeddedConfig
usedefaultbindings
defaultbinding.force
allowPermInFilterPolicy
noallowPermInFilterPolicy
verbose
update
update.ignore.old
update.ignore.new
installed.ear.destination
appname
reloadInterval
validateinstall
deployejb.rmic
deployejb.dbtype
deployejb.dbschema
deployejb.classpath
deployws.classpath
deployws.jardirs
defaultbinding.datasource.jndi
defaultbinding.datasource.username
defaultbinding.datasource.password
defaultbinding.cf.jndi
defaultbinding.cf.resauth
defaultbinding.ejbjndi.prefix
defaultbinding.virtual.host
defaultbinding.strategy.file
server
node
cell
cluster
contextroot
customBEGIN Configuring Connector
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 unrecognized options are passed to the scripting environment and are available as argv: “[chaitraliNode02Cell, GPPInternational, server1]”
END Configuring Connector
BEGIN Configuring Connector
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: “[chaitraliNode01Cell, chaitraliNode01, server1]”
END Configuring Connector
————————————————————————————————————————–
MyEclipse: deployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 18:08:11 GMT+05:30 2008
————————————————————————————————————————–
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: “[F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear, chaitraliNode01Cell, chaitraliNode01, server1, GPPManage, {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar, F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar]”
F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear
chaitraliNode01Cell
chaitraliNode01
server1
GPPManage
{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}
{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “GPPManage” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
true
F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar
F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar
-deployejb
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7109E: Insufficient data for install task “MapResRefToEJBADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.”—————————————————————————————————————————-
MyEclipse: undeployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 18:11:15 GMT+05:30 2008
—————————————————————————————————————————-
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: “[GPPManage]”
GPPManage
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/uninstallApplication.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name “GPPManage” does not exist.————————————————————————————————————————–
MyEclipse: deployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 18:13:35 GMT+05:30 2008
————————————————————————————————————————–
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: “[F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear, chaitraliNode01Cell, chaitraliNode01, server1, GPPManage, {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar, F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar]”
F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear
chaitraliNode01Cell
chaitraliNode01
server1
GPPManage
{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}
{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “GPPManage” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
true
F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar
F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar
-deployejb
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7109E: Insufficient data for install task “MapResRefToEJBADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.”—————————————————————————————————————————-
MyEclipse: undeployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 18:15:55 GMT+05:30 2008
—————————————————————————————————————————-
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: “[GPPManage]”
GPPManage
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/uninstallApplication.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name “GPPManage” does not exist.————————————————————————————————————————–
MyEclipse: deployment START explodedproject: GPPManage server: websphere61Server time: Thu Mar 27 18:19:40 GMT+05:30 2008
————————————————————————————————————————–
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: “[F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear, chaitraliNode01Cell, chaitraliNode01, server1, GPPManage, {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar, F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar]”
F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear
chaitraliNode01Cell
chaitraliNode01
server1
GPPManage
{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}
{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “GPPManage” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
true
F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar
F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar
-deployejb
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7109E: Insufficient data for install task “MapResRefToEJBADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.”—————————————————————————————————————————-
MyEclipse: undeployment START explodedproject: GPPManage server: websphere61Server time: Fri Mar 28 13:05:32 GMT+05:30 2008
—————————————————————————————————————————-
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: “[GPPManage]”
GPPManage
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/uninstallApplication.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name “GPPManage” does not exist.————————————————————————————————————————–
MyEclipse: deployment START explodedproject: GPPManage server: websphere61Server time: Fri Mar 28 13:08:07 GMT+05:30 2008
————————————————————————————————————————–
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: “[F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear, chaitraliNode01Cell, chaitraliNode01, server1, GPPManage, {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar, F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar]”
F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear
chaitraliNode01Cell
chaitraliNode01
server1
GPPManage
{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}
{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appname “GPPManage” -createMBeansForResources -reloadEnabled -reloadInterval 1 -deployws -validateinstall off -noprocessEmbeddedConfig -filepermission .*.dll=755#.*.so=755#.*.a=755#.*.sl=755 -buildVersion Unknown -noallowDispatchRemoteInclude -noallowServiceRemoteInclude -MapWebModToVH {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}} -JSPReloadForWebMod {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}
false
true
true
F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar
F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar
-deployejb
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/installEAR.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7109E: Insufficient data for install task “MapResRefToEJBADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.
ADMA0007E: A Validation error occurred in task Mapping resource references to resources. The Java Naming and Directory Interface (JNDI) name is not specified for reference binding GppDataSource in module Generated by XDoclet with EJB name {3}.”—————————————————————————————————————————-
MyEclipse: undeployment START explodedproject: GPPManage server: websphere61Server time: Fri Mar 28 14:16:15 GMT+05:30 2008
—————————————————————————————————————————-
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: “[GPPManage]”
GPPManage
WASX7017E: Exception received while running file “F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere61_6.1.0.zmyeclipse610200803/uninstallApplication.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name “GPPManage” does not exist.————————————————————————————————————————–
MyEclipse: deployment START explodedproject: GPPManage server: websphere61Server time: Fri Mar 28 14:18:14 GMT+05:30 2008
————————————————————————————————————————–
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: “[F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear, chaitraliNode01Cell, chaitraliNode01, server1, GPPManage, {{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}}, {{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}}, false, true, true, F:/MyEclipse 6.1 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.1.0.zmyeclipse610200803/scriptutil/scriptutil.jar, F:/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/chaitraliNode01Cell/GPPManage.ear/GPPBackEnd.jar]”
F:\IBM\WebSphere\AppServer\profiles\AppSrv01\installableApps\GPPManage.ear
chaitraliNode01Cell
chaitraliNode01
server1
GPPManage
{“GPPWeb.war” “GPPWeb.war,WEB-INF/web.xml” default_host}
{“null” “GPPWeb.war,WEB-INF/ibm-web-ext.xmi”AppDeploymentOption.Yes 1}
-nopreCompileJSPs -distributeApp -useMetaDataFromBinary -deployejb -appna
Loyal WaterMemberThis message has not been recovered.
-
AuthorPosts