1023 WARN: No client context space available in handler

Hi Users,
I'm getting below tuxedo warning in ULOG:
"1023 WARN: No client context space available in handler"
I did google for above error and got below results from one of oracle documentation website for Tuxedo:
" Description
While setting up a connection for a new workstation client, the WSH ran out of room to keep context for clients.
Action
This error should occur rarely since the WSL transfers control of workstation client connections to WSH programs based on their current degree of multiplexing. Contact BEA Customer Support. "
Does anyone had any clue to rectify this issue.
Regards
Fakhruddin.

Hi Todd,
WSL SRVGRP=CLIENT SRVID=200
# -t to support pre Tuxedo 7.1 clients
#CLOPT=" -t -- -n //<hostname>:<hostport> -x 10"
CLOPT=" -t -- -n //austria:10008 -x 30 -T 30"
SEQUENCE=100
#Second workstation listener.
WSL SRVGRP=CLIENT SRVID=205
CLOPT=" -t -- -n //austria:10000 -c 4096 -K both -H //127.0.0.1:MMMM -p 10050 -P 10050 -T 30"
RESTART=Y MAXGEN=5
SEQUENCE=100
# ConnectStore Citrix listener
WSL SRVGRP=CLIENT SRVID=210
CLOPT=" -t -- -n //austria:10100 -p 10101 -P 10104 -x 50 -H //172.16.48.108:10100 -T 20"
RESTART=Y MAXGEN=5
SEQUENCE=100
Note: This is the same WSL config posted in last replies. Again posted just for quick reference.
As per the above configuration for WSL, the first WSL configuration supporting unlimted or any number of user session at a time, so this WSL hopefully wont give me any error. The second WSL has only one port so it can support at most 10 session at any given time and the third one has 4 ports so max session suported is 200 at any given time. Second WSL configuration is enough to support that many session but still the error is coming from this WSL only. Third WSL configuration is fine because at any given not more than 120 - 130 sessions are active.
So the error is basically coming from second WSL. Will increasing the multiplexing factor from 10 (by default) to 50 really help us? Is there any other factor which could results in this type of errors? Kindly suggest.
Thanks & Regards
Fakhruddin.

