Cannot see FQDN for ESR Repository in CE 7.11

Hi,
I have CE 7.11 and when I open the page http://host.domain.com:port/rep, it opens fine, but when I try to launch the link for Enterprise Services Builder, it open the url http://host:port/rep/start/repository.jnlp but without the FQDN.
How can I ensure that this opens with FQDN?
Also, if I open this page manually with FQDN, then ESR application starts to load but then fails due to hostname issue.
Please help.
Thanks,
Shitij

Hi Shitij,
Can you please after updating IP and FQDN host in host file and run javaws and launch manually for http://<host-FQDN>:port/rep/start/repository.jnlp.
Hope it helps
Regards
Arun

Similar Messages

  • Manager cannot see Candidates for assessment in MSS E-Recruiting.

    Hi All,
    Hope everyone is ding good.
    I have an issue in regards with Candidate Assessment by Manager.  Please have a look into this.
    I was able to create Requisition and External application from Recruiter dashboard.
    I can also complete all the activities including Candidate Assessment by Manager with Questionnaire. Manager was able to complete the questionnaire and assessment successfully.
    Finally i could be able to perform Data transfer activity and completed hiring using PA48 Transaction.
    But now, I am not able to perform the Candidate assessment by manager as no candidates are appearing in MSS E-Recruiting --> Candidate assessment.
    Here in MSS  E-Recruiting I can see the requisitions released by Recruiter, but he cannot see Candidates for assessment.
    Any help will be Highly appreciable.
    Thank you in advance.
    -Sekhar

    Hi Sekhar,
    Additionally, the recruiter needs to create a questionnaire activity in status planned for a candidate and assign it to the manager linked to the requisition in order to have it in the MSS screen.
    Regards,
    Luk

  • Very new to this: Cannot see code for a package in SQL Developer

    I know I'm doing something wrong but I certainly don't know what. I'm looking for the code to go along with a package. I can see the procedures the package calls and I can see a list of procedures but I cannot see the code for those procedures. I have tried using describe on the pop up and I just don't see anything but a window showing me the parameters the procedure will use. I want to see the code it will use.
    Can someone walk me through this or point me in the right direction?
    TIA

    I can only assume you're on 2.1 or 2.1.1 since you don't even say. If you click on the tree showing the various objects after establishing your connection, when you get to packages and you click the package you want, you'll see the spec. Now click on the plus sign and there should be 'package name' body. If you click that body icon, you say you still can't see the code?
    Evita
    Edited by: Evita on Mar 30, 2010 2:59 PM

  • Cannot see columns for some of the public synonyms

    Background Info
    I am using the Oracle 8.1.6 JDBC driver and connecting to Oracle 8 database. My plan is to give the user the option to initially select the type of tables that they want to see i.e. USER tables, SYSTEM tables, VIEWS and SYNONYMS. Based on the user selection I first display all the tables (for that type) and for each table selected by a user display the relevant columns.
    I am doing this by using the DatabaseMetaData.getTables () and then the DatabaseMetaData.getColumns () methods
    Problem
    When I use these methods for SYNONYMS I cannot see the columns for lot of the public synonyms. Some the SYNONYMS for which I cannot see the columns are
    ALL_JOBS, COLS, CLU, CAT, TABS.
    As part of the debugging process, I found a java file OracleDatabaseMetadata.java file (as part of 8.0.4 sample files). In this file I see that calls are being made against ALL_TAB_COLUMNS. For each of the synonym that I am seeing the problem, there are no columns in ALL_TAB_COLUMNS. But when I do a desc ALL_JOBS in SQLPLUS, I get the columns for ALL_JOBS. So now I am confused on what is happening in the 8.1.6 JDBC driver.
    Has anyone else run into the same problem.
    Thanks

    There are some cases where Discoverer cannot determine with certainty that the Totals or subtotals you create will be correct. It flags those totals as Values that cannot be aggregated. Go to Options-> Sheet Format and you can set what string you would like to see placed in those cells that Discoverer determines cannot be aggregated correctly.
    Assuming that the blank totals are non-aggregable by Discoverer, there are some things you can do to to alter either your business area or worksheet or calculation that will enable you to get the totals you want. As this analysis takes some time and iterations, it is usually best handled through Oracle Support. Also see the doc and RN references to the EnhancedAggregationStrategy in the Preferences.
    Also, given the version you are using it seems that you have just started using 9.0.2. You should strongly consider upgrading to OracleAS 10g (9.0.4) or at least upgrade to the latest 9.0.2 patch -> 9.0.2.54.
    Discoverer Product Management

  • CANNOT SEE TOTALS FOR SOME COLUMNS IN DISC 9I  (9.0.2.39.01)

    We have made new reports in Disc 9i, column totals won’t appear on the report where expected, It just shows "SUM" and then blank, this is happening for all the new reports.Please help..
    Thanks.
    Glen

    There are some cases where Discoverer cannot determine with certainty that the Totals or subtotals you create will be correct. It flags those totals as Values that cannot be aggregated. Go to Options-> Sheet Format and you can set what string you would like to see placed in those cells that Discoverer determines cannot be aggregated correctly.
    Assuming that the blank totals are non-aggregable by Discoverer, there are some things you can do to to alter either your business area or worksheet or calculation that will enable you to get the totals you want. As this analysis takes some time and iterations, it is usually best handled through Oracle Support. Also see the doc and RN references to the EnhancedAggregationStrategy in the Preferences.
    Also, given the version you are using it seems that you have just started using 9.0.2. You should strongly consider upgrading to OracleAS 10g (9.0.4) or at least upgrade to the latest 9.0.2 patch -> 9.0.2.54.
    Discoverer Product Management

  • Cannot see Roles for my WebService

    I am trying to automate the following steps i do through WLS Console :
    a. In the Weblogic console's Home page, click on Deployments link form left, find "gateway-management-service"
    b. Expand, "gateway-management-service" and click on "GatewayManagementService" ( this is a webservice module )
    c. Click on Security tab then the Roles tab.
    d. Click "New" in "Web Service Module Scoped Roles" section.
    e. In the new windows, set the name as "Special WS Role Enforcement" and click OK.
    f. click on the link "Special WS Role Enforcement".
    g. In the new page, Click on "Add Conditions" and select "User" in the new page and click Next.
    h. In the new page, enter "CSR.gatewaywsuser" in the "User Argument Name", then click "ADD"
    i. Click on Finish.
    j. Save.
    i have test.py as:
    connect('weblogic', 'welcome123', 'localhost:7001');
    realm=cmo.getSecurityConfiguration().getDefaultRealm();
    xacmlatz = realm.lookupAuthorizer('XACMLAuthorizer');
    xacmlrm = realm.lookupRoleMapper('XACMLRoleMapper');
    resourceId = 'type=<webservices>, application=gateway-management-service, contextPath=gwy_management_service, webService=GatewayOidManagerService'
    xacmlatz.createPolicy(resourceId, "Rol(Special WS Role Enforcement )");
    xacmlrm.createRole(resourceId, "Special WS Role Enforcement ", "Usr(CSR.obigatewaywsuser )")
    I run this script like :
    $MW_HOME/oracle_common/common/bin/wlst.sh test.py
    My problem : after executing the above script, when i go to Console -> Deployments -> gateway-management-service -> GatewayManagementService -> Security Tab -> Roles subtab, i don't see the Role. If try to run the script again it will fail with an weblogic.management.utils.AlreadyExistsException: [Security:090320]Failed to create role
    What am i doing wrong?
    I have tried bouncing both my managed and Admin server after running the test.py to see if that helps, but no success.
    Edited by: codrguy on May 9, 2013 10:27 AM
    Edited by: codrguy on May 9, 2013 10:38 AM

    Hi Roger,
    It is https://itunes.apple.com/us/podcast/marketing-tips-for-translators/id810122938

  • Second system User cannot see files for first system User

    For reasons too complex to go into, I had to set up a second system User. (Okay, an Apple tech at the Apple Genius Bar did this, to fix corrupted Apple Mail)
    I am both Users. Both are admins.
    According to the documentation, User2 should be able to see files belonging to User1 (and vice versa, I presume), but this is not happening. It looks like I have to manually transfer files from User1 to User2. (Once I do this, I will abandon User1, so I don't have to keep them in sync.)
    How to set up so User2 has access to User1's files (and vice versa)?

    Once you enable sharing, you use the Finder window to go to the other user home folder/directory. For example, if you're logged in as user1 and you want to see the user2 tree, just tell Finder to open /Users/user2 (via the Go command). This assumes that all your user folders are located in /Users - if you have for example a separate disk for user folders then you would substitute that volume name - for example you have all your user home directories on /Volumes/Users, you would tell the Go command /Volumes/Users/user2
    Also, just to make something clear - don't spread your files across the two user accounts - copy all the stuff from both into one of the user accounts and then when you have everything you need, you can get rid of the account that is no longer needed. The only problem you might run into is that you have files owned by an account that is different from where they are physically located. But if you copy things (don't move them - copy them) you should not run into this issue. But if you do run into this issue, it is easily resolved with a couple of Terminal commands usually. Do you know how to copy things with Finder as opposed to move them?
    Does that help?

  • Cannot see folders for Hotmail email accounts

    Using Microsoft email accounts I am not able to see my folders when using the iPad email application. I can see all of my folders inbox sent deleted folders with Gmail account using the same application. What is the best way to set up Microsoft Hotmail using Gmail application

    Did the new account wizard come up?

  • Cannot see invitation for calendar items

    I wanted to share an event in my calendar and someone else showed me his iphone and there was an invitation part of the edit window and he shared or invited me to an event from his iphone so that the event was now on my calendar. I cannot do that from my iphone.

    Tasks are not under calendar, it is a separate option / icon on Blackberry

  • Cannot see printer for Adobe X after installing

    I've installed Adobe X but no pdf printer shows up
    in the printers area, or under any program to select a printer to use
    .I'm using WIndows 7.  Anyone know how to get this Adobe working?

    Reader does not allow you to create pdf files. You need to purchase Acrobat X.

  • Cannot see "New Entries" in transaction BD54

    Hi all,
    I am working on an IDOC to File scenario.I am doing the ALE settings. However when i try to create a Logical system  using transaction BD54; it says " Display View 'logical Systems':Overview"
    also i cannot see button for New Entries.
    kindly suggest solution.
    Neha

    This may be problem with your roles and profiles given to your user.
    You have only display authorization for this system, Contact to your basis team to give you the authorization for development / customization also.
    Regards,
    Sandeep Kaushik

  • 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

  • Help! My iPod touch won't let me download any apps. A message keeps coming up saying "This Apple ID cannot be used for the iTunes store. Please enter another Apple ID" I changed my ID to see if that would work but the same message still comes up.

    Help! My iPod touch won't let me download any apps. A message keeps coming up saying "This Apple ID cannot be used for the iTunes store. Please enter another Apple ID" I changed my ID to see if that would work but the same message still comes up.

    Where are you physically located?
    What country's Store are you using?
    The two have to be the same and the payment method for your account also has to be associated (billing address, where iTunes gift card was purchased) with that country.
    Has the ID(s) worked before for purchases for this country's store?

  • I cannot sync my Iphone 6 . I keep getting a message that says "1 Item failed to sync. Please see ITunes for more info"

    I recently got an IPhone 6+ a few weeks ago. The 128 GB version. So far, I've loved it. I love the screen size, I love being able to put as much music and movies on it as I can. At least theoretically.
    For whatever reason, I cannot sync and put music and movies on my phone. No matter what I do, what settings I change, or how many times I Google it, I keep getting a message that says
    "1(Or just) Items failed to sync. Please see Itunes for more information"
    Every time I try to sync my phone, I get this message. I have a library of 1300 songs and entire seasons of shows that play just fine through Itunes but for whatever reason will not sync to my phone. It doesn't matter if the songs were ripped or bought from Itunes, I cannot get more than a handful of songs onto my phone anymore.
    Has anyone had this problem recently? Most Google searches only found information from 2011-12. And again, every "fix" I've found from Googling has not fixed this problem.
    What's the point in a 128 GB Iphone if I can't put anything on it?
    Thank you for your advice and direction.

    Ok....so I have found a work around....if not a complete solution.
    I'm not sure if deleting your music, uninstalling ITunes and reinstalling and adding your music back will actually affect it but I tried it again. Started from scratch.
    I checked the box for "Manually manage music and videos"
    Then I moved my music to phone via drag and drop, usually just boxing a row of albums at a time.
    I went back into my Iphone and began the sync. The message popped up, "1 Item could not be synced" and the sync stopped. At that point, I just clicked sync again and it started back up again. It took a few go's but eventually I got all my music on my phone.
    Ironically enough, the only songs that wouldn't sync were songs that I had actually purchased from Itunes....kinda odd

Maybe you are looking for

  • I my father is on the log in screen and it won't take his pass word

    Hello, I am try to see why my father can not log into in to his macbook por, it is an 09. It hade shut it self off and when he rebooted it was on the login page. He put the password that he has been used for over a year now and it will not let him in

  • Document Search returned only single doc. WLP7

    Dear all, I am facing a problem when I am using document management with WLP 7.0. We created three documents as following: doc1 doc1.md.properties doc2 doc2.md.properties doc3 doc3.md.properties For each doc metadata we have DROP_DOWN_LIST_NAME="drop

  • Error enhancement a table

    Hi gurus; I'm creating fields for the table but000 with the tool from UI not with the t-code eewb. I created a lot of fields, and the system gives me the next error: "Enhancement of field in enhancement point INCL_EEW_BUT000 imposible; exists limit D

  • Full browser flash scalable slideshow

    Hi All, I'm interested in making a full browser, scalable slideshow.  I have found tutorials on how to create a full-browswer background with a tiled image, and also how to create a full browser background with a movie that runs in the center of the

  • TS1398 my wi fi on my i touch 3rd gen will not respond any suggentions as what to do?

    need help with i touch 3rd generation wi fi is grey and will not respond, any suggestion?