Help with Connections Manipulator not initialized exception

Hi,
I have an Enterprise Java Bean that provides an interface to SAP connectors for C++ clients via RMI-IIOP. There is a 'close' method which closes the connection, but when this method is called by the client I am seeing the following exceptions on the J2ee engine: I know that the Connections Manipulator is a J2ee kernel component, and its parameters can be viewed/modified via Visual Administrator, but is there something I need to be doing programmatically to initialize it? Thanks, Colm.
Cannot get input and output streams from socket. ConnectionsManipulator is not initialized.
[EXCEPTION]
iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: certificate unknown
     at iaik.security.ssl.r.f(Unknown Source)
     at iaik.security.ssl.f.c(Unknown Source)
     at iaik.security.ssl.f.a(Unknown Source)
     at iaik.security.ssl.r.d(Unknown Source)
     at iaik.security.ssl.SSLTransport.startHandshake(Unknown Source)
     at iaik.security.ssl.SSLSocket.startHandshake(Unknown Source)
     at com.sap.engine.services.ssl.factory.SSLSocket.startHandshake(SSLSocket.java:133)
     at com.sap.engine.services.ssl.factory.SSLSocket.getInputStream(SSLSocket.java:247)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.init(TCPRunnableConnection.java:316)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:498)
     at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
     at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:73)
     at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:137)
Error in resource clean up for a disconnected client
java.lang.ClassCastException
     at com.sap.engine.services.httpserver.dispatcher.Processor.fail(Processor.java:494)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.disposeConnection(TCPRunnableConnection.java:450)
     at com.sap.engine.core.manipulator.TCPRunnableConnection$CloseThread.run(TCPRunnableConnection.java:838)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:499)
     at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
     at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:73)
     at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:137)

hello,
I've got a similar message. What does it mean?
Complete traces from the dispatcher are:
========================================
Date : 02/15/2007
Time : 13:17:42:302
Message : Cannot get input and output streams from socket. ConnectionsManipulator is not initialized.
[EXCEPTION]
java.net.SocketException: Connection reset
     at java.net.SocketInputStream.read(SocketInputStream.java:173)
     at iaik.security.ssl.Utils.a(Unknown Source)
     at iaik.security.ssl.o.c(Unknown Source)
     at iaik.security.ssl.r.f(Unknown Source)
     at iaik.security.ssl.f.c(Unknown Source)
     at iaik.security.ssl.f.a(Unknown Source)
     at iaik.security.ssl.r.d(Unknown Source)
     at iaik.security.ssl.SSLTransport.startHandshake(Unknown Source)
     at iaik.security.ssl.SSLSocket.startHandshake(Unknown Source)
     at com.sap.engine.services.ssl.factory.SSLSocket.startHandshake(SSLSocket.java:139)
     at com.sap.engine.services.ssl.factory.SSLSocket.getInputStream(SSLSocket.java:257)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.init(TCPRunnableConnection.java:324)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:524)
     at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
     at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
     at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
Severity : Error
Category : /System/Network
Location : com.sap.engine.core.manipulator.TCPRunnableConnection.init()
Application :
Thread : OrderedChannel for http service
Datasource : 1171548937357:C:\Documents and Settings\defaultTrace.16.trc
Message ID : 0017087C2A8C00AC000002A70000179B00042982D88AC913
Source Name : com.sap.engine.core.manipulator.TCPRunnableConnection
Argument Objs : java.net.SocketException: Connection reset
     at java.net.SocketInputStream.read(SocketInputStream.java:173)
     at iaik.security.ssl.Utils.a(Unknown Source)
     at iaik.security.ssl.o.c(Unknown Source)
     at iaik.security.ssl.r.f(Unknown Source)
     at iaik.security.ssl.f.c(Unknown Source)
     at iaik.security.ssl.f.a(Unknown Source)
     at iaik.security.ssl.r.d(Unknown Source)
     at iaik.security.ssl.SSLTransport.startHandshake(Unknown Source)
     at iaik.security.ssl.SSLSocket.startHandshake(Unknown Source)
     at com.sap.engine.services.ssl.factory.SSLSocket.startHandshake(SSLSocket.java:139)
     at com.sap.engine.services.ssl.factory.SSLSocket.getInputStream(SSLSocket.java:257)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.init(TCPRunnableConnection.java:324)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:524)
     at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
     at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
     at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
