Siri Reddy

Greenhorn
+ Follow
since Oct 20, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Siri Reddy

Hi All,
we are sending a SOAP request to external application.
we have 2 environments one is weblogic and websphere 6.1
in weblogic its working fine.

but in websphere if run the service we are getting following exception.

Please suggest solution if any body knows.
Thanks in Advance.

Exception:


[12/12/06 11:45:31:111 EST] 0000002b WSErrorHandle F WSWS1011E: Error: [META-INF/was-webservices.xml:2:-1] Relative URI "../was-webservices.dtd"; can not be resolved without a base URI.

[12/12/06 11:45:31:142 EST] 0000002b ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file c:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_46b646b6_06.12.12_11.45.31_0.txt

[12/12/06 11:45:31:173 EST] 0000002b ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file c:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_46b646b6_06.12.12_11.45.31_0.txt

[12/12/06 11:45:31:173 EST] 0000002b BaseType E WSWS1000E: Error: org.xml.sax.SAXParseException: Relative URI "../was-webservices.dtd"; can not be resolved without a base URI.

at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182)

at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3176)





[12/12/06 11:45:31:173 EST] 0000002b WebServicesEn W WSWS1020E: Unable to parse file META-INF/was-webservices.xml

[12/12/06 11:45:31:204 EST] 0000002b WSErrorHandle F WSWS1011E: Error: [META-INF/was-webservices.xml:2:-1] Relative URI "was-webservices.dtd"; can not be resolved without a base URI.

[12/12/06 11:45:31:220 EST] 0000002b BaseType E WSWS1000E: Error: org.xml.sax.SAXParseException: Relative URI "was-webservices.dtd"; can not be resolved without a base URI.

at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182)

at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3176)





18 years ago
Hi All,
I am checout the code with Tagename.
after checkout the source it is cleaning the project there its not finding the webcontent\webinf\classes dir , so its failing.
because classes dir is not checkout from the CVS.
classes folder is empty in cvs thats why its not checout the folder structer I guess.

if i dont use Tagnme , its checkout the code and cleaning successfully.

Pl suggest me if any body face this problem.

Thanks,
Rajendar
18 years ago
Thanks for your reply,

actually i am not writing deployemnt script, i am just compiling the classes and creating the jar.
when we deploy into Websphere server it will generate the stubs and skelitions.

i believe this way can work,and if we want we can write the deploy script generating the stubs and skelitions and create the jar files.
both cases are fine i guess..

please correct me if i am wrong.

Thanks,
Siri
18 years ago
Hi All,
I am looking for plugin ,which will create the mapping xml file and java class if we provide the table fields.
i know only database table and connection properties , so if i mentioned table fields so automatically it will create the mapping xml file and java class.
please suggest me if any body knows or useing it

Thanks in Advance.
Siri...
Hi ALL,
i created a ear frile with ant script.
when i deploy into was6.1
i am getting following exception:

Please suggest me a Solution ASAP.

Exception::


An unexpected exception was thrown. Halting execution.

Shutting down workbench.

Array index out of range: 0

>com.ibm.etools.ejbdeploy.EJBDeploymentException (Array index out of range: 0)

java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

at com.ibm.etools.ejbdeploy.generators.mb.RemoteMBGenerator.getExceptionCodeSnip(RemoteMBGenerator.java:145)

at com.ibm.etools.ejbdeploy.gen2x.generators.LocalMBGenerator.getExceptionCodeSnip(LocalMBGenerator.java:42)

at com.ibm.etools.ejbdeploy.gen2x.generators.LocalWrapperMBGenerator.run(LocalWrapperMBGenerator.java:51)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runDependents(BaseGenerator.java:301)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.getBody(JavaMethodGenerator.java:141)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.generateMethod(JavaMethodGenerator.java:116)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.generateMember(JavaMethodGenerator.java:214)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMemberGenerator.run(JavaMemberGenerator.java:207)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)

at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.getBody(JavaTypeGenerator.java:102)

at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.generateType(JavaTypeGenerator.java:74)

