CANNOT OPEN MULTIPLE CATALOG MANAGERS

I am not able to open two or more catalog managers at the same time.
When the second session is opened an error log file containing the following error is created
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 2009-01-23 18:24:16.375
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException[1]: org.eclipse.core.runtime.InvalidRegistryObjectException: Invalid registry object
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:134)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:222)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
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 org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
I tried re-installing only the presentation services but it dint work.
Is it a problem with Java in my system?
What can be the solution?

I have jdk1.5.0_09,jdk1.5.0_11
I did find a workaround i can open multiple catalog managers through the startup.jar file in
OracleBI\web\catalogmanager ,but if try to open through the catalogmanager.exe it fails to open more than one session.

Similar Messages

  • Cannot open multiple PDFs in Acrobat Reader X

    Ever since upgrading to Acrobat X, I cannot open multiple PDFs. With all previous versions over recent years, up to version 9, I could select multiple PDF files in Windows Explorer, hit Enter, and it loaded them all. Then I could Ctrl+F6 to switch between the documents. Quick and Easy.
    Now, if I try this with just 2 PDF files, it loads one and then locks up, almost stalling the PC, with each session of Acrobat taking about 40-45% of processor power. I have to crash out of it.
    Help!
    [P.S. As an aside, I don't like this floating toolbar that only appears if you happen to move the mouse over the bottom part of the screen. I suppose it's a "neat idea" from one of the programmers trying to be clever. Well guys, it is not user friendly. As a former Software QA and Product Manager, one of my design adages was "DON'T MAKE ME GUESS". Please think again.]

    In my case: v10.1.1 would not open more than one pdf at a time on a user workstation (although mine did) so I tried disabling protected mode and made sure the large image display setting was correct.
    To no avail. Reinstalled version base version 10, checked the same settings...no joy
    Also tried repairing the install and re-updated from the base v10...still no love
    Solution for me: Opened reader X, under Help-->Online Support, there is an option to generate a system report which availed the following:
    Graphics Card: NVIDIA GeForce FX 5200
    Version: 7.15.10.9685
    Check: Not Supported
    And of coarse the most recent driver was already present. Had to go back to v9.4
    All good now. Hope this saves someone a few hours!

  • Cannot open message catalog LIBWSC_CAT

    I'm posting a reworked version of an earlier question, hoping to get an answer this way.
    I have compiled an executable that acts as a tuxedo client. When I run it, invocations to the function tpstrerror() work ok.
    If I compile the exact same code as a shared object file and invoke some of its functions from a java virtual machine through JNI (the environment variables being the same), in spite of all other ATMI functions working correctly, tpstrerror() fails with the following error:
    NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1142; check TUXDIR=/home/adrian/bea/tuxedo9.1, LANG=C
    Does anyone have any ideas on what's happening here? Is there a way to get any information on why does the function fail?
    My earlier post with additional details (might be too long) can be found at:
    http://forums.bea.com/thread.jspa?threadID=300004539
    Many, many thanks.

    Hi,
    My guess is that you have a firewall between your client and the Tuxedo system that is timing out the connection.  The error is network error.  Try looking at the -K option for the workstation listener WSL.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • NLS:4: Cannot open message catalog LIBWSC_CAT

    Hi
    I am not sure this is the right place to place my question. Please move it to right place.
    I have an application on the unix (Solaris 5.8) and tuxedo 8 on which it runs fine but if I am using linux system to run the same application which is written in java with my tuxedo servers up. After running the application I am getting the below error.
    ResourceException: NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1140; check TUXDIR=/home/lnx/env2/bea/tuxedo9.1, LANG=C
    Category: Communications Name: NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1140; check TUXDIR=/home/lnx/env2/bea/tuxedo9.1, LANG=C
    : Class: null
    Id: null Description: NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1140; check TUXDIR=/home/lnx/env2/bea/tuxedo9.1, LANG=C
    ResourceException: NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1140; check TUXDIR=/home/lnx/env2/bea/tuxedo9.1, LANG=C
    Category: Communications Name: NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1140; check TUXDIR=/home/lnx/env2/bea/tuxedo9.1, LANG=C
    : Class: null
    Id: null Description: NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1140; check TUXDIR=/home/lnx/env2/bea/tuxedo9.1, LANG=C
    ResourceException: NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1140; check TUXDIR=/home/lnx/env2/bea/tuxedo9.1, LANG=C
    at connection.jni.JNIInteraction.execute(JNIInteraction.java:334)
    at AccountLocateBean.get(AccountLocateBean.java:117)
    at JavaBeanExample1.main(JavaBeanExample1.java:155)
    I check my $TUXPATH and $TUXDIR points to the correct location.
    In the ULOG ,I can see the my server (on which the required service resides) has restarted (CMDTUX_CAT:580: INFO: A server process has restarted: 7932).
    I am not getting any core file with this error (limit coredumpsize unlimited) .
    Our tuxedo version is 9.1
    Regards,
    Peeyush
    Edited by: [email protected] on May 25, 2010 2:16 AM
    Edited by: [email protected] on May 25, 2010 2:17 AM

    Hi,
    I don't think there are any patches related to the problem you are having, and it still sounds like an environment problem. I would suggest contacting Oracle customer support and they can tell you what patches are available as well as they may have a solution for your problem.
    It is a little weird that you are having this problem on RHEL as I was using OEL which is based on RHEL. The major difference is I'm using Tuxedo 11gR1 on 32 bit machine.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Cannot open Message Catalog CMDTUX_CAT

    Hi. I've just installed Tuxedo for Redhat 6.2, and I'm trying to set it up, and I'm stuck with 'simpapp'. I have this struct:
    TUXDIR=/home/bea/tuxedo8.0
    APPDIR=/applications/simpapp
    when I run
    tmloadcf ubbsimple
    i get this error:
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 868; check TUXDIR=/home/bea/tuxedo8.0', LANG=en_US
    any hints? I've already checked all the environment variables and they seem to be fine...I've also opened CMDTUX.text and I saw that msg 868 is some error about the configuration file, but first I'd like to have at lease the tmloadcf running ok....
    thanx,

    Hi.
    Try posting your question on the tuxedo.general newsgroup. Most people on this newsgroup are dealing with WebLogic Server issues.
    Thanks,
    Michael
    Rodrigo Laporte wrote:
    Hi. I've just installed Tuxedo for Redhat 6.2, and I'm trying to set it up, and I'm stuck with 'simpapp'. I have this struct:
    TUXDIR=/home/bea/tuxedo8.0
    APPDIR=/applications/simpapp
    when I run
    tmloadcf ubbsimple
    i get this error:
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 868; check TUXDIR=/home/bea/tuxedo8.0', LANG=en_US
    any hints? I've already checked all the environment variables and they seem to be fine...I've also opened CMDTUX.text and I saw that msg 868 is some error about the configuration file, but first I'd like to have at lease the tmloadcf running ok....
    thanx,--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Issue: Cannot open message catalog LIBTUX_CAT

    Hello
    I am using a webservice that connects through Tuxedo. Tuxedo starts ok but when I call my service I receive the following error:
    [13 Feb 2009 14:05:13 GMT][WARNING][][##: Exception raised in setting up security : : RemoteException : ][receive() failed (TUXEDO ERROR [12]: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1322; check TUXDIR=/app/isel/tuxedo , LANG=C
    ); nested exception is:
    com.iona.jbus.ntv.NativeIOException: receive() failed (TUXEDO ERROR [12]: NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1322; check TUXDIR=/app/isel/tuxedo, LANG=C
    I googling for a while but could not get a clue to solve this.
    Any help appreciated.
    Thanks
    J

    Hi J,
    Sorry, I'm still not following. When you say:
    "2 - My service receives the call and calls to another webservice in a AS/400 using Tuxedo."
    Are you saying you've written a Tuxedo service that makes a Web Service call to another Tuxedo service running on an AS/400 system? Let me try and ask some specific questions:
    "1 - I call my webservice using SOAP UI"
    What SOAP client are you using? Where is the Web Service you are calling running and what's it running under?
    "3 - Inside the AS/400 that receives the call there is a TR application that calls a Listener Service that calls a cobol application."
    What is a TR application?
    In any case, as I said, the error you are getting is a TPESYSTEM error which should result in an entry being made in the Tuxedo ULOG file.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1142?

    os:Linux server 2.6.9-67.0.22.EL
    tuxedo: BEA Tuxedo, Version 8.1, 32-bit, Patch Level 099
    env
    NLSPATH=$TUXDIR/locale/C
    LANG=C
    when run tuxedo program,and using the tpstrerror to display error message,
    it always shows Cannot open message catalog LIBWSC_CAT, set 1, num 1142 such messages.
    the same in ULOG too,
    how to resolve the question?

    it is probably because tuxedo msg files are generated by different gencat program.
    it happens on a linux distros different then the officialy supported versions
    a) strace your server: strace -o /tmp/err -f -p <pid> and check if it opens
    succesfully the msg file
    b) test msg file using sample program:
    char *p;
    nl_catd catid;
    catid = catopen( "/opt/bea/tuxedo8.1/locale/pl_PL/LIBTUX_CAT", flag);
    printf("%d %d %s \n",catid,errno,strerror(errno));
    if (catid!=(nl_catd) -1)
    p = catgets( catid, 1, 262, "message not found");
    printf("%s\n",p);
    and different env variables like NLSPATH, LC_MESSAGES, NLS_LANG etc

  • NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1037 error

    HI,
    I am getting this error when the client (Powerbuilder) sits idle for some time after performing few operation.
    NLS:4: Cannot open message catalog LIBWSC_CAT, set 1, num 1037
    The error is logged on Client side ULOG; the server side ULOG does not have any error .
    Thanks@

    Hi,
    My guess is that you have a firewall between your client and the Tuxedo system that is timing out the connection.  The error is network error.  Try looking at the -K option for the workstation listener WSL.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • NLS:4: Cannot open message catalog TMADMIN_CAT,  Solaris Container

    Hello,
    Can someone please help me ?
    I have used Tuxedo 8 for many years on Solaris 8 servers, however we have now ported our installation to a Solaris 8 container on a Solaris 10 server. The server was ported using a flar image from the source server onto the new zone (or container). Tuxedo works absolutely fine in the container and the application appears to run as expected until I try using tmadmin or qmadmin on the command line and run a command in the shell and the following message appears for tmadmin, qmadmin message is similar.
    NLS:4: Cannot open message catalog TMADMIN_CAT, set 1, num 111; check TUXDIR=/opt/apps/tuxedo/8.0, LANG=C
    tmadmin/qmadmin performs the function but appears to be unable to open it's message catalog in $TUXDIR/locale/C
    The mesasage catalog exists in $TUXDIR/locale/C and chksum's identical to source server.
    I have manually re-installed the Tuxedo software in the container with no effect
    I have tried installing Tuxedo in a different directory
    I have tried setting NLSPATH=$TUXDIR/locale/C in the environent with no effect
    The tuxedo application works fine with no similar messages in the ULOG from the running application, it is just tmadmin and qmadmin on the command line, using the same user as runs the application
    localel settings are identical to original source server and :
    localeLANG=
    LC_CTYPE="C"
    LC_NUMERIC="C"
    LC_TIME="C"
    LC_COLLATE="C"
    LC_MONETARY="C"
    LC_MESSAGES="C"
    LC_ALL=
    If i set $LANG = C and run tmadmin and run a command I get the following message instead
    NLS:6: Message not found, catalog TMADMIN_CAT, set 1, num 1136
    Which implies it can see the catalog but cannot open it
    Tuxedo version is 8.0 Rolling patch 222
    Can anyone help? i would be very grateful
    Thanks
    Adam

    I have now worked arround this by re-generating the message catalogs from the catalog text files
    cd $TUXDIR/locale/C
    gencat TMADMIN_CAT TMADMIN.text
    gencat Q_CAT Q.text
    tmadmin and qmadmin now display the output ok, It kind of makes sense since the catalogs are generated in the new environment, but a full install still did not work.
    The new catalogs are identical to the old catalogs and cksum identically, but they work. Still scratching my head over this one, but at least we can move forward now.

  • Cannot open multiple firefox windows

    The problem is I cannot open multiple firefox windows at 1 time. It keeps saying that firefox is running or it just spins on the 2nd time that we press on the firefox icon every time I do this. Can you please come up with a solution. Yes we can open up multiple tabs but cannot get more than 1 session running at a time.
    Is there a fix for this?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • NLS:4: Cannot open message catalog CMDTUX...?

    I am using OpenSUSE 10.x and tuxedo 9.1.. i changes ubbsimpel config and run
    /opt/bea/tuxedo9.1/bin/tmloadcf -c ubbsimple
    i got the errmsg
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 1615; check TUXDIR=NULL, LANG=en_US.UTF-8
    due to what reason am i getting this? whats the resolution..
    TIA
    sarose

    BTW my ubbsimple looks like this..
    # (c) 2003 BEA Systems, Inc. All Rights Reserved.
    #ident "@(#) samples/atmi/simpapp/ubbsimple $Revision: 1.5 $"
    #Skeleton UBBCONFIG file for the TUXEDO Simple Application.
    #Replace the <bracketed> items with the appropriate values.
    *RESOURCES
    IPCKEY 123456
    #Example:
    #IPCKEY 123456
    DOMAINID simpapp
    MASTER simple
    MAXACCESSERS 10
    MAXSERVERS 5
    MAXSERVICES 10
    MODEL SHM
    LDBAL N
    *MACHINES
    DEFAULT:
    APPDIR="/home/sarose/tuxedo/simpapp"
    TUXCONFIG="/home/sarose/tuxedo/simpapp/ubbsimple"
    TUXDIR="/opt/bea/tuxedo9.1"
    #Example:
    # APPDIR="/home/me/simpapp"
    # TUXCONFIG="/home/me/simpapp/tuxconfig"
    # TUXDIR="/usr/tuxedo"
    LINUX-42I9 LMID=simple
    #Example:
    #beatux LMID=simple
    *GROUPS
    GROUP1
    LMID=simple GRPNO=1 OPENINFO=NONE
    *SERVERS
    DEFAULT:
    CLOPT="-A"
    simpserv SRVGRP=GROUP1 SRVID=1
    *SERVICES
    TOUPPER

  • NLS:4:cannot open message catalog CMDTUX_CAT,num 868;

    Hi All,
    I installed tuxedo8.1 on my pc and i am using win2k as my os.
    but when I do a tmloadcf ubbsimple , i get erro like this,
    NLS:4:cannot open message catalog CMDTUX_CAT,num 868;
    Check TUXDIR=C:\bea\tuxedo8.1,LANG=English_United States.1252
    I am stuck up with this for quite sometime, can anyone point me out where I have gone wrong. I have set all the environment variables present in the ubbconfig file.
    Here is my ubbconfig
    ident "@(#) samples/atmi/simpapp/ubbsimple $Revision: 1.5 $"
    #Skeleton UBBCONFIG file for the TUXEDO Simple Application.
    #Replace the <bracketed> items with the appropriate values.
    *RESOURCES
    IPCKEY 123034
    #Example:
    #IPCKEY 123456
    DOMAINID simpapp
    MASTER simple
    MAXACCESSERS 10
    MAXSERVERS 5
    MAXSERVICES 10
    MODEL SHM
    LDBAL N
    *MACHINES
    DEFAULT:
    APPDIR="C:\dbh\simpapp"
    TUXCONFIG="C:\dbh\simpapp\tuxconfig"
    TUXDIR="C:\bea\tuxedo8.1"
    #Example:
    # APPDIR="/home/me/simpapp"
    # TUXCONFIG="/home/me/simpapp/tuxconfig"
    # TUXDIR="/usr/tuxedo"
    Fattan LMID=simple
    #Example:
    #beatux LMID=simple
    *GROUPS
    GROUP1
    LMID=simple GRPNO=1 OPENINFO=NONE
    *SERVERS
    DEFAULT:
    CLOPT="-A"
    simpserv SRVGRP=GROUP1 SRVID=1
    *SERVICES
    TOUPPER
    Thanks in Advance.
    Fattan

    Fattan,
    I think you need to set OS level env. variable NLSPATH which should contain $TUXDIR/locale/C before executing any of the tux commands.
    Most of the tux commands displays messages from the catalog located in this directory and thats why it is required.
    Try out!
    Pravin

  • NLS:4: Cannot open message catalog CMDTUX_CAT

    I install tuxdeo 6.5 on SCO OpenServer 5.0.5
    when I tmloadcf ubbsimple ,errorsis :
    mloadcf.1902: NLS:4: Cannot open message catalog CMDTUX_CAT, set1, num 872; check
    TUXDIR=/u/tux, LANG=C_C
    I don't how to do to resole that problem
    please reply mail to me

    See if you have a directory called /u/tux/locale/C_C. This is where the
    message catalogs would be. If not, either change your LANG environment
    variable, or rename the C directory to C_C.
    snowfox wrote:
    >
    I install tuxdeo 6.5 on SCO OpenServer 5.0.5
    when I tmloadcf ubbsimple ,errorsis :
    mloadcf.1902: NLS:4: Cannot open message catalog CMDTUX_CAT, set1, num 872; check
    TUXDIR=/u/tux, LANG=C_C
    I don't how to do to resole that problem
    please reply mail to me

  • Lightroom cannot open the catalog named "lightroom 4 good" located on volume "LIGHTROOM" because Lig

    Lightroom cannot open the catalog named “lightroom 4 good” located on volume “LIGHTROOM” because Lightroom cannot save changes to this location. This is what I am receiving even from my back-up
    Serial Number removed by: PECourtejoie

    You need to have writing permission where a LR catalog is stored.
    Even for just opening a catalog, since this database does not have a save-to-catalog command.
    Maybe it makes sense that you do not have them for a backup storage location in order to prevent accidental overwriting?
    If you agree, first copy the lrcat-file to your usual working folder where you have writing permission, maybe renaming it if that would overwrite you real working catalog.
    If you do not agree, remedy the writing permission for your user account at the backup spot.
    Cornelia

  • 'Not enough room' - Cannot open Lightroom catalog

    I cannot open Lightroom catalog bc there is 'not enough room on the hard drive named ...'  I keep erasing more and more on this hard drive and still it does not work and keeps saying the same thing. Please help!

    It says 'before continuing, please make at least 20 MB available on this hard drive'.  I have deleted much more than 20 MB and still nothing helps.
    Under system info it says:
    Lightroom version: 3.2 [692106]
    Version: 10.6 [8]
    Application architecture: x64
    Physical processor count: 4
    Processor speed: 3.0 GHz
    Built-in memory: 4096.0 MB
    Real memory available to Lightroom: 4096.0 MB
    Real memory used by Lightroom: 185.3 MB (4.5%)
    Virtual memory used by Lightroom: 2402.8 MB
    Memory cache size: 0.0 MB
    Displays: 1) 1920x1080
    Serial Number: [removed]
    Application folder: /Applications
    Library Path: /Users/susanehong/Pictures/Lightroom/Lightroom 3 Catalog.lrcat
    Settings Folder: /Users/susanehong/Library/Application Support/Adobe/Lightroom
    Also, please note that I am able to open Lightroom under a different catalog and the photos appear but they cannot be imported bc they 'cannot be read'. 
    Please help!

Maybe you are looking for

  • Snow leopard can't be installed on my machine.

    Alright, here goes. Thank you in advance. BACK STORY: I have an Intel iMac. I've had it for a few years and it's always been awesome. I was running Leopard, and it was all gravy. So much so, that I even took it in to my Apple store to see if there wa

  • FSG Outputting to PDF instead of Excel

    Hi All, I would like to publish my FSG reports in Excel format. I know XML Publisher can do this and have been trying various things, but the output is always PDF. Firstly; I am using the Concurrent Request ‘Program: Publish Basic FSG’. I have define

  • Sharpness Control Crashes my Mac after Snow Leopard Upgrade - Help!

    Hi everyone, I have a strange problem since upgrading to Snow Leopard. Now, whenever I click on the sharpness control in iPhoto, for any photo, it immediately causes the screen to go haywire and the Mac completely freezes up. The only way I can conti

  • Buying  Oracle Collaboration Suite

    hi would you please tell me how and where i can buy "Oracle Collaboration Suite" with online payment ? and how to get Metalink account ? thx in adv

  • Error in Connection

    I use JDeveloper and try to connect to my Oracle database and it gives the connection error as Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4)))) The connection is like this "jd