Unable to open integration repository , integration directory is opening .

hi We are having a problem when we try to open integration repository. the error that we are getting isgive below. But we are able to opent integration directory , can any body help in resolving this. \
An error occurred while launching/running the application.
Title: Integration Builder
Vendor: SAP AG
Category: Launch File Error
JAR resources in JNLP file are not signed by same certificate
thanks and regards
pendyala

Hi,
When you will run the above JNLP, you will get the following Web Start exception:
JAR resources in JNLP file are not signed by same certificate
The reason for this is simple - one of the jar files that you are using was already signed by another party. Here is the way to find it:
jarsigner -certs -verbose -verify activation.jar
You will see a long list of certificates (one for each file). This means that this specific jar was signed by another party (Sun in our case). The solution for the problem is simple - put this jar in a separate JNLP and reference it in your main JNLP:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://jaxb-workshop.dev.java.net/webstart/" href="activation.jnlp">
<information>
<title>Activation</title>
<vendor>Sun Microsystems, Inc.</vendor>
<offline-allowed/>
</information>
<offline-allowed/>
<resources>
<jar href="activation.jar"/>
</resources>
<component-desc/>
</jnlp>
As you can see, we don't ask for permissions, as this specific jar doesn't need them. Then, you reference this activation.jnlp in your main JNLP:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="https://jaxb-workshop.dev.java.net/webstart/" href="wizard.jnlp">
<information>
<title>XJC Wizard</title>
<vendor>https://jaxb-workshop.dev.java.net/</vendor>
<description>Wizard frontend for XJC generator</description>
<description kind="short">Wizard frontend for XJC generator</description>
<offline-allowed/>
</information>
<offline-allowed/>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="jaxbw.jar"/>
<jar href="substance.jar"/>
<jar href="jaxb-api.jar"/>
<jar href="jaxb-impl.jar"/>
<jar href="jaxb-xjc.jar"/>
<jar href="jsr173_api.jar"/>
<extension name="activation" href="activation.jnlp"/>
</resources>
<application-desc main-class="org.jvnet.jaxbw.xjcfe.wizard.WizardMainFrame"/>
</jnlp>
regards
joel