Arguments : java.net.SocketException: Connection reset
     at java.net.SocketInputStream.read(SocketInputStream.java:173)
     at iaik.security.ssl.Utils.a(Unknown Source)
     at iaik.security.ssl.o.c(Unknown Source)
     at iaik.security.ssl.r.f(Unknown Source)
     at iaik.security.ssl.f.c(Unknown Source)
     at iaik.security.ssl.f.a(Unknown Source)
     at iaik.security.ssl.r.d(Unknown Source)
     at iaik.security.ssl.SSLTransport.startHandshake(Unknown Source)
     at iaik.security.ssl.SSLSocket.startHandshake(Unknown Source)
     at com.sap.engine.services.ssl.factory.SSLSocket.startHandshake(SSLSocket.java:139)
     at com.sap.engine.services.ssl.factory.SSLSocket.getInputStream(SSLSocket.java:257)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.init(TCPRunnableConnection.java:324)
     at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:524)
     at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
     at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
     at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
Dsr Component :
Dsr Transaction :
Dsr User :
Indent : 0
Level : 0
Message Code :
Message Type : 1
Relatives : /System/Network
Resource Bundlename :
Session :
Source : com.sap.engine.core.manipulator.TCPRunnableConnection
ThreadObject : OrderedChannel for http service
Transaction :
User :
========================================
Thanks,
H.

