Linux and PCI-485/8. Write failed:Inp​ut/Output error

i am running red hat linux and installed my pci-485/8 serial card. actually, the machine is dual boot with windows nt 4.0 and the card works fine under nt. i followed all the instructions in the ni document "notes to users" entitled "using pci serial with linux". when i finally run serialtest i just get the error message above: Write failed:Input/output error.
not much to go on. any advice???

There are few things that we can try to trouble shoot this problem.
Try uninstalling driver for Win NT completely and reinstalling driver for Linux and see whether that solves the problem.
If that doesn't solve the problem then try using a different Linux machine ( if you have access to ) for the same card. The card works under Win NT that means card is fine and there is no hardware issue associated with this problem.
Try recompiling your serialtest.c :
Enter the following to recompile serialtest.c and rerun serialtest.
(Also, the source code for serialtest is available for editing and viewing
at serialtest.c, provided in the PCI-SERIAL directory.)
linux PCI-SERIAL# gcc serialtest.c -o serialtest
linux PCI-SERIAL# ./serialtest < receive port numbe
r>
< transmit port number>
If serialtest hangs:
Make sure the interface is seated correctly and tighten the screw that holds
the interface in place. Also, make sure the cables are attached to the correct
ports. In some cases, serialtest hangs if the transceiver modes
(PCI-485) are not set. Try setting both transmit and receive ports to
transceiver mode 0 (Four-Wire Mode).
linux# ./rs485 < transmit port number> 0
linux# ./rs485 < receive port number> 0
linux# ./serialtest < receive port number> < transmit port number>
See the attached file for more information.
Attachments:
322539a.pdf ‏138 KB

