Hi all,
I was trying create a new application on Design Studio connected to SAP BOBI Platform. But a error is displayed and I cant create the application.
To test the Design Studio, I was created a application using SAP Netweaver connection on local mode, and the test was sucess. The issue occours just when the DS is connected on BI Plataform.
Plug-in error: com.sap.ip.bi.zen.ui
Message: Failed to create the application.
Error 1:
com.sap.ip.bi.zen.connectivity.ConnectivityException: problem accessing the parser. Parser already accessed!
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.createConnectivityException(BiPlatformSystem.java:884)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.saveApplicationInternal(BiPlatformSystem.java:927)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.createApplication(BiPlatformSystem.java:377)
at com.sap.ip.bi.zen.ui.internal.util.ExportImportHelper.importApplication(ExportImportHelper.java:849)
at com.sap.ip.bi.zen.ui.internal.commands.NewApplicationHandler.createNewApplication(NewApplicationHandler.java:114)
at com.sap.ip.bi.zen.ui.internal.commands.NewApplicationHandler$1.execute(NewApplicationHandler.java:61)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:108)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2241)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:130)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Caused by: org.apache.axis2.AxisFault: problem accessing the parser. Parser already accessed!
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:72)
at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)
at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:495)
at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:520)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:191)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:327)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
Caused by: javax.xml.stream.XMLStreamException: problem accessing the parser. Parser already accessed!
at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:906)
at org.apache.axiom.om.impl.serialize.StreamingOMSerializer.serializeNode(StreamingOMSerializer.java:72)
at org.apache.axiom.om.impl.serialize.StreamingOMSerializer.serialize(StreamingOMSerializer.java:57)
at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeByPullStream(OMSerializerUtil.java:525)
at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:789)
at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:814)
at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:237)
at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:225)
at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:814)
at org.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:421)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:68)
... 29 more
Caused by: java.lang.IllegalStateException: Parser already accessed!
at org.apache.axiom.om.impl.builder.StAXBuilder.getParser(StAXBuilder.java:443)
at org.apache.axiom.om.impl.llom.OMStAXWrapper.next(OMStAXWrapper.java:904)
... 39 more
Error:2
com.sap.ip.bi.zen.connectivity.ConnectivityException: Invalid chunk header
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.createConnectivityException(BiPlatformSystem.java:884)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.saveApplicationInternal(BiPlatformSystem.java:927)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.createApplication(BiPlatformSystem.java:377)
at com.sap.ip.bi.zen.ui.internal.util.ExportImportHelper.importApplication(ExportImportHelper.java:849)
at com.sap.ip.bi.zen.ui.internal.commands.NewApplicationHandler.createNewApplication(NewApplicationHandler.java:114)
at com.sap.ip.bi.zen.ui.internal.commands.NewApplicationHandler$1.execute(NewApplicationHandler.java:61)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:108)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2241)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:130)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Caused by: org.apache.axis2.AxisFault: Invalid chunk header
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at com.businessobjects.dsws.biplatform.BIPlatformStub.UploadFile(BIPlatformStub.java:2461)
at com.businessobjects.dsws.biplatform.BIPlatform.uploadFile(BIPlatform.java:784)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.uploadBiApplication(BiPlatformSystem.java:2035)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.saveApplicationInternal(BiPlatformSystem.java:909)
... 8 more
Thanks
Vitor Patriarcha