Origin Server module got an ABORT

Hello,
I'm trying to access to my web server (Microsoft IIS) through Oracle Web Cache, but I 've always this error : Oracle Web Cache Network error on my browser, ans the following message in eventlog :
24/Jun/2002:16:30:44 +0200 -- Warning: Origin Server module got an ABORT; Errno: -20 URI: /wlb/en_GB/userIdent.htm
Do you know the reason of this problem ?
Thank you.
Patrick.

This error message doesn't look like something from the 2.0.0.4 release. Must be earlier.
Does this happen on every request or just for this URI?
Please upgrade to 9.0.2 and see if that fixes things. 9.0.2 standalone on Windows will be out later this week or early next week.
The iAS Core release on Windows is already out, so you can try that in the meantime.

Similar Messages

  • I have suddenly got the following message An (SMTP) error occurred while sending mail. The server responded: Requested action aborted: This mail account has se

    Having been on Thunderbird for some years I have suddenly got the following message when trying to send mail.
    An (SMTP) error occurred while sending mail. The server responded: Requested action aborted: This mail account has sent too many messages in a short amount of time. Please try later..
    I have checked the SMTP server settings in tools, account settings and they are as they have always been. Is there something I have missed?

    Sending through web mail is totally irrelevant to using an SMTP server. The message even says it is from the server. Why do you think this is a Thunderbird problem.
    The provider has put in place measures to keep people from spamming other email recipients using thier SMTP server. You have seen the result of those measures.

  • Com.evermind.server.http.HttpIOException: Connection aborted by peer: socke

    Hi
    I get an this stack on the server side while doing a forward using RequestDispatcher.
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
    at com.evermind.server.http.EvermindServletOutputStream.flushBuffer(EvermindServletOutputStream.java:81)
    at com.evermind.server.http.EvermindHttpServletResponse.flushBuffer(EvermindHttpServletResponse.java:1818)
    at javax.servlet.ServletResponseWrapper.flushBuffer(ServletResponseWrapper.java:52)
    The funniest part is, i get this exception while i submit the request second time i get this error.. First time it works fine. :)
    ANy solution on this would be greatly appreciated.
    Thanks
    Manju

    Hi!
    I posted a TAR on metalink for this "read timed out" problem. This is the answer I got:
    apparently the messages that you listed seem refer to a problem in reading request data from the client - so the HttpIOException is triggered.
    I have made a little research on HttpIOException in request-reading context. There are only
    two situations in which HttpIOException can be raised without an causing IOExce
    ption, and I think none of them applies. So we'd have some kind of IOException t
    hat causes the HttpIOException. It might well be a SocketException, because the
    text "Read timed out" is as far as I know the standard text for SocketException
    if the socket's SoTimeout has been reached.
    In fact there is a configuration parameter for OC4J (though undocumented), which allows you to set the Socket's SoT
    imeout -- and the default is 15000 (measured in milliseconds). The name is "orac
    le.j2ee.http.socket.timeout", and it should be available in OC4J 9.0.3.1 and hig
    her (I am definitely sure that it exists in OC4J 9.0.4.1).
    So can you please add something like "-Doracle.j2ee.http.socket.timeout=120000" to the startup comma
    nd for your standalone OC4J container to increase the timeout from 15 seconds to
    2 minutes?
    It helped us, although some requests time out "normally" instead.
    /jonas

  • Updated PKGBUILD for vmware-server-modules 2.0.2

    Hi.
    I have updated the PKGBUILD for the vmware-server-modules and added patches for kernel 2.6.35 and 2.6.36.
    The package is currently marked as an orphan, so I'll have to adopt it do upload the changes, right?
    Could someone please take a look at this, and say if it is good enough.
    I haven't really made any changes other than adding patches for kernel 2.6.35 and 2.6.36, but since there are some 'not so positive comments' following this package in AUR maybe there is more that should be done?
    It works on my x86_64 2.6.36-arch install.
    pkgname=vmware-server-modules
    pkgver=2.0.2
    pkgrel=4
    pkgdesc="Kernel modules for VMware Server"
    arch=('i686' 'x86_64')
    url="http://www.vmware.com/products/server/"
    license=('custom')
    depends=('kernel26>=2.6.32')
    makedepends=('kernel26-headers')
    conflicts=('vmware-workstation-modules' 'vmware-player-modules')
    install=vmware-server-modules.install
    _kernver=`uname -r`
    source=(VMware-server-2.0.2-203138-update-2.patch vmware-server-modules-autoconf.patch vmware-server-modules-vsock-kernel2.6.35.patch vmware-server-modules-vmmon-kernel2.6.36.patch)
    md5sums=('774a6361a443834205bc0172498bb2c0'
    '91ea48c3d4779f531cb942be09248dba'
    '3325f1b34eb21ee7d4cceb5f0da852f1'
    'bfd62533e023b696cf7ff45379732b71')
    case ${CARCH} in
    i686)
    source=(${source[@]} 'VMware-server-2.0.2-203138.i386.tar.gz')
    md5sums=(${md5sums[@]} '6eb844d1ab4aed6128438e5f587d10bb');;
    x86_64)
    source=(${source[@]} 'VMware-server-2.0.2-203138.x86_64.tar.gz')
    md5sums=(${md5sums[@]} 'cc7aef813008eeb7150c21547d431b39');;
    esac
    build() {
    cd "$srcdir/vmware-server-distrib/lib/modules/source"
    for module in *.tar; do
    tar xf $module
    done
    cd "$srcdir/vmware-server-distrib"
    # patch
    patch -p1 < ../VMware-server-2.0.2-203138-update-2.patch
    patch -p2 < ../vmware-server-modules-autoconf.patch
    if [[ ${_kernver:0:6} == "2.6.35" ]]; then
    patch -p1 < ../vmware-server-modules-vsock-kernel2.6.35.patch
    fi
    if [[ ${_kernver:0:6} == "2.6.36" ]]; then
    patch -p1 < ../vmware-server-modules-vsock-kernel2.6.35.patch
    patch -p1 < ../vmware-server-modules-vmmon-kernel2.6.36.patch
    fi
    cd "$srcdir/vmware-server-distrib/lib/modules/source"
    for module in vmci vsock vmmon vmnet; do
    make -C $module-only HEADER_DIR=/lib/modules/$_kernver/build/include || \
    return 1
    install -D -m644 $module-only/$module.ko \
    "$pkgdir/lib/modules/$_kernver/misc/$module.ko"
    done
    # License
    install -D -m644 "$srcdir/vmware-server-distrib/doc/EULA" \
    "$pkgdir/usr/share/licenses/vmware-server-modules/EULA"
    install -D -m644 "$srcdir/vmware-server-distrib/doc/open_source_licenses.txt" \
    "$pkgdir/usr/share/licenses/vmware-server-modules/open_source_licenses.txt"
    sed -i -e "s|KERNEL_VERSION='.*'|KERNEL_VERSION='$_kernver'|" \
    "$startdir/vmware-server-modules.install"

    i don'T think that there will ever be a PKGBUILD for VMWare, because it's commercial software... but i posted alot of hints in the "Package Configuration Problems" Forum...
    http://bbs.archlinux.org/viewtopic.php? … highlight=
    nearly each posible problem is described there... if u still have problems, post ur errors and anything u got about it there, and i try to help u.....

  • Vmware-server-modules and kernel 2.6.19 [solved]

    I'm trying to rebuild the vmware server modules from AUR for the new kernel. After adjusting the files for the kernel version and doing makepkg I get the following:
    ==> Validating source files with MD5sums
    VMware-server-1.0.1-29996.tar.gz ... Passed
    ==> Extracting Sources...
    ==> tar --use-compress-program=gzip -xf VMware-server-1.0.1-29996.tar.gz
    ==> Starting build()...
    Using 2.6.x kernel build system.
    make: Entering directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only'
    make -C /lib/modules/2.6.19-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/hostif.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/cpuid.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/hash.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/memtrack.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/phystrack.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/task.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/vmx86.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmcore/moduleloop.o
    LD [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.mod.o
    LD [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only'
    make -C /lib/modules/2.6.19-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/driver.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/hub.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c: In function 'VNetCopyDatagramToUser':
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: 'CHECKSUM_HW' undeclared (first use in this function)
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: (Each undeclared identifier is reported only once
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: for each function it appears in.)
    make[2]: *** [/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o] Error 1
    make[1]: *** [_module_/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    make: *** [vmnet.ko] Error 2
    make: Leaving directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only'
    ==> ERROR: Build Failed. Aborting...
    It seems the userif module breaks.  I haven't a clue how to solve this.  :?

    Progress:
    AUR
    which leads to
    http://www.vmware.com/community/thread. … 4&tstart=0
    EDIT: package in AUR has been updated. Thnx pizzapunk.

  • Adobe Print form error: Initialization of the font server module failed.

    Hi all,
    When trying to open a PDF preview the error below is displayed:
    "Initialization of the font server module failed."
    The problem occurs with SAP GUI 7.10 patch 15 and Adobe Reader 9
    With SAP GUI 7.10 patch 12 and 13 with Adobe Reader 9 the problem do not happen.
    Has anybody faced this kind of problem? Is it a SAP GUI patch release issue?
    Any help is welcome.
    Kind regards,
    Thiago Viaro

    Hi Thiago,
    We had exactly the same problem, but also with sp 12 and 13 for sapgui 710.
    After applying ECL 6.0 Patch 4, the problem was solved.
    Please have a look at sap note 1308147 and 1356854
    Cheers,
    Peter Albrecht

  • Origin server recovery after failover not working

    version of oracle web cache - webcache9.0.2.0.0_WINDOWS_OWM.zip
    patch set applied - p2885472_9022_WINNT
    firstly architecture is as follows:
    - 1 x Standalone OWC
    - 2 x Origin Web Servers (Standalone OC4J)
    - OWC configured with single site mapped to two origin servers (load-balancing and failover)
    - only http at this point in time
    behaviour i experience is the following:
    1.. 2 origin servers (A + B) running, owc balancing the load
    2.. origin web server A is shut down
    3. owc reports origin web server A to be down on first failed request
    4. all sessions fail-over instantly to origin server B
    5. origin web server A is started again
    6. within 5 seconds owc reports origin web server A to be UP
    7. ****problem**** all requests (even new clients) are forwarded to origin web server B, origin web server A never receives a request again (I've waited more than 10 mins)
    - to restore normal load balancing behaviour i need to restart owc
    -already checked event log in verbose mode and no errors reported

    Hi Venkat,
    In the site-to-server mapping page, make sure that you are matching one Web cache with 2 origin servers in a single entry.
    If possible, I urge you to patch Web Cache up to 9.0.2.3. There has been some bug fixes in 9.0.2.0 regarding load balancing. To obtain a patch, you need to contact Oracle Support.
    Thanks!

  • Error: The listener returned the following Message: 504 Origin Server Timeo

    Hi Friends
    I have created one portlet successfully and added that portlet in Portal page too... When i click the Portal page, am getting this following error.
    Error: The listener returned the following Message: 504 Origin Server Timeout.
    I am using Oracle 9iAS - Release 2 server.
    Thanks
    masa michael

    Hi Friends
    I have created one portlet successfully and added that portlet in Portal page too... When i click the Portal page, am getting this following error.
    Error: The listener returned the following Message: 504 Origin Server Timeout.
    I am using Oracle 9iAS - Release 2 server.
    Thanks
    masa michael

  • Adobe form terminates gui with "initilization of font server module failed"

    Installed Adobe Live Cycle Designer.
    Now when I try opening any form in SAP guif rom the individula t code say for example PR05, it thorws me out of the gui saying "initilization of font server module failed".
    Why??
    please advise..
    Thanks
    Ven..

    This is an issue with the SAP GUI vs Adobe Reader 9. OSS note 1308147 refers to this. Followed the work around mentioned at
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/plm/adobe9-SAPGUIcrash.
    and it works fine now....

  • Tarball for vmware-server-modules' PKGBUILD missing [SOLVED]

    Edit: I realized that my subject line was mis-leading
    Hello,
    I've been an arch user for several months now. Amazingly, I've been able to work my way through all the problems I've had thus far (due, in large part, to the arch community and wikis). This is my first time actually posting for help.
    I've been trying to install VMware-Server on my latest install of arch, when I run a 'makepkg' on the vmware-server-modules package I get:
    ==> ERROR: VMware-server-2.0.2-203138.x86_64.tar.gz was not found in the build directory
    and is not a URL.
    A link to the missing tarball can be found on the vmware-server-2.0.2 AUR page (http://aur.archlinux.org/packages.php?ID=6182), however, when I click on the link, it 404's. I've done multiple Google, vmware.com, and archlinux.org/forum searches and have found nothing. I'm at a complete loss for what to do at this point. I really can't find anything of use on the subject, am I the only person who's had/having this problem? Any help/suggestions are greatly appreciated.
    Last edited by purilepolterguist (2010-07-18 19:21:51)

    Turns out I'm just retarded. That's the actual vmware-server package from the VMware download site, which I actually downloaded and unpacked in search of the file itself For those who looked at this post, could no one have just gone, "Hey dumbass, it's the actual file from the VMware site."?

  • Origin Server capacity?

    I have begun to notice a large amount of the following error in my WC logs:
    "Capacity, as set by Web Cache, is exceeded for all origin servers that are available for processing this request...."
    What is the best approach to determine what the Capacity setting for our origin server should be?
    Currently this is set at "100", which seems a bit low to me, as our server averages about 3 million WC hits per month....
    Thanks in advance for any advice as to how this can be approached....

    The limit for capacity will depend upon resources (e.g. CPU and memory) available in your environments. It may be a bit of trial and error to find a value that works for you. You can alter this value from the Enterprise Manager console (edit an Origin Server) or Web Cache Administrator. For more info, see the online documentation.

  • SAS1068 Controller on T6300 Server Module

    Hi,
    Does anyone know how I can interrupt the boot sequence on a T6300 UltraSPARC blade server module to access the LSI SAS1068 Raid Setup menus?

    FYI, I managed to do this by booting from a remote Jumpstart image - in single user, and then using the following command:
    raidctl -c c0t0d0 c0t1d0
    Just booting to single user won't let you do this - you have to be booted from something other than c0t0d0 or c0t1d0, i.e. CD or a jumpstart image.

  • TS4268 When I send an imessage with wifi it send it from the original number I got with the phone before I ported my number over.  When I send an imessage on the network it comes from my own ported number.  How do I change this?

    When I send an imessage with wifi it sends it from the original number I got with the phone before I ported my number over.  When I send an imessage on the network it comes from my own ported number.  How do I change the imessage so that it comes from my own ported number?

    Yeah send it from your phone.
    Your computer has no knowledge of your phones phone number, it is not a phone.

  • Need help with Edge/Origin server configurations

    I've been trying now for few days to configure an Edge server that would connect to our working Origin server.
    I have not changed anything on the Origin server and media are served properly
    I can easily play all media from the videoPlayer.html sample app distributed with the server.
    http://10.0.9.19:8134/samples/videoPlayer/videoplayer.html
    using the media;
    rtmp://10.0.9.19/vod/stories/Test/test
    Now I have installed a fresh version of FMS on a second machine and configured the Edge server as follow;
            <Proxy>
                    <Mode>remote</Mode>
                    <RequestTimeout>5</RequestTimeout>
                    <Anonymous>false</Anonymous>
                    <CacheDir enabled="true" useAppName="true">
                            <Path>c:\fmscache\</Path>
                            <MaxSize>32</MaxSize>
                    </CacheDir>
                    <LocalAddress></LocalAddress>
                    <RouteTable protocol="">
                            <RouteEntry>*:*;10.0.9.19:*</RouteEntry>
                    </RouteTable>
                    <EdgeAutoDiscovery>
                            <Enabled>false</Enabled>
                            <AllowOverride>true</AllowOverride>
                            <WaitTime>5000</WaitTime>
                    </EdgeAutoDiscovery>
                    <AggregateMessages enabled="true">
                    </AggregateMessages>
            </Proxy>
    Now if I try to connect to rtmp://10.0.9.20/vod/stories/Test/test i simply get an error saying that it cannot connect to the network...
    I also tried rtmp://10.0.9.20/?rtmp://10.0.9.19/vod/stories/Test/test
    That is using the videoPlayer.html sample and/or our app.
    What I am doing wrong?

    Ok, it seem that I just found something;
    If I launch the browser on the same machine as the edge and use "localhost" instead of IP it works.
    So
    http://localhost:8134/samples/videoPlayer/videoplayer.html?source=rtmp://localhost/vod/sto ries/Test/test
    works while
    http://localhost:8134/samples/videoPlayer/videoplayer.html?source=rtmp://10.0.9.19/vod/sto ries/Test/test
    don't!
    So there must be a config I am missing to tell the Edge to listen on ALL IP...
    ok, that is all good if the browser is ran from the same machine as the Edge server but still not working if the browser is launched from my desktop
    Message was edited by: André Couture

  • Programaticaly remove(disable/enable) origin server from WebCache Cluster

    Hi.
    Can I programaticaly disable/enable origin server (OAS) from WebCache Cluster for safe node Up/Down ?
    Thanks.

    I found only one way - simulate HTTP request from web console by wget.
    wc_balance.bat (windows script):
    @rem Using a script: parameter ON - enable node, OFF - disable node
    @rem server env
    set HOST=class4.tst.lan:4000
    set AUTH=ias_admin:system
    @rem req env
    set u_host=class4.tst.lan
    set u_port=7888
    set u_capacity=100
    set u_numRetry=5
    set u_url=/
    set u_interval=10
    @rem !!! line number server in the Origin Server !!!
    set u_id=h2
    set U1="hostname=%u_host%&port=%u_port%&routing=%1&capacity=%u_capacity%&numRetry=%u_numRetry%&URL=%u_url%&interval=%u_interval%&SSL_TYPE=NONE&ACTION=Submit&id=%u_id%&SCREEN_ID=CGA.Site.OriginServers_Edit"
    set U2="webcacheadmin?SCREEN_ID=CGA.ConfigTree&ACTION=Apply+Changes"
    @rem set new status
    wget http://%AUTH%@%HOST%/webcacheadmin?%U1%
    @rem commit changes
    wget http://%AUTH%@%HOST%/webcacheadmin?%U2%
    Message was edited by:
    sisaev

Maybe you are looking for