Unable to create a callable object

Hi All,
Try making a Web Dynpro application for CAF GP using this article:
[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/composition/caf/how%20to%20integrate%20two%20web%20dynpro%20applications%20using%20composite%20application%20framework%20guided%20procedures.pdf]
I have been able to deploy the application successfully. But when i run the Process, the first Callable Object (CO1) is fine and the second Callable Object (CO2) is showing error:
/System/UserInterface#Plain###Unable to create web dynpro callable object implementation.
com.sap.tc.webdynpro.progmodel.context.ContextException: NodeElement(CallableObject2Interface.0): unknown attribute firstName
     at com.sap.tc.webdynpro.progmodel.context.NodeElement.wdGetAttributeInfo(NodeElement.java:380)
     at com.sap.tc.webdynpro.progmodel.context.NodeElement.setAttributeValue(NodeElement.java:883)
     at com.tcs.bhel.co2.CallableObject2Interface.execute(CallableObject2Interface.java:166)
     at com.tcs.bhel.co2.wdp.InternalCallableObject2Interface.execute(InternalCallableObject2Interface.java:132)
     at com.tcs.bhel.co2.wdp.InternalCallableObject2Interface$External.execute(InternalCallableObject2Interface.java:182)
     at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWD.execute(COExecWD.java:303)
     at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWD.execute(InternalCOExecWD.java:171)
     at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWDInterface.execute(COExecWDInterface.java:122)
     at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface.execute(InternalCOExecWDInterface.java:134)
     at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface$External.execute(InternalCOExecWDInterface.java:249)
Thanks
Ash

hi Ash,
Make sure that you have done this step for callable object2
Select entry Web Dynpro References
- Select tab page Library References
- Choose Add
- Enter the reference caf/eu/gp/api
Thanks and regards,
Arun