Similar Messages

  • I was backing up my iPhone and importing photos onto iPhoto at the same time , then suddenly it says no more space available (i had 48GB before i do this and now i have 18GB) i can't find the back up or the photo anywhere , how can i delete them ?

    i was backing up my iPhone and importing photos onto iPhoto at the same time , then suddenly it says no more space available (i had 48GB before i do this and now i have 18GB) i can't find the back up or the photo anywhere , how can i delete them ? i dont need the pictures or the back ups , i want to delete them but they are not there

    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
    iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then reboot. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation. You also need enough space left over to allow for growth of the data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown asBackups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Reboot and it should go away.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) to explore the volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Deleting files inside an iPhoto or Aperture library will corrupt the library. Any changes to a photo library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install ODS in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The application window will open, eventually showing all files in all folders, sorted by size with the largest at the top. It may take a few minutes for ODS to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with ODS, quit it and also quit Terminal.

  • Web Services  No JAX-WS context information available.

    Hi Guys,
    Hope you are doing well. I need a bit of help here. I have developed a java application and I am trying to make it a web service. So can you guys help me . Whenever I try "http://localhost:9090/" I keep getting "Web Services No JAX-WS context information available." this message. I have not yet developed a client. So far I am just trying to run it as a service. Below is the code for a sample Java application. I am thinking if I can get this Java program to work then maybe I will be able to get my Java program to work.
    package Endpoint;
    import javax.jws.WebMethod;
    import javax.jws.WebService;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import javax.xml.ws.Endpoint;
    @WebService
    public class Example25 {
         private String message = new String("Hello, ");
         public String sayHello(){
              return message + "Dipin" + ".";
         public static void main(String []args){
              String endpointUri = "http://localhost:9090/";
            Endpoint.publish(endpointUri, new Example25());
              //System.out.println("Service started at: " + endpointUri);
    }***********Here is the Java version I am using. ******************
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>java -version
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode)
    C:\Documents and Settings\Administrator>
    **********Here is my Classpath Setting***************
    ;.;C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip;.;
    C:\Program Files\Java\jre1.6.0_07\bin;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\mail-1.4.1.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\activation.jar;.;
    C:\generodb\antsjdbc\antsjdbc.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\metro-1_2.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\JAXWS2.1.5-20081030.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\jaxws-tools.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\*.*;.;
    C:\Program Files\Java\JavaEE5\jdk\jre\lib\javaws.jar;.;
    **********Java Program compliation and running*************
    C:\Documents and Settings\Java Samples\Example25\src>javac Endpoint/Example25.java
    C:\Documents and Settings\Java Samples\Example25\src>java Endpoint.Example25
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getRequestWrapperClas
    s
    INFO: Dynamically creating request wrapper Class Endpoint.jaxws.SayHello
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getResponseWrapperCla
    ss
    INFO: Dynamically creating response wrapper bean Class Endpoint.jaxws.SayHelloRe
    Sponse
    Thanks and Regards,
    Dipin

    Hi Guys,
    Hope you are doing well. I need a bit of help here. I have developed a java application and I am trying to make it a web service. So can you guys help me . Whenever I try "http://localhost:9090/" I keep getting "Web Services No JAX-WS context information available." this message. I have not yet developed a client. So far I am just trying to run it as a service. Below is the code for a sample Java application. I am thinking if I can get this Java program to work then maybe I will be able to get my Java program to work.
    package Endpoint;
    import javax.jws.WebMethod;
    import javax.jws.WebService;
    import javax.jws.*;
    import javax.jws.soap.SOAPBinding;
    import javax.xml.ws.Endpoint;
    @WebService
    public class Example25 {
         private String message = new String("Hello, ");
         public String sayHello(){
              return message + "Dipin" + ".";
         public static void main(String []args){
              String endpointUri = "http://localhost:9090/";
            Endpoint.publish(endpointUri, new Example25());
              //System.out.println("Service started at: " + endpointUri);
    }***********Here is the Java version I am using. ******************
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>java -version
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode)
    C:\Documents and Settings\Administrator>
    **********Here is my Classpath Setting***************
    ;.;C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip;.;
    C:\Program Files\Java\jre1.6.0_07\bin;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\mail-1.4.1.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\activation.jar;.;
    C:\generodb\antsjdbc\antsjdbc.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\metro-1_2.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\JAXWS2.1.5-20081030.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\jaxws-tools.jar;.;
    C:\Program Files\Java\jre1.6.0_07\lib\ext\jaxws-ri\lib\*.*;.;
    C:\Program Files\Java\JavaEE5\jdk\jre\lib\javaws.jar;.;
    **********Java Program compliation and running*************
    C:\Documents and Settings\Java Samples\Example25\src>javac Endpoint/Example25.java
    C:\Documents and Settings\Java Samples\Example25\src>java Endpoint.Example25
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getRequestWrapperClas
    s
    INFO: Dynamically creating request wrapper Class Endpoint.jaxws.SayHello
    Mar 5, 2009 4:05:49 PM com.sun.xml.ws.model.RuntimeModeler getResponseWrapperCla
    ss
    INFO: Dynamically creating response wrapper bean Class Endpoint.jaxws.SayHelloRe
    Sponse
    Thanks and Regards,
    Dipin

  • WARNING: Insufficient disk partition space.

    im trying to install J2EE SDK on a SunBlade 150 with Solaris 8. I get the following error message during the drivespace check:
    WARNNG: Insufficient disk partition space to install the items selected
    Im trying to install it in /opt/SUNWappserver/
    I have installed the recommended patch cluster for Solaris 8, so all of my patches are up to date. According to df -k, I have about 4.5 gigs left on that partition, so space is not the issue. I figured it must be a bug with the release.
    Does anyone know the fix for this?

    sure.....heres the info, sorry for the late reply, and thanks again for all of your help:
    Error Message when I try to install onto /opt/SunWAppserver/:
    Checking disk space...
    WARNING: Insufficient disk partition space to install the items selected.
    <Press ENTER to continue> {"<" goes back, "!" exits}
    A second attempt was made to install it in a different target, this time in /usr/j2eesdk/ with the same result.
    bash-2.03$ uname -a
    SunOS sunspot 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Blade-100
    bash$: df -k
    Filesystem kbytes used avail capacity Mounted on
    /dev/dsk/c0t0d0s0 958287 79005 821785 9% /
    /dev/dsk/c0t0d0s3 2997583 2171333 766299 74% /usr
    /proc 0 0 0 0% /proc
    fd 0 0 0 0% /dev/fd
    mnttab 0 0 0 0% /etc/mnttab
    /dev/dsk/c0t0d0s4 1977327 432350 1485658 23% /var
    swap 538760 24 538736 1% /var/run
    swap 539104 368 538736 1% /tmp
    /dev/dsk/c0t0d0s5 5020830 453250 4517372 10% /opt
    /dev/dsk/c0t0d0s6 20085817 2559013 17325946 13% /export/home
    Installed patches shown using showrev -p:
    Patches installed on system at time of attempt. (Latest install from recommended patch cluster for Solaris 8 released August 16th, 2004:
    109618-01 109889-01 110369-05 110370-03 110373-04 110374-08 110376-01 110833-01 110853-01 111791-01 112160-01 108528-13 108528-14 108528-29 111306-03 111793-01 112161-02 112167-01 110849-08 109873-11 108723-01 108875-10 108901-04 108974-17 109202-03 109454-01 109458-02 109657-06 109764-04 109793-09 109879-02 109898-05 109920-06 109928-04 110075-01 110285-01 110368-02 110371-03 110375-04 110379-01 110461-01 110820-07 110821-02 110822-01 110826-05 110827-02 110828-02 110829-02 110838-04 110840-02 110841-01 110842-05 110844-02 110845-03 110846-02 110847-02 110852-03 110854-02 110901-01 110955-02 111023-01 111267-02 111304-01 111321-02 111439-01 111588-01 112162-03 112163-01 112164-01 112170-01 112220-01 108725-07 108727-10 109872-01 109876-02 109893-02 109894-01 110851-02 110918-03 112169-01 109888-15 112438-01 108974-25 111023-03 108993-36 110724-01 108825-01 108899-01 108982-09 108983-08 108984-08 109091-04 109145-01 109147-12 109149-02 109277-02 109324-04 109326-06 109524-09 109576-01 109729-01 109783-01 109803-01 109805-04 109807-01 109809-01 109933-01 109994-01 110165-02 110283-05 110381-01 110382-01 110386-01 110387-03 110388-01 110662-06 110668-01 110710-01 110896-01 110898-03 110903-02 110905-02 110910-01 110912-03 110914-01 110934-04
    110945-04 110951-01 110957-02 111085-02 111098-01 111197-01 111225-02 111232-01 111234-01 111265-01 111299-03 111317-02 111319-01 111325-01 111368-01 111504-01 111624-01 111659-03 111804-02 111808-01 111831-01 111874-02 111881-01 111958-01 112039-01 112097-01 112138-01 112171-01 108964-06 108975-05 108985-03 108989-02 109043-02 109045-03 109077-06 109234-08 109896-07 109902-03 110385-03 110839-03 111796-03 111802-01 109003-01 109005-03 109007-06 109009-02 109011-01 109015-01 109017-01 109019-02 109021-01 109023-01 109027-01 109031-01 109033-01 109035-02 112396-02 108827-34 110934-07 113415-01 110386-03 109147-29 110934-16 111317-05 113648-03 115827-01 116602-01 108977-01 109785-01 109815-10 109877-01 109882-05 109883-02 109900-02 110380-03 110609-02 110615-03 110856-01 111018-01 111069-01 111293-04 111302-01 111310-01 111327-05 111431-01 108968-05 108972-04 108995-03 109885-08 110460-17 111295-01 108827-15 108993-05 108997-03 108999-01 109025-04 109029-02 111995-02 112001-02 111111-03 110380-04 108820-01 109223-01 109384-02 110458-02 110811-01 111308-01 111562-01 112218-01 112237-02 111297-01 111308-04 110815-01 112135-01 109159-01 111953-04 109134-26 112142-01 113261-01 110716-02 110286-05 108652-47 108652-64 108652-82 108823-01 108970-01
    109936-01 110916-02 111016-01 111111-01 111141-01 112050-01 109013-02 111075-02 111382-01 113128-02 108940-37 110605-02 108940-63 111760-02 109318-26 108962-01 108987-09 108987-13 110453-03 111741-02 111844-02 108714-05 108919-14 108949-07 109142-06 108714-08 109695-03 109887-10 111337-01 109165-11 109169-12 109354-13 110813-01 111231-04 108835-02 108909-12 109152-01 108869-11 109320-04 110611-01 110614-02 110088-02 109613-03 110326-02 110335-02 109582-02 109748-03 113242-01 109167-01 109470-02 109960-01 110407-02 110603-01 110457-04 108987-07 111852-01 110750-01 110320-01 112472-01 109931-02 108921-13 108923-01 108921-15 108921-21 108604-22 111359-02 108773-12 108773-17 108773-18 109881-02 111626-01 109766-02 110423-03 112082-02 109568-03 111548-01 111323-01 109238-02 110700-01 111393-02 109727-01 109890-01 111471-03 111481-01 110068-02 109862-01 114485-01 111332-04 108569-06 109037-01 109328-02 110269-01 110322-01 110511-03 109154-09 112137-01 111883-05 112172-02 112173-01 112174-01 109935-03 110389-04 110830-02 111049-02 110831-02 110832-01 110823-03 110824-02 110825-02 110835-03 110836-03 110837-03 110848-02 110900-02 111335-08 110794-02 111789-01 111790-05 109374-06 108605-22 111360-02 112249-01 111792-03 111822-01 110150-04 109754-05 111657-01 108576-25 109718-01 111415-04 111498-04 109460-06 108606-18 108606-28 111041-04 110819-03 108914-02 108954-02 110274-03 110797-02 110888-01 111275-01 111823-01 110723-04 110127-04 111606-02 110221-06 108813-08 108981-07 109529-06 109189-04 112187-01 109128-01 109679-01 109704-02 112003-03 110927-01 110953-02 108623-02 109639-02 109667-04 109922-02 109926-02 109892-03 109924-03 108806-07 110378-06 110986-02 111269-03 111313-01 111775-01 111777-01 111088-02 112159-01 110670-01 110943-01 109244-02 110939-01 110941-02 109607-01 109642-01 109813-01 110817-01 110907-01 111073-01 111794-01 111800-01 112158-01 112168-01 112334-01 109990-01 112165-01 108808-42 111400-01 111071-01 111570-01 108897-01 108609-01 110702-01 111596-02 112183-03 112077-02 108693-06 111661-01 111787-01 111500-04 108127-05 109660-01 109039-07 108701-10 108702-05 110645-02 109715-02 112178-01 109738-01 109584-21 110644-01 109585-11 111254-01 109586-09 110208-13 112034-03

  • WARNING: Type 'SByte' is not available in the public API. Onyx development?

    Hello i'm getting the warning WARNING: Type 'SByte' is not available in the public API.
    and various other warnings.The problem is that i don't see any code.
    Any thoughts?BTW is onyx still under development?
    ps:I know that nobody is going to reply so i wonder why i keep asking.

    The vSphere client uses some hidden API's. If you perform an action in the vSphere client that uses a hidden API, Onyx will report the "WARNING: Type 'xxx' is not available in the public API." message. This unfortunately limits what you can do with PowerCLI. Some know hidden API's are for tags, cluster EVC mode and for Storage Profiles.
    I don't know if Onyx is still under development. Maybe some from VMware can answer this question?

  • No PXA storage space available at the moment.

    Dear All,
    When I am doing delivery or Reverse the delivery (T.Codes VL09, VL01N), in Client 800, it is going to ABAP dump. Please see below. Please help me in this.
    Runtime Errors                    PXA_NO_FREE_SPACE     
    Date and Time                    22.11.2011     19:44:13
    Short dump has not been completely stored (too big)                         
         Short text                    
              No PXA storage space available at the moment.               
         What happened?                    
              The current ABAP/4 program had to be terminated because there               
              was no space available to load it.               
              Each ABAP/4 program to be executed is stored in a central               
              storage area that is divided between all users.          
              This area was too small to hold all currently active programs for all          
              users.          
              Resource bottleneck          
              The current program "SAPLMCB1" had to be terminated because          
              a capacity limit has been reached.          
         Error analysis               
              Unable to load a program of 1169408 bytes.          
              The PXA ('program execution area') was too small to hold all          
              currently active programs for all users.          
              At present, the size of the PXA is set at 144868 Kbytes.          
              The largest contiguous and unlocked memory chunk has 592896 bytes.          
         Trigger Location of Runtime Error                         
              Program                    SAPLMCB1
              Include                    LMCB1F20
              Row                    200
              Module type                    (FORM)
              Module Name                    LIS_VERBUCHUNG
         Source Code Extract                         
         Line          SourceCde               
         170                    xmcbest = xmcbest.          
         171              ENDIF.          
         172              IF flg_v2 NE space.          
         173          * V2-Verbuchung starten          
         174                CALL FUNCTION 'MCB_STATISTICS_UPD_V2' IN UPDATE TASK          
         175                  EXPORTING          
         176                    zeitp   = con_zeitp          
         177                  TABLES          
         178                    xmcmseg = xmcmseg          
         179                    xmcbest = xmcbest.          
         180                    
         181              ENDIF.          
         182              IF flg_b NE space.          
         183          * V3-Verbuchung starten          
         184                CALL FUNCTION 'MCB_STATISTICS_UPD_V3' IN UPDATE TASK          
         185                  EXPORTING          
         186                    zeitp   = con_zeitp          
         187                  TABLES          
         188                    xmcmseg = xmcmseg          
         189                    xmcbest = xmcbest.          
         190                    
         191              ENDIF.          
         192              IF flg_bw NE space.          
         193                SET EXTENDED CHECK OFF.          
         194          *     Preparation for new update process (plug-in system).          
         195          *     See note 486784.          
         196                DATA if_release TYPE i.                         "interface release          
         197                if_release = 1.          
         198                PERFORM mcex_if_release_03 IN PROGRAM saplmcex CHANGING if_release          
         199                   IF FOUND.          
         >>>>>                IF if_release >= 2.          
         201                  CALL FUNCTION 'MCEX_UPDATE_CALL_03'          
         202                    EXPORTING          
         203                      zeitp         = con_zeitp          
         204                      contr         = hlp_control          
         205                      i_update_task = 'X'          
         206                    TABLES          
         207                      xmcbest       = xmcbest          
         208                      xmcmseg       = xmcmseg.          
         209                ELSE.          
         210                  CALL FUNCTION 'MCEX_UPDATE_03' IN UPDATE TASK          
         211                    EXPORTING          
         212                      zeitp   = con_zeitp          
         213                      contr   = hlp_control          
         214                    TABLES          
         215                      xmcbest = xmcbest          
         216                      xmcmseg = xmcmseg.          
         217                ENDIF.          
         218                SET EXTENDED CHECK ON.          
         219              ENDIF.          
    Regards,
    Rao.

    Hi,
    For error
    Runtime Errors PXA_NO_FREE_SPACE
    For this look for increasing the SAP profile parameter value abap/buffersize
    Hope this helps.
    Regards,
    Deepak Kori

  • BW..No more storage space available for extending an internal Table

    Hi;
    In function module - RSAR_TRFC_DATA_RECEIVED
    During Data loading from ERP to BW client am getting an error  in SM58 in ERP as ""No more storage space available for extending an internal Table "".
    There is a dump in BW system   TSV_TNEW_PAGE_ALLOC_FAILED
    "".I checked all the parameters for roll area,paging , etc..everything is fine. Also tried with  packet size smaller ..still i am getting this error ..
    Thanks & regards
    seethy

    hi thanks for the response....
    Memory parameters are fine
         em/initial_size_MB               2048     EM/TOTAL_SIZE_MB               21679     em/global_area_MB               256     Ztta/roll_area                       6500000     
         ztta/roll_first               1     
         ztta/roll_extension                  2000000000          
         rdisp/ROLL_MAXFS               32768     
         rdisp/PG_MAXFS               32768     
         rdisp/ROLL_SHM               16384     
         rdisp/PG_SHM               16384
         abap/heap_area_dia          2000000000     
         abap/heap_area_nondia      2000000000     
         abap/heap_area_total          4000000000
    i have checked with Less data selection. still error occurs     
    regards
    seethy

  • OS X startup disk has no more space available for application memory

    This message pops up when running the system for some time a day or 2. Full message
    "Your Mac OS X startup disk has no more space available for application memory. To avoid problems with your computer, quit any applications you are not using, Closing windows and removing files from your startup disk will also help."
    HD Space 361.27GB Free of 620
    2.6GHz Intel Core 2 Dou
    Memery 4 GB 1067MHz

    This answers both of your questions. The computer needs some hard drive space for swap files and for storing other information while the computer runs. You are getting a warning that there is limited hard drive space that is affecting the ability of the computer to run correctly. Note, that your hard drive it not completely full. It that where so, you would be seeing really weird behaviors and likely applications would be crashing right and left. If nothing is done to remedy the situation, you will likely start to see weird behaviors and unexpected crashes.
    Time for some clean up. Perhaps, there are some old files that can be trashed. Perhaps there are some old files that you want to save but don't use that often. Do you need instant access to old iMovie and iDVD projects? They take up a lot of space. These seldom used files could be moved to a secondary hard drive.
    Also, use a product like OmniSweeper by Omnigroup; It will help to find folders/files that are large. It helps me to find those "Ah-ha" files. Those are the large files that I forgot I had on my hard drives that I don't need anymore yet are using GB of space. BTW, OmniSweeper is free!
    Best of luck in cleaning up.

  • Warning a client is using a different version of the ormi protocol 1.3 != 1

    Hi All,
    I am trying to access a bpel process deployed on 10.1.2.0.2 bpel process manager via java client. I am getting the below error on the bpel process manager as,
    Warning a client is using a different version of the ormi protocol 1.3 != 1.1
    I am using the following jars at client side,
    ejb.jar
    oc4jclient.jar
    oc4j-internal.jar
    optic.jar
    orabpel.jar
    orabpel-common.jar
    xmlparserv2.jar
    Can you please help me to solve this issue.
    Appreciate your help!.
    Thanks,
    Levey

    I believe there is a patch available, which allows cross version ORMI compatibility, which needs to be applied to the 10.1.2 release:
    http://download-west.oracle.com/docs/cd/B25221_04/web.1013/b14427/rmi.htm#JISVC6301
    -steve-

  • RFC_SYS_EXCEPTION:No PXA storage space available at the moment.

    Dear All:
      When I Invoke the BAPI function through JCO, it sometimes happens the following exception RFC_SYS_EXCEPTION:No PXA storage space available at
    the moment.
    My JCO version is  2.1.3 and my SAP System is ECC5.0
    My Step:
    1. create the JCo clint pool .This is my properties file
    jco.client.client=200
    jco.client.user=steven
    jco.client.passwd=123456
    jco.client.lang=ZH
    jco.client.ashost=192.168.0.1
    jco.client.sysnr=00
    2.through the JCO invoke the BAPI function ,set the needing field of import and export JCO.Structure ,JCO.Table.
    3. excute the BAPI function, and sometimes occur the exception.
    Is this the problem of system basis or in JCO?
    Thanks in advance.

    goto RZ10 transaction & increase paramter abap/buffersize in instance profile.  Restart required.
    better take help of BASIS & make sure system has enough memory.

  • HT1758 Mac OSX has no more space available for memory

    Getting message:  Mac OSX start up disk has no more space available for memory.  Remove files from startup disk.
    How do I solve this problem?

    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash as well:
    iPhoto ▹ Empty Trash
    Then reboot. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation. You also need enough space left over to allow for growth of your data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    To locate large files, you can use Spotlight. That method may not find large folders that contain a lot of small files.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) to explore your volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Deleting files inside an iPhoto or Aperture library will corrupt the library. Any changes to a photo library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    Install ODS in the Applications folder as usual. Quit it if it's running.
    Triple-click the line of text below on this page to select it, then copy the selected text to the Clipboard (command-C):
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The application window will open, eventually showing all files in all folders. It may take some minutes for ODS to list all the files.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with ODS, quit it and also quit Terminal.

  • ASR multicast: Could not write data: No buffer space available

    I am trying to multicast a disk image to multiple iMacs. Here is my plist config for the server:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Data Rate</key>
              <integer>12000000</integer>
              <key>Multicast Address</key>
              <string>224.77.2.121</string>
    </dict>
    </plist>
    I use the following command to start the server:
    sudo asr -source labmac.dmg -server multicast.plist
    The terminal responds "Ready to start accepting clients"
    Then I go to one of the iMacs that will receive the image. I am netbooting the client off of the same server that is multicasting the image over ASR. I try to start the imaging process by issuing the following command on the client:
    sudo asr -source asr://server.ip.add.ress -target /Volumes/Macintosh HD -erase
    The command is accepted, confirms that I would like to erase the drive, and then says "Restoring" but no progress shows.
    Back on the server, the terminal will output the following continuously until I cancel the multicast:
    Starting stream Sun Feb 10 15:55:10 2013
    asr: Could not write data: No buffer space available
    The multicast seems to be working because the entire network gets bogged down, so why is it that it is unable to transfer the image data?

    Did you end up figuring this out? i'm on the same boat

  • I know many have this issue but i can't find a solution to the problem. i get message saying insuffisiant disk space in the volume iPhoto library and i have plenty of space available. i have the new macbook pro with retina display.

    I know many have this issue but i can't find a solution to the problem. i get message saying insuffisiant disk space in the volume iPhoto library and i have plenty of space available. i have the new macbook pro with retina display. i have never seen this message before and i have 2 other macbooks and have had many other also. i am assuming this is a problem with the new macbook retina. does anyone know the exact fix to this issue? i have seen many sugestions to try to fix this issue but none have solved the issue for anyone that i can find in the Apple Support Community. thank for looking into this in advance.
    ******A true apple fan********

    Actually your suggestions are the ones that i have tried. i have seen that you have tried to help others with this issue and the only one that i could find that said they found the problem said that it was an ilife update issue and it fixed it and i have no available updates. i know it has to do with something in photo stream because it happens when i create a new library and it is loading the photos but i get the message before i reach the maximum 1000 photos. so i've tried updating, new library(first backing up photos and then deleting them from iPhoto), reinstalling OSX many times, running disc utilities. I called Apple the first day i had this issue and i was the first person to call them for support with the retina display and i actually had it escalated to a senior advisor and we thought we fixed the problem but we did not. i am pretty fluent in dealing with troubleshooting these type of issues and this is the first time i'm reaching out to the community. i figured now that the retina has been out some time now that there would be an obvious answer to this issue. thanks for the quick reply.
    Bebers5

  • I have an iPod 4s and I am trying to update to IOS 6.1.6. I keep trying to download but it will not allow me to click download and install. I have checked my storage and I have more than enough storage space available. Do you guys have any suggestions?

    I have an iPod 4s and I am trying to update to IOS 6.1.6. I keep trying to download but it will not allow me to click download and install. I have checked my storage and I have more than enough storage space available. Do you guys have any suggestions?

    The only available, signed, iOS, for your iPod, is iOS 7.1. That's why you can't install iOS 6.1.6.

  • Short dump - No more storage space available for extending an internal tabl

    Hi All,
    I have requirement in which my program generates a text file on my presentation server. Here my problem is, this requirement can not be executed in back ground, it should be done in foreground only. When I execute in foreground, if the data records comes to some 38 lacks then I am getting a short dump saying 'No more storage space available for extending an internal table'.
    And in dump analysis under WHAT HAPPENED section it is giving as
    ' What happened?                                                                                |
    |    You attempted to extend an internal table, but the required space was                         |
    |    not available.
    Please suggest me, what I have to do in this case?
    Thanks in advance.
    Thanks,
    Sudha Mettu

    Hi SuDash,
    Allocation of the memory spaces will be done by BASIS people.
    you can contact them..
    Regards!

Maybe you are looking for