Similar Messages

  • 'Write' failed due to: Translation Error.

    Hi
    I'm trying to convert csv and write to a file using FielAdapters in 11g. While reading input i created .xsd using native builder. and using same for write fileadapter. my flow is ReadFileAdapter-->Receive-->invoke-->writeFileAdapter.
    Is this right? when I deploy and run I'm getting
    <01-Mar-2013 10:09:23 o'clock GMT> <Error> <oracle.soa.adapter> <BEA-000000> <JCABinding=> ReadInput ReadInputAdapter Service ReadInput was unable to perform delivery of inbound message to the composite default/ReadWriteFile!1.0*soa_40862c80-62ba-4425-b7e6-5fcfb5c5b4e4 due to: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{
    summary=<summary>Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Write' failed due to: Translation Error.
    Translation Error.
    Error while translating message to native format.
    Please make sure that the payload for the outbound interaction conforms to the schema.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    </summary>
    ,detail=<detail>Element not completed: 'TestRoot'</detail>
    ,code=<code>null</code>}
    >
    I want to convert csv and write as an xml to output file. can some body help me whats is wrong?
    here is my xsd
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    xmlns:tns="http://TargetNamespace.com/ReadInput"
    targetNamespace="http://TargetNamespace.com/ReadInput"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    nxsd:version="NXSD"
    nxsd:stream="chars"
    nxsd:encoding="US-ASCII"
    >
    <xsd:element name="TestRoot">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="TestRecord" minOccurs="1" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="C1" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," />
    <xsd:element name="C2" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," />
    <xsd:element name="C3" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," />
    <xsd:element name="C4" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    and csv file
    12, John, ryegate, Essex
    23, Will, wilow, orlean
    I also tried inbuild advane function on invoke activity
    ora:doTranslateFromNative(bpws:getVariableData('ReceiveInput_Read_InputVariable'),'xsd/Hello2_8.xsd','Test','DOM')
    even this didn't work.
    can somebody help me how to write as xml from csv?
    Thanks
    Edited by: user11132693 on Mar 1, 2013 3:01 AM

    whne i use transformer it is xslt which takes only values isn't it? And it writes only valuesNope, xslt can write xml... Actually, I'm not sure if I understand what your question is at the moment... Are you still facing the "Translation Error"? Or do you have a problem with a transformation?
    Check this... https://forums.oracle.com/forums/ann.jspa?annID=330

  • "JCA Binding execute of Reference operation 'Write' failed due to: Translation Error.

    Hi, i am trying to read a comma delimited file using an inbound file adapter, i have used a mediator to route records to the outbound file adapter.My input.txt file contains 10 records as Fname,Lname.I have used native format builder to generate xsd. To achieve transformation,in the mediator i have mapped only the Fname from source to traget using a for-each loop.I am trying to publish records in the batches of 2 so i have configured inbound file adapter accordingly.My inbound file adapter reads the first two records and the same is visible at the em console mediator instance(payload), i am even able to see the first two records being transformed in the transformed payload in the mediator instance detail but at the outbound file adapter i get an error saying :
    Error during invoking 1-way operation "Write" on target service "writeFile"
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Write' failed due to: Translation Error. Translation Error. Error while translating message to native format. Please make sure that the payload for the outbound interaction conforms to the schema. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    When i map both the Fname and Lname in the xsl map file i get the output.But i only need one field at the outfile i:e either the Fname or the Lname.
    Given below are the details of the interface:
    My Interface Flow:       InboundFileAdapter--------ReadsFile------->Medaitor------Transformation----->OutboundFileAdapter-----writesFile
    Input Payload(comma delimited text file) as,
    Brad,Pitt
    Keanu,Reaves
    Martin,Lawrance
    Johnny,Depp
    etc
    etc
    Schema definition for payload:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
                xmlns:tns="http://TargetNamespace.com/readFile"
                targetNamespace="http://TargetNamespace.com/readFile"
                elementFormDefault="qualified"
                attributeFormDefault="unqualified"
                nxsd:version="NXSD"
                nxsd:stream="chars"
                nxsd:encoding="US-ASCII">
      <xsd:element name="Root-Element">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="Employee" minOccurs="1" maxOccurs="unbounded">
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="Fname" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
                  <xsd:element name="Lname" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;" />
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    XSL Map:
    <xsl:template match="/">
        <imp1:Root-Element>
          <xsl:for-each select="/imp1:Root-Element/imp1:Employee">
            <imp1:Employee>
              <imp1:Lname>
                <xsl:value-of select="imp1:Lname"/>
              </imp1:Lname>
            </imp1:Employee>
          </xsl:for-each>
        </imp1:Root-Element>
      </xsl:template>
    </xsl:stylesheet>
    Please help me with the above mentioned error and if above transformation is possible using a mediator instead of BPEL
    Regards,
    Saif

    Hi Saif,  Are you using the same xsd for the outbound (write) file adapter as well? In that case, you may need to map both the names (Fname and Lname) but leave the name which you do not want to be written to the file as an empty text. For example, if you would need to map only the Lname, but not the Fname, the xsl will be like,
    <xsl:template match="/">
        <imp1:Root-Element>
          <xsl:for-each select="/imp1:Root-Element/imp1:Employee">
            <imp1:Employee>
              <imp1:Fname>
              <xsl:text disable-output-escaping="no"></xsl:text>
              </imp1:Fname>
              <imp1:Lname>
                <xsl:value-of select="imp1:Lname"/>
              </imp1:Lname>
            </imp1:Employee>
          </xsl:for-each>
        </imp1:Root-Element>
      </xsl:template>
    </xsl:stylesheet>
    Another option is to have a separate xsd with only one element (Fname or Lname) for the outbound file adapter, in which case you would need to map only one field.

  • I had a problem with the hard disk on a 2010 macbook pro. Replaced the hard disk with an Hitachi 1TB and when I tried to erase and format It fails with input/output error. Any help much appreciated!

    I had a problem with the hard disk on a 13" 2010 macbook pro. Replaced the hard disk with an Hitachi 1TB disk but when I tried to erase and format, it fails with input/output error and at other times saying unable to allocate memory. Any help much appreciated!

    Zap the PRAM and Reset the SMC, then try again.

  • [Solved] CUPS: Unable to write print data: Input/output error

    I'm filling this for the benefit of those poor googlers that can reach here.
    Symptoms: After trying to print a "complex" image the printer made too much breaks, and failed.
    The problem is, it then didn't came up. I mean, I restarted the printer, cupsd, the whole system, and nothing.
    I was unable to print again, it showed "Unable to write print data: Input/output error" and refused to print anything.
    I then saw that in /etc/cups I had printers.conf and printers.conf.O files, which differed (other than in StateTime), that printers.conf.O had
    State Idle
    but printers.conf had:
    State Stopped
    StateMessage Unable to write print data: Input/output error
    Reason paused
    Probably due to the ErrorPolicy being stop-printer.
    So seeing I followed the following steps:
    Stop cups
    Replace printers.conf with printers.conf.O (I could also had manually edited it)
    Start cups
    It then went working flawlessly.
    There was probably an option in the web interface combobox for doing that. The problem is that I didn't realise it was stopped, so didn't know how to make it work. Moreover, some posts in the web recommended reinstalling the printer (which would skip the problem by creating a new printer).

    I think that I had this same problem, and fixed it by reinstalling the printer.  Thank you for your post.

  • Windows XP SP3 and Time Capsule Delayed Write Failed

    I am having difficulty getting my MacBook Pro to back up to my Time Capsule.
    TC is 1TB.
    Works fine with OSX.
    XP SP3 on wireless network allows full internet access and print sharing and also allows very small backups (i.e. one or two documents in a folder) without a problem.
    When I try to do a few folders (let alone a full back up) I get an error - Windows delayed write failed.
    As I can do small backups I think that this rules out a problem communicating with the TC and also any issues with the formatting of the drive (I have left it as it came from apple - although a right click on the drive states FAT32).
    I have a poor work around which is to use Macdrive to mount my OSX disc and backup to that. Reboot into OSX and let time machine take care of the rest.
    Very messy but also rules out a size problem and I suspect that this also rules out any problems with the backup utility (Microsoft XPs own)as I don't get the same error with this "networked" drive
    I have spent some time looking for ways to fix this and the windows support site suggested disabling a cache option under properties if you right click the drive. This option is not available for the TC as properties only give you information on the free space.
    I am now at a loss as to what to do to make this work

    Kappy,
    Thanks for taking to time to reply.
    I don't believe that the TC is FAT32 formated as it is working fine with OSX and I have not formated the drive from how it shipped from apple - which I guess is Mac OS Extended as you described - Have just checked and it is indeed Mac OS Extended (Case-sensitive, Journaled)
    What you suggest with winclone is effectively what I am doing using MacDrive (which allows me to mount the OSX disc in XP and write directly to it).
    Is there not a way to back up straight from XP without going via OSX (the literature on TC would suggest this is possible).
    I had looked at retrospect to use as a backup instead of XPs own but think I will have the same problem with disc caching. It is not that I cannot write to the TC (as I can in small sizes) its just that I get the error delayed write failed if I try to do a full back up.
    Message was edited by: Juan Quirk

  • Disk Utility: Create image fails with input/output error

    Starting to create an image and saving it into an external hard drive (MacOS extended Journaled).
    It starts after less than 60 secs it comes out with an error : Failed to create the image (input/output error)

    If you don't mind I'd like to discourage you from backing up a drive onto a disc image file no matter where you plan to save it. Disc image files can be very problematical when it comes to trying to restore the backup. Furthermore, you cannot boot from a disc image. If the disc image file becomes corrupted then you have no backup.
    I would like to propose that you think about a better way to backup your drive. You can clone the drive to your backup drive. It's easy to do using Disk Utility's Restore feature. A clone backup is not only bootable but you have direct access to all the files on the backup.
    In order to make a bootable clone open Disk Utility. Select Disk Utility Help from the Help menu. Search for +duplicating a disk+. Click on "Duplicating a disk" at the top of the list of articles. Follow the directions.

  • Partition of hard drive fails permanently, "Input/output error" on format

    Hello!
    I have a serious problem on my flat-panel G4 15" 700 MHz (it’s a used machine, bought it on eBay): After the pre-installed system was running nicely for about a month, today I turned it on and got the infamous "broken folder"/prohibitory sign... Alright, I thought, I may have to repair permissions or fix my OS X installation using the system CDs (10.3). But I was wrong, it is impossible to repair the permissions, I couldn't even format the hard drive! Then I get the error "Input/output error", consecutively. I reset everything, PRAM, PMU, formatted the drives in Target Mode, tried to install Mac OS X on an external drive (Can’t be installed on my Firewire-connected drive). No chance.
    Is there a possibility this may be due to a hard drive controller error (ATA)? I can’t think of anything else... Any help would be appreciated!

    That was my second guess, however, I swapped the hard drives (with an almost identical model) et voilà - same error as before. Now I examined the internals of the machine and found a single wire of the IDE cable seems to be broken, I’ll exchange the cable and let you know if that solves the problem.

  • Error: NDMP operation failed due to media error

    I scheduled a RMAN backup job on oracle 11g EM and sometime it failed when running datafile backup.  The log showed the error come from media layer and did not specify detail message. We used secure backup to transfer data to tape. There are 4 tape drivers in service, but only one of them always return this error.  Could anyone tell how to resolve the problem ?
    RMAN-03009: failure of backup command on c1 channel at 01/23/2014 11:17:29
    ORA-27192: skgfcls: sbtclose2 returned error - failed to close file
    ORA-19511: Error received from media manager layer, error text:
       sbtclose2: Internal error - NDMP Data Service has exited prematurely.
       For more information, please check the transcript for this job ('oracle/33779.1').
    ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
    Additional information: 1292
    ORA-19511: Error received from media manager layer, error text:
    continuing other job steps, job failed will not be re-run
    And I found below logs in the secure backup scripts log. it that mean a network error?
    10:16:42 await_ndmp_event: sending progress update
        10:16:42 SPU: sending progress update
        10:17:43 QTOS: received osb_stats message for job oracle/33656.1, kbytes 10452672, nfiles 0
    10:17:43 await_ndmp_event: sending progress update
        10:17:43 SPU: sending progress update
        10:19:35 NWEM: saw tape write error log message ("tape write failed due to media error")
    tape write failed due to media error
        10:19:35 MNPO: mover halted with reason=media error
        10:19:35 MGS:  ms.record_size 65536, ms.record_num 0x28094, ms.bytes_moved 0x280940000
        10:19:35 QTOS: received osb_stats message for job oracle/33656.1, kbytes 10497280, nfiles 0
        10:19:35 MNPO: data service halted with reason=connection error
        10:19:35 SNPD: Data Service reported bytes processed 0x280B40000
        10:19:53 A_T:  suppressing filemark output due to NDMP having written one
        10:19:53 A_T:  writing marker label; here it is:

    Judging by the transcript snips that you provided, I also believe that this is caused by a bad drive or bad media.
    Start by looking at the output of the command :
      # obtool dumpdev <tape_drive_name>
    (replace "<tape_drive_name>" by the name of the drive which was used during the failed job).
    Look for any errors or warnings during the date/time the backup job failed. These message usually provide a good idea about the problem that occurred.
    Next try the same backup using the same media in another drive to see it the problem reoccurs or not. In case the problem reoccurs, there's a good chance that the media is bad. If the backup succeeds on another drive, then try the same backup using the original drive but with a new media. If the backup fails again on the same drive using new media, you should open a support request with the tape drive vendor. In that case, collect the logs from the tape library (and dump the tape drives is possible).
    HTH,
    Gio

  • Failed to open pdf error on every document

    Today I came and started placing pdf documents in Indesign CS3 like I always do, and suddenly I start getting "failed to open pdf" errors on every pdf file I try and place. I have tried all the suggested tactics of selecting show import options, changing the crop to bounding box, etc. Nothing working.
    I also tried to open the pdf in acrobat and export into a different format or optimize it using the pdf optimizer, but when I do that I get gobbly **** text on the pdf. See screenshots
    The only workaround that works is to save as a raster image. But this is incredibly time consuming. I also tried importing these same files into Indesign cs 4 and I get the same errors. I am wondering if this is a system wide issue. Any ideas or suggestions?
    I noticed all these pdf were created using cs4 and above. Not sure if this helps.

    Hold the Shift key as you click Place or turn on Show Import Options in the Place dialogue.
    I get this from time to time. Here’s what I think happens: You placed a PDF with Import Options showing so you could select a different crop method, like bleed. This becomes the new default import option for PDF files. But if you import a file with no bleed data InDesign gives an error message instead of either jumping to import options or telling you the default crop options are unavailable for this file. I would call it a bug. I have encountered it from at least version 4 (aka CS2).

  • Linux Mint 17, migrated from Win7: Verify that you have enough disk space, and that you have write privileges to the file system, then try again.

    I get this error message (The messages could not be filtered to folder 'Generic Folder' because writing to folder failed. Verify that you have enough disk space, and that you have write privileges to the file system, then try again.) popping up on many, though not all of my incoming filters. I recently migrated from a Windows 7 installation to a Linux Mint 17 system.

    I did give it time to run through everything when I initially migrated, and it frequently will sit open for 3 to 4 hours while I'm working on other projects.
    The 'Generic Folder' represents sorting folders in my main mail account in Thunderbird. For example, my mail which is listed to filter into my 'Amazon' folder is sorted there with no problem, while any mail designated to be filtered into my 'Games' folder prompts the above error massage.

  • Inquiring about the issue of using PCI-5922 and PCI-5412 simultaneously under Linux OS! Thank you!

    hi all,I am lily and I an AE from NI shanghai .Now I confronted a pullze from customer,and I really feel at a loss! Hope some one of you would come and land me a hand,thank you in advance!
    The problem is as follows:
    Customer use PCI-5922 and PCI -5412 under Linux OS, if they use either of the two cards seperately,there would be OK. but if the use both of the two cards simultaneously, the error will occured as attachment shows. "Error code:-50258 occured at niscope_DAQmx Create Channel (AI-Voltage-Base).vi:2  Possible reason(s):The specified software component failed to initialize."
    Can I know is there any solution vs this probelm?Thank you in advance!!
    Attachments:
    Screenshot-NI-DAQmx Test Panels.png ‏17 KB
    NI-NEW_error.txt ‏8 KB
    shortsyms.txt ‏973 KB

    This is the wrong board for this question, you should re-post here
    Regards
    Ray Farmer

  • Delayed Write Failed - and now it can't start Windows

    Help!
    I'm in big trouble! I was using my Tecra 9100 (running XP Service Pack 2) and was looking at some of the files I had stored on my memory stick. I selected 'safely remove hardware' and pulled my memory stick out when I was finished. All of a sudden my laptop starts to run slowly and an error message popped up saying 'Delayed Write Failed'.
    This is a first for me, and I don't know why this popped up. I read what it had to say below the error - 'Windows was unable to save all the data for the file \Kaspersky (can't remember the exact name but it was to do with Kaspersky). The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.'
    My laptop became so slow it was unresponsive (although I could move the cursor around) and remained so for 10mins. I tryed Ctrl-Alt-Del, nothing happened. As I could't shutdown Windows, I was forced to hold the power off button for a few seconds to immediately switch it off. Upon switching my laptop back on, I noticed my bootscreen took about 15sec more than before and the blue screen showed up saying 'Windows needs to check your disk for constincency.'
    An hour or so later I logged back into my computer and noticed my cursor was rather jumpy and not as smoothe as before. It just wasn't right and about an hour or so later the same error popped up again and my laptop froze. After another power off, the blue screen showed up again saying 'Windows needs to check your disk for constincency' and this time I waited around 4 hours!
    When it was finally done, my laptop restarted automatically and the blue screen showed up again! This time cancelled the disk check and when straigh to the log in screen. I logged in and noticed the laptop wasn't up to speed as it was usually with the mouse being jumpy still. I decided to restart the laptop only to see the blue screen again.
    I let it go this time and just waited for it to scan. after about 20mins nothing appeared to be happening in the scan so I powered off. Now my computer is seriuosly messed up. When I switched it back on the screen which says Last know good configuration and start windows normally showed up.
    Now no matter what I select my laptop just restarts and says cannot proceed due to corrupt or damaged file in \Windows\System. You can attempt to repair this problem by inserting the Windows set-up disk.' Whats the Windows set-up disk?
    My laptop is second hand and came with no recovery disks ect. and has XP Pro already installed so i dont have disk. what on earth shall i do?
    help will be very appreiciated. thanx.

    Sounds like a mean software crash to me. I understand you need to rescue your data before you delete all your files and proceed with a recovery.
    What I would do in your situation (did it actually some days ago on a friend's notebook), is:
    1) remove the hard drive from my laptop (it's not that hard to do it yourself)
    2) purchase an empty external housing for a 2.5" drive to USB (about 10 US$)
    3) Install the removed drive into that new housing
    4) Backup all my important data at my Office/Friends Computer through the new adapter (you have access to all data areas of the hard disk through USB). Keep the HDD even leveled during this procedure as it might be a damaged drive due to wear and tear of the motor bearing... In such incidents you can hear a changing noise while altering the level of the drive during operation. Maybe you have to keep it in a vertical position to minimize the noises during the final rescue process of your data.
    Finally once everything is restored, I would:
    5) reinstall the Drive back into the notebook (in order to test its functionality) and do a proper recovery-CD installation.
    6) Purchase a new spare drive and have it ready, just in case the old drive reveals as broken.
    This is the easiest and most safe way to rescue your data.
    You might ask yourself: What caused this to my notebook:
    Here are some possible reasons:
    - a Virus/malware/incompatible program (30 % chance)
    - a broken hard disk (does it sound strange (noisy) lately?) (45 % chance)
    - a HDD controller/motherboard problem (10 % chance)
    - bad moment like an instant power loss or another undefined reason (15 % chance)
    Good luck,
    electroch@in
    BTW, my friend was very happy to have his broken 60GB Toshiba drive replaced with a new more silent 120GB Samsung drive.

  • IPOD NANO-Windows delayed write failed...

    I just bought an IPOD NANO 4gb yesterday... Downloaded ITunes and have been having problems getting it to SYNC music to my IPOD. It keeps throwing the "windows delayed write failed" error. No other errors present. I havent been able to get any music onto my ipod at all. It freezes up and throws the error at me..then it throws it like every 5 seconds from there on.
    Ive searched and searched and idk what to do anymore! I need music!
    Ive Formatted the IPOD via windows, Restored it Via Itunes.. what else can i do?
    Help me
    MY comp info:
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Gateway C3070
    iTunes 7.6.0.29
    QuickTime 7.4.1
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    Apple Mobile Device 1.1.3.26
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number 3614F92E2F1F76AF
    Current user is an administrator.
    The current local date and time is 2008-02-08 15:46:27.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA GeForce4 MX Integrated GPU
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {A601905F-B0F3-4B9A-AC15-F45D108BC0BC}
    Description: Linksys NC100 Fast Ethernet Adapter - Packet Scheduler Miniport
    IP Address: 67.169.80.83
    Subnet Mask: 255.255.254.0
    Default Gateway: 67.169.80.1
    DHCP Enabled: Yes
    DHCP Server: 68.87.76.13
    Lease Obtained: Fri Feb 08 15:39:24 2008
    Lease Expires: Mon Feb 11 10:13:47 2008
    DNS Servers: 68.87.76.178
    68.87.76.178
    68.87.78.130
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    Last successful store access was 2008-02-08 14:01:53.
    ** iPod/iPhone Connectivity Tests **
    iPodService 7.6.0.29 is currently running.
    iTunesHelper 7.6.0.29 is currently running.
    Apple Mobile Device service 1.14.0.0 is currently running.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller. Device is working properly.
    Standard Enhanced PCI to USB Host Controller. Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Connected Device Information:
    JEN'S IPOD (N:\), iPod nano (Second Generation) running firmware version 1.1.3
    Serial Number: YM7350ANV8W
    Bus Speed: 61440
    Message was edited by: Jennifer805
    Message was edited by: Jennifer805
    Message was edited by: Jennifer805

    TrevorQ's idea works great! Thanks! I had already gone and gotten my second nano 4GB and the same thing happened both times after using the updater - called support on first and they had no answer. Thanks a bunch - was starting to lose hope after it happened again on the second one. Must be a problem with the updater 4-23-06 and the newest ITunes upgrade.
    If you have trouble with the right click - after the ipod is highlighted then click on the file menu and play the waiting game again - format should appear in the menu after an extended wait. Good luck all!
    ASUS P4 2.8   Windows XP Pro  
    ASUS P4 2.8   Windows XP Pro  

  • Weblogic 8.1 SP6 with 10g SocketException: Write failed: Broken pipe

    Hi
    We have recently upgraded DB from 9.2.0 to 10.2.0 (DB installed on XP), Our application is deployed on WebLogic 8.1 SP6 (installed on Linux Enterprise 5.2), every thing worked fine but after upgrade, application server log throw following exception if i change connection pool to use url for 10g instead of 9i,
    Actions
    Updated thin client driver by following instructions from
    http://e-docs.bea.com/wls/docs81/jdbc/thirdparty.html#1110914 but it didnt work
    Any other suggestions
    java.net.SocketException: Write failed: Broken pipe
    at jrockit.net.SocketNativeIO.writeBytesPinned(I[BII)V(Native Method)
            at jrockit.net.SocketNativeIO.socketWrite(Ljava.io.FileDescriptor;[BII)V(Unknown Source)
            at java.net.SocketOutputStream.socketWrite0(Ljava.io.FileDescriptor;[BII)V(SocketOutputStream.java:???)
            at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
            at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
            at weblogic.servlet.internal.ChunkUtils.writeHeaderChunk(ChunkUtils.java:218)
            at weblogic.servlet.internal.ChunkUtils.writeChunkTransfer(ChunkUtils.java:259)
            at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:243)
            at weblogic.servlet.internal.ChunkOutput.flush(ChunkOutput.java:311)
            at weblogic.servlet.internal.ChunkOutput.checkForFlush(ChunkOutput.java:389)
            at weblogic.servlet.internal.ChunkOutput.print(ChunkOutput.java:271)
            at weblogic.servlet.internal.ChunkOutputWrapper.print(ChunkOutputWrapper.java:138)
            at weblogic.servlet.jsp.JspWriterImpl.print(JspWriterImpl.java:282)
            at jsp_servlet.__transferbetweenaccounts._writeText(__transferbetweenaccounts.java:172)
            at jsp_servlet.__transferbetweenaccounts._jspService(__transferbetweenaccounts.java:538)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
            at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
            at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:646)
            at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:431)
            at com.bankframe.fe.statemachine.ext.connectors.servlet.JSPView.build(JSPView.java:114)
            at com.bankframe.fe.statemachine.ext.apps.View.build(View.java:64)
            at com.bankframe.fe.statemachine.base.RequestManager.manageRequest(RequestManager.java:364)
            at com.bankframe.fe.statemachine.ext.connectors.servlet.EntryServlet.delegateToRequestManager(EntryServlet.java:75)
            at com.bankframe.fe.statemachine.ext.connectors.servlet.EntryServlet.doPost(EntryServlet.java:105)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I can't guess this issue has to do with Database and its driver.
    Possible reason could be that the browser is closed when the site is rendering the response from the server.
    The error indicates the communication is broken.
    This particular servlet/jsp is trying to write something on the response stream for which the call started from the below line:
    at jsp_servlet.__transferbetweenaccounts._writeText(__transferbetweenaccounts.java:172)

Maybe you are looking for

  • What is the use of t-code rsa3??

    use of T-code::RSA3??when 2 use it and how 2 use it??

  • User Name in Public shared folder

    I deleted the shared folders in my sharing system preferences, but when I add the public folders back the user's name is omitted. Now when accessing the shared computer, all I see is Public and Public-1. Is there anyway to get the folders back with t

  • Remove Imported Agentry Application in SMP3

    I have published a Production Agentry application (version 1-0-1).  This created the appropriate "app.zip" file.  I then went into the Management Cockpit and imported this new version.  So now my SMP/Agentry has two applications under the "Applicatio

  • Patching on PRD system and thereafter moving the logs to DR ?

    Patching on PRD system and thereafter moving the logs to DR, will the patches take effect in DR ? We have patched our PRD system to the latest APPL patch levels, we have a DR system in place, the link for which was disabled before we started our patc

  • My keynote keeps crashing on my macpro

    I want to do presentation on macpro (mountain lion)  but it will crash on the first introduction. Please help.