Similar Messages

  • Help with connecting Nintendo dsi to internet

    I really need some help with connecting my daughters nintendo dsi to the internet, I have tried everything but just can't get it to work. Would really appreciate any advice....

    Hi sandy and welcome
    Have a read http://bt.custhelp.com/app/answers/detail/a_id/11263/c/346%2C502%2C504/kw/nintendo%20ds/r_id/125731
    Note: The Nintendo DS only supports either no security or WEP security!!
    -+-No longer a forum member-+-

  • Help with connection flash builder 4.5 to remote php database

    help with connection flash builder 4.5 to remote php database

    Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader/Autoloader.php' (include_path='.;C:\php5\pear;D:/webserver/apache2/htdocs/ZendFramework/library') in D:\webserver\apache2\htdocs\giga\first-debug\gateway.php on line 27

  • Help with connecting to NIST NTP server on port 123

    I can get NIST time in Daytime format using the rt_nist_date_time.llb example posted on ni.com, but I cannot connect to NIST NTP format time data using port 123.  I freely admit to being over my head with this stuff, and have spent much of this Thanksgiving holiday reading about UDP and TCP.
    The attached vi summarizes what I've tried so far.  The UDP case is what I thought would work, but I can't come up with a network address that the UDP-open vi likes.  Can anyone out there help this n00b tell the time?
    The attached file is supposed to be in 8.0 format, although I'm working in 9.0
    Here is a link discussing the time formats: http://tf.nist.gov/service/its.htm 
    Jeff 
    Solved!
    Go to Solution.
    Attachments:
    UDP.vi ‏17 KB

    jstevens wrote:
    THANK YOU!!!  I don't think I ever would have come up with connecting the web address to a Read or Write UDP rather than the Open UDP block.  Not to mention starting by opening port zero.
    Unlike TCP, UDP is a connectionless protocol. Here's a quick explanation in different words.
    A udp packet travels from a [sourceIP, sourcePort] to a [DestinationIP, destinationPort].
    UDP open basically reserves a local port used for sending (soucePort) and receiving (incoming packet with that same destinationPort). Since some local ports are always in use, you would generate an error if you would accidentally pick a used port. Picking zero is useful for requests (as in this case!), because the OS will pick an unused ephemeral port. The actual source port number does not matter because the NTP server will just send the reply packet back to whatever port it came from. (If you would write your own NTP server in LabVIEW, you would of course need to set the local port to 123, and would get a conflict if another NTP server is already running on your rig). Writing an NTP server in LabVIEW would be a trivial modification to the current code, try it! . Simply listen for packets on port 123, form a response packet based on the timestamp, and send it to whatever IP/Port it came from (that info is available from udp read) and then go back to listen for new requests.).
    UDP write sends a packet to the server using the above opened local port as source port. You can use the same connectionID to write to several other servers and ports, because UDP is connectionless. (TCP is connection based, so a TCP connection involves a defined source/destination pair)
    UDP read listens for incoming packets from all over the world at that same local port. It is very unlikely, but theoretically possible that other UDP packets will arrive at that same port, so you could even filter to make sure to read incoming packets until they match the port and IP of the original request. The current code is somewhat vulnerable to a DOS (denial of service) attack for example as follows: Imagine the guy in the next cubicle had means of sniffing your network traffic. He could write a small program that looks for your NTP requests and then immediately starts flooding your IP with meaningless UDP packets to the sourcePort you just used. The current program only reads one packet and thus will never see the return packet from the NTP server.
    UDP close frees up the local port and the computer is now no longer listening for packets on that port. Of course you could keep the port open for the duration of the program, especially if you intend to send UDP request once in a while during execution.
    Makes sense?
    LabVIEW Champion . Do more with less code and in less time .

  • Help with connecting a G4 with mac 9.2.2 to the internet?

    I am new to mac, and I have a G4 that runs on Mac 9.2.2. I plan on upgrading to 10.4.6 (tiger), but I am unable to get it to connect to the internet. Can anyone help?

    What is the specific model of your Mac? This can make a difference in some things.
    You can connect via a built-in 56K modem if it has one, but it will be very slow. Much better would be to connect via broadband (such as DSL or Cable) using an external modem, either hard-wired via ethernet (usual) or via wireless if available on the machine.
    Connecting via hard-wired ethernet is easy. You would need to acquire a modem that is acceptable to your ISP, or lease one from them if they make that option available. Either way, get one that connects via ethernet rather than via USB - USB on a G4 is just too slow for this purpose.
    The setup for ethernet is simple in OS 9:
    In the TCP/IP control panel (Apple menu > Control Panels > TCP/IP), set
         Connect via     -to-     Ethernet
         Configure         -to-     Using DHCP Server
    And that's usually all that is needed.
    Connecting via wireless, Airport in Apple's lexicon, is similar to ethernet, as far as setting up the software goes. In order to use wireless, the G4 will need to have an Airport card installed, or you can use a local transmitter which connects via ethernet to the G4. The modem would need to be connected to a receiver (base station) in order to complete the communication path with the Mac.
    If you choose to go this path, someone else would need to assist you in setting up the wireless components - I've never done that.
    However, if you do not now have wireless internet available, and this is going to be the only machine needing to connect to the internet, it would be much cheaper and easier to just connect the modem via wired ethernet directly to the Mac.
    In either case, you will also need to set up your email account. Your email service provider should provide you with the info you need to do that - account type and password, etc. This info is entered into the Internet control panel, Email tab.
    If I have misunderstood and you want to connect wirelessly directly to your ISP using something like those small transceiver type modems that many folk use with laptops, that's something else, and someone else would need to help with that.

  • Need help with connecting file inputs to arrays

    In this assignment I have a program that will do the following: display a list of names inputed by the user in reverse order, display any names that begin with M or m, and display any names with 5 or more letters. This is all done with arrays.
    That was the fun part. The next part requires me to take the names from a Notepad file, them through the arrays and then output them to a second Notepad file.
    Here is the original program: (view in full screen so that the code doesn't get jumbled)
    import java.io.*;       //Imports the Java library
    class progB                    //Defines class
        public static void main (String[] arguments) throws IOException
            BufferedReader keyboard;                                  //<-
            InputStreamReader reader;                                 //  Allows the program to
            reader = new InputStreamReader (System.in);               //  read the the keyboard
            keyboard = new BufferedReader (reader);                  //<-
            String name;                 //Assigns the name variable which will be parsed into...
            int newnames;               //...the integer variable for the amount of names.
            int order = 0;              //The integer variable that will be used to set the array size
            String[] array;             //Dynamic array (empty)
            System.out.println (" How many names do you want to input?");   //This will get the number that will later define the array
            name = keyboard.readLine ();
            newnames = Integer.parseInt (name);                                         // Converts the String into the Integer variable
            array = new String [newnames];                                               //This defines the size of the array
            DataInput Imp = new DataInputStream (System.in);       //Allows data to be input into the array
            String temp;                                       
            int length;                                                                  //Defines the length of the array for a loop later on
                for (order = 0 ; order < newnames ; order++)                                //<-
                {                                                                           //  Takes the inputed names and
                    System.out.println (" Please input name ");                            //  gives them a number according to
                    temp = keyboard.readLine ();                                           //  the order they were inputed in
                    array [order] = temp;                                                  //<-
                for (order = newnames - 1 ; order >= 0 ; order--)                                //<-
                {                                                                                //  Outputs the names in the reverse 
                    System.out.print (" \n ");                                                   //  order that they were inputed
                    System.out.println (" Name " + order + " is " + array [order]);             //<-
                for (order = 0 ; order < newnames ; order++)                                  //<-
                    if (array [order].startsWith ("M") || array [order].startsWith ("m"))     //  Finds and outputs any and all
                    {                                                                         //  names that begin with M or m
                        System.out.print (" \n ");                                            //
                        System.out.println (array [order] + (" starts with M or m"));         //
                    }                                                                         //<-
                for (order = 0 ; order < newnames ; order++)                                            //<-
                    length = array [order].length ();                                                   //
                    if (length >= 5)                                                                    //  Finds and outputs names
                    {                                                                                  //  with 5 or more letters
                        System.out.print (" \n ");                                                      //
                        System.out.println ("Name " + array [order] + " have 5 or more letters ");      //<-
    }The notepad file contains the following names:
    jim
    laruie
    tim
    timothy
    manny
    joseph
    matty
    amanda
    I have tried various methods but the one thing that really gets me is the fact that i can't find a way to connect the names to the arrays. Opening the file with FileInputStream is easy enough but using the names and then outputing them is quite hard. (unless i'm thinking too hard and there really is a simple method)

    By "connect", do you just mean you want to put the names into an array?
    array[0] = "jim"
    array[1] = "laruie"
    and so on?
    That shouldn't be difficult at all, provided you know how to open a file for reading, and how to read a line of text from it. You can just read the line of text, put it in the array position you want, until the file is exhausted. Then open a file for writing, loop through the array, and write a line.
    What part of all that do you need help with?

  • Help with Flash Player- Not Playing

    I recently went to a website where it said that i needed to
    download the latest version of Flash Player. I followed the
    directions and installed it, and the movie came up after
    installation, but on the website it still said i needed to install
    flash player again. I went through the other forum posts and tried
    everything, but it still wouldn't show up. Then today i was on the
    website and finally the video came up, but then when i refreshed
    the page the video was gone and it again said i needed to install
    the latest version of Flash Player. The video has shown up twice in
    the past day, then says i need to reinstall again. I've tried
    everything, but the videos just wont show up. Does anyone know how
    to fix this for good?

    JDB... your problems and solutions are different (and much
    more complex). Read this CAREFULLY.
    Printable, lovingly formatted versions of these steps, valid
    as of 9/15/2007 are available. I recommend printing them and
    following along with the print version:
    .doc:
    http://www.supportflash.com/bent/flash_player_ocx_troubleshooting.doc
    .pdf:
    http://www.supportflash.com/bent/flash_player_ocx_troubleshooting.pdf
    The issue is this: You have multiple accounts on your XP
    machine. One account plays Flash no problem, the other doesn't,
    although both are Administrator accounts. Or possibly you have only
    one account, and that account fails to play any Flash content. In
    any case if you have ANY odd trouble with the Flash Player ActiveX
    control for Windows as of September 2007, these should be your
    steps. And yes, you need to do both sets of steps, in order!
    The cause: This is usually caused by either or BOTH of the
    following problems:
    1. Leftover locked bits of an old Flash Player installation
    2. Registry permission errors (aka 'ACL's)
    OK so what do you do about this?
    ONE: Identify possibly leftover Flash player bits
    a. Open C:\WINDOWS\system32\Macromed\Flash folder.
    b. Download the latest FP uninstaller from
    http://www.adobe.com/go/tn_14157.
    c. Run the uninstaller. If you get a notice saying you need
    to reboot, then reboot.
    d. Look at C:\WINDOWS\system32\Macromed\Flash folder.
    e. Does any file ending in .ocx remain? (flash.ocx,
    flasha.ocs, flash9d.ocx etc...)
    e1. If no, then you don't usually have any leftover locked
    bits.
    You're done with this part of the problem, proceed to TWO.
    e2. If yes, then that remaining .ocx file may be locked.
    Right click it
    and select properties and look at the version tab.
    What is the version number?
    f. Is the version number Flash Player 9.0.16.0 or earlier?
    f1. Use the uninstaller instructions from this technote:
    http://www.adobe.com/go/4da116d3
    -- section "Flash Player 9.0.16.0 and earlier"
    -- DO NOT re-register the uninstaller. ONLY do this
    UninstFl.exe part.
    Yes, you'll need to know how to use the command line to do
    this. If you're not
    comfortable with that then take your machine to someone who
    is!
    g. Is the version number Flash Player 9.0.28.0 or higher?
    g1. Use the uninstaller instructions from this technote:
    http://www.adobe.com/go/4da116d3
    -- section "Flash Player 9 (9.0.28.0) and later"
    -- DO NOT re-register the uninstaller. ONLY do this
    UninstFl.exe part.
    In both the D and E sections above you'll need to use the
    specific name of the control that remains
    in the C:\WINDOWS\system32\Macromed\Flash. So if you had a
    stuck flash9b.ocx[DJM1] in the folder
    and version was 9.0.28.0, your uninstall command would look
    like this:
    UninstFl.exe -u
    c:\windows\system32\Macromed\Flash\Flash9b.ocx
    That said, if you have trouble running these commands it
    really is necessary to find someone who knows how
    to use the command line, either a friend or a local
    professional. Or spend some time learning about the
    command line yourself.
    h. RERUN the uninstaller you downloaded earlier. This should
    get rid of the remaining (now unlocked) .ocx file and fix any
    registry keys associated with it.
    ALL of section "ONE: Identify possibly leftover Flash player
    bits" is important. BUT this locked bit problem only happens on
    maybe one out of 50 machines. So most people with installation
    problems such as this are not going to have locked bits.
    AND even after reinstalling you may still have continued
    problems with Flash Player not being recognized.
    Then we have to move on to section two..
    TWO: Registry Permission Problems
    We have been working on Flash Player failures caused by
    Windows System Registry issues. We have not been able to determine
    what’s causing these permissions to change. But that change
    prevents the successful installation of Flash Player ActiveX
    control (used by IE Windows).
    Registry permission problems can be resolved using a tool
    called SubInACL, built by Microsoft to correct system registry
    issues.
    Symptoms: What to look for:
    1. If you install Flash Player on IE and are unable to see
    Flash content on any webpage
    2. After installation C:\WINDOWS\system32\Macromed\Flash
    will have flash 9c.ocx in it but it failed to register
    3. It appears that Flash Player installed correctly, but
    unable to view Flash content
    4. Flash Player works on other browsers, but NOT Internet
    Explorer
    5. If you are missing groups in HKEY_CLASSES_ROOT Advanced
    Permissions
    6. If you have run registry cleaners in the past, this may
    have corrupted your system
    Warning: The following solution involves the Windows System
    Registry. Editing or manipulating the registry incorrectly can
    result in serious system damage which may require re-installation
    of the operating system. If you are not comfortable editing the
    registry, then take your system to a professional. If you choose to
    proceed, then it is essential that you create a complete system
    backup and a Windows System Restore Point before proceeding. Adobe
    Systems cannot be held responsible for damage resulting from this
    information.
    1. Select Start > Run
    2. Type in “regedit”
    3. Right click on HKEY_CLASSES_ROOT
    4. Select Permissions
    5. Select Advanced
    For Vista
    Compare your permissions with the ones in this screenshot.
    http://www.supportflash.com/vista_key.png
    For Window XP Pro or other flavors of XP
    Compare your permissions with the ones in this document
    “Troubleshooting system registry issues that prevent Flash
    Player installation” (scroll down to the bottom of page).
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb400116
    Notice any major differences, missing groups, incorrect
    permissions?
    How can you repair the System Registry, what's the fix
    Download SubInACL from Microsoft to fix permission issues
    that prevent the Flash Player Installation.
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=fb1634cb
    NOTE: The Microsoft version of the .cmd script run by
    SubInACL is not be run on any XP version other than Pro. HOWEVER,
    the Adobe .cmd script in the above technote is tested safe for ALL
    VERSIONS OF XP!!!
    If you have a Windows System Registry permission issue that
    sounds like the one described above, SubINACL may be the solution.
    Please note that if you have this issue on multiple accounts on one
    machine you’ll need to fix each machine individually.

  • Help With Date Manipulation

    Hi Everyone,
    I need help with oracle dates. I would like to format the following dates and keep it as a DATE datatype NOT char.
    1/10/2007 8:57:45 PM TO 1/10/2007 (only the data part of SYSDATE)
    1/10/2007 8:57:45 PM TO 1/1/2007 (first of the month)
    If I use the To_Char function, it will return a character string. The problem is that I need to retain the DATE datatype so I can join this query to tables with date fields.

    This?
    sql>
    select trunc(sysdate)
    from dual;
    TRUNC(SYSD 
    01/11/2007                                                                                                                                                                           

  • Help with connecting iPad 2 to Motif xs keyboard using GarageBand.?

    I have an iPad 2. I recently bought the iPad camera connection kit from amazon because I heard you can connect your iPad to a music keyboard with GarageBand. I have a Yamaha motif xs 8. When I connect my keyboard with a midi USB to the iPad.. Nothing happens. Can anybody help with this, and am I missing something in order to make this work???

    It worked for me no problem but I'm using an ES Rack and the dude on the video I think was using an ES. It maybe the XS is wired differently. Your best option is still getting a piece like IK Multimedia's iRig Midi. It connects from the iPad dock to actual midi cables and is way more flexible if your using multiple devices.

  • MSI P67A-C45 (B3) Newb needs Help with connections..

    Hi all..
    First time posting here, but have been in the shadows for quite a while..   
    Anyway, i decided to finally take the plunge, and build my own PC, and now i'm beginning to hit a few bumps.
    I have a couple of questions that i would like some help with, if possible to reassure myself i may be in the right direction..
    I bought THIS PSU and was hoping someone could tell me where the Blue connectors (one labelled CP and one labelled U1) Connect to?
    Is it into JPWR2? And does it/do they only connect in the correct way? (Do i remove the plastic cap and attach both?
    and i bought THIS VIDEO/GRAPHICS CARD and i'm guessing the RED "PCI express" and "SLI ready" connect to that somehow (Haven't opened box yet for card)
    Again, wondering is there a certain way for them to connect.
    Also, from my chassis, the "AC '97" and "HDA" connectors go to JAUD (I guess), does it matter which one? (I currently have "HDA" connected)
    I have i5 2500k already on board. (If that makes a difference).

    Quote from: Ben_Cartwright on 26-May-11, 22:05:35
    Do the Audio plugs go into JAUD? and does it matter which one?
    Yep, connect the front panel audio to the JAUD. If you need the pin layout, it says in the manual. I would say the HDA connector is the one to connect.
    Quote from: Ben_Cartwright on 26-May-11, 22:05:35
    Any recommendations for testing it all, before i plug it in, and press the power?
    Should i (Can i) test individual parts first?
    Thanks again.
    Check all power connections, seating of the RAM and add-on cards, check the HSF is plugged into the fan header, and obvious things like that.
    As for testing, enter the BIOS and make sure the CPU isn't running too hot. Set up the RAM with the required timings and voltage, and test with >>Memtest86<< for several hours. No point starting the Windows installation if say your RAM has errors, since it will corrupt files during the install, if it installs at all.

  • Help with Connecting New Computer w/ WRT110

    My sister just got a new laptop and has the WRT110.  My brother in law passed away 3 weeks ago and he had the security passcodes.  I just called Linksys to get help with it and their warrenty is up and wanted to charge us $30.  Money is tight right now.  Is there anyone that can help us with this issue?
    Thanks so much

    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    Click on the Wireless tab..under Wireless tab,click on the subtab Wireless Security...Now,check the Security/Network Key.If you are using WEP Security then,use Key1 as the Security/Network Key.

  • Help with Zen Xtra not connect

    Hi,
    I have read all of the FAQs and posts reguarding this problem and I just can't seem to get this to work. I have a Creative Labs Nomad Jukebox Zen Xtra 40GB mp3 player. I downloaded and installed the playsforsure firmware yesterday so the mp3 player would be compatible with my Xbox 360. I moved all of my songs from the player to the Creative Mediasource PC music library before the install (sadly, I lost all of the music the Zen cam with). Well, after I installed this firmware, and I plug the Zen Xtra into the computer with the USB cable, it doesn't register that it is connected. For example, when I open the Creative Mediasource PC music library it doesnt have the Zen Xtra listed like it used to, so I cannot put any files back onto the mp3 player, also the Nomad explorer has the Zen listed as "not connected" and same with the Zen Xtra Media Explorer. I then downloaded a new playsforsure plugin for Creative media source and the most updated driver. Still noting... I tried going into device manager, it recognizes the portable media device without any problem, so its not the USB or the computer, its that its not connecting with Creative Media Source, Nomad Explorer or Zen Xtra Media Explorer. I clicked the driver, followed all those steps that were listed in one of the posts on this forum and installed the MTP device. It actually connected this time and I started moving my music back onto the player. Well, I accidently "x'ed" out the program and I went to Creative Media Source again but its not registering the device again. I retried instaling the MTP device again and it didn't work this time. I restarted the computer and tried again but I cannot get this Zen connected anymore. I have never, ever had a problem like this before with my Zen until I got this firmware. Please, if anyone knows what I am doing wrong, please help. Thanks.
    --Frank

    I believe you are not holding it down long enough----- I think in the manual it says to hold it down until rescue mode comes up..... it took a long tome for mine to come up when i did it
    If holding it longer doesnt help, thats all i got

  • Help with Connection

    Hi I am a NOOB / Student
    I need to get Oracle Developer installed and connected on my PC.
    I have version Oracle SQL Developer 1.5.5 (1.5.5.59.69) with Java 1.5.0_06 for Windows.
    I installed the one that comes with Java so I would have the correct compatibility.
    I have no idea if this is all I need or if I need to install an Oracle server version also.
    This is a link to the exact one I took --> http://download.oracle.com/otn/java/sqldeveloper/sqldeveloper-1.5.5.59.69.zip
    The Connections error is one that I see many people seem to have, but I have no idea what to do.
    I get the old "Status : Failure -Test failed: lo exception: The Network Adapter could not establish the connection"
    Can anyone please tell me what to do in simple terms. I got Mysql from Xxamp to work but this is a whole new story.

    user11919510 wrote:
    Hi I am a NOOB / StudentWelcome
    >
    I need to get Oracle Developer installed and connected on my PC.Please try to be accurate in your questions. There is an "Oracle Developer Suite" as well as an "Oracle SQL Developer". The more accurate you can be, the more likely you will get useful assistance.
    >
    I have version Oracle SQL Developer 1.5.5 (1.5.5.59.69) with Java 1.5.0_06 for Windows.
    ANd here, you could/should volunteer which version and edition of Windows you are using. It may or may not assist, buit it is one less question mark during the troubleshooting process.
    I installed the one that comes with Java so I would have the correct compatibility.
    Good choice.
    I have no idea if this is all I need or if I need to install an Oracle server version also.
    This is a link to the exact one I took --> http://download.oracle.com/otn/java/sqldeveloper/sqldeveloper-1.5.5.59.69.zip
    The Connections error is one that I see many people seem to have, but I have no idea what to do.
    So you have a client to be used in a client-server environment. And (kudos) you have monitored and attempted to resolve this yourself.
    I get the old "Status : Failure -Test failed: lo exception: The Network Adapter could not establish the connection"
    Now we need to determine where the database exists - the server part of the client-server configuration you are trying to use.
    Can anyone please tell me what to do in simple terms. I got Mysql from Xxamp to work but this is a whole new story.Are you saying you want to connect SQL Developer to MySQL? If true, look at http://justin.madirish.net/node/175
    On the other hand, you may want to connect to an Oracle database.
    - Is there one in the network that you can access?
    - Or are you trying to get to a brand new database? (including which OS, including version and edition is available for this)
    - If new, what is your intent? There are several different versions of Oracle database and understanding your purpose will help determine which to use.

  • Help with connecting to ap with wpa-psk1 with tkip

    hi guys,
    i dont know how to proceed with this. i was able to get ndiswrapper working -thanks to this forum and followed these instructions for wpa supplicant http://wiki.archlinux.org/index.php/Ndi … supplicant i dont know now what to do next. i cant connect to my access point.
    /etc/rc.conf
    # LOCALIZATION
    LOCALE="en_CA.utf8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Canada/Eastern"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=()
    MODULES=(!pata_amd !sata_nv sd_mod sr_mod ndiswrapper)
    USELVM="no"
    # NETWORKING
    HOSTNAME="archbox"
    lo="lo 127.0.0.1"
    INTERFACES=(lo)
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    NET_PROFILES=(wlan0)
    # DAEMONS
    DAEMONS=(syslog-ng network netfs dbus @openntpd crond hal @alsa @mpd !avahi-daemon !powernow-k8 sshd gdm numlockx)
    /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=0
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    network={
    ssid="wireless"
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    proto=WPA
    priority=9
    psk=85d8445aee8898f129d76bb89f50bf2fefa6bbc626e7043fb554581b4ef377fa
    i dont know what else im missing. please point me to the right direction.
    my access point uses WPA-PSK TKIP and it is not brodcasting ssid. thanks you for your time.

    thanks for your replies! i have tried your suggestion peart and it did find my ssid! now my problem seems to be with authentication...
    when i issue
    sudo wpa_supplicant -dd -c/etc/wpa_supplicant.conf -iwlan0 -Dndiswrapper
    i get this:
    <<archbox>> :sudo wpa_supplicant -dd -c/etc/wpa_supplicant.conf -iwlan0 -Dndiswrapper
    Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ndiswrapper' ctrl_interface 'N/A' bridge 'N/A'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    ctrl_interface='/var/run/wpa_supplicant'
    eapol_version=1
    ap_scan=2
    fast_reauth=1
    Line: 6 - start of a new network block
    ssid - hexdump_ascii(len=7):
    6c 61 63 61 62 6c 65 lacable
    key_mgmt: 0x2
    pairwise: 0x8
    group: 0x8
    proto: 0x1
    PSK - hexdump(len=32): [REMOVED]
    Priority group 0
    id=0 ssid='lacable'
    Initializing interface (2) 'wlan0'
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    ioctl[SIOCSIWPMKSA]: Invalid argument
    SIOCGIWRANGE: WE(compiled)=22 WE(source)=18 enc_capa=0xd
    capabilities: key_mgmt 0x5 enc 0xf
    WEXT: Operstate: linkmode=1, operstate=5
    Own MAC address: 00:40:f4:e2:45:69
    Driver does not support WPA.
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    Setting scan request: 0 sec 100000 usec
    Added interface wlan0
    RTM_NEWLINK: operstate=0 ifi_flags=0x1002 ()
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    State: DISCONNECTED -> SCANNING
    Trying to associate with SSID 'lacable'
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    WPA: No WPA/RSN IE available from association info
    WPA: Set cipher suites based on configuration
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
    WPA: clearing AP WPA IE
    WPA: clearing AP RSN IE
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    Association request to the driver failed
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    Authentication with 00:00:00:00:00:00 timed out.
    Added BSSID 00:00:00:00:00:00 into blacklist
    No keys have been configured - skip key clearing
    State: ASSOCIATING -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    EAPOL: External notification - EAP success=0
    Setting scan request: 0 sec 0 usec
    State: DISCONNECTED -> SCANNING
    Trying to associate with SSID 'lacable'
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    WPA: No WPA/RSN IE available from association info
    WPA: Set cipher suites based on configuration
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
    WPA: clearing AP WPA IE
    WPA: clearing AP RSN IE
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    Association request to the driver failed
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    Authentication with 00:00:00:00:00:00 timed out.
    BSSID 00:00:00:00:00:00 blacklist count incremented to 2
    No keys have been configured - skip key clearing
    State: ASSOCIATING -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    EAPOL: External notification - EAP success=0
    Setting scan request: 0 sec 0 usec
    State: DISCONNECTED -> SCANNING
    Trying to associate with SSID 'lacable'
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    WPA: No WPA/RSN IE available from association info
    WPA: Set cipher suites based on configuration
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
    WPA: clearing AP WPA IE
    WPA: clearing AP RSN IE
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    Association request to the driver failed
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    seems like its trying to authenticate but failing. i tried broadcasting my SSID like what you suggested but it seems to be authentication issues. i tried the wireless usb again on windows just to make sure it can authenticate and it does work there. is there something wrong with my wpa_supplicant.conf?
    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=2
    fast_reauth=1
    network={
    ssid="lacable"
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    proto=WPA
    psk=85d8445aee8898f129d76bb89f50bf2fefa6bbc626e7043fb554581b4ef377fa
    so the ssid problem is gone. now it seems to be authentication... ideas? i really appreciate your help. thank you for spending time in helping me

  • Help with error program not registered CPI-C error CM_ALLOCATE_FAILURE_RETR

    I have the following connection error in SM59 ...
    Connection error        program ZCCCOM_NZ_PMH01 not registered / CPI-C error CM_ALLOCATE_FAILURE_RETRY. 
    I have deleted and re-registered the program but still no connection. Any ideas as to what/where I am going wrong would be fantastic!!
    RFC Destin = CCCOM
    Type = T
    Gateway Host = ntchsapqas
    Gateway service = sapgw00
    ERROR                program ZCCCOM_NZ_PMH01 not registered      
    LOCATION             SAP-Gateway on host ntchsapqas / sapgw00    
    DETAIL               TP ZCCCOM_NZ_PMH01 not registered           
    COMPONENT            SAP-Gateway                                 
    COUNTER              19364                                       
    MODULE               gwr3cpic.c                                  
    LINE                 1593                                        
    RETURN CODE          679                                         
    SUBRC                    0                                       
    RELEASE              46D                                         
    TIME                 Tue Jun 10 14:47:28 2008                    
    VERSION              2

    Something helpful related to this
    The program in the above error should be registered in the gateway for this connection test to complete successfully. The server program rfcexec is responsible for its registration on the gateway.
    To register the program login into the OS level as sudo su - <sid>adm and execute the following command.
    rfcexec u2013g<program id> -a<gateway host name> -x<gateway service>
    rfcexec is the server program name, the <program id> can be obtained from SM59, it is case sensitive and should match with the entry in SM59. The <gateway host name> and <gateway service> can be obtained from the transaction SMGW. When this command is executed it goes to a hanging loop.
    The connection will fail once this command is terminated or the user executing this command logs off
    To avoid this, instead of using the above mentioned command an entry should be made in the file saprfc.ini
    To do this, execute the following command
    sudo su - <sid>adm
    rfcexec u2013D<destination name>
    <destination name> is the RFC destination name in SM59
    So now we are done with registering the server program, but how do we check it is registered, once a server program is registered it is displayed in the Logged on clients in SMGW.
    In transaction SMGW choose GOTO-> Logged on clients. There should be an entry for the server program in the screen that is displayed with system type Registered_TP (which indicates that the program is registered)

Maybe you are looking for

  • JScrollPane is smearing JPanel

    When painting to a panel inside a JScrollPane, I am having problems with the panel smearing as I scroll. It looks just as though it's repainting over what was already painted on the panel. Just as some testing, I called repaint within my paint method

  • Auto recording from Radio

    Is it possible to set up my iBook to automatcially record a Real Player stream at a set time? I have Real Player and Audio Hijack Pro on my system and wondered if I could set Automater to load the programs and record then switch off when finished?

  • Starting reports_server on unattended machine (DISPLAY issue)

    I wish to install iAS on a console-less machine in an unattended location. While there is a console (ie. video card and keyboard), there won't be anyone there to actually login to the machine to start the ./report60_server script. This script require

  • Preferences not saving

    I have issues with preferences that are perhaps related: 1. In system preferences/energy saver I select 'Higher performance'. If I restart the machine at any point after changing that setting, after the restart that perference change is disregarded a

  • Dynamic Link unusable I declare!

    I'm gonna have to just come out and declare Dynamic Link Unusable. Linked shots between PPro and AE are so horribly slow that I'm going to give up on the workflow and go back the old way of just rendering out of AE, I was so excited to see this featu