Similar Messages

  • Problem in creating a callable object of type Business Logic

    Hi SDN,
    I am trying to create a callable object of type Business Logic in CE.
    When I give all information and click Next, I get this error message.
    Error while loading configuration dialog: Failed to create delegate for component com.sap.caf.eu.gp.ui.co.CExpConfig. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    Can anybody help me out with this problem.
    Regards,
    Sumangala

    Hi.
    I'm having the same problem as Senthil in NW2004s SP15 with my application service and methods not showing up in the Callable Object wizard for Composite Application Services after I choose the Endpoint.  The only application name that shows up in the wizard is caf.tc, and the only service names that show up for it are LDDataAccessor, Metadata, and PropPermissionService.
    My IDE is on one machine and the application server I deploy to is located on a different machine.  My endpoint to the remote application server looks to be correctly configured.  The Composite Application Service seems to be deployed properly as I'm able to see it and test that it works in the Web Services Navigator <http://remotehost:50000/wsnavigator/>
    My deployed application service is a remote enabled service and is also web services enabled as well.
    I'm not sure if this is relevant, but I noticed that the generated Java code does not create any remote EJB interfaces (only home and local interfaces were generated).
    Something else I noticed is that when I proceed to the External Service Configuration -> Business Entities screen <http://remotehost:50000/webdynpro/dispatcher/sap.com/cafUIconfiguration>, I only see three business entities displayed, and the following error message is displayed: "Corrupt metadata has been detected. This may prevent some objects from being displayed. Check the server log for more details."  I was unable to find anything in the instance log files.  Is the error message indicative of the problem?
    I am developing locally without a NetWeaver Development Infrastructure (NWDI) in place.
    I'm wondering if the credentials specified in the endpoint require any special roles or privileges.
    Senthil, do any of these additional descriptions apply to you as well?
    Edited by: Ric Leeds on Jun 20, 2008 4:37 PM

  • Error while creating a callable object - User Interface

    Hello,
    When i'm trying to create a callable object - User Interface in the guided procedure design time. i'm getting an error. An internal server error. This is happening while i'm trying to create a guided procedure with webdynpro's.
    Is there any body who allready had somthing like this.
    Greetings
    Kurt

    Hi Raja Akella,
    I allready had the roles and my portal version is upgraded until SP8 and all the possible patches.
    I get an internal server error when i want to create a callable object. specially when i want to create a webdynpro ( ABAP / JAVA).
    In the visual administrator i get the following  errors.
    <b>Error 1</b>
    Exception occured during processing of a Web Dynpro application: "com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to get Related Model Object for the object com.sap.caf.eu.gp.dt.comp.semanticbrowser.SemanticBrowserApp, relation Component.".
    [EXCEPTION]
    com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to get Related Model Object for the object com.sap.caf.eu.gp.dt.comp.semanticbrowser.SemanticBrowserApp, relation Component.
         at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.getRelatedModelObject(DelegatorRepositoryModelClass.java:640)
         at com.sap.tc.webdynpro.progmodel.repository.IWDApplicationInfo$Implementation.getComponentInternal(IWDApplicationInfo.java:286)
         at com.sap.tc.webdynpro.progmodel.repository.IWDApplicationInfo$Implementation.getComponent(IWDApplicationInfo.java:270)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.COConfigWDApp.addWdappsElement(COConfigWDApp.java:646)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.COConfigWDApp.readWebDynproApps(COConfigWDApp.java:631)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.COConfigWDApp.readApplications(COConfigWDApp.java:308)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.wdp.InternalCOConfigWDApp.readApplications(InternalCOConfigWDApp.java:190)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.VSelect.initCreate(VSelect.java:306)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.VSelect.onPlugFromDispatch(VSelect.java:174)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.wdp.InternalVSelect.wdInvokeEventHandler(InternalVSelect.java:168)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >: (:main:, row:1, col:491)
         at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:178)
         at com.sap.tc.webdynpro.repository.persistence.xml.XMLPersistence.doReadVMO(XMLPersistence.java:126)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.readVMO(RepositoryPersistence.java:356)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.doFindRepositoryObject(RepositoryPersistence.java:598)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.findRepositoryObject(RepositoryPersistence.java:170)
         at com.sap.tc.webdynpro.repository.model.Repository.findRepositoryObjectInternal(Repository.java:590)
         at com.sap.tc.webdynpro.repository.model.RepositoryObjectRelation$XMLGuidWrapper.getModelObject(RepositoryObjectRelation.java:462)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.getCurrentLayerObject(RepositoryPersistence.java:702)
         at com.sap.tc.webdynpro.repository.model.Repository.getCurrentLayerObject(Repository.java:1483)
         at com.sap.tc.webdynpro.repository.model.NonSharedRelationToOne.doMergeInheritedTarget(NonSharedRelationToOne.java:85)
         at com.sap.tc.webdynpro.repository.model.NonSharedRelationToOne.mergeInheritedTargets(NonSharedRelationToOne.java:49)
         at com.sap.tc.webdynpro.repository.model.RelationToOne.getTarget(RelationToOne.java:93)
         at com.sap.tc.webdynpro.repository.model.AbstractRepositoryModelClass.getRelatedModelObject(AbstractRepositoryModelClass.java:234)
         at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.getRelatedModelObject(DelegatorRepositoryModelClass.java:636)
         ... 39 more
    Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >: (:main:, row:1, col:491)(:main:, row=1, col=491) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
         at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:148)
         at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:166)
         ... 52 more
    Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
         at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1566)
         at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1687)
         at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2792)
         at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:227)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:141)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:156)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:259)
         at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:278)
         at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:340)
         at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
         ... 53 more
    <b>error 2</b>
    Processing HTTP request to servlet [dispatcher] finished with error. The error is: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to get Related Model Object for the object com.sap.caf.eu.gp.dt.comp.semanticbrowser.SemanticBrowserApp, relation Component.
         at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.getRelatedModelObject(DelegatorRepositoryModelClass.java:640)
         at com.sap.tc.webdynpro.progmodel.repository.IWDApplicationInfo$Implementation.getComponentInternal(IWDApplicationInfo.java:286)
         at com.sap.tc.webdynpro.progmodel.repository.IWDApplicationInfo$Implementation.getComponent(IWDApplicationInfo.java:270)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.COConfigWDApp.addWdappsElement(COConfigWDApp.java:646)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.COConfigWDApp.readWebDynproApps(COConfigWDApp.java:631)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.COConfigWDApp.readApplications(COConfigWDApp.java:308)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.wdp.InternalCOConfigWDApp.readApplications(InternalCOConfigWDApp.java:190)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.VSelect.initCreate(VSelect.java:306)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.VSelect.onPlugFromDispatch(VSelect.java:174)
         at com.sap.caf.eu.gp.ui.co.config.wdapp.wdp.InternalVSelect.wdInvokeEventHandler(InternalVSelect.java:168)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >: (:main:, row:1, col:491)
         at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:178)
         at com.sap.tc.webdynpro.repository.persistence.xml.XMLPersistence.doReadVMO(XMLPersistence.java:126)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.readVMO(RepositoryPersistence.java:356)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.doFindRepositoryObject(RepositoryPersistence.java:598)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.findRepositoryObject(RepositoryPersistence.java:170)
         at com.sap.tc.webdynpro.repository.model.Repository.findRepositoryObjectInternal(Repository.java:590)
         at com.sap.tc.webdynpro.repository.model.RepositoryObjectRelation$XMLGuidWrapper.getModelObject(RepositoryObjectRelation.java:462)
         at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.getCurrentLayerObject(RepositoryPersistence.java:702)
         at com.sap.tc.webdynpro.repository.model.Repository.getCurrentLayerObject(Repository.java:1483)
         at com.sap.tc.webdynpro.repository.model.NonSharedRelationToOne.doMergeInheritedTarget(NonSharedRelationToOne.java:85)
         at com.sap.tc.webdynpro.repository.model.NonSharedRelationToOne.mergeInheritedTargets(NonSharedRelationToOne.java:49)
         at com.sap.tc.webdynpro.repository.model.RelationToOne.getTarget(RelationToOne.java:93)
         at com.sap.tc.webdynpro.repository.model.AbstractRepositoryModelClass.getRelatedModelObject(AbstractRepositoryModelClass.java:234)
         at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.getRelatedModelObject(DelegatorRepositoryModelClass.java:636)
         ... 39 more
    Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >: (:main:, row:1, col:491)(:main:, row=1, col=491) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
         at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:148)
         at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:166)
         ... 52 more
    Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
         at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1566)
         at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1687)
         at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2792)
         at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:227)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:141)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:156)
         at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:259)
         at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:278)
         at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:340)
         at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
         ... 53 more
    <b>error 3</b>
    Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to get Related Model Object for the object com.sap.caf.eu.gp.dt.comp.semanticbrowser.SemanticBrowserApp, relation Component.
    Exception id: [00505691431B006F0000003E00000FE800041B45B87F7617]
    thanks in advance
    Kurt

  • I am not able to create a callable object of my web Dynpro application

    Hi,  
      I have my Portal server installed with NW2004S and with other components as follows.    
    ·WAS 7.0 SP9  
    ·EP7.0 SP9  
    ·CAF 7.0 SP9  
    ·VC 7.0 SP9  
    But now my webdynpro application is not reflecting in web Dynpro Component(GP Interface) during the design time, when I am trying to create a callable object.    
    So please can you suggest what is the problem and how I will get it corrected.  
    Regards,  
    Paresh.

    Hi Aliaksei,
    I had created a complete CAF application which was working fine. Then the server got crashed and i lost everything.So then i again installed the server and upgraded it to SP7.But than i was not able to see my web dynpro application while creating callable object. So i created another instance in the server at the base level(SP4) and i was able to create callable object.
    There is no problem in the webdynpro application.I have added runtime library referece to my project : sap.com/cafeugp~api and also implemented the Interface IGPWebDynproCO in my component.
    So i dont know where i am going wrong while i am upgrading the server.
    Regards,
    Paresh.

  • Unable to create a Driver object from driver with Media type string CTC PHO

    Hi All,
    I am trying to develop a siebel cti adapter for avaya.
    I have loaded a custom dll into siebel server but it is throwing error "SBL-CSR-00500: Unable to create a Driver object from driver C:\Mydriver\cti.dll with Media-Type-String CTC Phone ".
    It has been long time without any progress.
    Please help
    Thanks
    Nishant

    Hi tomhowell,
    According to your description, my understanding is that you got an error when you created a site from a custom site template after migrading SharePoint 2010 to your server.
    Did you have the original solution file of the site template? Please re-deploy the solution to your SharePoint site, then create a site from the new site template, compare the result.
    Also use  SPDisposeCheck to indentify the memory leak:
    http://archive.msdn.microsoft.com/SPDisposeCheck
    http://www.fewlines4biju.com/2012/11/detected-use-of-sprequest-for.html
    Here are some similar posts for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/3a25eb86-8415-4053-b319-9dd84a1fd71f/detected-use-of-sprequest-for-previously-closed-spweb-object-please-close-spweb-objects-when-you?forum=sharepointdevelopmentprevious
    http://social.msdn.microsoft.com/Forums/en-US/50ce964f-94a6-4fda-abc0-caa34e7111f1/error-detected-use-of-sprequest-for-previously-closed-spweb-object-occurs-when-new-site-gallery
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • The Crystal Report Viewer is unable to create its resource objects

    Recently our Clients have updated to Windows 7 and IE8. we are having issues to view the Reports in Infoview.
    The web server operating server is Windows 2003, Crystal Reports XI Release 2  and BOE R2 SP2 is installed in it. Activex Viewer is downloading fine in client machine having Windows XP OS (IE Version is 7) but for the same url ActiveXViewer.cab is not getting downloaded in Windows 7 Enterprise (IE Version is 8). It throws the error u201CThe Crystal Report Viewer is unable to create its resource objects.u201D
    Does BOE R2 SP2 support on IE8?
    Thanks

    Tested Windows 7 And IE8 browser to view Reports in Infoview for different user preference setting.
    1.       Active X Viewer u2013 Fails to open in View Mode and errors out with message as u201CThe Crystal Report Viewer is unable to create its resource objectsu201D
    2.       DHTML Viewer u2013 Could able to open/export/print  the Report.
    3.       Advance DHTML Viewer  - Could able to open/export/print  the Report .
    4.       Java Viewer u2013 Could able to open/export/print  the Report, but noticed the fonts are overlapping.

  • "Crystal Report Viewer is unable to create its resource objects"

    I'm using Crystal Reports Server XI and getting the error/pop up box: "Crystal Report Viewer is unable to create its resource objects" when trying to view a report through the website.
    Any suggestions would be appreiciated. I'm very unfamiliar with Crystal Reports but it's fallen into my lap to install and suppor this application.
    I have tried changing some browser settings to allow ActiveX content and such but that hasn't seemed to help. I also tried downloading a particular 3 .dll's files to my desktop and registering them, as well as re-registering them on the server. They were CRVIEWER.dll, swebrs.dll, sviewhlp.dll.
    I'm using IE 7.0 and CR Server XI is installed in a Windows 2003 R2 SE server.  IIS seems to be setup OK.  I haven't changed any of the default installation settings that were configured during the installation on the virtual directory that was created.  I received no errors during the installation.  I'm also not seeing anything obvious pop up in the event logs.  I still have yet to do a log parser query looking for anything that says crystal reports.
    Thanks!
    Edited by: Wendy Beatty on Sep 23, 2008 9:50 PM

    Hi Wendy,
    This issue might be better addressed by our .NET development forum,  however,  some of the things that come to mind are:
    1.  As a test are you able download the Active X Viewer from the client machine by accessing it via a URL:
    http:// <yourserver>/crystalreportviewers/ActiveXControls/ActiveXViewer.cab
    Does it prompt you do download the .CAB file?
    2.  If you have more than one version of the Active X Viewer installed on the client machine,  go through this SAP Note (1215398) from the Service Market Place to remove it.
    3.  Check your browser settings (Tools|Security|Custom Level) to make sure Active Controls are set to at least prompt.
    4.  Confirm with your network administrator if there are group policies that restrict the installation of Active X Controls or if users do not have the rights to install.
    Regards,
    Wallie

  • "cannot find this class" erro while creating Background Callable Object.

    Hi All,
    I am facing "cannot find this class" while creating Background Callable Object.
    I followed the following document for Creating Background Callable Object.
    [Creating Callable Objects for Background Execution|http://help.sap.com/saphelp_nwce10/helpdata/en/53/cde385301f4aa3b8e77a92cd46bff3/frameset.htm]
    After giving the fully qualified java class name in the Implementation Class Name when i press next i am getting the error.
    Please suggets me in solving this issue.
    Regards,
    S.V.Satish Kumar
    Edited by: Sathish Kumar SV on Apr 4, 2009 10:34 AM

    Hi, kavita.
    First, make sure you choosed the correct container when you created the background CO.
    Second, make sure your package name was "com.examples.bckgco" and class name was "UserDetailsCallableObject". The exception  which you got just means you entered incorrect name.
    It doesn`t relate to your program.
    Best Regards.
    Louis Huang.

  • Error building/creating WD Callable Object

    Hello guys,
    Pardon for reposting - I did post on the WD Java thread - and I think this is the more appropriate area to ask this question since its GP Callable Objects related.
    While creating a WD Callable Object: I
    I added Used DC: caf/eu/gp/api/wd to the WD DC. And added IGPWebdynproCO on the Implemented Interface. Afterwards, after building the DC, I got the following errors:
    This compilation unit indirectly references the missing type com.sap.caf.eu.gp.co.api.IGPTechnicalDescription (typically some required class file is referencing a type outside the classpath)
    The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.caf.eu.gp.co.api.IGPTechnicalDescription. Fix the classpath then try rebuilding this project.
    I tried repair and rebuild - and restared NWDS (and even restarted my PC).
    Issue not resolved.
    What else should I do?
    Thanks!
    Regards,
    Jan

    I solve this including DC from caf/eu/gp/api (external public part) as show
    http://help.sap.com/saphelp_nw70/helpdata/en/43/e085d6421a4d9de10000000a155369/content.htm
    Later the method getDescription throws error because not return anything, while I return null
    Regards,

  • Unable to create table because object exists. Where do I find object ?? :-0

    Hi,
    I deployed some scripts to a database, had to roll it back and then deployed again but I'm unable to create a particular table. The error says an object already exists but I can't find it. Hope this isn't a dumb question. Oracle 10.2.0.4 2 node RAC on Linux
    I have looked through dba_objects for anything called LS_AURULD_RULEDATA or LI_AURULD_RULEDATA.
    Here is the command and error..........
    CREATE TABLE aee.T_AUDITRULEDEFINITION
    2 (
    OBID RAW(16) CONSTRAINT NN_AURULD_OBID NOT NULL,
    SECURE_COMPANY_FK RAW(16) CONSTRAINT NN_AURULD_SCFK NOT NULL,
    AUDITRULESET_FK RAW(16),
    AUDITRULECLASST_FK NUMBER(2,0),
    DESCRIPTION NVARCHAR2(128),
    FAILUREACTION_FK NUMBER(2,0),
    RULEDATA NCLOB,
    RULETYPE NVARCHAR2(50),
    SEQUENCENUMBER NUMBER(10,0),
    TAG NVARCHAR2(64)
    LOB(RULEDATA) STORE AS LS_AURULD_RULEDATA (INDEX LI_AURULD_RULEDATA)
    15 TABLESPACE MOTOR_TABLES;
    LOB(RULEDATA) STORE AS LS_AURULD_RULEDATA (INDEX LI_AURULD_RULEDATA) *
    ERROR at line 14:
    ORA-00955: name is already used by an existing object
    Any help appreciated

    Thanks for pointing me towards dba_lobs
    SQL> select TABLE_NAME,INDEX_NAME from dba_lobs where OWNER='AEE' and index_name like 'LI_AURULD%';
    TABLE_NAME INDEX_NAME
    BIN$XdjCvAyQhMrgQBCsZat/dQ==$0 LI_AURULD_RULEDATA
    I purged the recyclebin and all was ok

  • Unable to create Instance with Object Editor and Attachment Pattern

    Hi Experts,
    I created a simple entity service with some attributes and a document reference.
    I also configured an object editor pattern and assigned a attachment pattern. The created object editor works as long as I don't attach a file. But if I attach a file and want to save it I get an error message "cannot create"
    In the default log.trc I have some entries
    Cannot read associated instance with MOF ID 105D8E0C4F02D45AFFD5B9D6A09EFB7A of MOF Layer 2 for (6DC24B80F6004CDBF4FA6C560AEDD33C,<null>)
    and
    refPackageM1(com.sap.ip.bi.sdk.dac.olap.query) failed RepositoryDBMemory. Using generic one.
    I configured the j2ee engine according the tutorial "Integrating KM with CAF UI Patterns"
    So what is wrong?
    Best regards Manuel

    Hi,
    From the stacktrace I assume that the following happens (please correct me, if I'm wrong):
    <b>*</b> Some time based event mechanism sends an event to your custom event handler code. That code is execute in some system context.
    <b>*</b> Your handler uses the RF API to create a collection. All this is perfectly OK. Here my assumptions end, the next steps are solid facts.
    <b>*</b> Within the RF all property filters are informed that a resource is about to be created. One of the filters is trying to obtain a lock from a system provided Locking Service.
    <b>*</b> That service refuses to grant the lock, telling that system users are not allowed to do so.
    Most proably you cannot do anything to solve this problem by yourself. When I ran into the same Exception once, I could avoid to have my code run in a system thread. Well you might try to do the same.
    Otherwise please open a customer message and complain about the restiction in the locking behaviour.
    Best regards,
    Michael

  • Unable to create or update object after creating database

    I have installed Oracle 8.1.6 on a Solaris server (with documentation, cause I'm not expert of Unix).
    Next I have created a database and a user (with the doc too !!)
    I can make select on all the objects of this database (system tables for example). I have created one test table without any problem. Now I can't create any table or update the table on the server or on a client (the sql + froze). The select orders work. I tried to restard the server but the problem is the same.
    Thank you very much for your help

    There are no error ! (alert.log)
    The sql plus (on the client or on the server) froze when I launch the create or update command. The select command works.
    Thank you very much.

  • Unable to create Discovery Client object for Accessing Office365 calendar

    I'm trying to get DiscoveryClient Object for Creating Office365. I'm getting the following exception.
    {"Exception of type 'Microsoft.Office365.Discovery.DiscoveryFailedException' was thrown."}
    Code for this is :
    public static async Task<OutlookServicesClient> EnsureClientCreatedAsync()
                try
                    AuthenticationContext = new AuthenticationContext(CommonAuthority);
                    if (AuthenticationContext.TokenCache.ReadItems().Count() > 0)
                        // Re-bind AuthenticationContext to the authority source of the cached token.
                        // This is needed for the cache to work when asking for a token from that
                        // authority.
                        string cachedAuthority = AuthenticationContext.TokenCache.ReadItems().First().Authority;
                        AuthenticationContext = new AuthenticationContext(cachedAuthority);
                    DiscoveryClient discoveryClient = new DiscoveryClient( async () => await AcquireTokenAsync(AuthenticationContext, DiscoveryResourceId));
                    // Get the "Calendar" capability.
                    CapabilityDiscoveryResult result = await discoveryClient.DiscoverCapabilityAsync("Calendar");
                    var client = new OutlookServicesClient(result.ServiceEndpointUri, async () => await AcquireTokenAsync(AuthenticationContext, result.ServiceResourceId));
                    return client;
                catch (Exception)
                    if (AuthenticationContext != null && AuthenticationContext.TokenCache != null)
                        AuthenticationContext.TokenCache.Clear();
                    return null;
    Any suggestions?

    Hi,
    Seems more relate to Office 365 development,
    I suggest you post it to the corresponding forum, you will get more help there.
    http://community.office365.com/en-us/forums/default.aspx
    Best regards
    Patrick Liang
    TechNet Community Support

  • Please HELP!! STRANGE ERROR: Unable to create an ID object

    hy all,
    i was trying to create a new Communication channel, n all of a sudden i get this java exception: pretty surprised wat it meant could anyone help me out, 'm stuck at this for quite smetime now,
    Thanks:
    *#29 08:40:03 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable*
    *Thrown:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *Root cause:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.ib.core.oa.ObjectAccessException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.wrapRuntimeException(ObjectAccessBean.java:492)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:358)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *Serialized server exceptions:*
    *MESSAGE ID: java.lang.ArrayIndexOutOfBoundsException (serialized)*
    *java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException*
    **     at com.sap.aii.utilxi.sql.api.DBConnectionImpl.insertSingle(DBConnectionImpl.java:134)**
    **     at com.sap.aii.utilxi.sql.api.DBConnection.insertSingle(DBConnection.java:192)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:688)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:712)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.writeKey(KeyServiceProvider.java:449)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.createKey(KeyServiceProvider.java:305)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.getObjectID(ServerObjectAccess.java:2674)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.create(ServerObjectAccess.java:1274)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:355)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *#28 08:40:03 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *#27 08:40:03 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    *#26 08:39:50 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable*
    *Thrown:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *Root cause:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.ib.core.oa.ObjectAccessException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.wrapRuntimeException(ObjectAccessBean.java:492)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:358)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *Serialized server exceptions:*
    *MESSAGE ID: java.lang.ArrayIndexOutOfBoundsException (serialized)*
    *java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException*
    **     at com.sap.aii.utilxi.sql.api.DBConnectionImpl.insertSingle(DBConnectionImpl.java:134)**
    **     at com.sap.aii.utilxi.sql.api.DBConnection.insertSingle(DBConnection.java:192)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:688)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:712)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.writeKey(KeyServiceProvider.java:449)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.createKey(KeyServiceProvider.java:305)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.getObjectID(ServerObjectAccess.java:2674)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.create(ServerObjectAccess.java:1274)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:355)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *#25 08:39:50 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *#24 08:39:50 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    *#23 08:38:36 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable*
    *Thrown:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *Root cause:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.ib.core.oa.ObjectAccessException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.wrapRuntimeException(ObjectAccessBean.java:492)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:358)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *Serialized server exceptions:*
    *MESSAGE ID: java.lang.ArrayIndexOutOfBoundsException (serialized)*
    *java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException*
    **     at com.sap.aii.utilxi.sql.api.DBConnectionImpl.insertSingle(DBConnectionImpl.java:134)**
    **     at com.sap.aii.utilxi.sql.api.DBConnection.insertSingle(DBConnection.java:192)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:688)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:712)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.writeKey(KeyServiceProvider.java:449)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.createKey(KeyServiceProvider.java:305)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.getObjectID(ServerObjectAccess.java:2674)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.create(ServerObjectAccess.java:1274)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:355)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *#22 08:38:36 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *#21 08:38:36 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    *#20 08:36:39 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable*
    *Thrown:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *Root cause:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.ib.core.oa.ObjectAccessException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.wrapRuntimeException(ObjectAccessBean.java:492)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:358)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *Serialized server exceptions:*
    *MESSAGE ID: java.lang.ArrayIndexOutOfBoundsException (serialized)*
    *java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException*
    **     at com.sap.aii.utilxi.sql.api.DBConnectionImpl.insertSingle(DBConnectionImpl.java:134)**
    **     at com.sap.aii.utilxi.sql.api.DBConnection.insertSingle(DBConnection.java:192)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:688)**
    **     at com.sap.aii.utilxi.sql.api.Table.insertSingle(Table.java:712)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.writeKey(KeyServiceProvider.java:449)**
    **     at com.sap.aii.ib.server.persist.gen.KeyServiceProvider$GenericImpl.createKey(KeyServiceProvider.java:305)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.getObjectID(ServerObjectAccess.java:2674)**
    **     at com.sap.aii.ib.server.oa.ServerObjectAccess.create(ServerObjectAccess.java:1274)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessBean.create(ObjectAccessBean.java:355)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0.create(ObjectAccessRemoteObjectImpl1_0.java:2174)**
    **     at com.sap.aii.ib.sbeans.oa.ObjectAccessRemoteObjectImpl1_0p4_Skel.dispatch(ObjectAccessRemoteObjectImpl1_0p4_Skel.java:274)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)**
    **     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)**
    **     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)**
    **     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)**
    **     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)**
    **     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)**
    **     at java.security.AccessController.doPrivileged(AccessController.java:219)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)**
    **     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)**
    *#19 08:36:39 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.access$100(CreateDialog.java:50)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog$CreateAction.actionPerformed(CreateDialog.java:382)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.Dialog$1.run(Unknown Source)**
    **     at java.awt.Dialog$2.run(Unknown Source)**
    **     at java.security.AccessController.doPrivileged(Native Method)**
    **     at java.awt.Dialog.show(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.toolkit.BaseDialog.show(BaseDialog.java:320)**
    **     at java.awt.Component.show(Unknown Source)**
    **     at java.awt.Component.setVisible(Unknown Source)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.showDialog(CreateDialog.java:149)**
    **     at com.sap.aii.utilxi.swing.framework.cmd.CreateCommand.execute(CreateCommand.java:110)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)**
    **     at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)**
    **     at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)**
    **     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)**
    **     at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)**
    **     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)**
    **     at javax.swing.AbstractButton.doClick(Unknown Source)**
    **     at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)**
    **     at java.awt.Component.processMouseEvent(Unknown Source)**
    **     at javax.swing.JComponent.processMouseEvent(Unknown Source)**
    **     at java.awt.Component.processEvent(Unknown Source)**
    **     at java.awt.Container.processEvent(Unknown Source)**
    **     at java.awt.Component.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)**
    **     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)**
    **     at java.awt.Container.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Window.dispatchEventImpl(Unknown Source)**
    **     at java.awt.Component.dispatchEvent(Unknown Source)**
    **     at java.awt.EventQueue.dispatchEvent(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)**
    **     at java.awt.EventDispatchThread.run(Unknown Source)**
    *#18 08:36:39 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    *#17 08:35:18 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable*
    *Thrown:*
    *MESSAGE ID: com.sap.aii.ib.sbeans.oa.rb_all.RUNTIME_EXCEPTION_OCCURED*
    *com.sap.aii.utilxi.swing.framework.PersistenceException: Runtime error (RuntimeException). See details*
    **     at com.sap.aii.ib.gui.editor.XiDocument.create(XiDocument.java:190)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doRealCreate(CreateDialog.java:447)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.doCreate(CreateDialog.java:393)**
    **     at com.sap.aii.utilxi.swing.framework.CreateDialog.acces

    Hi,
    It may b possible coz of some temproray issue or may be dispatcher connection is closed.. first try starting java stack , if it doen't work out try starting dispatcher and the j2ee stack.
    Regards
    Aashish Sinha

  • Unable to create callable object of type Webdynpro (GP Interface)

    I am getting the following error message when i try to create a callable object of type webdynpro in GP. It was working fine, but when i added component reuse it start giving me the following error:
    "Cannot read callable object description from component: <null>"
    I also have the library "caf/eu/gp/api" in my project, so i know that is not the problem.
    So basically, my project was working fine until i added component resue that it is not letting me create a callable object in GP.
    Any help will be appreciated.
    Thanks

    That problem is now solved, i dont know how but i took out and putted back my component reuse and it worked. But now components that are deployed to the server and are functioning properly, stop working after the server is rebooted. Simply redeploying the component does not make it work again.
    A note: One way that we've been able to "work around" this has been to modify the components in some way, rebuild, redeploy. Exactly what modifications that make it function again, is unknown.
    Any help on tha issue will be appreciated.
    Thanks
    Nahman

Maybe you are looking for

  • I have read all of the similar issues on this site and I still cannot connect my airport extreme (although there is no problem with my old airport express - help...

    i have read all of the numerous and similar issues on this subject.  and i still cannot connect my new airport extreme.  my old airport express works fine still.  help.  and why are there so many issues with connecting this stuff?  i thought this stu

  • Header errors in when using includes behaviour

    I have created a left menu and used SSI to insert it into various pages. When I apply the logout user server behavior to the menu and open a page I get the following error. (using DWMX 2004) quote: Warning: session_start(): Cannot send session cache

  • Troubble With Ati dri lib32

    Hi, So i had FGLRX installt, but recently with the improvents to the ati open source driver (UVD, powerplay) i decidet to switch back to OSS. Everything works except 32bit applications. Glxgears32 outputs: libGL: OpenDriver: trying /usr/lib/xorg/modu

  • Linking 2 different reports

    Hi Sanjeev, I have a question , 1)How to join two data objects 2) How to pass parameters from one report to the other Scenario 1) : I created two data objects,then I could create a plan and and bring in basic reports on the Dashboard using the SQL Qu

  • Adobe 11.7 download

    When i try to watch something on youtube or any kind of video I have to download adobe 11.7 today alone i have downloaded adobe 4 times, can you tell me what the problem is