Similar Messages

  • Unable to open Integration directory

    Hi,
    I am trying to open Integration directory but getting an error. Its saying
    "Unable to launch Integration Directory".
    Can someone help?

    Hi,
    I am including a list of possible solutions. There could be many reasons to this problem so i am giving you all possible solutions.
    I think you need to clera your JWS cache. to do this, just open your Java Web Start, go to FILE-->PREFERENCES >Advanced> and select the option CLEAR APPLICATION FOLDER.
    or
    I tried sldcheck transaction and found out that sld is not working .
    When I go through system log user was locked which is used for sldaccess maintained in sldapicust transaction.
    After unlocking same user , problem was resolved.
    or
    suggest you try installing j2sdk-1_4_2_09.
    or
    Go thru this blog Unable to open Integration Builder…checklist
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken]
    or
    Java Web Start
    /people/sameer.shadab/blog/2005/11/27/java-web-start
    Regards
    joel

  • Unable to open Integration Directory or Repository for XI 3.0

    Hi Experts,
    We have done the installation and post installation of XI 3.0 and i have installed Java Web Start (JRE 1.4.2) but still unable to open the IR or ID from Browser. It is giving error "Unable to launch the application" and in detail it shows "Unexpected Exception: java.lang.NullPointerException".
    Is particular jre version is required for the same like JRE 1.4.2.02/03/18 etc....
    Please Help.
    Regards,
    Nitin Patil

    Hi,
    Goto Inetrnet Explorer menu
    Tools->Inetrnet OPtions->Connections and uncheck everything.
    Try clicking on the IR and ID link.
    Regards,.
    Divya

  • Can't open  Integration Repository and Integration Directory

    Hi all:
        I have some difficulties with the problem of openning Integration Repository and Integration Directory?
    cann't load resources :http://cnbjw3500:50100/rep/repository/aii_ibrep_client.jar
    http://cnbjw3500:50100/dir/directory/aii_ibdir_client.jar
       and type the link in web brower , I can download these two jars ,
       Do you have any idea about the possible reason? 
      Thanks in advance.

    HI
    Go throght the following links.
    Unable to start Integration Repository and Directory
    Re: Integration Repository launch error
    Regards
    Sridhar Goli

  • Can not open Integration Directory nor Integration Repository help please!

    Hi,
    I am not able to load the integration directory and repository java parts.
    The funny thing is that it worked yesterday for me, but I re-installed a newer version of Java and it crashed. I have tried to delete all the Java versions and install the version 1.6.0_03_b21 (this version works for my team mates), but I have only found version 1.6.0_03_b07, and it does not work.
    I am able to acces to the SAP PI 7.1 portal (http://proxy:port/dir/start/index.jsp), but when I enter here and try to access to the integration directory/repository, I get an error.
    Your help is much apreciated. Greetings from Spain!
    Edited by: Silvia Garcia Rua on Jul 7, 2011 6:09 PM

    Hi all,
    Thank you so much for the answers, but I am still not able to open them.
    Hope this error message helps:
    java.io.IOException: Server returned HTTP response code: 504 for URL: http://<<host>>:<<port>>/rep/repository/com.sap.xpi.ib.client.jar
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getJarFileWithoutCache(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

  • Unable to log into Integration Directory / Repository

    Hi, I can't log on to Integration Directory nor Repository with user PISUPER (which I could some days ago) and I get the error:  "Authorization error; unknown user name or incorrect password".
    I still CAN log in via the Easy Access with the same user/password.
    Any ideas? Why cant I log on to java but not to ABAP?
    Thanks in advance

    Hi Hans,
    1. Login into XI and use Tcode <b>SU01</b> then enter the user name "PISUPER" and then press the lock/unlock button, if user will be locked u can unlock it and then u can try to login into xi. But if still it doesn't work then..
    2. Tcode <b>SU01</b>, after entering the user name press the change/edit button, then come to <b>logon data tab</b> and give some pasword (some temp password e.g. pass123). Now press save button and just logout.
    3. Now login into XI (ABAP not IR, ID) with user "PISUPER" and enter the password pass123, it will ask to change the password, change the password.
    4. Now you logon to browser (portal) to login into IR & ID with changed (same password which you have entered in XI-ABAB) password.
    Regards,
    Sarvesh

  • Authorization Error For XI Integration Repository and Directory

    Hi All,
    I am new in this field.
    While accessing Integration Repository and Directory, I am getting the error "No Authorization for this action". I am trying to login with user J2EE_ADMIN, have following roles :
    SAP_J2EE_ADMIN
    SAP_J2EE_ADMIN
    SAP_J2EE_GUEST
    SAP_XI_ADMINISTRATOR_J2EE
    SAP_XI_CONFIGURATOR_J2EE
    thnx and regds:
    N.N. Tiwari

    hi,
    go to http://<host>:<port>/index.html -->User Management log in using j2ee_admin
    When you go into one of the tabs, there will a client entry . Just change.
    You should able to do the same thing with UME provider service in the visual admin.
    Please check Note 938980 if you are using VPN.
    This is probably a Java Web-Start issue. Please check logon with other JWS versions. Also check if you have any conflicting JWS versions installed.
    This is a checklist for logon errors:
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Also check the methods in these threads:
    Authorization error; unknown user name or incorrect password
    Authorization error in Integration Repository.
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Integration Repository And Integration Directory

    hi could please help how i can access my integration repository and integration directory iam giving right passward and username
    please help me ..
    reply to [email protected]
    sakri

    Hi Sakriya,
    Cross check the below:-
    1.Ensure that the required JDK is being used in the client system
    2.Set the proxies to none in the Java Web Start. Start>Programs>Java Web Start>File>Preferences-->Proxies
    3.Try clearing the Web Start cache and try downloading again.
    4.Start>Programs>Java Web Start>File>Preferences>Advanced>Clear Folder
    5.If the jars are already downloaded in some other client system, then copy them to the following path...Drive\Documents and Settings\Client-User\Application Data\Sun\Java\Deployment\javaws\cache... in the client system and try opening the IB.
    Also go thro' Shabarish's blog on 'Trouble logging to Integration Builder ( IR / ID )':-
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    I hope this provides a solution.
    Regards.
    Praveen

  • Integration Repository and Integration Directory access problem.

    Hi,
    I am getting following errors to access Integration Directory and Integration Repository.
    MESSAGE ID: com.sap.aii.utilxi.misc.api.ReconnectRuntimeException
    Root cause:
    com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    the details is given bellow.
    #8 18:46:43 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID: com.sap.aii.utilxi.misc.api.ReconnectRuntimeException
    com.sap.aii.utilxi.misc.api.ReconnectRuntimeException:
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:144)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Root cause:
    com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getSocket(ConnectionManager.java:325)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getConnection(ConnectionManager.java:215)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:148)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:113)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:109)
         at com.sap.engine.services.security.remote.login.RemoteLoginContext.<init>(RemoteLoginContext.java:60)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.logonWithoutTicket(EJBHomeFactory.java:837)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.connect(EJBHomeFactory.java:389)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:129)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #7 18:46:43 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.misc.api.ReconnectRuntimeException: com.sap.aii.utilxi.misc.api.ReconnectRuntimeException:
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:144)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #6 18:46:43 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.misc.api.ReconnectRuntimeException:
    #5 18:46:43 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.engine.services.rmi_p4.P4IOException: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getSocket(ConnectionManager.java:325)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getConnection(ConnectionManager.java:215)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:148)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:113)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:109)
         at com.sap.engine.services.security.remote.login.RemoteLoginContext.<init>(RemoteLoginContext.java:60)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.logonWithoutTicket(EJBHomeFactory.java:837)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.connect(EJBHomeFactory.java:389)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:129)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #4 18:46:43 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    #3 18:46:29 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeConntestObj" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.createEmptyXiItem(InternalXiItemService.java:92)
         at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.createEmptyXiItem(XiItemServiceProvider.java:97)
         at com.sap.aii.ib.gui.xiitem.InternalXiItemServiceForNameNamespaceObjects.addType(InternalXiItemServiceForNameNamespaceObjects.java:68)
         at com.sap.aii.ib.gui.xiitem.InternalXiItemServiceForNameNamespaceObjects.<init>(InternalXiItemServiceForNameNamespaceObjects.java:55)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.guiStartup(StartupCodeEntry.java:154)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:111)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:93)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #2 18:46:29 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeConntestObj" is not registered in the service class Type Service - Type Information
    #1 18:46:29 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "versConflList" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemServiceBase.<init>(InternalXiItemServiceBase.java:44)
         at com.sap.aii.ib.gui.xiitem.CommonInternalXiItemService$ForVersionConflictList.<init>(CommonInternalXiItemService.java:326)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.guiStartup(StartupCodeEntry.java:150)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:111)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:93)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #0 18:46:29 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "versConflList" is not registered in the service class Type Service - Type Information
    Please help me to overcome this issue.

    Hi,
    Possible checks
    1) Have you added the Host file in the following path
    C:\WINDOWS\system32\drivers\etc--Hosts
    2) Ping the IP address of the XI Server from Your Local Machine whcih you are trying to conect.
    3) Check whether you have Installes the J2SDK on Your Local Machine
    to check goto Run-cmd--java -version
    Check this also
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Regards
    Seshagiri

  • Unable to retrieve BPM in Integration Directory

    Hi Experts, i got a problem like this. I have already created my design object (BPM, Interfaces, Mapping, etc) in Integration Repository. Then i am going to start working on the Integration Directory (Configuration) ... However, when i try to create New Integration Process in Integration Directory, and i already choose my Integration Process from the list of my IP in my repository, when i want to confirm it, i got this following error:
    Unable to transport object Integration Process IP_MM096 | <my namespace>  of type RepBProcess from application REPOSITORY on system REPOSITORY. Detailed information: Attempt to serialize the generic part of object Integration Process IP_MM096 | <my namespace> failed(serialization problem)
    Anybody know or has an idea what is wrong with this?
    NB: my Integration Process name is IP_MM096
    thnks guys....

    I just finish redo the IP in my production system in IR. Then when i try to retrieve that new IP, i got the same message....I am out of idea what should i do next. Anyone? The thing is, i dont know the error mean...It just dont give enough information...
    Unable to transport object Integration Process IP_MM096_NEW1 | of type RepBProcess from application REPOSITORY on system REPOSITORY. Detailed information: Attempt to serialize the generic part of object Integration Process IP_MM096_NEW1 (serialization problem)

  • Integration Directory not getting opened

    hi All,
    We are not able to open Integration Directory in XI 7.0 but IR (repository) works fine. While i was browsing through the Forum found (Forum ID# 135222) that we can just re-start the sap.com/com.sap.xi.directory in Visual Administrator but not sure where it's located in VA. Please help to resolve thi problem.
    Thanks
    Sekhar

    Hi,
    try re-initialization
    from this blog:
    Java Web Start
    then is should start working
    Regards,
    Michal Krawczyk

  • Unable to open/launch Integration Builder.

    Hi,
    I am unable to open Integration Builder.
    Once I click on the link "integration directory", User Id and Password screen appears and when I enter the correct user ID and Password, Nothing happens, only the" Wait" icon appears for ever.
    I understand that itu2019s something to do with our access in my machine. We have stiff security policies.
    In  internet explorer setting --> I have "Accept all Cookies" and also Pop-ups are not  blocked (as Privacy setting)
    Please help me to resolve this issue.
    Regards,
    Rehan

    Nothing happens, only the" Wait" icon appears for ever.
    Please check with your basis if there in any space issue in the server.Also check if your other mates can open the Builder or not.
    Go to control panel->java->general->delete temp internet files and try lauching.
    If there is any issue with java webstart the
    Check  /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support .
    Go to integration Builder ->Administration tab ->Java webstart administration.>Reinitialize
    Regards,
    Srinivas
    Edited by: Srinivas on May 5, 2010 11:58 AM

  • Unable to Load the Integration scenario into the Integration directory

    Hi All,
    I am new to using SAP XI.
    Require your help on the following issue.
    I have built an Integration scenario, added Component  Type: Product Version, inserted actions and connections.
    I did check for any errors. I found no errors.
    When I am trying to load this scenario into the  Integration directory its not showing up the scenario in the popup.
    Navigation:
    Directory > tools> Transfer scenario from repository
    The status of Integration Scenario in the builder shows as
    "Being processed".
    I created the scenario 2 days back.
    Can some one help me in this? 
    Regards,
    Meher

    Hi All,
    Thanks to all who helped me.
    michal,divija : Can you please let me know in details how to activate Business Scenario?
    I did not create any business process.
    Sridhar: I did releases some locks on my process, no luck.
    Can you please explain me in more details?
    Should I have a process build for my Integration scenario to be activated?
    Thanks,
    Meher

  • Update integration directory and repository content after PI system copy

    We are on PI 7.1, We are trying to figure out the best way to update the contents in sld, integration directory and repository after system copy. currently we delete everything in sld, ID and IR then reimport all the content to get everything in-sync. Is there an easier way to do it, ex. just update the system in sld and the matching contents in IB and IR?
    Thanks,
    Jane Zhou

    Hi Jane
    This completely depends on the nature of the system copy and your SLD architecture and operational requirements
    Will the source system remain available or operational ?
    Is the target SLD proposing to use satellite systems already defined in the source SLD ?
    When doing a system copy the following should be considered
    1) If you create an import line from a previous SLD via export or sync
        - that SLD has to continue to be available for further updates or sync
    2) If you create a system copy, any target specific configuration like hostname, port, SID
         may needed to be adapted in target landscape
    3) Further considerations are needed if 1 satellite will point to 2 SLDs at the same time both for operational use
    Its very easy to take a back-up or full or partial import from one SLD and put it into another or indeed sync between SLDs
    however the key is to ensure the target SLD content is consistent and useable in the same way as the source SLD
    Hope this helps
    Stuart

  • Unable to activate PI - Integration Directory Objects

    Hi Guys,
    i am unable to activate PI - Integration Directory Objects.
    when i'm trying to activate its taking too much time,then no response.
    can any one pls help me on how to resolve this issue.
    Thanks,
    Siva.

    Hi Siva,
    Check with your basis guys.
    In most cases, this is due to memory overflow error.  They should free the memory which some interface or logs is holding up.
    Most of these problems are solved by simply restart of the server.
    I strongly suspect that some log file might be growing which would have consumed all memory.
    Regards
    Krish.

Maybe you are looking for

  • Excise Invoice tab in MIGO

    Hi In the headre screen of MIGO transaction only Generel, Vendoe and puychasing grp tabs are displayed. The excise invoice tab is not seeing. It is not displaying.I want it to be displayed.pls tell me regards B shar

  • Routing Sound Output  - M-Audio 1814

    Hello, Just got a Mac Book Pro and am using an M-Audio 1814 as my sound card. The 1814 is connected to my stereo via s/pdif, but I cannot for the life of me figure out how to change the output in the system preferences so sound from the web, itunes e

  • Commit Frequency

    Hi Gurus,    Anybody help me  how to work with  commit frequency in ODI.I have 5 Million Records to load for every 10000 records it has to commit

  • Quality level maintenance

    Hi, We had initially three plants .For all those plants quality level is maintained for quality managed materials. But these quality levels having no task list type, task list group and group counter. I analyzed and found these are created automatica

  • Reconciliation of MSSQL Server

    When we are reconciling the connected resource (SQL Server), under situation analysis we are getting the list of users who are CONFIRMED and UNMATCHED. In our case the reconciliation process is displaying the UNASSIGNED users under UNMATCHED. What is