Exception in running BI JVA sdk

Hi I was trying to run the program Tutorial_1.java in BI JAVA sdk using NWDS04S.But getting some exceptions.Can any body please help me out of this problem.I have also tried to run the MDX query in MDXTEST but was not successfull as I am not at all familiar with the BW system.
Details of exceptions
Warning ! Protocol Implementation [com.sap.engine.services.webservices.jaxrpc.wsdl2java.features.builtin.MessageIdProtocol] could not be loaded (NoClassDefFoundError) !
Error Message is :com/sap/guid/GUIDGeneratorFactory
Dec 23, 2005 8:20:12 AM  ...dk.dac.connector.xmla.impl.Connection [Thread[main,5,main]] Error:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
Dec 23, 2005 8:20:12 AM  ...dk.dac.connector.xmla.impl.Connection [Thread[main,5,main]] Fatal: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
Dec 23, 2005 8:20:12 AM  ...dk.dac.connector.xmla.impl.Connection [Thread[main,5,main]] Fatal: Exception com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
Dec 23, 2005 8:20:12 AM  ...ip.bi.sdk.dac.connector.xmla.XmlaOlap [Thread[main,5,main]] Error: Cannot get data set
Dec 23, 2005 8:20:12 AM  ...ip.bi.sdk.dac.connector.xmla.XmlaOlap [Thread[main,5,main]] Error: Exception com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
Dec 23, 2005 8:20:12 AM  ...dac.olap.query.impl.QueryExecuterImpl [Thread[main,5,main]] Error: Cannot retrieve the result set
com.sap.ip.bi.sdk.exception.BIJmiVerifyException: Cannot retrieve the result set
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:207)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:209)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     ... 10 more
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     ... 11 more
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
Details of log
<!LOGHEADER[START]/>
<!HELP[Manual modification of the header may cause parsing problem!]/>
<!LOGGINGVERSION[1.5.3.7185 - 630]/>
<!NAME[SDK Location Logging]/>
<!PATTERN[BI_SDK_Trace.log]/>
<!FORMATTER[com.sap.tc.logging.ListFormatter]/>
<!ENCODING[Cp1252]/>
<!LOGHEADER[END]/>
#1.5#C00009B8ACFA00000000000001D32E450004086DFD4BB000#1135168400886#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA00000000000101D32E450004086DFD4C2530#1135168400926#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA00000000000201D32E450004086DFD4C2530#1135168400926#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA00000000000301D32E450004086DFD4C4C40#1135168400936#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8ACFA00000000000401D32E450004086DFD4C4C40#1135168400936#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA00000000000501D32E450004086DFD4C7350#1135168400946#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8ACFA0000000000000145E2D50004086E10F83790#1135168730970#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA0000000000010145E2D50004086E10F88998#1135168730991#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA0000000000020145E2D50004086E10F88998#1135168730991#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA0000000000030145E2D50004086E10F8B0A8#1135168731001#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8ACFA0000000000040145E2D50004086E10F8B0A8#1135168731001#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA0000000000050145E2D50004086E10F8D7B8#1135168731011#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8ACFA000000000000012F1BF00004086E6B3D7850#1135170245458#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA000000000001012F1BF00004086E6B3DC670#1135170245478#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA000000000002012F1BF00004086E6B3DC670#1135170245478#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA000000000003012F1BF00004086E6B3DED80#1135170245488#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8ACFA000000000004012F1BF00004086E6B3DED80#1135170245488#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA000000000005012F1BF00004086E6B3E62B0#1135170245518#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8ACFA00000000000001D32E450004087C89A07988#1135230884805#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA00000000000101D32E450004087C89A0EEB8#1135230884835#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA00000000000201D32E450004087C89A0EEB8#1135230884835#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA00000000000301D32E450004087C89A115C8#1135230884845#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8ACFA00000000000401D32E450004087C89A115C8#1135230884845#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA00000000000501D32E450004087C89A13CD8#1135230884855#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8ACFA0000000000000145E2D50004087D374F0F68#1135233798695#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA0000000000010145E2D50004087D374F3678#1135233798715#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA0000000000020145E2D50004087D374F5D88#1135233798725#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA0000000000030145E2D50004087D374F5D88#1135233798725#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8ACFA0000000000040145E2D50004087D374F5D88#1135233798725#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA0000000000050145E2D50004087D375047E8#1135233798785#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8ACFA000000000000012F1BF00004087DB8509E60#1135235963068#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA000000000001012F1BF00004087DB850EC80#1135235963088#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA000000000002012F1BF00004087DB850EC80#1135235963088#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA000000000003012F1BF00004087DB8511390#1135235963098#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8ACFA000000000004012F1BF00004087DB8511390#1135235963098#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA000000000005012F1BF00004087DB8513AA0#1135235963108#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8ACFA0000000000000145E2D50004087DC7041B80#1135236209712#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA0000000000010145E2D50004087DC70469A0#1135236209732#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8ACFA0000000000020145E2D50004087DC70469A0#1135236209732#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA0000000000030145E2D50004087DC70469A0#1135236209732#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8ACFA0000000000040145E2D50004087DC70490B0#1135236209742#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8ACFA0000000000050145E2D50004087DC704B7C0#1135236209752#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8A86E00000000000001347124000408831DD65F68#1135259141159#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8A86E00000000000101347124000408831DD6AD88#1135259141189#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8A86E00000000000201347124000408831DD6D498#1135259141199#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8A86E00000000000301347124000408831DD6D498#1135259141199#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8A86E00000000000401347124000408831DD6D498#1135259141199#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8A86E00000000000501347124000408831DD6FBA8#1135259141209#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
#1.5#C00009B8A83D0000000000000145E2D500040891D915FE60#1135322412210#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain### Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8A83D0000000000010145E2D500040891D9164C80#1135322412240#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/Applications/BI/UDI#Java#sdk.dac.connector.xmla_1002##SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )#2#2147483653# Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  #
#1.5#C00009B8A83D0000000000020145E2D500040891D9164C80#1135322412240#com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection##com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection#######Thread[main,5,main]##0#0#Fatal#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8A83D0000000000030145E2D500040891D9167390#1135322412250#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Java#sdk.dac.connector_1018##Cannot get data set##
#1.5#C00009B8A83D0000000000040145E2D500040891D9169AA0#1135322412260#com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap##com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap#######Thread[main,5,main]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.ip.bi.sdk.exception.BIResourceException: Cannot get data set
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:189)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOlap.java:205)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNativeQuery(QueryExecuterImpl.java:202)
     at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(QueryExecuterImpl.java:79)
     at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryImpl.java:233)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.doGet(Tutorial_1.java:214)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:54)
     at com.sap.ip.bi.sdk.samples.servlet.MinimalServletContainer.executeServlet(MinimalServletContainer.java:27)
     at com.sap.ip.bi.sdk.samples.Tutorial_1.main(Tutorial_1.java:295)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed with return message 2147483653 ( Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0),  )
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1774)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Connection.java:362)
     at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:186)
     ... 12 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Invalid MDX command with SELECT  NON EMPTY [Measures].MEMBERS ON AXIS(0), 
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(StandaloneProxy.java:121)
     at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.execute(Connection.java:1769)
     ... 14 more