at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.generateMember(JavaTypeGenerator.java:220)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMemberGenerator.run(JavaMemberGenerator.java:207)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)

at com.ibm.etools.ejbdeploy.java.codegen.JavaCompilationUnitGenerator.run(JavaCompilationUnitGenerator.java:272)

at com.ibm.etools.ejbdeploy.gen20.cnr.LocalWrapper.run(LocalWrapper.java:53)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.run(BaseGenerator.java:283)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.deploySession2_0(EJBDeployOperation.java:1028)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.deploySession(EJBDeployOperation.java:944)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.invokeCodeGeneration(EJBDeployOperation.java:1679)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doRun(EJBDeployOperation.java:1505)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:1401)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:1062)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeploymentCodegen(BatchExtension.java:1640)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.processEJBComponent(BatchExtension.java:646)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:395)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$0(BatchExtension.java:317)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:300)

at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)

at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1741)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:284)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:247)

at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:615)

at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:272)

at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:99)

at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:83)

at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:313)

EJBDeploy level: o0619.34

ADMA5008E: EJBDeploy failed on /product/WebSphere/DeploymentManager/profiles/esbdev1_dmgr/wstemp/wstemp/app_10f29fb2f6f/dpl/dpl_esbapp.ear: com.ibm.etools.ejbdeploy.EJBDeploymentException: Error executing EJBDeploy

ADMA5011I: The cleanup of the temp directory for application esbapp is complete.

ADMA5014E: The installation of application esbapp failed.

The installation of application esbapp failed.
18 years ago
Thanks for your Reply,
and do we need to exclude the application.xml, web.xml and MAINFEST files.
because i am getting following error when i am deploying the ear into server:

Java Model Exception: Java Model Status "Project cannot reference itself"

Please suggest me which one i have to take care.

waiting for your reply

Thanks,
Siri
18 years ago
HI All,
in my project we have webmodules and EJB modules.
my question is :

when we are creating ear file, do we need to generate the stubs and skelitions and put into EAR OR we just compile the jave files(like home ,remote interface and bean class) and includes only class files and create a EAR file.

so at the time of deploying the ear all EJB modules will generate the stubs and skelitions?


please clarify my doubt,

actually how it works if we have ejbs in our project? how we need to write ant script for that?

thanks in advance
18 years ago
I have create a EAR with build script.
when i deploying into was6.1 i am getting following error.



