ESR: Error

Hi
I am getting error when i click on the ESR on the IB page. Its saying " Application Unable to Launch" ??
Please help me out
thanx

HI,
Prerequisites:
  Enterprise Services Builder and Integration Builder run on top of Javau2122 2 Standard Edition 5.0 (J2SE 5.0) which includes Javau2122 Webstart.   You can download this from the Sun Developer Network Site. 
  Troubleshooting:
  Probably Javau2122 WebStart does not detect the correct Proxy Settings. In this caseplease proceed as follows:
  To change the Proxy Settings for Javau2122 Web Start:
  Klick Start --> Run  and enter javaws. Press button OK.
Choose Edit -> Preferences -> General -> Network Settings...
Select Direct Connection to switch off the proxy settings and press button OK.
If this still does not work, select Use proxy server to set manually the HTTP Proxy and Port.
Contact your network administrator for the correct settings.
Regards,
Ramesh

Similar Messages

  • When get into ESR ,,error - java.lang.NoClassDefFoundError

    Hi expert!!
    I got the error ( java.lang.NoClassDefFoundError) when getting into ESR..
    for the detail , occured after clicking logon buttom.
    the error  occured when getting into ESR only. no problem with  ID, RWB, SR, SLD, NWA.
    i used JDK 1.6 with my laptop, but once got the above error,
    i tried to change JDK 1.6.0_24  to 1.5.0_22, but same happened.
    restore achives and generate new signature  didn't help this error.
    all of host on exchange proflie used FQDN.
      the following is for components info regarding PI 7.1
    =========================================================================================
      sap.com SAP-XIAFC    1000.7.11.0.0.20081028231200 SAP AG
      sap.com SAP_BUILDT  1000.7.11.0.0.20081028231700 SAP AG
      sap.com SAP_XIAF      1000.7.11.0.0.20081209013800 SAP AG
      sap.com SAP_XIESR    1000.7.11.0.0.20081209013800 SAP AG
      sap.com SAP_XIGUI     1000.7.11.0.0.20081028231200 SAP AG
      sap.com SAP_XITOOL 1000.7.11.0.0.20081209013800 SAP AG
    thanks
    bangbang

    Hi,
    Please clarify:
         Are you getting this error in a freshly installed system or in the system which was working fine earlier?
         Have you done any patching or upgaradationd recently?
    Please refer to the sap notes below which may help to resolve your issue:
    #1515991
    #1452561
    Regards,
    Naveen.

  • Xul drag and drop function doesn't work Firefox 17 ESR but works in Firefox 10 ESR

    I am having a problem with a xul drag and drop function designed for selenium rc and selenium IDE. It works in Firefox 10 ESR but does not work in Firefox 17 ESR.
    the code used for the draganddrop function is added below:
    Selenium.prototype.doXulDragAndDropToObject = function(locatorStartElement, locatorEndElement) {
    var startElement = this.page().findElement(locatorStartElement);
    if (startElement.wrappedJSObject) {
    startElement = startElement.wrappedJSObject;
    var endElement = this.page().findElement(locatorEndElement);
    if (endElement.wrappedJSObject) {
    endElement = endElement.wrappedJSObject;
    var dropValue;
    var startTreerow = getAncestorsByTagName(startElement, 'treerow')[0];
    var treeCells = startTreerow.children;
    for(var i=0; i<treeCells.length; i++) {
    var val = treeCells[i].getAttribute('value');
    if(val) {
    dropValue = JSON.parse(val);
    if(dropValue) {
    endElement.drop(dropValue);
    The is the error message I received when the draganddrop fails in FireFox 17 ESR:
    [error] Unexpected Exception: message -> An attempt was made to use an object that is not, or is no longer, usable, code -> 11, INDEX_SIZE_ERR -> 1, DOMSTRING_SIZE_ERR -> 2, HIERARCHY_REQUEST_ERR -> 3, WRONG_DOCUMENT_ERR -> 4, INVALID_CHARACTER_ERR -> 5, NO_DATA_ALLOWED_ERR -> 6, NO_MODIFICATION_ALLOWED_ERR -> 7, NOT_FOUND_ERR -> 8, NOT_SUPPORTED_ERR -> 9, INUSE_ATTRIBUTE_ERR -> 10, INVALID_STATE_ERR -> 11, SYNTAX_ERR -> 12, INVALID_MODIFICATION_ERR -> 13, NAMESPACE_ERR -> 14, INVALID_ACCESS_ERR -> 15, VALIDATION_ERR -> 16, TYPE_MISMATCH_ERR -> 17, SECURITY_ERR -> 18, NETWORK_ERR -> 19, ABORT_ERR -> 20, URL_MISMATCH_ERR -> 21, QUOTA_EXCEEDED_ERR -> 22, TIMEOUT_ERR -> 23, INVALID_NODE_TYPE_ERR -> 24, DATA_CLONE_ERR -> 25, result -> 2152923147, name -> InvalidStateError, filename -> chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber -> 1183, columnNumber -> 0, location -> JS frame :: chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js :: :: line 1183, inner -> null, data -> null
    firefox selenium-rc selenium-ide

    hello, your question conatins a few issues...
    *if you want to use the regular release version (firefox 18.0.2 at the moment) and not a beta version, then please download the setup file from getfirefox.com & install it on top of your current installation
    *when there is a folder named "old firefox data" on your desktop, then you've done a [[Reset Firefox – easily fix most problems|reset of firefox]] which had reset most of your preferences to the factory default & removed all extensions. if you want to revert that, go to ''firefox > help > troubleshooting information'' and click on ''profile folder/show folder''. a windows explorer window should open up. now close all open firefox windows and replace all the contents of your current profile folder with the data that is stored inside the "old firefox data" folder on your desktop.
    *the plugin check website isn't working at the moment - so the problem you're seeing here isn't on your end. hopefully this will be fixed soon on the server-side...

  • Error in IB (When trying to import objects into ESR from SLD or from server

    Hi Experts,
    We are facing an error with the Integration builder recently. When we open Enterprise Services Repository of PI 7.1, we are able to see the GUI with objects perfectly. When we try to import an object into the repository from the server ( In ESR, choose Tools -> Import Design objects -> From Server), we are thrown with an exception...
    Error when exectuting search (QUERY_ERROR)
    & java.lang.NullPointerException
    The server throws the above two exceptions. I have pasted the logs of the error when trying to import an object from the server and also from the sld, below.
    Have any of you experieced the issue? Request you to please check this out and suggest what the problem could be. Thanks in advance.
    Regards,
    Basker
    Log of the error received when trying to import an object from the server...
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException: null
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    ====================================================================
    == Content from the LogHandler =====================================
    ====================================================================
    #12 13:44:56 AWT-EventQueue-2 ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException: null
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    #11 13:44:55 Pool-Thread-0 FINE AutoLog.created.java.lang.NullPointerException: java.lang.NullPointerException
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    #10 13:44:55 Pool-Thread-0 DEBUG AutoLog.created.java.lang.NullPointerException: null
    #9 13:44:55 Pool-Thread-0 FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.ExecuteException: com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    #8 13:44:55 Pool-Thread-0 DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    #7 13:43:52 AWT-EventQueue-2 FINE AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    predecessor system
    com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    #6 13:43:52 AWT-EventQueue-2 DEBUG AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    #5 13:43:52 AWT-EventQueue-2 FINE AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:175)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    ... 13 more
    predecessor system
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:175)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    ... 13 more

    Hi Rajeev,
    Thanks for your inputs. I myself am a basis guy. I ve already checked all the authorizations given to the user - PISUPER, and have found it to be fine. Can't understand why this security issue crops up still. anyways, i m getting this error when trying to import an object from the server. If i try to create a new object and during the process, try to import the SCV from SLD, i m facing with an error again, of a different sort. The log says...
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Internal error during bean lookup for bean SldAccessServiceBean
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.handleRuntimeExInBusinessMethod(BeanAccessHandler.java:113)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:55)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.sap.aii.utilxi.misc.api.BaseRuntimeException: Internal error during bean lookup for bean SldAccessServiceBean
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:460)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         ... 6 more
    Caused by: com.sap.aii.ib.core.ejbutil.HomeFactoryException: Exception during lookup operation of object with name sap.com/com.sap.xi.repository/SldAccessServiceBean, cannot resolve object reference.
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:381)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         ... 10 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during lookup operation of object with name sap.com/com.sap.xi.repository/SldAccessServiceBean, cannot resolve object reference.
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:528)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         ... 11 more
    Caused by: javax.naming.NamingException: Error occurs while the EJB Object Factory trying to resolve JNDI reference Reference Class Name:
    Type: clientAppName
    Content: sap.com/com.sap.xi.repository
    Type: interfaceType
    Content: remote
    Type: home
    Content: com.sap.aii.ib.sbeans.sldAccess.SldAccessServiceHome
    Type: ejb-link
    Content: SldAccessServiceBean
    Type: remote
    Content: com.sap.aii.ib.sbeans.sldAccess.SldAccessServiceRemote
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext.
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:73)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: Can't get Socket. Reason:Connection timed out: connect
         at com.sap.engine.interfaces.cross.io.transport.PortManager.getRealSocket(PortManager.java:284)
         at com.sap.engine.interfaces.cross.LoadBalancerImpl.getAllAccessPoints(LoadBalancerImpl.java:97)
         at com.sap.engine.interfaces.cross.CrossObjectBroker.getDestination(CrossObjectBroker.java:142)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:347)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:73)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:140)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         ... 14 more
    Any clues what might be the issue?
    thanks in advance,
    Regards,
    Basker

  • Error while initial configuration of ESR

    Dear All
    I have installed CE7.1 SP3 and ESR. I am doing the initial configuration of the ESR and following the Installation Guide - SAP Netweaver Composition Environment 7.1 SP3 - Developer Edition
    I am in the configuration wizard of the nwa and trying to configure 'Configuration of ESR in CE'.
    I am getting one error, the log is below.
    Can anyone tell me the way out and how can I insall CE7.1SP3 successfully on my system
    The log is Error:
    ClientServerException exception:Import failed: Internal error
    during pvc call: Version management was unable to execute the
    last action because a temporary internal lock has been set.
    com.sap.aii.utilxi.misc.api.ResourceException: Import failed:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.transport.impl.utils.PvcUtils.throwRootCa
    use(PvcUtils.java:86)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:82)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvc
    Import(RepPvcTransport.java:94)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.pvcImport(TransportServiceImpl.java:789)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importZippedStream(TransportServiceImpl.java:868)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importXiStream(TransportServiceImpl.java:672)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.executeM
    ETHOD_ID_WRITE_VERSIONSET(CmsHmiMethods.java:513)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.process(
    CmsHmiMethods.java:128)
    at
    com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(Hmi
    sServiceImpl.java:167)
    at
    com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.ja
    va:212)
    at
    com.sap.aii.utilxi.hmis.sbeans.HmisBeanImpl.process(HmisBeanImp
    l.java:98)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationCont
    ext.proceedFinal(RequestInvocationContext.java:43)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:166)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTr
    ansition.invoke(Interceptors_StatesTransition.java:19)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource
    .invoke(Interceptors_Resource.java:71)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.invoke(Interceptors_Transaction.java:22)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:189)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Stateles
    sInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.jav
    a:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Security
    Check.invoke(Interceptors_SecurityCheck.java:21)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Exceptio
    nTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChai
    nsManager.startChain(DefaultInvocationChainsManager.java:133)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvoca
    tionHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy2405_10002.process(Unknown Source)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:331)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:238)
    at
    com.sap.aii.utilxi.hmis.web.workers.HmisInternalClient.doWork(H
    misInternalClient.java:70)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletI
    mpl.java:532)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doPost(HmisServletI
    mpl.java:670)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.runServlet(FilterChainImpl.java:163)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:82)
    at
    com.sap.engine.services.servlets_jsp.server.servlet.Authenticat
    ionFilter.doFilter(AuthenticationFilter.java:124)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:74)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.run
    Servlet(HttpHandlerImpl.java:425)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.han
    dleRequest(HttpHandlerImpl.java:289)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:387)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:376)
    at
    com.sap.engine.services.servlets_jsp.filters.ServletSelector.pr
    ocess(ServletSelector.java:85)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.servlets_jsp.filters.ApplicationSelecto
    r.process(ApplicationSelector.java:160)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.WebContainerInvoker.
    process(WebContainerInvoker.java:67)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.ResponseLogWriter.pr
    ocess(ResponseLogWriter.java:60)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.DefineHostFilter.pro
    cess(DefineHostFilter.java:27)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.MonitoringFilter.pro
    cess(MonitoringFilter.java:29)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.server.Processor.chainedRequ
    est(Processor.java:309)
    at
    com.sap.engine.services.httpserver.server.Processor$FCAProcesso
    rThread.run(Processor.java:222)
    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(SingleThr
    ead.java:152)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.
    java:247)
    Caused by:
    com.sap.aii.ib.server.propagation.XIPropagationException:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.create
    FromException(XIPropagationException.java:67)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:239)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.aii.ib.server.pvcadapt.PvcTransactionControlProxy.invok
    e(PvcTransactionControlProxy.java:79)
    at $Proxy2571_10002.importXiContent(Unknown Source)
    at
    com.sap.aii.ib.server.propagation.Propagator.importXiContent(Pr
    opagator.java:92)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:65)
    ... 69 more
    Caused by: com.sap.aii.utilxi.misc.api.BaseException: Internal
    error during pvc call: Version management was unable to execute
    the last action because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.wrapRa
    wException(XIPropagationException.java:150)
    ... 79 more
    Caused by:
    com.sap.aii.ib.server.pvcadapt.lockmgr.XiLockDeniedException:
    Version management was unable to execute the last action
    because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .createLockDeniedException(TransactionalLockManager.java:187)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .requestLock(TransactionalLockManager.java:86)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.CentralLockManager.reque
    stLock(CentralLockManager.java:113)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableBlobTransientC
    lass.lockPropagatableBlob(PropagatableBlobTransientClass.java:1
    10)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.getEx
    clusiveLock(PropagatableProvider.java:644)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.setDa
    ta(PropagatableProvider.java:574)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:780)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:821)
    at
    com.tssap.dtr.pvc.objectpers.Propagator.import_(Propagator.java
    :104)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:233)
    ... 77 more
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@13a0af
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@9a81d3
    Serialized exception:Version management was unable to execute
    the last action because a temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@1c161b3
    Step: Importing XI content
    Retry StepSkip StepCancel Process
    Thanks & regards

    Hi,
    Steps to be configiured after tnstalling CE 7.1 and ESR  in NWA
    1. Initial setup of Functional unit SLD
    2. Configuration of Services Registry Webservice Destinations
    3. then follow the step of Configuration of ESR.
    make sure the above steps are successful.
    Actually even I have got the same error but whoile trying the same steps it worked fine.
    Hope this helps.
    Regards,
    Gopinath M.
    Edited by: Gopinath Myneni on Feb 12, 2008 3:12 PM
    Edited by: Gopinath Myneni on Feb 12, 2008 3:16 PM

  • Error while configuring initial configuration of ESR

    Dear All
    I am continuously facing problem while doing the post installation steps for ‘Configuration of ESR in CE’.
    Here is the log trace attached. Please go through it and tell me the correct way.
    I am using the TechEd’07 DVD for the CE7.1 and downloaded ESR SP03 from SMP.
    This is the error that I am getting when the execution reaches to 97%.
    I am doing the initial configuration of the ESR and following the Installation Guide - SAP Netweaver Composition Environment 7.1 SP3 - Developer Edition
    I am in the configuration wizard of the nwa and trying to configure 'Configuration of ESR in CE'.
    I am getting one error, the log is below.
    Can anyone tell me the way out and how can I insall CE7.1SP3 successfully on my system
    The log is Error:
    ClientServerException exception:Import failed: Internal error
    during pvc call: Version management was unable to execute the
    last action because a temporary internal lock has been set.
    com.sap.aii.utilxi.misc.api.ResourceException: Import failed:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.transport.impl.utils.PvcUtils.throwRootCa
    use(PvcUtils.java:86)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:82)
    at
    com.sap.aii.ibrep.server.transport.impl.pvc.RepPvcTransport.pvc
    Import(RepPvcTransport.java:94)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.pvcImport(TransportServiceImpl.java:789)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importZippedStream(TransportServiceImpl.java:868)
    at
    com.sap.aii.ib.server.transport.impl.service.TransportServiceIm
    pl.importXiStream(TransportServiceImpl.java:672)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.executeM
    ETHOD_ID_WRITE_VERSIONSET(CmsHmiMethods.java:513)
    at
    com.sap.aii.ib.server.transport.impl.hmi.CmsHmiMethods.process(
    CmsHmiMethods.java:128)
    at
    com.sap.aii.utilxi.hmis.server.HmisServiceImpl.invokeMethod(Hmi
    sServiceImpl.java:167)
    at
    com.sap.aii.utilxi.hmis.server.HmisServer.process(HmisServer.ja
    va:212)
    at
    com.sap.aii.utilxi.hmis.sbeans.HmisBeanImpl.process(HmisBeanImp
    l.java:98)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationCont
    ext.proceedFinal(RequestInvocationContext.java:43)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:166)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTr
    ansition.invoke(Interceptors_StatesTransition.java:19)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource
    .invoke(Interceptors_Resource.java:71)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transact
    ion.invoke(Interceptors_Transaction.java:22)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:189)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Stateles
    sInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.jav
    a:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Security
    Check.invoke(Interceptors_SecurityCheck.java:21)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Exceptio
    nTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationCon
    text.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChai
    nsManager.startChain(DefaultInvocationChainsManager.java:133)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvoca
    tionHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy2405_10002.process(Unknown Source)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:331)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.processRequestByHmi
    Server(HmisServletImpl.java:238)
    at
    com.sap.aii.utilxi.hmis.web.workers.HmisInternalClient.doWork(H
    misInternalClient.java:70)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doWork(HmisServletI
    mpl.java:532)
    at
    com.sap.aii.utilxi.hmis.web.HmisServletImpl.doPost(HmisServletI
    mpl.java:670)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.runServlet(FilterChainImpl.java:163)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:82)
    at
    com.sap.engine.services.servlets_jsp.server.servlet.Authenticat
    ionFilter.doFilter(AuthenticationFilter.java:124)
    at
    com.sap.engine.services.servlets_jsp.server.runtime.FilterChain
    Impl.doFilter(FilterChainImpl.java:74)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.run
    Servlet(HttpHandlerImpl.java:425)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.han
    dleRequest(HttpHandlerImpl.java:289)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:387)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.start
    Servlet(RequestAnalizer.java:376)
    at
    com.sap.engine.services.servlets_jsp.filters.ServletSelector.pr
    ocess(ServletSelector.java:85)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.servlets_jsp.filters.ApplicationSelecto
    r.process(ApplicationSelector.java:160)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.WebContainerInvoker.
    process(WebContainerInvoker.java:67)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.ResponseLogWriter.pr
    ocess(ResponseLogWriter.java:60)
    at
    com.sap.engine.services.httpserver.chain.HostFilter.process(Hos
    tFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.DefineHostFilter.pro
    cess(DefineHostFilter.java:27)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.filters.MonitoringFilter.pro
    cess(MonitoringFilter.java:29)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(S
    erverFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(
    AbstractChain.java:71)
    at
    com.sap.engine.services.httpserver.server.Processor.chainedRequ
    est(Processor.java:309)
    at
    com.sap.engine.services.httpserver.server.Processor$FCAProcesso
    rThread.run(Processor.java:222)
    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(SingleThr
    ead.java:152)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.
    java:247)
    Caused by:
    com.sap.aii.ib.server.propagation.XIPropagationException:
    Internal error during pvc call: Version management was unable
    to execute the last action because a temporary internal lock
    has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.create
    FromException(XIPropagationException.java:67)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:239)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
    rImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
    dAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.aii.ib.server.pvcadapt.PvcTransactionControlProxy.invok
    e(PvcTransactionControlProxy.java:79)
    at $Proxy2571_10002.importXiContent(Unknown Source)
    at
    com.sap.aii.ib.server.propagation.Propagator.importXiContent(Pr
    opagator.java:92)
    at
    com.sap.aii.ib.server.transport.impl.pvc.GenPvcTransport.genPvc
    Import(GenPvcTransport.java:65)
    ... 69 more
    Caused by: com.sap.aii.utilxi.misc.api.BaseException: Internal
    error during pvc call: Version management was unable to execute
    the last action because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.propagation.XIPropagationException.wrapRa
    wException(XIPropagationException.java:150)
    ... 79 more
    Caused by:
    com.sap.aii.ib.server.pvcadapt.lockmgr.XiLockDeniedException:
    Version management was unable to execute the last action
    because a temporary internal lock has been set.
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .createLockDeniedException(TransactionalLockManager.java:187)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.TransactionalLockManager
    .requestLock(TransactionalLockManager.java:86)
    at
    com.sap.aii.ib.server.pvcadapt.lockmgr.CentralLockManager.reque
    stLock(CentralLockManager.java:113)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableBlobTransientC
    lass.lockPropagatableBlob(PropagatableBlobTransientClass.java:1
    10)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.getEx
    clusiveLock(PropagatableProvider.java:644)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.setDa
    ta(PropagatableProvider.java:574)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:780)
    at
    com.tssap.dtr.pvc.propagation.server.PropagatableProvider.impor
    t_(PropagatableProvider.java:821)
    at
    com.tssap.dtr.pvc.objectpers.Propagator.import_(Propagator.java
    :104)
    at
    com.sap.aii.ib.server.propagation.PropagatorImpl.importXiConten
    t(PropagatorImpl.java:233)
    ... 77 more
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@13a0af
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@9a81d3
    Serialized exception:Version management was unable to execute
    the last action because a temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@1c161b3
    Step: Importing XI content
    Retry StepSkip StepCancel Process
    Thanks & regards

    Dear Rathish
    Thanks for the reply and forwarding the problem to the developemnt team.
    As I mentioned that the execution of the ESR failed when it reaced to 97%.
    The error was it was not able to find some ..xi.. component and if you go to the log you will find that (come to the end in the log i.e. mentioned above)
    " Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@13a0af
    Serialized exception:Internal error during pvc call: Version
    management was unable to execute the last action because a
    temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@9a81d3
    Serialized exception:Version management was unable to execute
    the last action because a temporary internal lock has been set.
    [Ljava.lang.StackTraceElement;@1c161b3
    Step: Importing XI content
    Retry StepSkip StepCancel Process "
    And also I am following one help from 'http://help.sap.com/saphelp_nwesrce/helpdata/en/46/b3a7d01b475a62e10000000a11466f/frameset.htm' and they say that you will have the 'zero admin template'.
    But when I go to 'Configuration Management > Infrastructure > Java System Properties
    In the template I can see 3 things and theya are:
    1. instance_development
    2. CE_Complete_Stack_development_full
         ID43799
    3. CE_Composition_Environment_development_full
    and there is no zero admin template as given in the help that I getting from the above guide.
    I think this is the issue (missing zero admin template)
    I got this from the SMP but dont know when and how to deploy to CE.
    Can you please help me in this.
    Thanks & regards
    Vivek

  • Error while importing .tpz file into ESR..

    Hi Gurus,
    I am facing one problem.
    I developed one interface in XI3.0 development server.
    I  imported the integration directory object into quality but when importing the ESR part it got imported successfully,.But was not visible in list.when I went to change list it , and tried to activate the SWCV it gives error.
    In ID I had exported whole configuration scenario and in ESR I had exported Namespace.
    But first time when I exported ESR part I had checked "inlcude deleted objects". but I again exported and tried importing the ESR namespace, this time without checking "included deleted objects"
    Error I am getting while activating the SWCV:
    Namespace cannot be deleted since the software component version still contains objects in namespace "http://Namespacename"
      Delete the objects first  Originality indicator for the software component version set later. Ensure that the software component version only contains one original repositor
    How can I delete it when I can even see it?
    please help.
    Thanks

    Hey guys, the issue got reolved.
    I did "Reject change".
    Actually , when I first imported the .tpz I could not see the namespace,and tried doing it again.
    But when I did reject change the namespace came in the list.

  • Error while opening ESR

    Hi Experts,
    I am getting following Error while opening ESR from Home Page
    Unable to load resource: http://host:56000/rep/repository/com.sap.xpi.ibrep.client.jar...
    Any Ideas
    Regards
    R.Ragu

    The checklist should be the same for PI7.1 : /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Your JAVA should be 1.5.0.xx or higher
    Regards,
    Abhishek.

  • Getting Error While launching ESR PI 7.1

    Hi Experts
    We are getting the following error while launching ESR, it is throwing error after we provide user credencials.Please find the error trace below...
    We have are able to launch ID successfully...Any inputs are greatly appreciated...
    1) We have jre 1.5.0
    We have tried below but no luck
    http://<hostname>:<port>/rep
    'Re-initialization and force-signing' in 'Javau2122 Web Start Administration'
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.init(ExceptionDialog.java:126)
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.<init>(ExceptionDialog.java:98)
         at com.sap.aii.utilxi.swing.toolkit.IBMessages$1.run(IBMessages.java:318)
         at com.sap.aii.utilxi.misc.thread.ThreadPool.assureAWTEventQueueing(ThreadPool.java:84)
         at com.sap.aii.utilxi.misc.thread.ThreadPool.assureAWTEventQueueing(ThreadPool.java:67)
         at com.sap.aii.utilxi.swing.toolkit.IBMessages.showException(IBMessages.java:308)
         at com.sap.aii.utilxi.swing.toolkit.IBMessages.showException(IBMessages.java:298)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor$1.run(Guitilities.java:396)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:320)
         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)
    Caused by: java.lang.NoClassDefFoundError: null
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.localStartup(StartupCodeEntry.java:289)
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:150)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:43)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.startApp(LoginServiceImpl.java:364)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.startAppAfterLogin(LoginServiceImpl.java:258)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:164)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:151)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginController.doTrial(SplashLoginFrame.java:955)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginAction$1.run(SplashLoginFrame.java:824)
         ... 8 more
    ====================================================================
    == Content from the LogHandler =====================================
    ====================================================================
    #9 17:06:38 [AWT-EventQueue-2] FINE AutoLog.created.java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.localStartup(StartupCodeEntry.java:289)
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:150)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:43)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.startApp(LoginServiceImpl.java:364)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.startAppAfterLogin(LoginServiceImpl.java:258)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:164)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:151)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginController.doTrial(SplashLoginFrame.java:955)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginAction$1.run(SplashLoginFrame.java:824)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:320)
         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)
    #8 17:06:38 [AWT-EventQueue-2] DEBUG AutoLog.created.java.lang.NoClassDefFoundError: null
    #7 17:06:38 [AWT-EventQueue-2] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.FrameworkException: com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.init(ExceptionDialog.java:126)
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.<init>(ExceptionDialog.java:98)
         at com.sap.aii.utilxi.swing.toolkit.IBMessages$1.run(IBMessages.java:318)
         at com.sap.aii.utilxi.misc.thread.ThreadPool.assureAWTEventQueueing(ThreadPool.java:84)
         at com.sap.aii.utilxi.misc.thread.ThreadPool.assureAWTEventQueueing(ThreadPool.java:67)
         at com.sap.aii.utilxi.swing.toolkit.IBMessages.showException(IBMessages.java:308)
         at com.sap.aii.utilxi.swing.toolkit.IBMessages.showException(IBMessages.java:298)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor$1.run(Guitilities.java:396)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:320)
         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)
    Caused by: java.lang.NoClassDefFoundError
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.localStartup(StartupCodeEntry.java:289)
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:150)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:43)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.startApp(LoginServiceImpl.java:364)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.startAppAfterLogin(LoginServiceImpl.java:258)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:164)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:151)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginController.doTrial(SplashLoginFrame.java:955)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginAction$1.run(SplashLoginFrame.java:824)
         ... 8 more
    #6 17:06:38 [AWT-EventQueue-2] DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
    Kind regards
    Ramesh Pothireddy

    Hi Ramesh,
      I recomend you the next steps:
          1.- Go to http://serrver:port/dir and click in Administration option. Click in Repository and choose Java Web Start Administration. Click in Restore Archives and Generate New Signature.
          2.- On the other hand you can open Exchange Profile and put the Fully Quialified Domain Name in all properties where the host name have been used.
          3.- Please, coul you attach the content of XML file in List on Resources option in Java Web Start Administration?
    Best Regards
    Ivá

  • Error occurs during configuration of ESR in CE

    I'm doing the "Configuration of ESR in CE" senario in the NWA.
    In the final step: Importing XI content
    following error happened:
    Error: Password cannot be null or empty
    and I found following exception in log:
    importContentInput
    <importContentInput>
    <!<filePath><expr:Expression message="SystemInfo">concat(concat('/usr/sap',/Profiles/SystemProfile/INSTANCE_NAME/text()),'/SYS/global/xi/exchangeProfile')</expr:Expression></filePath>>
    <contentDirPath>D:\usr\sap\CE1\SYS\global/xi/content</contentDirPath>
    <!How to determine correct slashes wrt the OS>
    <importUrl>http://IDSMYN:50000/rep</importUrl>
    <userName>ESRCMSCE1</userName>
    <password>% secure content %</password>
    </importContentInput>
    This user is created when installing the system, shall I reset the password of it? or any other approach?
    Thanks,
    YiNing

    After restarting the whole cluster and resume the configuration, following error infomation has been found:
    Execute Java Service
    Library:sap.com/tclmconfig~content
    Class:com.sap.ctc.util.additional.services.pi.PIContentImport
    Method:void com.sap.ctc.util.additional.services.pi.PIContentImport.importContent(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    Arguments
    contentDirPath : D:\usr\sap\CE1\SYS\global/xi/content 
    importUrl : http://IDSMYN:50000/rep 
    userName : ESRCMSCE1 
    password : 
    InvokeService- Result: Failed
    Exception Message:Password cannot be null or empty
    Exception Class:java.lang.IllegalArgumentException
    So, where can I setup the password of ESRCMSCE1 for the configuration.

  • ERROR WHEN START ESR: Cannot activate endpoint for message-driven bean

    Hi Gurus,
    We just upgraded our PI 7.1 to SP11, and we have finished it successfully, then we go to the /rep/start/repository.jnlp to start the ESR but some error happens,while the ID,SLD and RWB works well, below is the detailed message:
    Application cannot be started!
    Details:     
    com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repository*xml|com.sap.xpi.ibrep.server.jar*xml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:893)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl.prepareStart(ContainerInterfaceImpl.java:425)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:498)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:554)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3422)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3408)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:749)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.start(ApplicationManager.java:180)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.analyseAppStatusMode(ApplicationManager.java:288)
         at com.sap.engine.services.servlets_jsp.server.DeployContext.startLazyApplication(DeployContext.java:334)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:103)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:295)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         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:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:250)
    Caused by: com.sap.engine.services.ejb3.container.ActionException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repository*xml|com.sap.xpi.ibrep.server.jar*xml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:103)
         at com.sap.engine.services.ejb3.container.CompositeAction.perform(CompositeAction.java:81)
         at com.sap.engine.services.ejb3.container.ApplicationStarter.perform(ApplicationStarter.java:59)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:887)
         ... 34 more
    Caused by: javax.resource.NotSupportedException: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:113)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:451)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findResourceAdapterByName(EndpointActivationImpl.java:154)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findAdapter(EndpointActivationImpl.java:85)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:58)
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:95)
         ... 37 more
    Caused by: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:161)
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:101)
         ... 42 more
    Caused by: javax.resource.spi.UnavailableException: The destination jms/queue/xi/repository/SWCVSync cannot be looked up. Last attempt performed : jms_vendor_queues_global/jms/queue/xi/repository/SWCVSync
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:369)
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:128)
         ... 43 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of SWCVSync.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:367)
         ... 44 more
    how should we resolve this issue? does any one have such experience on this issue?
    thanks.

    Hi;
    As our Colleague said it would be good to create message to SAP.
    01 .Please check the cache,
    02. check the system users are  not locked.
    03. Re-initialization option in Java Web Start Administration (before using this please read the description carefully).
    04. try Full Cache Refresh.
    05. Check the Java run time version you are using.
    Regards,
    Prabhu Rajesh

  • Error when ESR starts - Cannot activate endpoint for message-driven bean

    Hi, as already posted on ERROR WHEN START ESR: Cannot activate endpoint for message-driven bean
    after an upgrade to PI 7.1 SP11, we got the following error when trying to start ESR, other applications work well:
    Application cannot be started!
    Details: com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repositoryxml|com.sap.xpi.ibrep.server.jarxml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:893)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl.prepareStart(ContainerInterfaceImpl.java:425)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:498)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:554)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3422)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3408)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:749)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.start(ApplicationManager.java:180)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.analyseAppStatusMode(ApplicationManager.java:288)
         at com.sap.engine.services.servlets_jsp.server.DeployContext.startLazyApplication(DeployContext.java:334)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:103)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:295)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         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:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:250)
    Caused by: com.sap.engine.services.ejb3.container.ActionException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repositoryxml|com.sap.xpi.ibrep.server.jarxml|WorkspaceSyncMessageReciverMDB
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:103)
         at com.sap.engine.services.ejb3.container.CompositeAction.perform(CompositeAction.java:81)
         at com.sap.engine.services.ejb3.container.ApplicationStarter.perform(ApplicationStarter.java:59)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:887)
         ... 34 more
    Caused by: javax.resource.NotSupportedException: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:113)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:451)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findResourceAdapterByName(EndpointActivationImpl.java:154)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.findAdapter(EndpointActivationImpl.java:85)
         at com.sap.engine.services.connector.jca15.EndpointActivationImpl.activateEndpoint(EndpointActivationImpl.java:58)
         at com.sap.engine.services.ejb3.runtime.impl.Actions_MDBEndpointActivation.perform(Actions_MDBEndpointActivation.java:95)
         ... 37 more
    Caused by: javax.resource.spi.UnavailableException: Could not activate endpoint for the configured number of attempts
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:161)
         at com.sap.jms.resourceadapter.ResourceAdapterImpl.endpointActivation(ResourceAdapterImpl.java:101)
         ... 42 more
    Caused by: javax.resource.spi.UnavailableException: The destination jms/queue/xi/repository/SWCVSync cannot be looked up. Last attempt performed : jms_vendor_queues_global/jms/queue/xi/repository/SWCVSync
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:369)
         at com.sap.jms.resourceadapter.RaActivation.activate(RaActivation.java:128)
         ... 43 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of SWCVSync.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.sap.jms.resourceadapter.RaActivation.setupDestination(RaActivation.java:367)
         ... 44 more
    Thanks.

    Guys,
    I have deployed the below components and after this repository could not be started which gives the below error.
    1000.7.11.10.18.20130529165100
    SAP AG
    sap.com
    SAP_XIAF
    1000.7.11.10.11.20130529165100
    SAP AG
    sap.com
    SAP_XIESR
    1000.7.11.10.15.20130529165100
    SAP AG
    sap.com
    SAP_XITOOL
    We have the same issue. Still the Restart did not solve ths issue.
    Can anybody help? We are not able to start the XI Repository.
    Our PI components are as below
    com.sap.engine.services.ejb3.runtime.impl.refmatcher.EJBResolvingException: Cannot start applicationsap.com/com.sap.xi.repository; nested exception is: java.rmi.RemoteException: [ERROR
    CODE DPL.DS.6125] Error occurred while starting application locally and wait.; nested exception is:
            com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repository*xml|com.sap.xpi.ibrep.server.jar*xm
    l|CacheRefreshMDB^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.startApp(DefaultContainerRepository.java:315)^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.getEnterpriseBeanContainer(DefaultContainerRepository.java:106)^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultRemoteObjectFactory.resolveReference(DefaultRemoteObjectFactory.java:55)^M
    1000.7.11.10.6.20121015232500
    SAP AG
    sap.com
    MESSAGING
    Regards
    Omkar

  • Firefox 31.6.0 ESR version not allowing upload of files (404 error)

    I am using Firefox ESR version for my organization. I am not able to upload files to a web based COTS product. I had no issues in ESR v 24.1.1. Is there a setting that I can use or something I'm missing? I have seen that this was an issue in the home use version, but not sure if it will be fixed in the ESR version.

    So, in same environment on another machine (same GPOs applied) I have 24.1.1 ESR. No issues with uploading files.
    A bit more (novice) explanation: To configure my security tools that use a web gui, I need to upload config files. When I click "upload" in any given tool, I get the 404 error. If I go to the 24.1.1 version, I get the gui to browse for the file and upload it.
    Does that help a bit?

  • Error : while Importing SAP Objects in ESR.

    I am getting error, while importing SAP object in a scenario in ESR.
    What can be the issue ? as we have configured all the beckend settings & sldcheck is also OK.
    Also, we are using proxy scenarios are working fine on system.
    The details are as below :
        at com.sap.aii.ib.server.upload.UploadServiceBean.openSAPSource(UploadServiceBean.java:88)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatefulTransactionAssociation.invoke(Interceptors_StatefulTransactionAssociation.java:43)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatefulSessionInstanceGetter.invoke(Interceptors_StatefulSessionInstanceGetter.java:37)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
        at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
        at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
        at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
        at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
        at $Proxy1366.openSAPSource(Unknown Source)

    Hello,
    Have you used the notes to import ESR content?
    Refer to one of them according to your system version:
    PI 7.1X:
    #1152640 - SAP NetWeaver 7.1 including EHP 1: Importing ESR content
    XI 7.0:
    #836200 - SAP NetWeaver 7.0: Importing Process Integration Content
    XI 3.0:
    #705541 - XI 3.0 (SP1 and higher): Importing XI Content
    Regards,
    Caio Cagnani

  • Error Message using  Wizard-Based Basic Configuration...( CE 7.1 -  ESR  )

    Hi experts, i´m dealing with CE7.1 Ramp-up .
    While i was trying to configure the ESR with the procedure mentioned in this link below.
    http://help.sap.com/saphelp_nwesrce/helpdata/en/46/b3a7d01b475a62e10000000a11466f/content.htm
    I get this error message..
    Precondition check
    Cannot ensure consistent technical configuration for the following reason(s):
    - User Management Engine (UME): LDAP is not supported and may lead to errors or corrupt configuration.
    For more information, see SAP Note 982552.  
    The problem is that I can´t find this note...perhaps it´s not released.
    Can anyone help me with this problem....thanks for all.
    Regards.
    Diego Rodriguez.

    Hi Diego,
    Indeed, the note is not released externally. So you cannot reach it. In any case, please check this document: /docs/DOC-8929#section18 [original link is broken] [original link is broken]. It describes how the ESR has to be configured direct after installation.
    Regards,
       Jan

Maybe you are looking for

  • How can i lookup a data source v5 in WSAD 5.1?

    Hi all, I'm using WSAD 5.1 to developer a web application based on J2EE 1.3 that have a simple java classes. My application uses a data source version 5 to have access the database. I?m using service locator pattern to lookup a JNDI but it dont work

  • What's needed to qRFC enable (and call) a function module?

    Hi people, I have a function module that I want to call using qRFC. However, I'm not sure how to go about this. What i can find in documentation is the following: - function module needs to be RFC enabled (of course) - function module needs to be cal

  • Can TestStand open, read, write and close binary files?

    From a TestStand sequence, I need to open, read, write and close binary files. Does TestStand support this capability?

  • Will Keynote '09 version 5.1.1 run on 10.7 Lion?

    Will Keynote '09 version 5.1.1 run on 10.7 Lion? iMac 7.1 Intel core2 duo 2.8 GHz Bus speed 800MHz

  • Installing Photoshop

    I have a new iMac with OS 10.6. I am migrating from a PowerPC G5 with the old processors. I want to install a full version of Photoshop 6, then updates for Photoshop 7, CS, CS2, CS3, CS4, and CS5. When I try to install PS6 I get the message that Clas