#1.5#C00009B8A83D0000000000050145E2D500040891D916C1B0#1135322412270#com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl##com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl#######Thread[main,5,main]##0#0#Error#1#/Applications/BI/UDI#Plain###Cannot retrieve the result set#
Thanks in advance.

Hi,
I am also getting same exception when try to connect to SAP BW using SAP BI SDK.
...dk.dac.connector.xmla.impl.Connection [Thread[main,5
,main]] Error:  Error occurred when starting the parser: timeout during allocate
/ CPIC-CALL: 'ThSAPCMRCV'
Jul 7, 2007 9:15:13 PM   ...dk.dac.connector.xmla.impl.Connection [Thread[main,5
,main]] Fatal: SOAP request failed with return message 2147483653 ( Error occurr
ed when starting the parser: timeout during allocate / CPIC-CALL: ThSAPCMRCV)
Jul 7, 2007 9:15:13 PM   ...dk.dac.connector.xmla.impl.Connection [Thread[main,5
,main]] Fatal: Exception com.sap.ip.bi.sdk.exception.BIResourceException: SOAP r
equest failed with return message 2147483653 ( Error occurred when starting the
parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV')
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.exe
cute(Connection.java:1776)
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Conne
ction.java:364)
        at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:1
86)
        at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOla
p.java:205)
        at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNative
Query(QueryExecuterImpl.java:202)
        at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(Query
ExecuterImpl.java:79)
        at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryIm
pl.java:233)
        at Test4.main(Test4.java:112)
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Error occurred when starting
the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(Sta
ndaloneProxy.java:121)
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.exe
cute(Connection.java:1771)
        ... 7 more
Jul 7, 2007 9:15:13 PM   ...ip.bi.sdk.dac.connector.xmla.XmlaOlap [Thread[main,5
,main]] Error: Cannot get data set
Jul 7, 2007 9:15:13 PM   ...ip.bi.sdk.dac.connector.xmla.XmlaOlap [Thread[main,5
,main]] Error: Exception com.sap.ip.bi.sdk.exception.BIResourceException: Cannot
get data set
        at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:1
89)
        at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.executeInternal(XmlaOla
p.java:205)
        at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.executeNative
Query(QueryExecuterImpl.java:202)
        at com.sap.ip.bi.sdk.dac.olap.query.impl.QueryExecuterImpl.execute(Query
ExecuterImpl.java:79)
        at com.sap.ip.bi.sdk.dac.olap.query.main.IBIQueryImpl.execute(IBIQueryIm
pl.java:233)
        at Test4.main(Test4.java:112)
Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: SOAP request failed
with return message 2147483653 ( Error occurred when starting the parser: timeou
t during allocate / CPIC-CALL: 'ThSAPCMRCV')
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.exe
cute(Connection.java:1776)
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection.getDataSet(Conne
ction.java:364)
        at com.sap.ip.bi.sdk.dac.connector.xmla.XmlaOlap.execute(XmlaOlap.java:1
86)
        ... 5 more
Caused by: javax.xml.rpc.soap.SOAPFaultException:  Error occurred when starting
the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.StandaloneProxy.execute(Sta
ndaloneProxy.java:121)
        at com.sap.ip.bi.sdk.dac.connector.xmla.impl.Connection$ProxyWrapper.exe
cute(Connection.java:1771)
        ... 7 more
Jul 7, 2007 9:15:13 PM   ...dac.olap.query.impl.QueryExecuterImpl [Thread[main,5
,main]] Error: Cannot retrieve the result set
Error: Cannot retrieve the result set
If you have found any solution, Please do let me know.
Thanks in advance.
Lshriva