*** ERROR ***: Tue Nov 21 14:47:51 EST 2006 Java Model Exception: Java Model Status [Project cannot reference itself: MetricsMDB]
[11/21/06 14:47:51:958 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:773)
[11/21/06 14:47:51:958 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2846)
[11/21/06 14:47:51:958 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2862)
[11/21/06 14:47:51:973 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactImportOperation.addToClasspath(J2EEArtifactImportOperation.java:137)
[11/21/06 14:47:52:020 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jst.j2ee.internal.archive.operations.EARComponentImportOperation.fixupClasspaths(EARComponentImportOperation.java:136)
[11/21/06 14:47:52:020 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jst.j2ee.internal.archive.operations.EARComponentImportOperation.doExecute(EARComponentImportOperation.java:94)
[11/21/06 14:47:52:020 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactImportOperation.execute(J2EEArtifactImportOperation.java:55)
[11/21/06 14:47:52:036 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.doExecute(ExtendableOperationImpl.java:163)
[11/21/06 14:47:52:036 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl$1.run(ExtendableOperationImpl.java:131)
[11/21/06 14:47:52:083 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
[11/21/06 14:47:52:083 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1741)
[11/21/06 14:47:52:083 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.execute(ExtendableOperationImpl.java:137)
[11/21/06 14:47:52:083 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.importEar(BatchExtension.java:957)
[11/21/06 14:47:52:145 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:322)
[11/21/06 14:47:52:239 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$0(BatchExtension.java:317)
[11/21/06 14:47:52:239 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:300)
[11/21/06 14:47:52:255 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
[11/21/06 14:47:52:255 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1741)
[11/21/06 14:47:52:333 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:284)
[11/21/06 14:47:52:348 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:247)
[11/21/06 14:47:52:348 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
[11/21/06 14:47:52:348 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
[11/21/06 14:47:52:364 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11/21/06 14:47:52:973 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
[11/21/06 14:47:52:973 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11/21/06 14:47:52:989 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at java.lang.reflect.Method.invoke(Method.java:615)
[11/21/06 14:47:52:989 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:272)
[11/21/06 14:47:53:442 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:99)
[11/21/06 14:47:54:036 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:83)
[11/21/06 14:47:54:051 EST] 00000035 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:313)
[11/21/06 14:48:00:051 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: ControllerMDB
[11/21/06 14:48:00:098 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar ControllerMDB
[11/21/06 14:48:02:317 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:12:911 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /ControllerMDB/ejbModule.
[11/21/06 14:48:13:020 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: MetricsMDB
[11/21/06 14:48:13:036 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar MetricsMDB
[11/21/06 14:48:13:083 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:13:177 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /MetricsMDB/ejbModule.
[11/21/06 14:48:13:458 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: OMSAdapter
[11/21/06 14:48:13:458 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar OMSAdapter
[11/21/06 14:48:13:536 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:13:567 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: OMSAdapterEJB
[11/21/06 14:48:13:989 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /OMSAdapter/ejbModule.
[11/21/06 14:48:14:098 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: OMSDPPSService
[11/21/06 14:48:14:098 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar OMSDPPSService
[11/21/06 14:48:14:177 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:14:192 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: OMSDPPSServiceEJB
[11/21/06 14:48:14:458 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /OMSDPPSService/ejbModule.
[11/21/06 14:48:14:536 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: Operate
[11/21/06 14:48:14:552 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar Operate
[11/21/06 14:48:14:770 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:14:817 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: Operate
[11/21/06 14:48:14:927 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /Operate/ejbModule.
[11/21/06 14:48:15:020 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: OutBoundRouter
[11/21/06 14:48:15:020 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar OutBoundRouter
[11/21/06 14:48:15:083 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:15:380 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /OutBoundRouter/ejbModule.
[11/21/06 14:48:15:473 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: SpringSession
[11/21/06 14:48:15:473 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar SpringSession
[11/21/06 14:48:15:614 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:15:630 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: GetEquipmentServiceEJB
[11/21/06 14:48:15:739 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: FindAccountServiceEJB
[11/21/06 14:48:15:802 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: VODPurchaseServiceEJB
[11/21/06 14:48:15:848 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: GetAccountNumberServiceEJB
[11/21/06 14:48:15:911 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: UpdateServiceOrderServiceEJB
[11/21/06 14:48:15:958 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: OnDemandPurchaseServiceEJB
[11/21/06 14:48:16:020 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: BalanceInquiryServiceEJB
[11/21/06 14:48:16:067 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: GetSystemStatusServiceEJB
[11/21/06 14:48:16:427 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: SchedulingServiceServiceEJB
[11/21/06 14:48:16:473 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /SpringSession/ejbModule.
[11/21/06 14:48:16:473 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: Validator
[11/21/06 14:48:16:473 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar Validator
[11/21/06 14:48:16:489 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:16:536 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: XMLValidator
[11/21/06 14:48:16:598 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /Validator/ejbModule.
[11/21/06 14:48:16:677 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: XMLRouter
[11/21/06 14:48:16:692 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar XMLRouter
[11/21/06 14:48:16:755 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:16:755 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: XMLRouter
[11/21/06 14:48:16:895 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /XMLRouter/ejbModule.
[11/21/06 14:48:16:973 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Setting classpath for: XMLToXMLTransformer
[11/21/06 14:48:16:989 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Deploying jar XMLToXMLTransformer
[11/21/06 14:48:17:052 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Generating deployment code
[11/21/06 14:48:17:052 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Processing session bean: XMLToXMLTransformer
[11/21/06 14:48:17:239 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Refreshing /XMLToXMLTransformer/ejbModule.
[11/21/06 14:48:19:005 EST] 00000030 DeployEJBTask E ADMA0086E: An error occurred from the EJBDeploy program: An unexpected exception was thrown. Halting execution. [severity 2]
[11/21/06 14:48:19:005 EST] 00000030 DeployEJBTask W ADMA0087W: A warning is issued from the EJBDeploy program: An unexpected exception was thrown. Halting execution. [severity 2]
[11/21/06 14:48:19:005 EST] 00000030 DeployEJBTask W ADMA0087W: A warning is issued from the EJBDeploy program: An unexpected exception was thrown. Halting execution. [severity 2]
[11/21/06 14:48:19:005 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Shutting down workbench.
[11/21/06 14:48:19:005 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Array index out of range: 0
[11/21/06 14:48:19:130 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] >com.ibm.etools.ejbdeploy.EJBDeploymentException (Array index out of range: 0)
[11/21/06 14:48:19:145 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
[11/21/06 14:48:19:161 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.generators.mb.RemoteMBGenerator.getExceptionCodeSnip(RemoteMBGenerator.java:145)
[11/21/06 14:48:19:208 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.gen2x.generators.LocalMBGenerator.getExceptionCodeSnip(LocalMBGenerator.java:42)
[11/21/06 14:48:19:208 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.gen2x.generators.LocalWrapperMBGenerator.run(LocalWrapperMBGenerator.java:51)
[11/21/06 14:48:19:661 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runDependents(BaseGenerator.java:301)
[11/21/06 14:48:19:661 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.getBody(JavaMethodGenerator.java:141)
[11/21/06 14:48:19:661 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.generateMethod(JavaMethodGenerator.java:116)
[11/21/06 14:48:19:661 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.generateMember(JavaMethodGenerator.java:214)
[11/21/06 14:48:19:708 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaMemberGenerator.run(JavaMemberGenerator.java:207)
[11/21/06 14:48:19:723 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)
[11/21/06 14:48:19:723 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.getBody(JavaTypeGenerator.java:102)
[11/21/06 14:48:19:723 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.generateType(JavaTypeGenerator.java:74)
[11/21/06 14:48:19:723 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.generateMember(JavaTypeGenerator.java:220)
[11/21/06 14:48:19:755 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaMemberGenerator.run(JavaMemberGenerator.java:207)
[11/21/06 14:48:19:770 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)
[11/21/06 14:48:19:770 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.java.codegen.JavaCompilationUnitGenerator.run(JavaCompilationUnitGenerator.java:272)
[11/21/06 14:48:19:770 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.gen20.cnr.LocalWrapper.run(LocalWrapper.java:53)
[11/21/06 14:48:19:833 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)
[11/21/06 14:48:19:833 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.run(BaseGenerator.java:283)
[11/21/06 14:48:19:833 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.deploySession2_0(EJBDeployOperation.java:1028)
[11/21/06 14:48:19:848 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.deploySession(EJBDeployOperation.java:944)
[11/21/06 14:48:19:848 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.invokeCodeGeneration(EJBDeployOperation.java:1679)
[11/21/06 14:48:19:880 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doRun(EJBDeployOperation.java:1505)
[11/21/06 14:48:19:880 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:1401)
[11/21/06 14:48:19:895 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:1062)
[11/21/06 14:48:19:895 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeploymentCodegen(BatchExtension.java:1640)
[11/21/06 14:48:19:942 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.processEJBComponent(BatchExtension.java:646)
[11/21/06 14:48:19:958 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:395)
[11/21/06 14:48:19:958 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$0(BatchExtension.java:317)
[11/21/06 14:48:19:958 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:300)
[11/21/06 14:48:19:958 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
[11/21/06 14:48:20:036 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1741)
[11/21/06 14:48:20:036 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:284)
[11/21/06 14:48:20:036 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:247)
[11/21/06 14:48:20:036 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
[11/21/06 14:48:20:052 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
[11/21/06 14:48:20:161 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11/21/06 14:48:20:177 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
[11/21/06 14:48:20:177 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11/21/06 14:48:20:177 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at java.lang.reflect.Method.invoke(Method.java:615)
[11/21/06 14:48:20:239 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:272)
[11/21/06 14:48:20:239 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:99)
[11/21/06 14:48:20:239 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:83)
[11/21/06 14:48:20:255 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:313)
[11/21/06 14:48:20:255 EST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] EJBDeploy level: o0619.34
[11/21/06 14:48:20:458 EST] 0000002e ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\IBM\WebSphere\AppServer1\profiles\AppSrv01\logs\ffdc\server1_34363436_06.11.21_14.48.20_0.txt
[11/21/06 14:48:20:505 EST] 0000002e ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\WebSphere\AppServer1\profiles\AppSrv01\logs\ffdc\server1_34363436_06.11.21_14.48.20_0.txt
[11/21/06 14:48:20:520 EST] 0000002e DeployEJBTask E ADMA0086E: An error occurred from the EJBDeploy program: com.ibm.websphere.management.exception.AdminException: ADMA0063E: An error occurred in EJB deployment - [An unexpected exception was thrown. Halting execution.]
at com.ibm.ws.management.application.task.DeployEJBTask.performTask(DeployEJBTask.java:348)
at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:262)
at java.lang.Thread.run(Thread.java:797)
[severity -]
[11/21/06 14:48:20:520 EST] 0000002e ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\IBM\WebSphere\AppServer1\profiles\AppSrv01\logs\ffdc\server1_34363436_06.11.21_14.48.20_1.txt
[11/21/06 14:48:20:630 EST] 0000002e ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\WebSphere\AppServer1\profiles\AppSrv01\logs\ffdc\server1_34363436_06.11.21_14.48.20_1.txt
[11/21/06 14:48:20:630 EST] 0000002e SystemErr R com.ibm.websphere.management.exception.AdminException: ADMA0063E: An error occurred in EJB deployment - [An unexpected exception was thrown. Halting execution.]
[11/21/06 14:48:20:630 EST] 0000002e SystemErr R at com.ibm.ws.management.application.task.DeployEJBTask.performTask(DeployEJBTask.java:348)
[11/21/06 14:48:20:630 EST] 0000002e SystemErr R at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:262)
[11/21/06 14:48:20:630 EST] 0000002e SystemErr R at java.lang.Thread.run(Thread.java:797)
18 years ago
when I run the build .xml :

i am getting this error:

Buildfile: C:\ESB30\MetricsMDB\build.xml
init:
build:
[ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer - dependent class not found: org.apache.bcel.classfile.ClassParser

BUILD FAILED
C:\ESB30\MetricsMDB\build.xml:68: The 'websphere.home' property must be set when 'ejbdeploy=true'

Total time: 1 second



where can set the websphere home, i think its in build .xml file
and i added BCEL jar into class path.

still i am getting same error,
please any body give give me quick help..

Thanks in Advanace


18 years ago
I have 1 Stateless session bean.actually i am creating ear through Ant Script.
one module AntScript:

<project name="${project.name}" default="build">

<description>Buildfile for EJB projects</description>

< !-- Define the global properties -->
<property file="ant.properties" />

<property name="src.dir" location="./ejbModule" />
<property name="tgt.dir" location="./ejbModule" />
<property name="jar.dir" location="./dist" />

<path id="build.path">
<pathelement location="${helpers.home}/dist/${helpers.jar}"/>
<pathelement location="${ear.home}/EarContent/${CSG.jar}"/>
<pathelement location="${ear.home}/EarContent/${acl.jar}"/>
<pathelement location="${ear.home}/EarContent/${commons-codec.jar}"/>
<pathelement location="${ear.home}/EarContent/${commons-lang.jar}"/>
<pathelement location="${ear.home}/EarContent/${commons-pool.jar}"/>
<pathelement location="${ear.home}/EarContent/${concurrent.jar}"/>
<pathelement location="${ear.home}/EarContent/${hibernate.jar}"/>
<pathelement location="${ear.home}/EarContent/${jdom.jar}"/>
<pathelement location="${ear.home}/EarContent/${log4j.jar}"/>
<pathelement location="${ear.home}/EarContent/${quartz.jar}"/>
<pathelement location="${ear.home}/EarContent/${spring.jar}"/>
<pathelement location="${ear.home}/EarContent/${jaxb-api.jar}"/>
<pathelement location="${ear.home}/EarContent/${commons-collections.jar}"/>
<pathelement location="${ear.home}/EarContent/${dom4j.jar}"/>
<pathelement location="${ear.home}/EarContent/${jaxen-core.jar}"/>
<pathelement location="${ear.home}/EarContent/${jaxen-jdom.jar}"/>
<pathelement location="${ear.home}/EarContent/${saxpath.jar}"/>
<pathelement location="${ear.home}/EarContent/${cglib.jar}"/>
<pathelement location="${ear.home}/EarContent/${ehcache.jar}"/>
<pathelement location="${ear.home}/EarContent/${asm.jar}"/>
<pathelement location="${ear.home}/EarContent/${asm-attrs.jar}"/>
<pathelement location="${ear.home}/EarContent/${jaxb-impl.jar}"/>
<pathelement location="${ear.home}/EarContent/${jaxb-libs.jar}"/>
<pathelement location="${ear.home}/EarContent/${jaxb-xjc.jar}"/>
<pathelement location="${ear.home}/EarContent/${xml-apis.jar}"/>
<pathelement location="${ear.home}/EarContent/${xalan.jar}"/>
<pathelement location="${ear.home}/EarContent/${xercesImpl.jar}"/>
<pathelement location="${ear.home}/EarContent/${namespace.jar}"/>
<pathelement location="${ear.home}/EarContent/${relaxngDatatype.jar}"/>
<pathelement location="${ear.home}/EarContent/${xsdlib.jar}"/>
<pathelement location="${ear.home}/EarContent/${commons-logging.jar}"/>
</path>

< !-- Target: init - initializes our environment -->
<target name="init">
<mkdir dir="${jar.dir}" />
</target>

< !-- Target: build - compiles our source files -->
<target name="build" depends="init">
<javac srcdir="${src.dir}"<br /> destdir="${tgt.dir}"<br /> classpathref="build.path"<br /> source="1.5">
<include name="**/*.java"/>
<exclude name="**/EJS*.java"/>
<exclude name="**/_*.java"/>
<exclude name="org/**"/>
<exclude name="com/ibm/**"/>
</javac>
</target>

< !-- Target: clean - deletes our output directory -->
<target name="clean">
<delete dir="${jar.dir}" />
<delete>
<fileset dir="${tgt.dir}" includes="**/*.class"/>
</delete>
</target>

< !-- Target: clean.compile - insures everything is built<br /> by removing our output directory and then building <br /> -->
<target name="clean.build" depends="clean, build" />

< !-- Target: clean.package - insures everything is built<br /> by removing our output directory and then packaging <br /> -->
<target name="clean.package" depends="clean, package" />

< !-- Target: package - builds a jar file for our project -->
<target name="package" depends="build">
<jar jarfile="${jar.dir}/${jar.file}" basedir="${tgt.dir}" manifest="${tgt.dir}/META-INF/MANIFEST.MF" />
</target>

</project>
18 years ago
Hi All,
We are migrated our project from Weblogic to Websphere6.1.
we have few EJB modules.
we are useing AST tool, the EAR, if i export from AST its deploying well.
but if create a EAR with my build script, its not deployeing and giveing following error , I tried many ways.
please if any body suggest any solution its very big help to me.
The error is comming in my newly created EJB module.

Error is:


*** ERROR ***: Mon Nov 20 15:48:01 EST 2006 Java Model Exception: Java Model Status [Project cannot reference itself: ESBInternalEJB]



An unexpected exception was thrown. Halting execution.

Shutting down workbench.

Array index out of range: 0

>com.ibm.etools.ejbdeploy.EJBDeploymentException (Array index out of range: 0)

java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

at com.ibm.etools.ejbdeploy.generators.mb.RemoteMBGenerator.getExceptionCodeSnip(RemoteMBGenerator.java:145)

at com.ibm.etools.ejbdeploy.gen2x.generators.LocalMBGenerator.getExceptionCodeSnip(LocalMBGenerator.java:42)

at com.ibm.etools.ejbdeploy.gen2x.generators.LocalWrapperMBGenerator.run(LocalWrapperMBGenerator.java:51)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runDependents(BaseGenerator.java:301)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.getBody(JavaMethodGenerator.java:141)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.generateMethod(JavaMethodGenerator.java:116)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMethodGenerator.generateMember(JavaMethodGenerator.java:214)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMemberGenerator.run(JavaMemberGenerator.java:207)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)

at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.getBody(JavaTypeGenerator.java:102)

at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.generateType(JavaTypeGenerator.java:74)

at com.ibm.etools.ejbdeploy.java.codegen.JavaTypeGenerator.generateMember(JavaTypeGenerator.java:220)

at com.ibm.etools.ejbdeploy.java.codegen.JavaMemberGenerator.run(JavaMemberGenerator.java:207)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)

at com.ibm.etools.ejbdeploy.java.codegen.JavaCompilationUnitGenerator.run(JavaCompilationUnitGenerator.java:272)

at com.ibm.etools.ejbdeploy.gen20.cnr.LocalWrapper.run(LocalWrapper.java:53)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.runChildren(BaseGenerator.java:292)

at com.ibm.etools.ejbdeploy.codegen.BaseGenerator.run(BaseGenerator.java:283)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.deploySession2_0(EJBDeployOperation.java:1028)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.deploySession(EJBDeployOperation.java:944)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.invokeCodeGeneration(EJBDeployOperation.java:1679)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doRun(EJBDeployOperation.java:1505)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:1401)

at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:1062)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeploymentCodegen(BatchExtension.java:1640)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.processEJBComponent(BatchExtension.java:646)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:395)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$0(BatchExtension.java:317)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:300)

at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)

at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1741)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:284)

at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:247)

at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:615)

at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:272)

at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:99)

at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:83)

at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:313)

EJBDeploy level: o0619.34

ADMA5008E: EJBDeploy failed on /product/WebSphere/DeploymentManager/profiles/esbdev1_dmgr/wstemp/wstemp/app_10f071fb203/dpl/dpl_esbapp.ear: com.ibm.etools.ejbdeploy.EJBDeploymentException: Error executing EJBDeploy

ADMA5011I: The cleanup of the temp directory for application esbapp is complete.

ADMA5014E: The installation of application esbapp failed.

The installation of application esbapp failed.




Thanks
Raj


18 years ago
Hi All,
I am trying to check out the source from cvs,i have given cvs root:

<cvs cvsroot="${cvsroot}" quiet="true"
command="checkout -P"
dest="${build}" compression="true" />

where can i give the password, if i metioned in same tab its giveing error not supporting..

please guide me how can i give cvs password in ant script..

thanks in adavance
18 years ago
Hi All,
now i want to create a build script for my project,requirement is take the latest from CVS and build it.
and how to setup the Ant in windows/linux.

please any one can suggest me easy process.

Thanks in adavance
18 years ago
Hi All,
i am doing a soap call from AST(Application Server Tool Kit).
i am getting this exception:

java.lang.NoClassDefFoundError: com.ibm.wsspi.extension.ExtensionRegistryFactory


Can any body send me solution for this.

Thanks in Advance>
18 years ago
Hi All,
recently we migrated our project weblogic to websphere.
we are calling one webservice but we are getting following error:


is there any versions problem or some thing else please give solutions.

Thanks in adavance.


<soap:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soapenv:Client</faultcode><faultstring><![CDATA[Server did not recognize the value of HTTP Header SOAPAction: "http://cc.timewarnercable.com/RemedyAAD/GetTicketInfo".]]></faultstring><detail encodingStyle=""/></soap:Fault></soap:Body></soap:Envelope>executeSOAPImpl executed


18 years ago