Thursday, November 11, 2010
java.lang.ArrayStoreException
at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.java:188)
at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:619)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:323)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:307)
at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:600)
at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
at com.ibm.wbit.comptest.controller.manipulator.impl.SDORuntimeManipulator.setObjectFromValueElement(Unknown Source)
at com.ibm.wbit.comptest.controller.util.GeneralUtils.createObject(Unknown Source)
at com.ibm.wbit.comptest.controller.util.GeneralUtils.createSCADataObject(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.AdhocInvoker.createInputData(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.locateService(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.managedLocate(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.Invoker.locate(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.BaseInvocationHandler.getInvoker(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.BaseInvocationHandler.invoke(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager.doInvoke(Unknown Source)
at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:219)
at javax.security.auth.Subject.doAs(Subject.java:495)
at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:118)
at com.ibm.wbit.comptest.controller.invocation.impl.InvocationManager.invoke(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.BaseInteractiveEventHandler.processEvent(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.BaseCommandHandler.doCommand(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.CommandProcessor.doCommand(Unknown Source)
at com.ibm.wbit.comptest.controller.command.impl.CommandProcessor.doCommand(Unknown Source)
at com.ibm.wbit.comptest.controller.servlet.TestControllerServlet.process(Unknown Source)
at com.ibm.wbit.comptest.controller.servlet.TestControllerServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1081)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:550)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:115)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Subscribe to:
Post Comments
(
Atom
)
java.lang.ArrayStoreException
ReplyDeleteThis problem will occur is while entering values for test client. this problem is because of entering wrong values to test client.
This type of problem mostly occur when your changed any wsdl, but when we try to enter values by using old wsdl.
The solution for this problem is to update your wsdl as well as test client also.
There is another chance for this problem.
ReplyDeletewhile assigning values. when we are try to assign any values incited of one data type to another.
For example we need to assign DataObject, but when we try to assign List, then this problem will occur.
Solution for this problem try to assign correct values.