Similar Messages

  • NoClassFoundError exception while running the java program

    Hi,
    I am getting the following exception while running a java program CSTToGMTToSQL.java
    Exception in thread "main" java.lang.NoClassDefFoundError: CSTToGMTToSQL
    However, the class file is getting created for this program in the same directory where the program is residing.
    Any idea on this ?
    Regards
    Ramesh

    I know that in the past there was an issue with running a particular version of the SDK on a particular version of windows. The resulant error was a ClassNotFoundException. I am not sure about the versions involved.

  • Error when running report using SDK

    Hi, I am getting following error when I am running a reportĀ  in boxi r2 sp3 on IIS. Infoview and CMC runs fine but SDK application is not able to connect to CMS. This error does not come all the time. It happens intermittently.
    Error in RetrieveReport: Unable to connect to cluster @hisuatcluster to retrieve updated CMS member list. Logon cannot continue.
    Anyone has seen this and any way to pin point the cause. We have used -ns and -port switch in the command line of CMS and all servers.
    Thanks,

    will try that. But we would not be leveraging cluster benefit then. What happens if that particilar CMS in cluster goes down.
    Below is the logic of SDK.
    1.Ā Ā Ā Ā Ā Create an EnterpriseSession by calling SessionMgr.Login(the credentials we use to connect on in the web.config file).
    2.Ā Ā Ā Ā Ā Get a reference to the InfoStore with EnterpriseSession.GetService(u201CInfoStoreu201D)
    3.Ā Ā Ā Ā Ā Get a reference to the report as an InfoObject by querying the InfoStore u2013 InfoStore.Query(u201CSELECT * FROM CI_INFOOBJECTS WHERE u2026u201D)
    4.Ā Ā Ā Ā Ā Get a reference to the RASReportFactory u2013 EnterpriseSession.GetService(u201Cu201D, u201CRASReportFactoryu201D)
    5.Ā Ā Ā Ā Ā Open the report using the InfoObject (line 3) and RASReportFactory (line 4) u2013 ReportClientDoc = ReportAppFactory.OpenDocument(InfoObject.ID, 0)
    6.Ā Ā Ā Ā Ā Manipulate the reportu2019s connection information.
    7.Ā Ā Ā Ā Ā Set the vieweru2019s report source with the report (this is commented out in the current tests) u2013 CrystalReportViewer.ReportSource = ReportClientDocument
    8.Ā Ā Ā Ā Ā Close the session u2013 EnterpriseSession.Logoff()

  • Exception while running custom scheduler OIM 11g R1

    I have OIM 11g R1 installed on win 32 platform, and am getting the following exception while running the custom scheduler: Samplescheduledtask
    <Jan 12, 2013 7:37:13 PM IST> <Warning> <oracle.iam.scheduler.impl> <BEA-000000>
    <XSD Validation Exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot fin
    d the declaration of element 'scheduledTasks'.>
    <Jan 12, 2013 7:37:13 PM IST> <Warning> <oracle.iam.scheduler.impl> <BEA-000000>
    <XSD Validation Exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot fin
    d the declaration of element 'scheduledTasks'.>
    <Jan 12, 2013 7:37:13 PM IST> <Warning> <oracle.iam.scheduler.impl> <BEA-000000>
    <XSD Validation Exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot fin
    d the declaration of element 'scheduledTasks'.>
    <Jan 12, 2013 7:37:13 PM IST> <Warning> <oracle.iam.scheduler.impl> <BEA-000000>
    <XSD Validation Exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot fin
    d the declaration of element 'scheduledTasks'.>
    <Jan 12, 2013 7:37:13 PM IST> <Warning> <oracle.iam.scheduler.impl> <BEA-000000>
    <XSD Validation Exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot fin
    d the declaration of element 'scheduledTasks'.>
    <Jan 12, 2013 7:37:13 PM IST> <Warning> <oracle.iam.scheduler.impl> <BEA-000000>
    <XSD Validation Exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot fin
    d the declaration of element 'scheduledTasks'.>
    java.lang.ClassNotFoundException: ADP ClassLoader failed to load: oracle.iam.sam
    ple.scheduledtask.SampleScheduledTask
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(tcADPClassLoader.j
    ava:219)
    at oracle.iam.transUI.impl.CustomTaskLoaderImpl.getClassInstance(CustomT
    askLoaderImpl.java:12)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:146
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:529)
    java.lang.ClassNotFoundException: ADP ClassLoader failed to load: oracle.iam.sam
    ple.scheduledtask.SampleScheduledTask
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(tcADPClassLoader.j
    ava:219)
    at oracle.iam.transUI.impl.CustomTaskLoaderImpl.getClassInstance(CustomT
    askLoaderImpl.java:12)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:146
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:529)
    java.lang.ClassNotFoundException: ADP ClassLoader failed to load: oracle.iam.sam
    ple.scheduledtask.SampleScheduledTask
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(tcADPClassLoader.j
    ava:219)
    at oracle.iam.transUI.impl.CustomTaskLoaderImpl.getClassInstance(CustomT
    askLoaderImpl.java:12)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:146
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:529)
    Following is the code of the custom scheduler:
    package oracle.iam.sample.scheduledtask;
    import java.util.HashMap;
    import oracle.iam.scheduler.vo.TaskSupport;
    public class SampleScheduledTask extends TaskSupport {
    public void execute(HashMap hashMap) throws Exception {
    // Display a message when this scheduled task is run
    System.out.println("Running the OIM Sample Scheduled Task...");
    public HashMap getAttributes() {
    return null;
    public void setAttributes() {
    kindly suggest......
    Regards,
    KK
    Edited by: 958122 on Jan 12, 2013 11:38 PM

    Hi,
    Please use the below commands to register the plugin:
    set the environment variable ORACLE_HOME, OIM_ORACLE_HOME, ANT_HOME,JAVA_HOME,MW_HOME and execute
    $ORACLE_HOME/server/plugin_utility/ant -f pluginregistration.xml register
    and provide the necessary input.
    $ORACLE_HOME/server/bin/PurgeCache.sh All
    and provide the necessary input
    Restart the OIM managed server
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14309/plugins.htm#CHDHECGH
    Regards,
    Sunny

  • How to throw exception in run() method of Runnable?

    Hi, everyone:
    I want to know how to throw exception in run() method of interface Runnable. Since there is no throwable exception declared in run() method of interface Runnable in Java API specification.
    Thanks in advance,
    George

    Thanks, jfbriere.
    I must add though that if your run() methodis
    executed after a call to Thread.start(), then
    it is not a good choice to throw anyRuntimeException
    from the run() method.
    The reason is that the thrown exception won't be
    handled appropriately by a try-catch block.Why do you say that "the thrown exception won't be
    handled appropriately by a try-catch block"? Can you
    explain it in more detail?
    regards,
    George
    Because the other thread runs concurrently with and independently of the parent thread, there's no way you can write a try/catch that will handle the new thread's exception: try {
    Ā Ā Ā  myThread.start();
    catch (TheExceptionYouWantToThrowFromRun exc) {
    Ā Ā Ā  handle it
    do the next thing This won't work because the parent thread just continues on after myThread.start(). Start() doesn't throw the exception--run() does. And our parent thread here has lost touch with the child thread--it just moves on to "do the next thing."
    Now, you can do some exception handling with ThreadGroup and uncaughtException(), but make sure you understand why the above won't work, in case that was what you were planning to do.

  • I have tried to implement jasper report but getting exceptions at run time

    I have tried to implement jasper report but getting exceptions at run time and I couldn't get the reason of these exceptions. please give me idea to solve this problem.
    I am using following jar files for this :
    commons-beanutils-1.6.1.jar
    commons-digester-1.7.jar
    commons-logging.jar
    jasperreports-1.2.0.jar
    code is as follows:-
    (1) xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE jasperReport
    PUBLIC "-//JasperReports//DTD Report Design//EN"
    "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
    <jasperReport name="Simple_Report">
    <detail>
    <band height="20">
    <staticText>
    <reportElement x="180" y="0" width="200" height="20"/>
    <text><![CDATA[Hello World!]]></text>
    </staticText>
    </band>
    </detail>
    </jasperReport>
    (2.) java file
    import net.sf.jasperreports.engine.*;
    import net.sf.jasperreports.engine.xml.*;
    import org.xml.sax.*;
    import org.apache.commons.digester.Digester;
    import org.apache.commons.digester.RuleSetBase;
    import java.util.*;
    public class JasperReportsIntro
    public static void main(String[] args)
    JasperReport jasperReport;
    JasperPrint jasperPrint;
    try
         jasperReport = JasperCompileManager.compileReport(
    "jasperreports_demo.jrxml");
    jasperPrint = JasperFillManager.fillReport(
    jasperReport, new HashMap(), new JREmptyDataSource());
    // JasperExportManager.exportReportToPdfFile(
    // jasperPrint, "jasperReports/simple_report.pdf");
    catch (JRException e)
    e.printStackTrace();
    I am getting exceptions like:
    net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
    /home/navneet/Simple_Report_1143636234024_954843.java:4: package net.sf.jasperreports.engine does not exist
    import net.sf.jasperreports.engine.*;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:5: package net.sf.jasperreports.engine.fill does not exist
    import net.sf.jasperreports.engine.fill.*;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:18: cannot find symbol
    symbol: class JREvaluator
    public class Simple_Report_1143636234024_954843 extends JREvaluator
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:25: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:26: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_CONNECTION = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:27: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_PARAMETERS_MAP = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:28: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_IS_IGNORE_PAGINATION = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:29: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_CLASS_LOADER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:30: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_VIRTUALIZER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:31: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_LOCALE = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:32: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_DATA_SOURCE = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:33: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_SCRIPTLET = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:34: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    private JRFillParameter parameter_REPORT_MAX_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:35: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_PAGE_NUMBER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:36: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_COLUMN_NUMBER = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:37: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_REPORT_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:38: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_PAGE_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:39: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    private JRFillVariable variable_COLUMN_COUNT = null;
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:62: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_RESOURCE_BUNDLE = (JRFillParameter)pm.get("REPORT_RESOURCE_BUNDLE");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:63: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_CONNECTION = (JRFillParameter)pm.get("REPORT_CONNECTION");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:64: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_PARAMETERS_MAP = (JRFillParameter)pm.get("REPORT_PARAMETERS_MAP");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:65: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_IS_IGNORE_PAGINATION = (JRFillParameter)pm.get("IS_IGNORE_PAGINATION");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:66: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_CLASS_LOADER = (JRFillParameter)pm.get("REPORT_CLASS_LOADER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:67: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_VIRTUALIZER = (JRFillParameter)pm.get("REPORT_VIRTUALIZER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:68: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_LOCALE = (JRFillParameter)pm.get("REPORT_LOCALE");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:69: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_DATA_SOURCE = (JRFillParameter)pm.get("REPORT_DATA_SOURCE");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:70: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_SCRIPTLET = (JRFillParameter)pm.get("REPORT_SCRIPTLET");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:71: cannot find symbol
    symbol : class JRFillParameter
    location: class Simple_Report_1143636234024_954843
    parameter_REPORT_MAX_COUNT = (JRFillParameter)pm.get("REPORT_MAX_COUNT");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:88: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_PAGE_NUMBER = (JRFillVariable)vm.get("PAGE_NUMBER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:89: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_COLUMN_NUMBER = (JRFillVariable)vm.get("COLUMN_NUMBER");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:90: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_REPORT_COUNT = (JRFillVariable)vm.get("REPORT_COUNT");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:91: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_PAGE_COUNT = (JRFillVariable)vm.get("PAGE_COUNT");
    ^
    /home/navneet/Simple_Report_1143636234024_954843.java:92: cannot find symbol
    symbol : class JRFillVariable
    location: class Simple_Report_1143636234024_954843
    variable_COLUMN_COUNT = (JRFillVariable)vm.get("COLUMN_COUNT");
    ^
    33 errors
    at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:193)
    at net.sf.jasperreports.engine.design.JRDefaultCompiler.compileReport(JRDefaultCompiler.java:131)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:211)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:144)
    at com.appnetix.app.portal.financials.reports.RoyaltyReportAction.execute(RoyaltyReportAction.java:68)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at com.appnetix.app.control.web.AppnetixRequestProcessor.process(AppnetixRequestProcessor.java:149)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at com.appnetix.app.control.web.AppnetixControllerServlet.doPost(AppnetixControllerServlet.java:262)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:595)

    You have no permission to create a report. You have to create a permisson-entry into your server.policy. Then it would be work.

  • Web part throwing exception at run time but not in debug mode

    The below code is throwing exception at run time but does not throw exception while debugging in Visual Studio. This is really causing difficulty for me to detect the cause of exception. Below I have also placed the exception image for reference.
    namespace CheckforContractorLogin.VisualWebPart1
    public partial class VisualWebPart1UserControl : UserControl
    protected void Page_Load(object sender, EventArgs e)
    if (!IsPostBack)
    string loginName = string.Empty;
    string coc_url = string.Empty;
    SPQuery spQuery = new SPQuery();
    spQuery.Query = "<Where><Eq><FieldRef Name='LoginName' /><Value Type='Text'>" + currentUser + "</Value></Eq></Where>";
    Guid _spSiteID = SPContext.Current.Site.ID;
    Guid _spWebID = SPContext.Current.Site.OpenWeb().ID;
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite _spSite = new SPSite(_spSiteID))
    using (SPWeb _spWeb = _spSite.OpenWeb(_spWebID))
    //if user has already accepted the COC
    SPList getSPList = _spWeb.Lists["RedirectUrl"];
    SPListItemCollection getspItemColl = getSPList.Items;
    foreach (SPListItem item in getspItemColl)
    if (Convert.ToString(item["Title"]) == "Policy Acceptance")
    coc_url = Convert.ToString(item["Url"]);
    SPList spList = _spWeb.Lists["Policy Acceptance Status"];
    SPListItemCollection spItemColl = spList.GetItems(spQuery);
    bool result = getADUserInfo();
    if ((spItemColl.Count == 0) && (result))
    Response.Redirect(coc_url);
    protected string currentUser
    get
    string currentUser1 = HttpContext.Current.User.Identity.ToString();
    int index = currentUser1.IndexOf("\\") + 1;
    string currentLoginUser = currentUser1.Substring(index);
    return currentLoginUser;
    protected bool getADUserInfo()
    DirectoryEntry dentry = null;
    DirectorySearcher dsearcher = null;
    string ldap = string.Empty;
    string empID = string.Empty;
    string _empID = string.Empty;
    try
    Guid spSiteGUID = SPContext.Current.Site.ID;
    Guid spWebGUID = SPContext.Current.Site.OpenWeb().ID;
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite elevatedSiteColl = new SPSite(spSiteGUID))
    using (SPWeb elevatedWeb = elevatedSiteColl.OpenWeb(spWebGUID))
    SPList spList = elevatedWeb.Lists["LDAP_Paths"];
    SPQuery spQuery = new SPQuery();
    spQuery.Query = "<Where><Eq><FieldRef Name='OU'/>"
    + "<Value Type='Text'>QD</Value></Eq></Where>";
    SPListItem spItem = spList.GetItemById(1);
    ldap = spItem["Path"].ToString();
    dentry = new DirectoryEntry();
    dentry.Path = ldap;
    dentry.Username = "******\\sp_admin";
    dentry.Password = "******";
    dsearcher = new DirectorySearcher(dentry);
    dsearcher.Filter = String.Format("(&(ObjectCategory=Person)(sAMAccountName=" + currentUser + "))");
    SearchResult searchResult = dsearcher.FindOne();
    dentry = searchResult.GetDirectoryEntry();
    if (searchResult != null)
    if (dentry.Properties.Contains("physicalDeliveryOfficeName"))
    empID = dentry.Properties["physicalDeliveryOfficeName"][0].ToString();
    if (empID.Contains("QA-"))
    return true;
    else
    return false;
    catch (Exception e)
    throw e;
    finally
    dentry.Close();
    dentry.Dispose();
    dsearcher.Dispose();

    Hi Zakir,
    I am not sure but it would be nice if you can do following
    Try search ULS log with correlation id and find exact error and share here. If not able to find do following
    Or in catch block write
    Response.Write(ex.ToString());
    and check what exception its giving.

  • Got an exception after run the import script in the command prompt

    Hi,
    I got an exception after running the import script in the command prompt.
    import script run successfully in the command prompt with apps user.
    But when i am opening the page in the front end oracle applications, i got the below exception.
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543flsm.oracle.apps.po.per.server.FlsmrootAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    ## Detail 0 ##
    oracle.jbo.NoDefException: JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
         at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:139)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543flsm.oracle.apps.po.per.server.FlsmrootAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1297)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    could yopu please,help me on this.
    Regards,
    Muthu

    Hi Kali,
    After import completed successfully,i have bounce the apache server by connecting functional administrator and clear the cache(it si fine or not),
    it is working fine,actually i never do this,i directly bounce the apache.
    i am also got the same exception.
    JBO-30003: The application pool (cph-oadb-tst22.dk.flsmidth.netTST221543flsm.oracle.apps.po.per.server.FlsmrootAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition flsm.oracle.apps.po.per.server.FlsmrootAM of type ApplicationModule not found
    please,can you help me is there any mistakes,i checked all my l class files in the server top,it is ok all are correct.
    but why i got this error,i didn,t find it.
    Regards,
    Muthu

  • EJB5017: Exception while running preinvoke

    Hi All
    I have a strange problem in using an EJB. I have a pure java class in which a dao class which is an Stateless session bean. This bean is injected in another EJB and passed to this pure class but calling any method of this bean will fail. I tried to look it up inside that pure java class and the container is able to look it up but again any method invocation will fail!! Exception is very vague and I can't understand what happens. Please help me out of this since I am completely stuck!!!
    [#|2009-11-23T08:57:13.937-0500|FINE|sun-appserver9.1|javax.enterprise.system.core.naming|_ThreadID=36;_ThreadName=httpSSLWorkerThread-8080-5;ClassName=com.sun.enterprise.naming.NamingManagerImpl;MethodName=lookup;_RequestID=1fe100d2-84a5-498b-857a-8ffd940746a5;|NamingManagerImpl : looking up name : java:comp/env/ITransactionFormDao|#]
    [#|2009-11-23T08:57:13.938-0500|FINE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=36;_ThreadName=httpSSLWorkerThread-8080-5;ClassName=com.sun.ejb.containers.BaseContainer;MethodName=preInvoke;TransactionFormDaoImpl;_RequestID=1fe100d2-84a5-498b-857a-8ffd940746a5;|EJB5017: Exception while running preinvoke : ejbName = [TransactionFormDaoImpl]|#]
    [#|2009-11-23T08:57:13.938-0500|FINE|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=36;_ThreadName=httpSSLWorkerThread-8080-5;ClassName=com.sun.ejb.containers.BaseContainer;MethodName=preInvoke;_RequestID=1fe100d2-84a5-498b-857a-8ffd940746a5;|
    javax.ejb.TransactionRolledbackLocalException: Client's transaction aborted
         at com.sun.ejb.containers.BaseContainer.useClientTx(BaseContainer.java:3394)
         at com.sun.ejb.containers.BaseContainer.preInvokeTx(BaseContainer.java:3274)
         at com.sun.ejb.containers.BaseContainer.preInvoke(BaseContainer.java:1244)
         at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:195)
         at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:83)
         at $Proxy651.getTransactionForms(Unknown Source)
         at com.kishware.core.payment.packet.TransactionFormProvider.buildTransactionGraphIfRequired(TransactionFormProvider.java:85)
         at com.kishware.core.payment.packet.TransactionFormProvider.getTransactionForm(TransactionFormProvider.java:48)
         at com.kishware.core.payment.packet.PaymentVoucherAgentImpl.acquireTransactionForm(PaymentVoucherAgentImpl.java:163)
         at com.kishware.core.payment.packet.PaymentVoucherAgentImpl.build(PaymentVoucherAgentImpl.java:133)
         at com.kishware.core.payment.packet.PaymentVoucherAgentImpl.createPaymentPacketDto(PaymentVoucherAgentImpl.java:172)
         at com.kishware.core.payment.service.AbstractDebitCreditAgent.createPaymentPacketDto(AbstractDebitCreditAgent.java:113)

    Muthu,
    To find out whether the problem is with container setting or with your application, can you create a simple stateless session bean and check if it works fine. If it works fine send me ejb-jar.xml and sun-ejb-jar.xml for your application.
    Deepak

  • UsernamePasswordLoginModule exception while running PurgeCache.bat All

    Hi All,
    I am getting the below exception while running PurgeCache.bat All from OIM_HOME-->plugin_utility.
    Note: I have Wlfullclient.jar,weblogic.jar,wljarbuilder.jar under WLS_HOME-->lib directory
    Exception in thread "main" javax.security.auth.login.LoginException: unable to f
    ind LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:808)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:1
    86)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:6
    80)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLog
    inHandler.java:61)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:129)
    at oracle.iam.platformservice.utils.PurgeCache.main(PurgeCache.java:67)
    Thanks in Advance

    Make sure wlfullclient.jar is in wls_home/server/lib directory not wls_home/lib directory.
    regards,
    GP

  • ClassCastException exception while running EJB Client

    Folks,
    I am getting following exception while running the EJB Client.. I am
    using WLS 5.1
    Exception in thread "main" java.lang.ClassCastException
    at
    javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:319)
    at FirstStatelessEJBClient.Client.lookupHome(Client.java:149)
    at FirstStatelessEJBClient.Client.<init>(Client.java:44)
    at FirstStatelessEJBClient.Client.main(Client.java:82)
    Can anybody throw a light on this.
    Thanks
    Ashish

    Hi Eduardo,
    Below is my classpath. The stubs are in first_statlessSession.jar file.
    CLASSPATH=C:\weblogic\myserver\first_statelessSession.jar;
    C:\jdk1.2.2\lib\tools.jar;C:\weblogic\license;C:\weblogic\classes;C:\weblogi
    c\lib\weblogicaux.jar;
    C:\weblogic\myserver\clientclasses;C:\weblogic\myserver\serverclasses
    Also, I am just compiling and deploying the
    C:\weblogic\examples\ejb\basic\statelessSession myself and testing it. I
    am
    using the build.cmd files to compile and deploy the above EJB. If I use the
    jars provided by weblogic it works fine with same above classpath.
    I don't know what to do next. I have invested the whole day to solve this
    problem and couldn't.
    Please let me know if I am doing anything wrong.
    Appreciate your help.
    Thanks,
    Ashish
    Eduardo Ceballos wrote:
    Try putting the stubs into the client class path.
    "Ashish N. Shah" wrote:
    Folks,
    I am getting following exception while running the EJB Client.. I am
    using WLS 5.1
    Exception in thread "main" java.lang.ClassCastException
    at
    javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:319)
    at FirstStatelessEJBClient.Client.lookupHome(Client.java:149)
    at FirstStatelessEJBClient.Client.<init>(Client.java:44)
    at FirstStatelessEJBClient.Client.main(Client.java:82)
    Can anybody throw a light on this.
    Thanks
    Ashish

  • Getting Exception: @Scratchpad/1:1 exception while running simple javascript code in mozilla scrachpad

    getting Exception: "@Scratchpad/1:1 exception" while running simple javascript code in mozilla scrachpad

    Does this also happen if you run the code in the Web Console (Firefox/Tools > Web Developer)?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Is it possible to throw an exception from run method of a thread?

    Is it possible to throw an exception from "run method of a thread"(implemented as runnable implementation)?
    Is it advisable to do so?

    Is it possible to throw an exception from "run method
    of a thread"(implemented as runnable
    implementation)?Yes, an unchecked one. Runtime exceptions.
    Is it advisable to do so?If you mess up it happens automatically. But basically: no.

  • Getting following exception while running coherence tutorial using JDev

    Hi,
    I am getting following exception while running the Oracle Coherence tutorial in Jdeveloper, but unfortunately I'm not able to figure out what's wrong with my configuration.
    Any help will be highly appreciated,
    D:\OracleSOA\Middleware\jdk160_24\bin\javaw.exe -client -classpath C:\JDeveloper\mywork\KnowledgeSOA\.adf;C:\JDeveloper\mywork\KnowledgeSOA\JPA\classes;D:\OracleSOA\Middleware\modules\com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar;D:\OracleSOA\Middleware\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;D:\OracleSOA\Middleware\modules\com.bea.core.antlr.runtime_2.7.7.jar;D:\OracleSOA\Middleware\modules\javax.persistence_1.0.0.0_2-0-0.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xml.jar;D:\OracleSOA\Middleware\modules\javax.jsf_1.1.0.0_1-2.jar;D:\OracleSOA\Middleware\modules\javax.ejb_3.0.1.jar;D:\OracleSOA\Middleware\modules\javax.enterprise.deploy_1.2.jar;D:\OracleSOA\Middleware\modules\javax.interceptor_1.0.jar;D:\OracleSOA\Middleware\modules\javax.jms_1.1.1.jar;D:\OracleSOA\Middleware\modules\javax.jsp_1.2.0.0_2-1.jar;D:\OracleSOA\Middleware\modules\javax.jws_2.0.jar;D:\OracleSOA\Middleware\modules\javax.activation_1.1.0.0_1-1.jar;D:\OracleSOA\Middleware\modules\javax.mail_1.1.0.0_1-4-1.jar;D:\OracleSOA\Middleware\modules\javax.xml.soap_1.3.1.0.jar;D:\OracleSOA\Middleware\modules\javax.xml.rpc_1.2.1.jar;D:\OracleSOA\Middleware\modules\javax.xml.ws_2.1.1.jar;D:\OracleSOA\Middleware\modules\javax.management.j2ee_1.0.jar;D:\OracleSOA\Middleware\modules\javax.resource_1.5.1.jar;D:\OracleSOA\Middleware\modules\javax.servlet_1.0.0.0_2-5.jar;D:\OracleSOA\Middleware\modules\javax.transaction_1.0.0.0_1-1.jar;D:\OracleSOA\Middleware\modules\javax.xml.stream_1.1.1.0.jar;D:\OracleSOA\Middleware\modules\javax.security.jacc_1.0.0.0_1-1.jar;D:\OracleSOA\Middleware\modules\javax.xml.registry_1.0.0.0_1-0.jar;D:\OracleSOA\Middleware\jdeveloper\ide\macros\..\..\..\oracle_common\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\OracleSOA\Middleware\jdeveloper\ide\macros\..\..\..\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;D:\OracleSOA\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;D:\Coherence\toplink\jlib\eclipselink.jar;D:\Coherence\coherence-java-3.7.1.0b27797\coherence\lib\coherence.jar;D:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_1-0-2.jar;D:\Coherence\coherence-java-3.7.1.0b27797\coherence\lib\coherence-jpa.jar;D:\Coherence\ojdbc5.jar;D:\Coherence\toplink\jlib\toplink.jar -Djavax.net.ssl.trustStore=D:\OracleSOA\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dhttp.proxyHost=proxymlz.samba.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=scms.*|*.contoso.com|ldrps.*|col.wls.*|desu*|tdlintra.*|10.8.*|10.10.*|*.corp.samba.com|ckcexch1*|whoexch1*|lhoexch1*|ehoexch1*|cmzexch2*|choexch2*|cdcstg2.*|itr2.samba.com|itr.samba.com|*.session.rservices.com|cold.samba.com|sims.samba.com|intranet.samba.com|localhost|localhost.localdomain|127.0.0.1|::1|crgmz01bssu-006.corp.samba.com|crgmz01bssu-006 -Dhttps.proxyHost=proxymlz.samba.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=scms.*|*.contoso.com|ldrps.*|col.wls.*|desu*|tdlintra.*|10.8.*|10.10.*|*.corp.samba.com|ckcexch1*|whoexch1*|lhoexch1*|ehoexch1*|cmzexch2*|choexch2*|cdcstg2.*|itr2.samba.com|itr.samba.com|*.session.rservices.com|cold.samba.com|sims.samba.com|intranet.samba.com|localhost|localhost.localdomain|127.0.0.1|::1|crgmz01bssu-006.corp.samba.com|crgmz01bssu-006 -Dtangosol.coherence.cacheconfig=C:\JDeveloper\mywork\KnowledgeSOA\JPA\jpa-cache-config.xml -Dtangosol.coherence.distributed.localstorage=false -Dtangosol.coherence.log.level=3 com.samba.coherence.RunEmployee
    2012-08-12 13:36:48.447/0.265 Oracle Coherence 3.7.1.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/D:/Coherence/coherence-java-3.7.1.0b27797/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2012-08-12 13:36:48.479/0.297 Oracle Coherence 3.7.1.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/D:/Coherence/coherence-java-3.7.1.0b27797/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    Oracle Coherence Version 3.7.1.0 Build 27797
    Grid Edition: Development mode
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    2012-08-12 13:36:48.603/0.421 Oracle Coherence GE 3.7.1.0 <Info> (thread=main, member=n/a): Loaded cache configuration from "file:/C:/JDeveloper/mywork/KnowledgeSOA/JPA/jpa-cache-config.xml"; this document does not refer to any schema definition and has not been validated.
    2012-08-12 13:36:49.290/1.108 Oracle Coherence GE 3.7.1.0 <Info> (thread=Cluster, member=n/a): This Member(Id=3, Timestamp=2012-08-12 13:36:49.118, Address=10.10.51.150:8090, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4816, Role=SambaCoherenceRunEmployee, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4) joined cluster "cluster:0xFCDB" with senior Member(Id=1, Timestamp=2012-08-12 13:31:01.774, Address=10.10.51.150:8088, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4812, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4)
    2012-08-12 13:36:49.305/1.123 Oracle Coherence GE 3.7.1.0 <Info> (thread=main, member=n/a): Started cluster Name=cluster:0xFCDB
    Group{Address=224.3.7.0, Port=37000, TTL=4}
    MasterMemberSet(
    ThisMember=Member(Id=3, Timestamp=2012-08-12 13:36:49.118, Address=10.10.51.150:8090, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4816, Role=SambaCoherenceRunEmployee)
    OldestMember=Member(Id=1, Timestamp=2012-08-12 13:31:01.774, Address=10.10.51.150:8088, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4812, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=2
    Member(Id=1, Timestamp=2012-08-12 13:31:01.774, Address=10.10.51.150:8088, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4812, Role=CoherenceServer)
    Member(Id=3, Timestamp=2012-08-12 13:36:49.118, Address=10.10.51.150:8090, MachineId=30889, Location=site:,machine:crgmz01bssu-006,process:4816, Role=SambaCoherenceRunEmployee)
    MemberId|ServiceVersion|ServiceJoined|MemberState
    1|3.7.1|2012-08-12 13:31:01.774|JOINED,
    3|3.7.1|2012-08-12 13:36:49.305|JOINED
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0
    TcpRing{Connections=[1]}
    IpMonitor{AddressListSize=0}
    Exception in thread "main" (Wrapped) java.io.InvalidClassException: org.eclipse.persistence.indirection.IndirectList; local class incompatible: stream classdesc serialVersionUID = 4038061360325736360, local class serialVersionUID = -494763524358427112
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:266)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterFromBinary.convert(PartitionedCache.CDB:4)
         at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
         at com.samba.coherence.RunEmployee.main(RunEmployee.java:17)
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.indirection.IndirectList; local class incompatible: stream classdesc serialVersionUID = 4038061360325736360, local class serialVersionUID = -494763524358427112
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at com.tangosol.util.ExternalizableHelper.readSerializable(ExternalizableHelper.java:2217)
         at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2348)
         at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2746)
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:262)
         ... 5 more
    Process exited with exit code 1.
    My Cache-Config file
    <?xml version="1.0" encoding="windows-1252" ?>
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <!-- Set the name of the cache to be the entity name -->
    <cache-name>Employees</cache-name>
    <!-- Configure this cache to use the scheme defined below -->
    <scheme-name>jpa-distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>jpa-distributed</scheme-name>
    <service-name>JpaDistributedCache</service-name>
    <backing-map-scheme>
    <read-write-backing-map-scheme>
    <!--
    Define the cache scheme
    -->
    <internal-cache-scheme>
    <local-scheme/>
    </internal-cache-scheme>
    <cachestore-scheme>
    <class-scheme>
    <class-name>com.tangosol.coherence.jpa.JpaCacheStore</class-name>
    <init-params>
    <!--
    This param is the entity name
    This param is the fully qualified entity class
    This param should match the value of the
    persistence unit name in persistence.xml
    -->
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>{cache-name}</param-value>
    </init-param>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>com.samba.coherence.{cache-name}</param-value>
    </init-param>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>JPA</param-value>
    </init-param>
    </init-params>
    </class-scheme>
    </cachestore-scheme>
    </read-write-backing-map-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    </caching-schemes>
    </cache-config>
    cache-server.cmd
    @echo off
    @rem This will start a cache server
    setlocal
    :config
    @rem specify the Coherence installation directory
    set coherence_home=D:\Coherence\coherence-java-3.7.1.0b27797\coherence
    @rem specify the JVM heap size
    set memory=512m
    :start
    if not exist "%coherence_home%\lib\coherence.jar" goto instructions
    if "%java_home%"=="" (set java_exec=java) else (set java_exec=%java_home%\bin\java)
    :launch
    if "%1"=="-jmx" (
         set jmxproperties=-Dcom.sun.management.jmxremote -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true
         shift
    set java_opts=-Xms%memory% -Xmx%memory% %jmxproperties% -Dtangosol.coherence.cacheconfig=C:\JDeveloper\mywork\KnowledgeSOA\JPA\jpa-cache-config.xml
    %java_exec% -server -showversion %java_opts% -cp "%coherence_home%\lib\coherence.jar;C:\JDeveloper\mywork\KnowledgeSOA\JPA\classes;D:\Coherence\coherence-java-3.7.1.0b27797\coherence\lib\coherence-jpa.jar;D:\Coherence\ojdbc5.jar;D:\Coherence\toplink\jlib\eclipselink.jar;D:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_1-0-2.jar" com.tangosol.net.DefaultCacheServer %1
    goto exit
    :instructions
    echo Usage:
    echo ^<coherence_home^>\bin\cache-server.cmd
    goto exit
    :exit
    endlocal
    @echo on
    Many Thanks in Advance
    Zia

    Hi Zia,
    The error is...
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.indirection.IndirectList; local class incompatible: stream classdesc serialVersionUID = 4038061360325736360, local class serialVersionUID = -494763524358427112
    ...which means you have two different versions of org.eclipse.persistence.indirection.IndirectList, one on the server and one in the client (JDeveloper). As these classes have different serialVersionUID values then Java throws an exception when deserializing as they are probably not compatible.
    I don't know much about the Eclipse stuff but from looking at your post I can only assume one version of the class is in D:\Coherence\toplink\jlib\eclipselink.jar on the Coherence server side and the other is in JDevloper in D:\OracleSOA\Middleware\modules\org.eclipse.persistence_1.1.0.0_2-1.jar as these are the only jar file containing "eclipse" that I can see on the classpaths.
    JK

  • Which Macs will run the IPhone SDK

    I Got spooked.
    'Turns out my PowerPC processor won't allow the IPhone SDK to install even though it doesn't give me any message indicating so.
    So I have to buy another machine and want to make sure it will run the IPhone SDK
    How about Intel Atom Processor N270 1.6GHz single core?
    Thank you so much. Answers to other questions have been very helpful.
    Jerry

    Sorry Orange,
    You answered about the duel core. I am now asking about a different machine. I am hoping to get answers about several so that it can also be helpful to others.
    Thanks tod,
    That's helpful. Since I am running 10.5.5 on a real Mac and it won't take IPhone SDK now I am wondering just what will take it.
    So now I know the IntelĀ® Atom ProcessorĀ® N270 in the Dell Inspirion minis won't.
    Will the IPhone SDK only run in a machine built by Apple and after they started to use Intel?
    Jerry

Maybe you are looking for

  • Workflow mail compose to multiple persons

    Hi Gurus, I have requirement , my travel workflow has two level approval first leve - super visor secodnĀ  - fiance head. and appoval options are 1. approve 2. send back for correction ( it shoud go to initaiter with coments ) my worklfow is working f

  • Special Character Restrictions for Native XML Driver

    Hi, I have found the following special character restrictions in the documentation: "Because they are handled specially by the Native XML driver, do not use the following special characters to define element types and attributes in your XML schema:u2

  • Data types in ABAP

    what is the significance of initial field and valid field in data type like float,numeric,int etc.

  • Downloading timeout when installing flash player 11.5.502.149 on mac osx ?

    Downloading timeout when installing flash player 11? I have a new MacBook Pro. I have OS 10.8.2. I cannot get FlashPlayer to download. I have tried uninstalling and reinstalling Adobe Flash Player 11 from the Adobe website. Doesn't work. Every time I

  • I can't open pptx files on keynote 6.2

    Hi. I am an Iwork user who got a pptx file from a windows user. The problem is that I can't open it on keynote, even when I can open it on my ios devices. I can see it in preview, but can't save it. It is strange because I had been aple to open other