Error: 'bad address'

So, I've created an iBook. Closed it. Opened it a few hours later to edit some more. Tried to save it, responding in the error:
"The document 'xxx' couldn't be saved. Bad address."
Now what?

Have a look at metalink Note:395350.1
Basically, this document describes it's a problem in DIO (direct IO), which can be tuned using vxtunefs (per filesystem).
The document describes to enlarge the buffer bigger than the described number (which is 1MB)
dynamically: vxtunefs -o discovered_direct_iosz=1572864 /mount/point (replace /mount/point with the oracle mount point(s))
statically in /etc/vx/tunefstab: /dev/vx/dsk/oracle/oravol discovered_direct_iosz=1048577 (replace with your oracle filesystems)

Similar Messages

  • I have started to get this error message: 5.1.3 bad address syntax in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?

    I have started to get this error message: "5.1.3 bad address syntax" in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?  My email account is through Optimum online and I am using Airpost Express.
    P.S. The error sound "bong" is driving us nuts!

    Please post on the Office for Mac product forums that Microsoft hosts. It's their product and they can best troubleshoot the issue.

  • 674 ERROR: Message operation failed because of a bad address

    On our tuxedo server we have the following error that is repeatedly writen on its log:
    155140.RJODIGD02!sid_server_ro.778390.1.0: ERROR: msgrcv err(LIBTUX_CAT:674: ERROR: Message operation failed because of a bad address): errno=14,qid=27729940,buf=3299838207512,bytes=1049340,type=-1073741824,flag=0
    This error does not affect the Server functionality but we would like to know by what could be due:
    we have seen the error description but from this we could not find out the real causes:
    674 ERROR: Message operation failed because of a bad address
    DESCRIPTION
    msgsnd to a queue failed because the message pointer is pointing to an illegal address.
    ACTION
    Check the address of the message queue pointer, or contact your TUXEDO System Technical Support.
    Any help is well accepted ......... thanks a lot in advance.
    Ciao

    Hi,
    If I had to guess, I'd say you were looking at a memory corruption problem. The error basically says that when Tuxedo tried to perform a msgrcv() operation on a System V IPC queue, the address of the buffer to receive the message wasn't valid. Although if this is really a memory corruption problem, I'm surprised your server continues to function. You might want to try a memory checking tool to see if your code is writing to memory it doesn't have allocated or writing past the ends of an allocated buffer.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Asysnc IO Error: 14: Bad address

    Hello,
    We are using RHEL4.0 x84_64 Linux system. Oracle 10.2.0.3 database runs on it. We try to run our database as async IO.
    We are using veritas vxfs file system type.
    After set the oracle parameter filesystemio_option to setall, we got an error from db also from OS.
    Database error message belov;
    ORA-19502: write error on file "/home/db/log01/1_42895_629465220.dbf", blockno 131073 (blocksize=512)
    ORA-27061: waiting for async I/Os failed
    Linux-x86_64 Error: 14: Bad address
    Additional information: -1
    Additional information: 1048576
    ORA-19502: write error on file "/home/db/log01/1_42895_629465220.dbf", blockno 131073 (blocksize=512)
    ARC1: I/O error 19502 archiving log 6 to '/home/db/log01/1_42895_629465220.dbf'
    ARCH: Archival stopped, error occurred. Will continue retrying
    Sun Oct 26 08:55:50 2008
    dmesg error message;
    Vendor: EMC Model: SYMMETRIX Rev: 5772
    Type: Direct-Access ANSI SCSI revision: 04
    SCSI device sdc: 238540800 512-byte hdwr sectors (122133 MB)
    SCSI device sdc: drive cache: write through
    SCSI device sdc: 238540800 512-byte hdwr sectors (122133 MB)
    SCSI device sdc: drive cache: write through
    sdc: unknown partition table
    Attached scsi disk sdc at scsi0, channel 0, id 1, lun 147
    Attached scsi generic sg2 at scsi0, channel 0, id 1, lun 147, type 0
    Vendor: EMC Model: SYMMETRIX Rev: 5772
    Type: Direct-Access ANSI SCSI revision: 04
    SCSI device sdd: 238540800 512-byte hdwr sectors (122133 MB)
    SCSI device sdd: drive cache: write through
    SCSI device sdd: 238540800 512-byte hdwr sectors (122133 MB)
    SCSI device sdd: drive cache: write through
    sdd: unknown partition table
    Attached scsi disk sdd at scsi0, channel 0, id 1, lun 149
    Attached scsi generic sg3 at scsi0, channel 0, id 1, lun 149, type 0
    Vendor: EMC Model: SYMMETRIX Rev: 5568
    Type: Direct-Access ANSI SCSI revision: 03
    SCSI device sde: 15360 512-byte hdwr sectors (8 MB)
    SCSI device sde: drive cache: write through
    SCSI device sde: 15360 512-byte hdwr sectors (8 MB)
    SCSI device sde: drive cache: write through
    sde: unknown partition table
    Attached scsi disk sde at scsi0, channel 0, id 2, lun 0
    Attached scsi generic sg4 at scsi0, channel 0, id 2, lun 0, type 0
    lpfc 0000:12:02.0: 0:0203 Nodev timeout on NPort x144d00 Data: x822 x1 x0
    VxDMP5: unknown partition table
    VxDMP6: unknown partition table
    VxDMP1: p1 p2 p3 p4 < p5 >
    VxDMP1: p1 p2 p3 p4 < p5 >
    VxDMP1: p1 p2 p3 p4 < p5 >
    VxDMP1: p1 p2 p3 p4 < p5 >
    SCSI device sdc: 238540800 512-byte hdwr sectors (122133 MB)
    SCSI device sdc: drive cache: write through
    sdc: sdc3 sdc8
    VxDMP6: p3 p8
    VxDMP1: p1 p2 p3 p4 < p5 >
    VxDMP1: p1 p2 p3 p4 < p5 >
    Can you help me ?

    Have a look at metalink Note:395350.1
    Basically, this document describes it's a problem in DIO (direct IO), which can be tuned using vxtunefs (per filesystem).
    The document describes to enlarge the buffer bigger than the described number (which is 1MB)
    dynamically: vxtunefs -o discovered_direct_iosz=1572864 /mount/point (replace /mount/point with the oracle mount point(s))
    statically in /etc/vx/tunefstab: /dev/vx/dsk/oracle/oravol discovered_direct_iosz=1048577 (replace with your oracle filesystems)

  • IPhone 6 Plus 16GB blue screen crashes: Read, error type:Address map hole or size mis-match

    Hi folks,
    Some time ago I had a 16GB 6+ and it crashed with the blue screen, so I returned it. I now have a brand new one that I got from Tmobile ($75 return fee) and although it has mostly worked just fine, I have gotten 2 blue screen crashes. Below are the details from the phone's log.
    What strikes me is the message "Read, error type:Address map hole or size mis-match".
    Does anyone know if this could be caused by a hardware defect?
    I've gotten one of these crashes running iOS 8.1.2 and another in 8.1.3.
    Thanks.
    Incident Identifier: 20304759-E90B-453F-BDC5-176AF4E30041
    CrashReporter Key:   fcf18d230005749957728546dea3221a0c588330
    Hardware Model:      iPhone7,1
    Date/Time:           2015-01-25 19:43:44.913 -0800
    OS Version:          iOS 8.1.2 (12B440)
    panic(cpu 0 caller 0xffffff8008cd45d0): L2C PIO error (src:core0-AF snoop, address:0x1202030208, access:Read, error type:Address map hole or size mis-match, L2C_ERR_STS:100003fc00000202, L2C_ERR_ADR:0x1108e1202030208, L2C_ERR_INF:0x2107)
    Debugger message: panic
    OS version: 12B440
    Kernel version: Darwin Kernel Version 14.0.0: Mon Nov  3 22:27:30 PST 2014; root:xnu-2783.3.22~1/RELEASE_ARM64_T7000
    iBoot version: iBoot-2261.3.33
    secure boot?: YES
    Paniclog version: 3
    Kernel slide:     0x0000000006000000
    Kernel text base: 0xffffff8008002000
    Epoch Time:        sec       usec
      Boot    : 0x54bc22ef 0x00000000
      Sleep   : 0x54c58398 0x0002abb4
      Wake    : 0x54c583ae 0x000f08df
      Calendar: 0x54c5b7e3 0x00025045

    same with my iPhone 4s 16gb
    {"os_version":"iOS 8.1.3 (12B466)","bug_type":"110"}
    Incident Identifier: 582496DB-6999-468C-9504-3D1C191B9F4B
    CrashReporter Key: 623a577555e51ed110b937358adfa66fba3ea447
    Hardware Model: iPhone4,1
    Date/Time: 2015-02-20 04:17:50.830 +0300
    OS Version: iOS 8.1.3 (12B466)
    panic(cpu 0 caller 0x83dc8347): "i2c1::_checkBusStatus Bus is still in a bad state; last write status 00010110 xfer 00000000 fifo 00000000 for device als"
    Debugger message: panic
    OS version: 12B466
    Kernel version: Darwin Kernel Version 14.0.0: Mon Jan 12 21:30:11 PST 2015; root:xnu-2783.3.26~3/RELEASE_ARM_S5L8940X
    Kernel slide: 0x0000000003400000
    Kernel text base: 0x83401000
    Boot : 0x54e68884 0x00000000
    Sleep : 0x54e68a7e 0x000dd6ac
    Wake : 0x54e68b19 0x00035c02
    Calendar: 0x54e68b1d 0x00040927
    Panicked task 0x84a87c60: 13773 pages, 122 threads: pid 0: kernel_task
    panicked thread: 0xc5066e80, backtrace: 0x81a33ca0
    0x834ad94d
    0x834adcb1
    0x8341d5bd
    0x83dc8347
    0x83dc8059
    0x83dc7e35
    0x8389c601
    0x8389c513
    0x836f6f65
    0x8389cc6d
    0x8389ccc5
    0x83a9f18d
    0x83a9c27f
    0x83a9c73f
    0x83a9c90d
    0x836f6f65
    0x83a9c8e5
    0x836e91e7
    0x8343ed9b
    0x834ab59c
    Task 0x84a87c60: 13773 pages, 122 threads: pid 0: kernel_task
    Task 0x84a87948: 771 pages, 3 threads: pid 1: launchd
    Task 0x84a87000: 2016 pages, 13 threads: pid 17: UserEventAgent
    Task 0x84a87630: 481 pages, 4 threads: pid 18: misd
    Task 0x84a87318: 4114 pages, 22 threads: pid 19: CommCenter
    Task 0x87a62948: 349 pages, 2 threads: pid 21: keybagd
    Task 0x87a62318: 574 pages, 4 threads: pid 23: iaptransportd
    Task 0x87a62000: 868 pages, 9 threads: pid 24: configd
    Task 0x87a7ac60: 793 pages, 4 threads: pid 25: lockdownd
    Task 0x87a7a948: 1218 pages, 6 threads: pid 26: imagent
    Task 0x87a7a630: 2771 pages, 4 threads: pid 27: atc
    Task 0x87a7a318: 792 pages, 2 threads: pid 28: fairplayd.H1
    Task 0x87a7a000: 1571 pages, 14 threads: pid 29: aggregated
    Task 0x87c4ac60: 1069 pages, 4 threads: pid 30: routined
    Task 0x87c4a318: 707 pages, 5 threads: pid 33: timed
    Task 0x87d23c60: 646 pages, 2 threads: pid 35: installd
    Task 0x87d23948: 2383 pages, 11 threads: pid 36: mediaserverd
    Task 0x87d23318: 1279 pages, 11 threads: pid 38: ubd
    Task 0x87d23000: 249 pages, 7 threads: pid 39: syslogd
    Task 0x87d6ac60: 410 pages, 2 threads: pid 40: softwareupdated
    Task 0x87d6a948: 851 pages, 5 threads: pid 41: mediaremoted
    Task 0x87d6a630: 1877 pages, 7 threads: pid 42: identityservices
    Task 0x87d6a318: 9938 pages, 16 threads: pid 43: SpringBoard
    Task 0x87d6a000: 453 pages, 2 threads: pid 44: fileproviderd
    Task 0x87e25c60: 609 pages, 4 threads: p

  • *** ERROR = BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.

    Hello All,
    In our development system,  we are able to perform all the transactions normally(SAP level) and there is no performance issues..
    We have checked from OS level in work directory file dev_disp..
    We are getting below error.
    Can you please suggest us on this..............
    =========================================================
    ERROR => DpRqCheck: T72 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  72    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8012   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53650
    -IN-- req_info  MS_ERROR
    ERROR => DpRqCheck: T73 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  73    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8013   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53651
    -IN-- req_info  MS_ERROR
    ERROR => DpRqCheck: T74 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  74    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8014   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53652
    -IN-- req_info  MS_ERROR
    ERROR => DpRqCheck: T77 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  77    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8019   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53653
    -IN-- req_info  MS_ERROR
    Wed Apr  7 08:55:32 2010
    ***LOG Q0K=> DpMsAttach, mscon ( ussapdir00) [dpxxdisp.c   10127]
    Wed Apr  7 08:55:33 2010
    use SAPLOCALHOST=<ussapdir00> as internal hostname
    NiPAccept: accept failed (socket=7;errno=72)
    ***LOG Q0I=> NiPRead: recv (73: Connection reset by peer) [niuxi.c 928]
    SoftCancel request for T45 U8133 M0 received from REMOTE_TERMINAL
    Network error of client T46, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T46 is 10.228.250.65(10.228.250.65)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (8135 MKK27890 46 BREWL07D4359) [dpxxdisp.c   9830]
    RM-T46, U8135, 620     MKK27890, BREWL07D43598, 08:43:19, M0, W4,     , 2/0
    Network error of client T45, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T45 is 10.228.250.65(10.228.250.65)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (8133 RR606033 45 BREWL07D4359) [dpxxdisp.c   9830]
    RM-T45, U8133, 600     RR606033, BREWL07D43598, 08:38:22, M0, W0, SPRO, 2/3
    Release check o.K.
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    MBUF state ACTIVE
    Wed Apr  7 08:55:39 2010
    ERROR => DpRqCheck: T45 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  45    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8133   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53678
    -IN-- req_info  LOGOFF CANCELMODE
    Wed Apr  7 08:55:44 2010
    ERROR => DpRqCheck: T46 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  46    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8135   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53676
    -IN-- req_info  LOGOFF CANCELMODE
    ======================================================================
    Thanks in advance..
    Best Regards,
    Kiran

    Hi Kiran,
    It's not a problem or error, it's just a message and hence can be ignored. However you can check out SAP note 1111154 once, it will fix the issue probably if it's happening due to HTTP problem. Else you can very well ignore it.
    Regards
    Sourabh Majumdar

  • Ioctl bad address

    hi all,
    To send data from my dummy driver to user
    i used mp->b_cont->b_wptr = "hello to user"
    mp->datap->db_cmd=IOCACK,
    qreply(q,mp);
    but the application ioctl is failing with
    bad address why?
    Although i gave enough buffer space
    to strioctl.ic_dp buffer i.e malloc(50)
    even though the data i sent is just 15 characters.
    can anybody answer me..
    if so thanks in advance
    regards
    vasu

    i tried using rptr but no use..
    here the code is in application side
    char *buf
    buf = (char*) malloc(70)
    buf="hello world"
    strioctl.ic_timeout=30
    strioctl.ic_dp=buf
    strioctl.ic_len=strlen(buf)
    ioctl(fd,I_STR,&strioctl)
    driver code
    mp->b_cont->w_ptr++="Good bye world"
    error coming is "bad address" why?
    if any one has example for sending data from driver
    to user application using I_STR ioctl please welcome.
    thanks for all who r ready to help me
    regards
    vasu

  • Hme0 plump or unplump bad address

    my sun solaris 9 machine on boot up looses its IP settings and i get the error configuring IPv4 interfaces config bad address. All its files ie hosts, netmasks , defaultrouter have the rifgt settings. I have tried sys-unconfig and on initial boot up after sys-unconfig the machine comes up well. On the next reboot the machine returns the above error.
    Please experts help me out. Why is this so and how do I solve it?

    I've just had the exact same problem and now resolved it. I believe the error message is accurate. You should check your /etc/nsswitch.conf file and check that under hosts "files" is typed. The person that removed NIS from my system in question typed "file" not "files" on the "hosts" line. Once fixed everything came online, (the system could resolve the hostname to IP address (via hosts file)). Check that your /etc/hostname.hme0 is a single hostname (not FQDM), and that entry is present in your /etc/hosts file.
    HTH
    Cheers
    Adam

  • Leopard; "router returned bad address"

    i put on my screensaver and was getting ready for bed, when the processor fans started firing up again. the only app i had open was iChat, and it wasn't using anything substantial in terms of CPU. activity monitor showed the same.
    until i opened up console and found this message over and over again:
    29/10/2007 01:08:04 mDNSResponder[23] handleLNTGetExternalAddressResponse: Router returned bad address
    29/10/2007 01:08:04 mDNSResponder[23] Error getting external address 3
    see here for a screencap. google/apple discussions provided little to no insight.
    lather, rinse, repeat. this happens every 8 seconds or so. what's going on? i have an airport express bridged from a linksys router, and i've never had an issue with it before. resetting both didn't help, firmware's up to date.
    any insight would be extremely helpful.
    10.5 build 9A581

    Maybe its not your router, maybe its mDNSResponder itself..... It doesn't seem to me like a router would randomly begin to hand out bad network addresses unless your access was rejecting itself (ex. your saved password was wrong because you changed the password on another machine and didn't replace the old one in the keychain), or if you were getting DDoSed (Denial of Service attack, which executes malignant code on your system in order to crash/shut it down).
    UPnP??? Thats required for certain network access...... Not sure what would be affected off the top of my head though, I guess... you'll just have to wait and see.
    Are you absolutely sure your not getting these errors anymore with UPnP disabled?

  • HELP........CANT CREATEOUIPROCESS BAD ADDRESS

    I'm experimenting with linux and trying to install 8i.
    Can anyone please help me.
    I got stuck since OUI wont start...............
    I get the error ..........CANT CREATEOUIPROCESS BAD ADDRESS.
    Help.......please.
    Willy
    null

    I was getting the same thing. It seemed to work when I executed
    /mnt/cdrom/install/linux/runIns.sh instead of
    /mnt/cdrom/runInstaller
    Now I just have a problem where it doesn't seem to install the
    TCP/IP protocol...
    Joe Hoot (guest) wrote:
    : I am using RH Linux 6.1, AMD K62 3DNow, 128ram, 128M swap. I
    : have downloaded Oracle Standard 8i 8.1.5 Server and untared
    it.
    : I have setup environment variables, users, groups,
    directories,
    : and downloaded jre116_v5 and made a link to it
    : in /usr/local/jre. When I loggin as oracle user and go to the
    : location of the install files and run ./runInstaller, it gives
    : me the follwing:
    : Initializing Java Virtual Machine from
    /usr/local/jre/bin/jre.
    : Please wait...
    : Error in CreateOUIProcess(): -1
    : : Bad address
    : Any suggestions?
    null

  • CreateOUIProcess(): -1 : Bad address install prob

    I am using RH Linux 6.1, AMD K62 3DNow, 128ram, 128M swap. I
    have downloaded Oracle Standard 8i 8.1.5 Server and untared it.
    I have setup environment variables, users, groups, directories,
    and downloaded jre116_v5 and made a link to it
    in /usr/local/jre. When I loggin as oracle user and go to the
    location of the install files and run ./runInstaller, it gives
    me the follwing:
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    Any suggestions?
    null

    I was getting the same thing. It seemed to work when I executed
    /mnt/cdrom/install/linux/runIns.sh instead of
    /mnt/cdrom/runInstaller
    Now I just have a problem where it doesn't seem to install the
    TCP/IP protocol...
    Joe Hoot (guest) wrote:
    : I am using RH Linux 6.1, AMD K62 3DNow, 128ram, 128M swap. I
    : have downloaded Oracle Standard 8i 8.1.5 Server and untared
    it.
    : I have setup environment variables, users, groups,
    directories,
    : and downloaded jre116_v5 and made a link to it
    : in /usr/local/jre. When I loggin as oracle user and go to the
    : location of the install files and run ./runInstaller, it gives
    : me the follwing:
    : Initializing Java Virtual Machine from
    /usr/local/jre/bin/jre.
    : Please wait...
    : Error in CreateOUIProcess(): -1
    : : Bad address
    : Any suggestions?
    null

  • "mprotect reset: Bad address"  Help

    Hi,
    I am running a server built in java which accepts lots of tcp connections from clients and performs database operations on their behalf.
    I compile the server with Suns jdk1.3 but run it with IBMJava2-13.
    The following message gets printed to standard error
    mprotect: Bad address
    mprotect reset: Bad address
    Sometimes the jvm crashes after printing this message and sometimes it just hangs taking up 90% of the cpu. At other times it carries on running without problems
    I assume this means that there has been a memory access violation. Also the problem seems to be with the jvm rather than my code because if the code had a bug then there would be an indication to the buggy portion of the code along with the above message.
    Could it be that the problem is that I am compiling and running the program using different java products? I know that java code is portable in that sense but in the real world this is obviously not the case.

    hi , i tried compiling the .java files and running them with IBM jdk , but it still gives the same problems. I have not yet compiled as well as run it using suns' jdk. the problem is that it is very difficult for me to recreate the situation.

  • NIO Bug Bad Address Exception

    I've been developing a file transfer system using the transferTo and transferFrom methods. My method will throw intermittently IOExceptions
    "Bad address". Has anyone else seen this? There is a bug report out on this however it was not reproducible. We are able to reproduce this error
    at an alarming rate. I am using java 1.4.0_01.

    There is a bug in 1.4.0.01 and there is no work around. I was force to use the old IO classes, and tweek the Garbage collector, and classes to ensure maximum through put. I was informed by the Java Team that this problem was fixed in 1.4.1. I that is not the case you will have to submit another bug report.

  • Tscr bad address in IPSec tunnel configure

    Hi all,
    beforehand I'm apologize for my stupid question, but I'm a beginner in Solaris 10 administrations.
    I've a problem with IPSec ip.tun0 configuration.
    I've folloowing configuration of network:
    nirvana:/# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    ife0: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 1500 index 2 inet 10.10.254.253 netmask ffff0000 broadcast 10.10.255.255
    ether 0:19:db:c1:22:f0
    rtls0: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 1500 index 3
    inet 192.168.250.252 netmask ffffff00 broadcast 192.168.250.255
    ether 0:30:4f:25:e7:76
    lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
    inet6 ::1/128
    ife0: flags=2100841<UP,RUNNING,MULTICAST,ROUTER,IPv6> mtu 1500 index 2
    inet6 fe80::219:dbff:fec1:22f0/10
    ether 0:19:db:c1:22:f0
    rtls0: flags=2104841<UP,RUNNING,MULTICAST,DHCP,ROUTER,IPv6> mtu 1500 index 3
    inet6 fe80::230:4fff:fe25:e776/10
    ether 0:30:4f:25:e7:76
    nirvana:/#
    When I typed following - second command ending with error ;-(((
    nirvana:/# ifconfig ip.tun0 plumb
    nirvana:/# ifconfig ip.tun0 10.10.254.1 10.10.254.2 \
    tscr 192.168.250.252 tdst 192.168.250.222ifconfig: tscr: bad address
    nirvana:/#
    Help mi please.
    Thank's very much for yours advice.
    Bye

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Generally, by default, Cisco tunnel encapsulation will copy the original packet's ToS to the tunnel packet's ToS.  (I.e. all you need to do is insure your original packet's ToS is as desired.)
    Regarding MPLS vendor QoS support - that's vendor specific - often they offer different QoS models - sometimes they charge for QoS features (i.e. you need to talk with them).

  • KDE Printer Manager fails with "client-error-bad-request"

    I'm having some trouble with printing on my system. The KDE printer manager shows "client-error-bad-request" and no other information. When I run the KCM from the command line, I also get "kcmshell(17286) KCupsRequest::serverError: status unrecognised:  1024" on the console. I wasn't able to find any useful information on this issue on google or these forums; not even what the 1024 status code means. It seems to me that this may be a bug in the kcm_printer_manager module, but I'd like to rule out other possibilities first. Unfortunately, I don't know what to try from here. I'll provide as much potentially relevant information as I can think of below.
    Changes since last successful print job:
    Multiple updates to KDE packages
    Update to cups that changed systemd unit file names.
    Stopped and disbled old units
    daemon-reload
    Enable and start new units
    Other updates to cups since then, if I recall correctly.
    Packages and versions:
    kdeutils-print-manager 4.14.3-1 (owns kcm_printer_manager module for kcmshell4)
    kdebase-runtime 4.14.3-1 (owns kcmshell4 binary)
    cups 2.0.1-1
    libcups 2.0.1-1
    systemd 218-1
    linux 3.17.6-1
    Let me know if any other information might be helpful.

    Anyone please help.
    Thanks,
    Orton

Maybe you are looking for

  • Java script not working in firefox browser

    hi, I created my application in struts and it was running perfectly in Internet explorer. My application is a public facing application so now i am in need to run the application in Firefox and safari browsers. While running the application in those

  • How do I get certain websites to work on my MacBookPro?

    I've been working on this for more than four hours now, and I'm extremely frustrated.  Here's my problem: When I try to use certain websites (i.e., Google, Facebook, Yahoo) instead of going to the page, there is a pop-up that says my Flash Player may

  • Personal LaserWriter NT OSX 10.4

    I have an iBook running OSX 10.4. Can I drive a Personal LaserWriter NT and if so where do I find the print drivers, Apple Talk and anything else to make it work.

  • Please help me from this error please

    VMware Workstation unrecoverable error (vmui) Exception 0xc0000005 (access violation) has occurred.VMware Workstation unrecoverable error (vmui) Exception 0xc0000005 (access violation) has occurred.

  • There is some problems about the connection betwee...

    hi, my cell phone is N70, my notebook is ThinkPad T43 with Bluetooth set,and my nokia pc suit is 6.86.9.3 And I wanna connect my N70 to the T43 through the bluetooth. But after I enter the password in my phone which matches the one in my notebook a d