Java seems to be having a buffer error....

Ok let me start by saying I do not know any JAVA programming. I just trying to fix something that some dump programmer charged me a ton of money for and it does not work right...
The program reads a XML stream and creates XML files... The read works great!!! I had someone help me figure out how to get rid of the write code to make sure the read was working and it works great. The problem exists when the files seem to happening when the files are being written... A 1mb file can take up to 8 hours to download and write to a file. But if you get rid of the write the stream can read that entire one meg in 15 seconds. So something tells me its some sort of buffer error or something like that. Here is the code...
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
public class SocketReader
ServerSocket server = null;
Socket client = null;
BufferedReader in = null;
PrintWriter out = null;
String line;
String strTotal="";
public void listenSocket()
try {
server = new ServerSocket(9600);
catch (IOException e) {
System.out.println("Could not listen on port 9600");
System.exit(-1);
try {
client = server.accept();
catch (IOException e) {
System.out.println("Accept failed: 9600");
System.exit(-1);
try {
in = new BufferedReader(new InputStreamReader(client.getInputStream()));
out = new PrintWriter(client.getOutputStream(), true); //Getting client's output stream coz its up for grabs
catch (IOException e) {
System.out.println("Accept failed: 9600");
System.exit(-1);
int iCount=0;
int iChk=0;
try {
while ((line = in.readLine()) != null) {                                   
System.out.println(line);
if (line != null)
iCount=line.length();
if (iCount==3){ //(line.startsWith("<?xml")){
if (iChk!=0){   
//XMLWriter.writeXML(strTotal.substring(5, strTotal.length()).trim());
strTotal="";
iChk=1;
strTotal=strTotal+"\n"+line;
out.println(line);
out.flush();
//XMLWriter.writeXML(line);
//Send data back to client. Not required. Just writing back to the client coz u have his output stream!
//out.println("Received string" + line);
catch (IOException e) {
//e.printStackTrace();
System.out.println("Read failed");
System.exit(-1);
protected void finalize()
//Clean up
try {
in.close();
out.close();
server.close();
catch (IOException e) {
System.out.println("Could not close.");
System.exit(-1);
public static void main(String[] args)
SocketReader frame = new SocketReader();
frame.listenSocket();
}

A ton of money? Hopefully not too much money, as that code shouldn't have taken more than one hour to write. And it could have been done better (although consultants ALWAYS say that about the previous guy's code).
However if I start telling you what to fix, then I'm going to get into remote debugging and I really don't want to do that. Besides there's a lot of stuff in there that leads me to believe there's some strange requirements. Let me just say that a StringBuffer would have been a much more effective tool to accumulate a big string, if you want to get the original programmer back to fix the code, although that isn't going to help you as a non-programmer.

Similar Messages

  • Buffer Error

    I am trying to set up a program which seems simple, yet I keep getting
    Error -10403 whenever I attempt to configure a buffer. I am using a
    PCI-DIO-32HS with Windows NT 4.0 (incl. Service Pack 3). The memory is
    marked as allocated by Windows. I also am having a great deal of trouble
    with an error whenever I attempt to set the sampling frequency with
    Clock Config VI, both directly and indirectly (with, say, DIO Start VI).
    Has anyone else run into these problems? I contacted NatInst Tech
    Support and they can't seem to figure it out either.
    Jon A. Rinkenberger
    Atmospheric Physics Research Laboratory
    Physical Science Department
    Embry-Riddle Aeronautical University
    600 S. Clyde Morris Blvd.
    Sent via Deja.com http://www.deja.com/
    Share what you
    know. Learn what you don't.

    I am trying to set up a program which seems simple, yet I keep getting
    Error -10403 whenever I attempt to configure a buffer. I am using a
    PCI-DIO-32HS with Windows NT 4.0 (incl. Service Pack 3). The memory is
    marked as allocated by Windows. I also am having a great deal of trouble
    with an error whenever I attempt to set the sampling frequency with
    Clock Config VI, both directly and indirectly (with, say, DIO Start VI).
    Has anyone else run into these problems? I contacted NatInst Tech
    Support and they can't seem to figure it out either.
    Jon A. Rinkenberger
    Atmospheric Physics Research Laboratory
    Physical Science Department
    Embry-Riddle Aeronautical University
    600 S. Clyde Morris Blvd.
    Sent via Deja.com http://www.deja.com/
    Share what you
    know. Learn what you don't.

  • I am having this panic error. Can anyone help?

    I've recently been having this panic error that causes a automated restart of my MacBook Pro and it seems like it's my GPU. I brought into AppleCare and they said I need to replace my logic board. My MacBook Pro mid 2010 only seemed to start having this problem after I installed  mavericks. This is primary work PC and the five day downtime of not having it is a daunting prospect. I asked what the failure was caused by at the Genius Bar and the technician couldn't tell me he just said you needed a new logic board the. Is this the case?
    Anonymous UUID:       05594811-AF7F-D69C-C6C1-051EDC5FEA85
    Tue Feb 11 09:20:33 2014
    panic(cpu 2 caller 0xffffff7f8ef5cfac): "GPU Panic: [<None>] 3 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8122014000 0x0a5480a2, D0, P2/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80fcb52d50 : 0xffffff800ca22f69
    0xffffff80fcb52dd0 : 0xffffff7f8ef5cfac
    0xffffff80fcb52ea0 : 0xffffff7f8d52753d
    0xffffff80fcb52f60 : 0xffffff7f8d5f3d9e
    0xffffff80fcb52fa0 : 0xffffff7f8d5f3dfc
    0xffffff80fcb53010 : 0xffffff7f8d8785be
    0xffffff80fcb53140 : 0xffffff7f8d617d41
    0xffffff80fcb53160 : 0xffffff7f8d52e08d
    0xffffff80fcb53210 : 0xffffff7f8d52bbae
    0xffffff80fcb53410 : 0xffffff7f8d52d4d7
    0xffffff80fcb534e0 : 0xffffff7f8e5b2ffd
    0xffffff80fcb53660 : 0xffffff7f8e5b2a03
    0xffffff80fcb53670 : 0xffffff7f8e577cd0
    0xffffff80fcb53680 : 0xffffff7f8e577d45
    0xffffff80fcb53690 : 0xffffff7f8e559b11
    0xffffff80fcb536d0 : 0xffffff7f8e55c085
    0xffffff80fcb53700 : 0xffffff7f8e5acb50
    0xffffff80fcb53780 : 0xffffff7f8e594cc0
    0xffffff80fcb537e0 : 0xffffff7f8e5955ba
    0xffffff80fcb53830 : 0xffffff7f8e595aa0
    0xffffff80fcb538a0 : 0xffffff7f8e5961a8
    0xffffff80fcb538e0 : 0xffffff7f8e5631ca
    0xffffff80fcb53a60 : 0xffffff7f8e592b20
    0xffffff80fcb53b20 : 0xffffff7f8e561cb9
    0xffffff80fcb53b70 : 0xffffff800cecc226
    0xffffff80fcb53b90 : 0xffffff800cecd821
    0xffffff80fcb53bf0 : 0xffffff800cecb28f
    0xffffff80fcb53d40 : 0xffffff800cab6008
    0xffffff80fcb53e50 : 0xffffff800ca26bb1
    0xffffff80fcb53e80 : 0xffffff800ca139b5
    0xffffff80fcb53ef0 : 0xffffff800ca1e003
    0xffffff80fcb53f70 : 0xffffff800cac921d
    0xffffff80fcb53fb0 : 0xffffff800caf3e26
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7f8ef4f000->0xffffff7f8ef61fff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7f8ef47000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f8d42b000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8d0ba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f8d483000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f8ef4a000
             com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8d4d6000->0xffffff7f8d745fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8d0ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f8d4c6000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f8d483000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.1.8)[3666E0FC-87C7-3329-BD8C-2F1ADE D100A4]@0xffffff7f8d750000->0xffffff7f8d9fcfff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8d4d6000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8d0ba000
             com.apple.GeForceTesla(8.1.8)[7DAF283F-6FD3-3783-B3CC-D23964F1B9B8]@0xffffff7f8 e550000->0xffffff7f8e61afff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f8d0ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f8d4c6000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f8d483000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8d4d6000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x000000000c800000
    Kernel text base: 0xffffff800ca00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 9975215648582
    last loaded kext at 1604189620272: com.apple.filesystems.smbfs          2.0.0 (addr 0xffffff7f8f094000, size 335872)
    last unloaded kext at 348900515628: com.apple.driver.AppleUSBUHCI          650.4.0 (addr 0xffffff7f8ded0000, size 65536)
    loaded kexts:
    com.paragon-software.filesystems.ntfs          82
    com.paceap.kext.pacesupport.snowleopard          5.9
    com.Cycling74.driver.Soundflower          1.6.6
    com.digidesign.iokit.DigiIO          8.0.4f1
    com.globaldelight.driver.BoomDevice          1.1
    com.apple.filesystems.smbfs          2.0.0
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.11
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.GeForceTesla          8.1.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleIntelHDGraphics          8.1.8
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleIntelHDGraphicsFB          8.1.8
    com.apple.driver.SMCMotionSensor          3.0.4d1
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.driver.AppleIRController          325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOSurface          91
    com.apple.nvidia.classic.NVDANV50HalTesla          8.1.8
    com.apple.nvidia.classic.NVDAResmanTesla          8.1.8
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D33583447534431303636202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST1000LM014-1EJ164, 1 TB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Built-in iSight
    Thunderbolt Bus:

    Still get shut down error.
    Looks like I'm paying for a new Logic Board.
    How long will I be without my mac?
    Anonymous UUID:       05594811-AF7F-D69C-C6C1-051EDC5FEA85
    Tue Feb 18 10:45:46 2014
    panic(cpu 3 caller 0xffffff7f9e94cfac): "GPU Panic: [<None>] 3 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff81308dd000 0x0a5480a2, D0, P2/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 3), Frame : Return Address
    0xffffff810c752d50 : 0xffffff801c422f69
    0xffffff810c752dd0 : 0xffffff7f9e94cfac
    0xffffff810c752ea0 : 0xffffff7f9ced153d
    0xffffff810c752f60 : 0xffffff7f9cf9dd9e
    0xffffff810c752fa0 : 0xffffff7f9cf9ddfc
    0xffffff810c753010 : 0xffffff7f9d2225be
    0xffffff810c753140 : 0xffffff7f9cfc1d41
    0xffffff810c753160 : 0xffffff7f9ced808d
    0xffffff810c753210 : 0xffffff7f9ced5bae
    0xffffff810c753410 : 0xffffff7f9ced74d7
    0xffffff810c7534e0 : 0xffffff7f9df62ffd
    0xffffff810c753660 : 0xffffff7f9df62a03
    0xffffff810c753670 : 0xffffff7f9df27cd0
    0xffffff810c753680 : 0xffffff7f9df27d45
    0xffffff810c753690 : 0xffffff7f9df09b11
    0xffffff810c7536d0 : 0xffffff7f9df0c085
    0xffffff810c753700 : 0xffffff7f9df5cb50
    0xffffff810c753780 : 0xffffff7f9df44cc0
    0xffffff810c7537e0 : 0xffffff7f9df455ba
    0xffffff810c753830 : 0xffffff7f9df45aa0
    0xffffff810c7538a0 : 0xffffff7f9df461a8
    0xffffff810c7538e0 : 0xffffff7f9df131ca
    0xffffff810c753a60 : 0xffffff7f9df42b20
    0xffffff810c753b20 : 0xffffff7f9df11cb9
    0xffffff810c753b70 : 0xffffff801c8cc226
    0xffffff810c753b90 : 0xffffff801c8cd821
    0xffffff810c753bf0 : 0xffffff801c8cb28f
    0xffffff810c753d40 : 0xffffff801c4b6008
    0xffffff810c753e50 : 0xffffff801c426bb1
    0xffffff810c753e80 : 0xffffff801c4139b5
    0xffffff810c753ef0 : 0xffffff801c41e003
    0xffffff810c753f70 : 0xffffff801c4c921d
    0xffffff810c753fb0 : 0xffffff801c4f3e26
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7f9e93f000->0xffffff7f9e951fff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7f9e937000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f9cdd9000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f9caba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f9ce2d000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f9e93a000
             com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f9ce80000->0xffffff7f9d0effff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f9caba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f9ce70000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f9ce2d000
             com.apple.GeForceTesla(8.1.8)[7DAF283F-6FD3-3783-B3CC-D23964F1B9B8]@0xffffff7f9 df00000->0xffffff7f9dfcafff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f9caba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f9ce70000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f9ce2d000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f9ce80000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.1.8)[3666E0FC-87C7-3329-BD8C-2F1ADE D100A4]@0xffffff7f9d0fa000->0xffffff7f9d3a6fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f9ce80000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f9caba000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x000000001c200000
    Kernel text base: 0xffffff801c400000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 2042138563245
    last loaded kext at 1344576737451: com.apple.macos.driver.AppleUSBEthernetHost          7.0 (addr 0xffffff7f9ea89000, size 28672)
    last unloaded kext at 1904112064734: com.apple.macos.driver.AppleUSBEthernetHost          7.0 (addr 0xffffff7f9ea89000, size 20480)
    loaded kexts:
    com.paragon-software.filesystems.ntfs          82
    com.digidesign.iokit.DigiIO          8.0.4f1
    com.globaldelight.driver.BoomDevice          1.1
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.11
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.GeForceTesla          8.1.8
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.driver.AppleIntelHDGraphics          8.1.8
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleIntelHDGraphicsFB          8.1.8
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.4d1
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.driver.AppleIRController          325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOSurface          91
    com.apple.nvidia.classic.NVDANV50HalTesla          8.1.8
    com.apple.nvidia.classic.NVDAResmanTesla          8.1.8
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D33583447534431303636202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Serial ATA Device: ST1000LM014-1EJ164, 1 TB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Built-in iSight
    Thunderbolt Bus:

  • Can i get help on how I can successfully install the new google voice video chat software. I keep having an install error. My google voice phone always worked until a week ago when suddenly google would not let me call out from any browser

    Can i get help on how I can successfully install the new google voice video chat software. I keep having an install error. My google voice phone always worked until a week ago when suddenly google would not let me call out from any browser until I installed their new google voice and video chat (made by vidyo) software. I was told by genius bar to install Yosemite, which I did. But that did not solve the problem. I removed macKeeper, as well, since a techie friend told me that could be the cause. Nothing so far has worked.  When the problem first happened, it seemed to only happen in Chrome. Google voice calling out worked fine in safari, for about a day or so. Now I cannot call out from any browser. I can, however receive calls, and make calls within the video hangout.
    I can be contacted directly if questions at gary at couplewise dot followed by the usual extensin

    You can only suspend service for 3 months at a time (with or without payment) and only twice a year.

  • I can't buy airtime on Tracfone site anymore. It works okay on IE. Other Tracfone users seem to be having problems too. Not sure where problem is. Please help.

    I can access the Tracfone. com site, but once I choose the number of minutes to add, I get an error msg that doesn't allow me to continue with the purchase. In checking their tech support site, it seems others are having the same problem, although no browsers were mentioned. One suggestion was to use a different browser, like IE. I did that, and my purchase went through fine.
    Maybe an issue with the latest upgrade?

    Hi,
    Please create a screenshot of the error message you're seeing by following the guide mentioned at [[How do I create a screenshot of my problem?]].
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. You really help us to visualize the problem.

  • I am using windows 7 PC and every time i try update my Itune I am having a server error. Can some one help me?

    I am using a windows 7 PC. Every time I try to update my Itune I am having a server error and I am not able to log in on my Icloud. I tried a network test a. below is the result:
    Microsoft Windows 7 Business Edition Service Pack 1 (Build 7601)
    Sony Corporation VPCX11S1E
    iTunes 10.6.1.7
    QuickTime 7.7.1
    FairPlay 1.14.37
    Apple Application Support 2.1.7
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.1.1.4
    Apple Mobile Device Driver 1.59.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0014AEDC02A92728
    Current user is not an administrator.
    The current local date and time is 2012-05-22 20:14:28.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) Graphics Media Accelerator 500
    **** External Plug-ins Information ****
    No external plug-ins installed.
    The drive E: HUAWEI Mass Storage Rev 2.31 is a USB 1 device.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:        {4C73E5E8-064C-400E-9850-AB0485F639A2}
    Description:            Microsoft Virtual WiFi Miniport Adapter
    IP Address:             0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:      Yes
    DHCP Server:        
    Lease Obtained:     Thu Jan 01 01:00:00 1970
    Lease Expires:       Thu Jan 01 01:00:00 1970
    DNS Servers:        
    Adapter Name:        {DCE376E2-098D-4857-BF60-DBC90172CBA3}
    Description:            HUAWEI Mobile Connect - 3G Network Card
    IP Address:             10.162.117.8
    Subnet Mask:          255.255.255.240
    Default Gateway:    10.162.117.1
    DHCP Enabled:      No
    DHCP Server:        
    Lease Obtained:     Thu Jan 01 01:00:00 1970
    Lease Expires:       Thu Jan 01 01:00:00 1970
    DNS Servers:         10.148.128.18
                                    10.148.128.26
    Adapter Name:        {226D8A54-B7DA-4F1F-8EAB-614C5F54FABE}
    Description:            Qualcomm Gobi 2000 HS-USB Mobile Broadband Device 9225
    IP Address:             0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:      No
    DHCP Server:        
    Lease Obtained:     Thu Jan 01 01:00:00 1970
    Lease Expires:       Thu Jan 01 01:00:00 1970
    DNS Servers:        
    Adapter Name:        {918B9F90-A145-4FD5-8150-E330DF9E74A1}
    Description:            Bluetooth Device (Personal Area Network) #2
    IP Address:             0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:      Yes
    DHCP Server:        
    Lease Obtained:     Thu Jan 01 01:00:00 1970
    Lease Expires:       Thu Jan 01 01:00:00 1970
    DNS Servers:        
    Adapter Name:        {87949730-0CE0-4483-A8AA-4FBC19A613D9}
    Description:            Marvell Yukon 88E8057 PCI-E Gigabit Ethernet Controller
    IP Address:             0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:      Yes
    DHCP Server:        
    Lease Obtained:     Thu Jan 01 01:00:00 1970
    Lease Expires:       Thu Jan 01 01:00:00 1970
    DNS Servers:        
    Adapter Name:        {1678E6C4-0A8D-49F9-B86A-30133B9C2AEB}
    Description:            Qualcomm Atheros AR9285 Wireless Network Adapter
    IP Address:             0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:      Yes
    DHCP Server:        
    Lease Obtained:     Thu Jan 01 01:00:00 1970
    Lease Expires:       Thu Jan 01 01:00:00 1970
    DNS Servers:        
    Active Connection: LAN Connection
    Connected:             Yes
    Online:                    Yes
    Using Modem:        No
    Using LAN:             Yes
    Using Proxy:           No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2012-04-05 00:00:28.
    **** Device Connectivity Tests ****
    iPodService 10.6.1.7 is currently running.
    iTunesHelper 10.6.1.7 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) SCH Family USB Universal Host Controller - 8114. Device is working properly.
    Intel(R) SCH Family USB Universal Host Controller - 8115. Device is working properly.
    Intel(R) SCH Family USB Universal Host Controller - 8116. Device is working properly.
    Intel(R) SCH Family USB2 Enhanced Host Controller - 8117. Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Most Recent Devices Not Currently Connected:
    iPod touch (3rd generation) running firmware version 3.1.3
    Serial Number:       9C01639A6K2
    iPhone 4S running firmware version 5.1
    Serial Number:       DNQHF0ENDTD7
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.
    Can any one help me?
    Regards
    Aderito
    <Email Edited By Host>

    In the course of your troubleshooting to date, have you worked through the following document?
    Apple software on Windows: May see performance issues and blank iTunes Store

  • I have a ipad 1. I seem to be having a lot of connectivity issues. It takes a long time to load and sometimes will not load a page at all. I seem to be having issues with streaming in that it will play a song and just stop.

    I seem to be having a lot of connectivity issues my iPad. It takes a long time to load and sometimes will not load a page at all. I seem to be having issues with streaming in that it will play a song and just stop. It seems I have to turn it completely off and restart.
    Anyone had these issues?

    Settings > General > Reset > Reset network settings

  • Having a constant error when downloading latest update for Illustrator CC, error message: Adobe Illustrator CC Latest Updates (December 2014) Installation failed. Error Code: U44M1P7

    Having a constant error when downloading latest update for Illustrator CC, error message:
    Adobe Illustrator CC Latest Updates (December 2014) Installation failed. Error Code: U44M1P7

    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • HT4623 in settings and then general i do not have the option of software update...? How do I know if I am on IOS6 I also seem to be having trouble trying to use icloud i think this is because my apple id is not in the form of an email address...? can anyo

    in settings and then general i do not have the option of software update...? How do I know if I am on IOS6 I also seem to be having trouble trying to use icloud i think this is because my apple id is not in the form of an email address...? can anyone help

    stell80 wrote:
    in settings and then general i do not have the option of software update...?
    That is only present if you have already updated to iOS 5 or later.  If you're on iOS 4 you can only update while connected to your computer's iTunes.
    stell80 wrote:
    How do I know if I am on IOS6
    Settings/ General/ About
    stell80 wrote:
    I also seem to be having trouble trying to use icloud i think this is because my apple id is not in the form of an email address...? can anyone help
    You can't access iCloud from your iPhone unless you're on iOS 5 or later.  Otherwise, refer to this article:
    http://support.apple.com/kb/HT4436

  • Captivate 5.5 Question: We seem to be having an issue with the screen capture piece not recording "e

    Captivate 5.5 Question: We seem to be having an issue with the screen capture piece not recording "everything".
    We're running 5.5 as an administrator on Windows 7 and my co-worker is trying to capture a webinar (GoToMeeting) with Captivate and it is not recording anything in the GTM window, except the last slide. Anyone have this problem or know a fix? Not much is mentioned in the Adobe forums.

    Captivate simply doesn't 'hear' some screen events on certain applications and you just need to resort to doing manual captures at these points.
    I usually set up my manual capture button to be F2 so that I can hit it with my left hand while my right hand is on the mouse navigating through the task.

  • Htp buffer error when using non-ascii characters

    Hello, and my question:
    When I issue the following command, 10000 times to print on web it works well:
    htp.prn('&lt;a&gt;this is a test&lt;/a&gt;');
    But when I issue this command by just substituting "this is a test" with characters that their ASCII codes are between 128 to 255, I can not print more than 100 times and I get htp buffer error!
    could you please solve this puzzle for me?
    Thanks in advance and
    Regards

    You should try the DB forum for better help. This is really an HTP package issue.

  • Sometime fail to call servlet ERROR message: java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:.

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

  • Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore.

    Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore. Please help!

    If you are wondering why you are not getting any responses, it is because you have vented a complaint without any details that make any sense or give anyone something to work on.
    If you want help, I suggest actually detailing what has happened, with versions of software etc. Anything that would let us assist.
    As a start I am guessing that you have not really got the hang of "How it all works". Firstly download the Pages09_UserGuide.pdf from under the Help menu. Read that and view the Video Tutorials in the same place. A good addition would be the iWork 09 Missing manual book and something to help you learn how to use your Mac.
    If there are specific tasks you need help with:
    http://www.freeforum101.com/iworktipsntrick/index.php?mforum=iworktipsntrick
    Is a good resource.
    Peter

  • Java.io.IOException: FRM-93000: Unexpected internal error.

    Hi Exprerts,
    I have noticed the below errors in the application log file on my production instance.
    E Business Suit = R12.1.1 + 11.1.0.7
    Application Log - /rsv/d02/inst/apps/PROD_oro/logs/ora/10.1.3/j2ee/forms/forms_default_group_1
    13/02/21 13:36:44.901 formsweb: Forms session <2,194> aborted: unable to communicate with runtime process.
    13/02/21 13:36:44.901 formsweb: Forms session <2194> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Please advise.
    Regards
    Mohammed.Abdul Muqeet

    Hi Exprerts,
    I have noticed the below errors in the application log file on my production instance.
    E Business Suit = R12.1.1 + 11.1.0.7
    Application Log - /rsv/d02/inst/apps/PROD_oro/logs/ora/10.1.3/j2ee/forms/forms_default_group_1
    13/02/21 13:36:44.901 formsweb: Forms session <2,194> aborted: unable to communicate with runtime process.
    13/02/21 13:36:44.901 formsweb: Forms session <2194> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Please advise.
    Regards
    Mohammed.Abdul Muqeet

  • Product: Java X Update X.. removal failed or error status 1602

    Hi
    Managing several different environments I repeatedly run into the same error on "to many" computers.
    We use SCCM as our primary distribution tool and install Java using the embedded MSI and a custom made MST.
    End user platform is: Windows XP and/or Windows 7
    The installs works flawlessly in 95% of all cases but the remaining 5% are still a big hurdle to have to handle manually.
    Problem:
    Installing the newest version returns error code: 1602.
    For a long time I have been ignoring it since it generally means that the end user has cancled the installation. But upon furter investigation I have found out that this is not the case.
    On the individual computer the eventlog actually reports: Product: Java X Update X.. removal failed or error status 1602.
    It is the uninstall of the previous version that fails.
    Does anyone know what causes this and possible a solution?
    Best Regards,
    Christian

    The same problem happened to me. When upgrading from JRE 1.5.0_5 to JRE 1.5.0_6, suddenly no applets would load, and all I could see was the little red X.
    I tried to change proxysettings (I dont use a proxy, but it is told at http://www.java.com/en/download/help/redximage.xml that it is due to wrong proxy-settings). It didn't help.
    I tried to turn off zonealarm. It didn't help.
    I tried to clear the browsers cache. It didn't help.
    I have been using both Firefox 1.5, and IE6. None would load the java-applets.
    So I uninstalled all older JRE versions and installed JRE 1.4.1_02. It worked!
    I then tried to upgrade to JRE 1.5.0. It didn't work.
    Now I am back at JRE 1.4.1_02 without knowing why I had to downgrade through 6 versions that through the last year or so has been working fine on my machine.
    I have no idea why it suddenly wouldnt work with the newer versions.
    Any ideas?
    Thank you.

Maybe you are looking for

  • Doesn't update iCloud ID

    My iPhone 3gS, iOS 6.0.1, doesn't update iCloud ID, while it's done on the others Apple device. Settings >>> iCloud: I have the previous Id, so iCloud on iPhone does't work.

  • How can i download apps from itunes on my laptop to my ipod touch 1st gen

    i downloaded some apps from itunes on my laptop but they wont go to my ipod

  • Why does the creative cloud application not load?

    I am trying to upgrade lightroom 4 to 5, and i can't access it through the creative cloud app because it won't load. I even bought lightroom and photoshop creative cloud again, but it has to download through the cc app.

  • I need a information about inventory

    I need a information about inventory ,can anyone provide me inventory related PDF,docs it will helpful for my project

  • Accessing  report variable

    Hi, i am creating one function module, i need to return one internal table IT_OUTPUT, that is ok,  the total logic for filling of IT_OUTPUT is written in one report, this ALV report which is used internal table IT_OUTPUT for grid display, Now my issu