File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes RAD 7.5 AND WAS 7.0 - error please help me Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "RAD 7.5 AND WAS 7.0 - error please help me " Watch "RAD 7.5 AND WAS 7.0 - error please help me " New topic
Author

RAD 7.5 AND WAS 7.0 - error please help me

Matt Swaggi
Ranch Hand

Joined: May 29, 2008
Posts: 61


I am getting the below error in WAS 7.0 / RAD 7.5 .

Error

00000007 annotations E ArchiveInputStreamData iterate unable to process input stream java.lang.ArrayIndexOutOfBoundsException

Please let me know how to overcome this message . Also the performance is really slow .

is that IBM bug ..? just a guess

THANKS ANY SOLUTION IS HIGHLY APPRECIABLE .



Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

We could probably do better than a guess if we could see the stack trace. Just the class of the error isn't very helpful.
Matt Swaggi
Ranch Hand

Joined: May 29, 2008
Posts: 61
Paul

This error is from the ibm WAS APPLICATION SERVER and not my application , so I think wont be able to get the stack trace,
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

The stack trace should be in one of the Websphere logs, then.
Matt Swaggi
Ranch Hand

Joined: May 29, 2008
Posts: 61
Paul , below is the stack trace

(code)


at org.objectweb.asm.ClassReader.readClass(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at org.objectweb.asm.ClassReader.accept(Unknown Source)
at com.ibm.ws.amm.scan.util.ClassScanner.scanInputStream(ClassScanner.java:233)
at com.ibm.ws.amm.AnnotativeMetadataManagerImpl$1.applyTo(AnnotativeMetadataManagerImpl.java:259)
at com.ibm.wsspi.amm.scan.context.ArchiveInputStreamData.iterate(ArchiveInputStreamData.java:241)
at com.ibm.ws.amm.AnnotativeMetadataManagerImpl.scan(AnnotativeMetadataManagerImpl.java:257)
at com.ibm.ws.amm.AnnotativeMetadataManagerImpl.scan(AnnotativeMetadataManagerImpl.java:218)
at com.ibm.ws.amm.commonarchive.AnnotationsProcessorImpl.merge(AnnotationsProcessorImpl.java:108)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.WARFileImpl.processAnnotations(WARFileImpl.java:297)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.WARFileImpl.getDeploymentDescriptor(WARFileImpl.java:243)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.WARFileImpl.getDeploymentDescriptor(WARFileImpl.java:173)
at com.ibm.websphere.management.application.AppDeploymentUtil.getModuleVersion(AppDeploymentUtil.java:1253)
at com.ibm.websphere.management.application.AppDeploymentUtil.isEE5SchemaDD(AppDeploymentUtil.java:1214)
at com.ibm.ws.management.application.client.AppInstallHelper.checkIfEE5ModulesContainXMIBindings(AppInstallHelper.java:1043)
at com.ibm.ws.management.application.client.AppInstallHelper.checkIfEE5ModulesContainXMIBindings(AppInstallHelper.java:1008)
at com.ibm.ws.management.application.client.AppInstallHelper.getArchive(AppInstallHelper.java:289)
at com.ibm.ws.management.application.client.AppInstallHelper.getEarFile(AppInstallHelper.java:157)
at com.ibm.ws.management.application.task.ConfigRepoHelper.getEarFileFromBinaries(ConfigRepoHelper.java:444)
at com.ibm.ws.management.application.task.ConfigRepoHelper.getEarFileForApp(ConfigRepoHelper.java:176)
at com.ibm.ws.webservices.admin.utils.CommonUtils.getEar(CommonUtils.java:361)
at com.ibm.ws.webservices.admin.deploy.ServiceIndexServerTask.performTask(ServiceIndexServerTask.java:114)
at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:284)
at java.lang.Thread.run(Thread.java:735)


(code)

I am came to know from the IBM forum that it is was bug and i need to update the patch , please let me know is there any specific documentation regargding this issue .
Correct me if I am wrong.
 
 
subject: RAD 7.5 AND WAS 7.0 - error please help me
 
Threads others viewed
How to installa a plugin in RAD 7.5
Struts2 dojo not working on RAD7 WS6.1
Problem with WSAD 5.1.0
To Use the Test Server in RAD 6.0
Migrating from RAD 7.0 to RAD 7.5
developer file tools