Hi,
I am trying to deploy an ear that runs and is deployed on iPlanet. The way the ear gets gerenated is out of a script file.
I tried on deploy the ear on wsad 5.1 and 6.0.
However it didn't deploy on either of them.
The application has some
ejb's but they are never called. Infact they were just written and never used.
Below is the error.
=======================
com.ibm.wtp.common.wft.util.WFTWrappedException: Error importing Module File
com.ibm.etools.j2ee.commonarchivecore.exception.SaveFailureException: A resource exists with a different case: /CMA/WebContent/WEB-INF/lib/META-INF.
!Stack_trace_of_nested_exce!
org.eclipse.core.internal.resources.ResourceException: A resource exists with a different case: /CMA/WebContent/WEB-INF/lib/META-INF.
at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Unknown Source)
at org.eclipse.core.internal.resources.Folder.assertCreateRequirements(Unknown Source)
at org.eclipse.core.internal.resources.Folder.create(Unknown Source)
at org.eclipse.core.internal.resources.Folder.create(Unknown Source)
at org.eclipse.emf.ecore.resource.impl.URIConverterImpl$PlatformResourceOutputStream.createContainer(Unknown Source)
at org.eclipse.emf.ecore.resource.impl.URIConverterImpl$PlatformResourceOutputStream.flush(Unknown Source)
at com.ibm.wtp.emf.workbench.WorkbenchByteArrayOutputStream.flush(Unknown Source)
at org.eclipse.emf.ecore.resource.impl.URIConverterImpl$PlatformResourceOutputStream.close(Unknown Source)
at com.ibm.wtp.emf.workbench.WorkbenchByteArrayOutputStream.close(Unknown Source)
at com.ibm.etools.j2ee.commonarchivecore.util.ArchiveUtil.copy(Unknown Source)
at com.ibm.iwt.archive.wb.operations.WTProjectSaveStrategyImpl.save(Unknown Source)
at com.ibm.iwt.archive.wb.operations.WTProjectSaveStrategyImpl.save(Unknown Source)
at com.ibm.etools.j2ee.commonarchivecore.strategy.SaveStrategyImpl.saveFiles(Unknown Source)
at com.ibm.etools.archive.j2ee.operations.J2EESaveStrategyImpl.saveFiles(Unknown Source)
at com.ibm.iwt.archive.wb.operations.WTProjectSaveStrategyImpl.saveFiles(Unknown Source)
at com.ibm.etools.j2ee.commonarchivecore.strategy.SaveStrategyImpl.save(Unknown Source)
at com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl.save(Unknown Source)
at com.ibm.etools.j2ee.commonarchivecore.impl.ModuleFileImpl.save(Unknown Source)
at com.ibm.etools.archive.j2ee.operations.J2EEImportOperation.importModuleFile(Unknown Source)
at com.ibm.etools.archive.j2ee.operations.J2EEImportOperation.doExecute(Unknown Source)
at com.ibm.iwt.webproject.operations.WARImportOperation.doExecute(Unknown Source)
at com.ibm.etools.archive.j2ee.operations.J2EEImportOperation.execute(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.doRun(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation$1.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.run(Unknown Source)
at com.ibm.etools.archive.ear.operations.EARImportOperation.doExecute(Unknown Source)
at com.ibm.etools.archive.j2ee.operations.J2EEImportOperation.execute(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.doRun(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation$1.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.run(Unknown Source)
at com.ibm.wtp.common.ui.RunnableWithProgressWrapper.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(Unknown Source)
at org.eclipse.jface.operation.ModalContext.run(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.run(Unknown Source)
at com.ibm.wtp.common.ui.wizard.WTPWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(Unknown Source)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.jface.window.Window.runEventLoop(Unknown Source)
at org.eclipse.jface.window.Window.open(Unknown Source)
at org.eclipse.ui.actions.ImportResourcesAction.run(Unknown Source)
at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
=======================
** Any suggestions or anyone who has encountered this problem before shall be appricated.
Thanks