ERROR : sgslupsSpawn : spawned max (1023) threads

Hi,
I'm trying to install a Oracle AS cluster which includes two infrastructures and two portals instances.
The OS is SLES9.
I have finished the installation without any error and logged into portal successfully.
After running for a while, I found that some errors occured continually about every two seconds and the log file was in $ORACLE_HOME/ldap/log/oidldapxxxxx.log
Here is the log detail.
2005/11/14:21:08:17 * Main:0 *
oidldapd: Release 10.1.2.1.0 - Production on mon nov 14 21:08:17 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
2005/11/14:21:08:17 * Main:0 *
Portions Copyright (c) 1992-1996, 1999, 2000, 2001, 2004, 2005 Regents of University of Michigan. All Rights Reserved.
2005/11/14:21:08:17 * Main:0 * Starting up the OiD Server, on node dvpcsso2
2005/11/14:21:08:17 * Main:0 * Oid Server Connected to DB store via asdb connect string.
2005/11/14:21:08:17 * Main:0 * OiD LDAP server started.
2005/11/14:21:08:18 * ServerController :0 * Thread Started
2005/11/14:21:08:18 * ServerDispatcher :1 * Thread Started
2005/11/14:21:08:18 * ServerDispatcher :5 * Thread Started
2005/11/14:21:08:18 * ServerDispatcher :2 * Thread Started
2005/11/14:21:08:18 * ServerWorker (REG):8 * Thread Started
2005/11/14:21:08:18 * ServerDispatcher :3 * Thread Started
2005/11/14:21:08:18 * ServerDispatcher :4 * Thread Started
2005/11/14:21:08:18 * ServerListener :6 * Thread Started
2005/11/14:21:08:18 * ServerWorker (SPW):9 * Thread Started
2005/11/14:21:08:18 * ServerWorker (REG):7 * Thread Started
2005/11/14:21:49:01 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:05 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:07 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:09 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:11 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:15 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:17 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:19 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
2005/11/14:21:49:21 * ServerListener :6 * ERROR : sgslupsSpawn : spawned max (1023) threads
What's wrong with my configuration?
Thanks in advance.

Hi,
We found out that the problem should be LBR SSL handshake failed.
LBR sends a SSL handshake every 2 seconds, and Oracle AS couldn't handshake with it.
Our LBR vender told us that is a standard SSL handshake, and the problem should be the application server.
We have tried the health check with sslh and tcp but to no avail.
Does anyone have any Oracle AS configuration experience of the SSL handshake with LBR.
Note that our LBR is Alteon 2208.
Thanks.
Jimmy

Similar Messages

  • WorkManager entry for max-stuck-thread-time doesnot override the default

    Hi All,
    I am using WLS 10.0 and have configured the following workmanager entry in the config.xml:
    <work-manager>
    <name>myworkmanager</name>
    <target>AdminServer</target>
    <ignore-stuck-threads>false</ignore-stuck-threads>
    <work-manager-shutdown-trigger>
    <max-stuck-thread-time>60</max-stuck-thread-time>
    <stuck-thread-count>5</stuck-thread-count>
    </work-manager-shutdown-trigger>
    </work-manager>
    I want that the <BEA-000337> message should be logged after the work-manager-shutdown-trigger's max-stuck-thread-time exceeds (after 60 seconds).
    If more than 5 threads of applications which are dispatched to this workmanager becomes stuck for more than 60 sec. an additional request to this applications are responded with http code 503.
    However, no <BEA-000337> message is written in to the server’s log file.
    This message is only written to the log file, when the stuck-thread-max-time (e.g. set to 150 secs) element of the servers configuration is exceeded.
    Sample:
    ####<09.01.2009 13:31:58 IST> <Error> <WebLogicServer> <appcashd>
    <AdminServerrefs1m1vm1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default
    (self-tuning)'> <<WLS Kernel>> <> <> <1231504318065>
    <BEA-000337> <[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "151" seconds working on the request "Http Request: /testservlet/sleep", which is more than the configured time (StuckThreadMaxTime) of "150" seconds.
    Stack trace:
    java.lang.Thread.sleep(Native Method)
    at.compny.testservlet.SleepServlet.doGet(SleepServlet.java:61)
    I believe that the <BEA-000337> message should already be logged after the work-manager-shutdown-trigger's max-stuck-thread-time exceeds (ergo after 60 seconds).
    I would like to know if this is the default behavior or we are encountering a bug.
    Any pointers would be appreciated

    Hi,
    what I was thinking about is that the work manager indeed works since the next request after the specifies number of requests is returned with a 503 error.
    This makes me believe that it works !
    However, the behavior of the server regarding the <stuck-thread-max-time> is not overridden.
    I have specified this value as 60 seconds in the work manager.
    However, this message is only written to the log file, when the stuck-thread-max-time (e.g. set to 150 secs) element of the servers configuration is exceeded.
    Any Idea if this is the default behavior or if I am encountering a bug

  • HttpServletResponse Writer error in LinkedBlockingQueue in separate Thread

    I have a servlet that can process a request and send a response. Needing to process many simultaneous requests, I started using a LinkedBlockingQueue in a separate thread to take requests and process them. The problem comes when I have finished processing and want to send a response to the client. I get a NullPointerException when trying to .flush() or .close() the java.io.Writer associated with the HttpServletResponse.
    Exception in thread "Thread-36" java.lang.NullPointerException   
         at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:747)   
         at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)   
         at org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:305)   
         at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:992)   
         at org.apache.coyote.Response.action(Response.java:183)   
         at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:322)   
         at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293)   
         at org.apache.catalina.connector.CoyoteWriter.flush(CoyoteWriter.java:95)   
         at com.interrupt.bookkeeping.http.BookkeepingSystemFacade.perform(BookkeepingSystemFacade.java:343)   
         at com.interrupt.bookkeeping.http.BookkeepingSystemFacade.run(BookkeepingSystemFacade.java:97)   
         at java.lang.Thread.run(Thread.java:613)What I do is, in the servlet, put the HttpServletRequest and HttpServletResponse into ServletInputParams, a class I made with 2 fields to hold the values (a typed bag), and add that class to the queue in the separate thread. In that separate thread, I take the ServletInputParams, get the request and response and start processing. All processing and parameter access in the request works fine, but sending a response using the HttpServletResponse's java.io.Writer gives me the error abouve. Again, this exact same processing works fine if I don't pass the HttpServletResponse between threads.
    Has anyone tackled this problem before? I am using javac 1.5.0_07 and this code is running in Tomcat 5.5. Below is a snippet from the separate thread class, 'BookkeepingSystemFacade' that accepts the servlet parameters. Thanks for any help.
         public synchronized void addToQueue(ServletInputParams servlParams) {
              System.out.println(">> PUTTING into the queue > "+ servlParams);
              try {
                   servletQueue.put(servlParams);
         public void run() {
              System.out.println(">> BookkeepingSystemFacade is RUNNING > ");
              try {
                   ServletInputParams siparams = (ServletInputParams)this.servletQueue.take();
                   while(siparams != null) {
                        System.out.println(">> TAKING from queue > "+ siparams);
                        HttpServletRequest sreq = siparams.req;
                        HttpServletResponse sres = siparams.res;
                        this.perform(sreq, sres);
                        siparams = (ServletInputParams)this.servletQueue.take();
                   System.out.println(">> FINISHING thread > ");
        public synchronized void perform(HttpServletRequest req, HttpServletResponse resp)
              throws ServletException, IOException {
             String cmdValue = req.getParameter("cmd");
             String tokenValue = req.getParameter("token");
             String dataValue = req.getParameter("data");
             String idValue = req.getParameter("id");
             IResult result = new GResult();
             //** return
         resp.setContentType("text/xml");
         Writer writer = resp.getWriter();
         writer.write(result.toXML());
         writer.flush();
         writer.close();
        }

    Sorry to resurrect and old thread but I was experiencing the same problem today and thought I'd share my solution. It seems like it's not possible to pass the response/request objects to different threads because Tomcat automatically spawns a new thread for every HttpRequest.
    I found this out here:
    http://74.125.93.132/search?q=cache:EP6LGWbrVisJ:cs.gmu.edu/~offutt/classes/642/slides/642Lec05a-ServletsMore.pdf+HttpServletResponse+concurrency&cd=1&hl=en&ct=clnk&gl=ca
    "Tomcat creates a separate thread for each HTTP request"
    So it looks like Tomcat is doing our work for us and we don't need to worry about concurrency in dealing with multiple requests simultaneously. So I think an easy solution is to simply call the "run()" method in your code manually.

  • How to dynamically load any number of VIs and spawn a new thread for each

    Hi,
    I'm trying to spawn several TCP listening threads, the number of which is dynamic based upon a configuration file which is read at runtime. With with the included code, I am attempting to open and call these listening threads from a for loop, thinking I could run through all the calls I need to make and be finished. However, since the subVI I'm calling (wait_for_and_process_messages.vi) runs a continuous while loop, the for loop in the parent VI does not continue as it is waiting for the first call to finish. 
    How can I design this to simply spawn off a thread each time I call the subVI and continue? The idea is to allow the number of threads be dynamic so it is not so easy compared to knowing the number of needed threads ahead of time. However, I do need to feed data to each call's nodes so I can't just use the "run" method unless there's a way to feed data to the nodes while using "run."
    Attachments:
    database_communicator.vi ‏12 KB

    Check out this Nugget.
    It contains code that should help you get started.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • HTTP error delivery Message: max transport attempts exceeded

    Hi All,
    DB:11.1.0.7
    Oracle Apps:12.0.6
    OS:IBM AIX
    We are testing the DELL punch out functionality. As part of this, system is trying to send an XML output to the supplier and it is failing with the following error message.
    We tried following two options( HTTP and SMTP) , in both cases it is failing.
    For HTTP error Delivery Message: max transport attempts exceeded is the message shown.
    For SMTP error Delivery Message: cannot send email
    Could anyone please share such an experience faced before to resolve the issue.
    Thanks for your time!
    Regards,

    Please post the complete error message.
    Please see these docs.
    Delivery of cXML PO's and Attachments to Suppliers [ID 252895.1]
    OXTA Times Out before Successfully Sending Messages Outbound in Oracle Exchange [ID 252491.1]
    CXML Documents Are Delivered But Delivery Status Is Not Updated in XML Gateway [ID 1073808.1]
    Thanks,
    Hussein

  • Thread count higher than max worker threads... Large number of suspended worker threads

    I have a SQL 2012 SP2 server that is getting High Thread count alerts in SCOM.  looking into the issue I found some interesting things that I am now at a loss for.  I have been searching around for a few hours now and havent found much other than
    making it more confusing.  I found this MSDN blog:
    Are my actual worker threads exceeding the sp_configure 'max worker threads' value?
    Running through that I found some interesting things.
    -Max worker threads is set to default for x64 of 512 threads
    running a thread count query found 547 current worker threads:
    SELECT
    SUM(current_workers_count) as [Current worker thread] FROM sys.dm_os_schedulers
    Taking it a step further found that there was 523 worker threads in a suspended state with a last_wait_type of MISCELLANEOUS:
    select is_preemptive,state,last_wait_type,count(*) as NumWorkers from sys.dm_os_workers
    Group by state,last_wait_type,is_preemptive
    order by count(*) desc
    is_preemptive    state    last_wait_type    NumWorkers
    0    SUSPENDED    MISCELLANEOUS    523
    This is not yet a production server, no one is connecting to the database and the front end software application is not being used on this server yet.  Essentially this is just an idle database server so I thought it might be a fluke, so I restarted
    the sql services and the thread counts cleared.  I left it alone and overnight the high thread count alert popped back up.  I looked at it again this morning and the exact same thing happend.  Same number of suspended workers etc and total worker
    threads of 523 and 547 respectively.
    Other than the one article I have found above I have not been able to find anything to help explain this or what the heck suspended miscellaneous worker threads are.  Any help would be appreciated...Thanks!

    Hello,
    Please run the following query. The text column should tell us what is running.
    SELECT
     task.task_address,
     task.parent_task_address,
     task.task_state,
     REQ.request_id,
     REQ.database_id,
     REQ.session_id,
     REQ.start_time,
     REQ.command,
     REQ.connection_id,
     REQ.task_address,
     QUERY.text
    FROM
    SYS.dm_exec_requests
    req
    INNER
    JOIN sys.dm_os_tasks
    task on
    req.task_address
    = task.task_address
    or req.task_address
    = task.parent_task_address
    Cross
    apply sys.dm_exec_sql_text
    (req.sql_handle)
    as query
    WHERE
    req.last_wait_type
    = 'MISCELLANEOUS'
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • How to fix error -50010 in MAX 4.0 self-test of PCI-6221-37?

    Hello Tom or anyone who could help
    This is a continuation of my previously posted problems getting my PCI-6221-37
    card to work.
    I reformatted the hard disk and reinstalled Windows XP Pro on the computer.  Then
    I re-installed NIDAQ 8.0 with LabVIEW 7.0, 7.1, and 8.0 support.  Now MAX
    opens in a reasonable period of time and recognizes the PCI-6221-37 card.  When I
    run the self-test option, it replies with an error -50010.  "The specified offset is out of
    range for read operations.  The operation could not be completed as specified"
    Any ideas?
    Halden

    Hi Halden-
    Let's continue our discussion here.  I am in contact with our software engineers to help diagnose this problem.  If you could provide a screenshot of the error in the other thread, it would be a huge help.  Thanks a lot-
    Tom W
    National Instruments

  • MXI-3 not working get error 10401 from max

    get error 10401 when triying to access cards in PXI1000 chassis using MAX test panels

    The 10401 error is usually indicative of a problem with a DAQ card, not a MXI-3 card, but anything is possible. I will give you some general tips for troubleshooting the MXI-3 kit, but the DAQ card could ultimately be the problem.
    First, do you have the MXI-3 Optimization Software installed? If so, does it run properly on boot up? This software should detect the presence of the MXI-3 link. If the optimization software is having problems running, I would recommend emptying your chassis of all cards but the MXI-3 and try booting up and running the software. If problems persist, you could try changing the PCI slot of your PCI-MXI-3 card, or, if you have other MXI-3 hardware available, you could switch pieces between the kits. You could even try the system with ano
    ther PC.
    If the MXI-3 kit is working properly, then the DAQ card or the chassis could be causing the problem. Have you tried any other cards behind the MXI-3 link? Have you tried the problematic card in multiple slots? Was the system ever working properly? If you feel the DAQ card is the problem, I would recommend creating a new support thread so that we can get our DAQ Applications Engineers to help you troubleshoot the issue.
    Here is a link to more troubleshooting tips for MXI-3:
    http://digital.ni.com/public.nsf/websearch/484f81e6570ad803862569ed007aaa41?OpenDocument
    Ryan Tamblin
    Applications Engineer
    National Instruments

  • Firefox will not open, getting an error message about max and min do not match....

    error message detail:
    XULRunner
    Platform version'1.9.2' is not compatible with
    min version>=1.9.2.10
    max version<=1.9.2.10
    this occurs after clicking the normal firefox open icon from my desktop

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.<br />
    Don't remove personal data when uninstalling.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Getting error while taking MAX DB trans log backup.

    Hi,
    I am getting error while taking trans log backup of Maxdb database for archived log through data protector as below,
    [Critical] From: OB2BAR_SAPDBBAR@ttcmaxdb "MAX" Time: 08/19/10 02:10:41
    Unable to back up archive logs: no autolog medium found in media list
    But i am able to take complete data and incremental backup through data protector.
    I have already enabled the autolog for MAX DB database and it is writing that log file directly to HP-UX file system. Now i want to take backup of this archived log backup through data protector i.e. through trans log backup. So that the archived log which is on the file system after trans log backup completed will delete the archived logs in filesystem.  So that i don;t have to manually delete the archived logs from file system.
    Thanks,
    Subba

    Hi Lars,
    Thanks for the reply...
    Now i am able to take archive log backup but the problem is i can take only one archive file backup. Not multiple arhive log files generated by autolog at filesystem i.e /sapdb/MAX/saparch.
    I have enabled autolog and it is putting auto log file at unix directory i.e. /sapdb/MAX/saparch
    And then i am using the DataProtector 6.11 with trans log backup to backup the archived files in /sapdb/MAX/saparch. When i start the trans backup session through data protector it uses the archive stage command as "archive_stage BACKDP-Archive LOGBackup NOVERIFY REMOVE" If /sapdb/MAX/saparch has only one archive file it will backup and remove the file successfully. But if /sapdb/MAX/saparch has multiple archive files it gives an error as below,
      Preparing backup.
                Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
                Setting environment variable 'BI_REQUEST' to value 'OLD'.
                Setting environment variable 'BI_BACKUP' to value 'ARCHIVE'.
                Constructed Backint for MaxDB call '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.
    bsi_in -c'.
                Created temporary file '/var/opt/omni/tmp/MAX.bsi_out' as output for Backint for MaxDB.
                Created temporary file '/var/opt/omni/tmp/MAX.bsi_err' as error output for Backint for MaxDB.
                Writing '/sapdb/data/wrk/MAX/dbm.ebf' to the input file.
                Writing '/sapdb/data/wrk/MAX/dbm.knl' to the input file.
            Prepare passed successfully.
            Starting Backint for MaxDB.
                Starting Backint for MaxDB process '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.
    bsi_in -c >>/var/opt/omni/tmp/MAX.bsi_out 2>>/var/opt/omni/tmp/MAX.bsi_err'.
                Process was started successfully.
            Backint for MaxDB has been started successfully.
            Waiting for the end of Backint for MaxDB.
                2010-09-06 03:15:21 The backup tool is running.
                2010-09-06 03:15:24 The backup tool process has finished work with return code 0.
            Ended the waiting.
            Checking output of Backint for MaxDB.
            Have found all BID's as expected.
        Have saved the Backup History files successfully.
        Cleaning up.
            Removing data transfer pipes.
                Removing data transfer pipe /var/opt/omni/tmp/MAX.BACKDP-Archive.1 ... Done.
            Removed data transfer pipes successfully.
            Copying output of Backint for MaxDB to this file.
    Begin of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
                #SAVED 1009067:1 /sapdb/data/wrk/MAX/dbm.ebf
                #SAVED 1009067:1 /sapdb/data/wrk/MAX/dbm.knl
    End of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
            Removed Backint for MaxDB's temporary output file '/var/opt/omni/tmp/MAX.bsi_out'.
            Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
    End of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
            Removed Backint for MaxDB's temporary error output file '/var/opt/omni/tmp/MAX.bsi_err'.
            Removed the Backint for MaxDB input file '/var/opt/omni/tmp/MAX.bsi_in'.
        Have finished clean up successfully.
    The backup of stage file '/export/sapdb/arch/MAX_LOG.040' was successful.
    2010-09-06 03:15:24
    Backing up stage file '/export/sapdb/arch/MAX_LOG.041'.
        Creating pipes for data transfer.
            Creating pipe '/var/opt/omni/tmp/MAX.BACKDP-Archive.1' ... Done.
        All data transfer pipes have been created.
        Preparing backup tool.
            Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
            Setting environment variable 'BI_REQUEST' to value 'OLD'.
            Setting environment variable 'BI_BACKUP' to value 'ARCHIVE'.
            Constructed Backint for MaxDB call '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.bsi_
    in -c'.
            Created temporary file '/var/opt/omni/tmp/MAX.bsi_out' as output for Backint for MaxDB.
            Created temporary file '/var/opt/omni/tmp/MAX.bsi_err' as error output for Backint for MaxDB.
            Writing '/var/opt/omni/tmp/MAX.BACKDP-Archive.1 #PIPE' to the input file.
        Prepare passed successfully.
        Constructed pipe2file call 'pipe2file -d file2pipe -f /export/sapdb/arch/MAX_LOG.041 -p /var/opt/omni/tmp/MAX.BACKDP-Archive.1 -nowait'.
        Starting pipe2file for stage file '/export/sapdb/arch/MAX_LOG.041'.
            Starting pipe2file process 'pipe2file -d file2pipe -f /export/sapdb/arch/MAX_LOG.041 -p /var/opt/omni/tmp/MAX.BACKDP-Archive.1 -nowait >>/var/tmp/tem
    p1283767880-0 2>>/var/tmp/temp1283767880-1'.
            Process was started successfully.
        Pipe2file has been started successfully.
        Starting Backint for MaxDB.
            Starting Backint for MaxDB process '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.bsi_
    in -c >>/var/opt/omni/tmp/MAX.bsi_out 2>>/var/opt/omni/tmp/MAX.bsi_err'.
            Process was started successfully.
        Backint for MaxDB has been started successfully.
        Waiting for end of the backup operation.
            2010-09-06 03:15:25 The backup tool process has finished work with return code 2.
            2010-09-06 03:15:25 The backup tool is not running.
            2010-09-06 03:15:25 Pipe2file is running.
            2010-09-06 03:15:25 Pipe2file is running.
            2010-09-06 03:15:30 Pipe2file is running.
            2010-09-06 03:15:40 Pipe2file is running.
            2010-09-06 03:15:55 Pipe2file is running.
            2010-09-06 03:16:15 Pipe2file is running.
            Killing not reacting pipe2file process.
            Pipe2file killed successfully.
            2010-09-06 03:16:26 The pipe2file process has finished work with return code -1.
        The backup operation has ended.
        Filling reply buffer.
            Have encountered error -24920:
                The backup tool failed with 2 as sum of exit codes and pipe2file was killed.
            Constructed the following reply:
                ERR
                -24920,ERR_BACKUPOP: backup operation was unsuccessful
                The backup tool failed with 2 as sum of exit codes and pipe2file was killed.
        Reply buffer filled.
        Cleaning up.
            Removing data transfer pipes.
                Removing data transfer pipe /var/opt/omni/tmp/MAX.BACKDP-Archive.1 ... Done.
            Removed data transfer pipes successfully.
            Copying output of Backint for MaxDB to this file.
    Begin of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
    End of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
            Removed Backint for MaxDB's temporary output file '/var/opt/omni/tmp/MAX.bsi_out'.
            Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
    End of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
            Removed Backint for MaxDB's temporary error output file '/var/opt/omni/tmp/MAX.bsi_err'.
            Removed the Backint for MaxDB input file '/var/opt/omni/tmp/MAX.bsi_in'.
            Copying pipe2file output to this file.
    Begin of pipe2file output (/var/tmp/temp1283767880-0)----
    End of pipe2file output (/var/tmp/temp1283767880-0)----
            Removed pipe2file output '/var/tmp/temp1283767880-0'.
            Copying pipe2file error output to this file.
    Begin of pipe2file error output (/var/tmp/temp1283767880-1)----
    End of pipe2file error output (/var/tmp/temp1283767880-1)----
            Removed pipe2file error output '/var/tmp/temp1283767880-1'.
        Have finished clean up successfully.
    The backup of stage file '/export/sapdb/arch/MAX_LOG.041' was unsuccessful.
    2010-09-06 03:16:26
    Cleaning up.
        Have encountered error -24919:
            Can not remove file '/var/tmp/temp1283767880-0'.
            (System error 2; No such file or directory)
        Could not remove temporary output file of pipe2file ('/var/tmp/temp1283767880-0' ).
        Have encountered error -24919:
            Can not remove file '/var/tmp/temp1283767880-1'.
            (System error 2; No such file or directory)
        Could not remove temporary output file of pipe2file ('/var/tmp/temp1283767880-1' ).
    Have finished clean up successfully.
    Thanks,
    Subba

  • Xsl variable error not explained in earlier thread

    Steve,
    Thank you so much for your response to my earlier thread, it is difficult to focus on what I am supposed to be doing today, with all the sad news from the east coast.
    Re-visiting this variable issue one more time to try understand what is going wrong with this file.
    Below is a shortened version of the file plus the output from parsing it with xalan, saxon and oracle's two latest versions. As you see it parses fine with xalan and saxon but errors out with oracle's latest version. Should this be looked at again perhaps?
    xml file
    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="UtilDataForm.xsl"?>
    <page>
    <dataform target="News.xsql" submit="SubmitButtonTitle">
    <item type="checkboxlist" name="nameOfCheckBoxList" label="CheckBoxList">
    <ROWSET>
    <ROW><VALUE>4</VALUE><DISPLAY>This</DISPLAY></ROW>
    <ROW><VALUE>5</VALUE><DISPLAY>That</DISPLAY></ROW>
    <ROW><VALUE>6</VALUE><DISPLAY>The Other</DISPLAY></ROW>
    </ROWSET>
    </item>
    </dataform>
    </page>
    xsl file
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <!--
    | UtilDataForm.xsl: Transform <dataform> structural info
    | into a data-bound HTML Form
    +-->
    <xsl:template match="dataform">
    <xsl:variable name="form-target">
    <xsl:choose>
    <xsl:when test="@target">
    <xsl:value-of select="@target"/>
    </xsl:when>
    <xsl:when test="./target">
    <xsl:value-of select="./target"/>
    <xsl:if test="*">?</xsl:if>
    <xsl:for-each select="*">
    <xsl:value-of select="name(.)"/>
    <xsl:text>=</xsl:text>
    <xsl:value-of select="."/>
    <xsl:if test="position() != last()">
    <xsl:text>&;</xsl:text>
    </xsl:if>
    </xsl:for-each>
    </xsl:when>
    <xsl:otherwise>
    <xsl:text> </xsl:text>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:variable>
    <center>
    <form method="POST" action="{$form-target}">
    <xsl:for-each select="item[@type='hidden']">
    <input type="hidden" name="{@name}" value="{normalize-space(.)}"/>
    </xsl:for-each>
    <table>
    <xsl:for-each select="item[@type != 'hidden']">
    <tr>
    <th align="right"><xsl:value-of select="@label"/></th>
    <td>
    <xsl:choose>
    <xsl:when test="@type='text'">
    <input type="text" name="{@name}"
    value="{normalize-space(.)}">
    <xsl:if test="@size">
    <xsl:attribute name="size">
    <xsl:value-of select="@size"/>
    </xsl:attribute>
    </xsl:if>
    </input>
    </xsl:when>
    <xsl:when test="@type='password'">
    <input type="password" name="{@name}"
    value="{normalize-space(.)}">
    <xsl:if test="@size">
    <xsl:attribute name="size">
    <xsl:value-of select="@size"/>
    </xsl:attribute>
    </xsl:if>
    </input>
    </xsl:when>
    <xsl:when test="@type='textarea'">
    <textarea class="code" rows="5" name="{@name}">
    <xsl:if test="@size">
    <xsl:attribute name="cols">
    <xsl:value-of select="@size"/>
    </xsl:attribute>
    </xsl:if>
    <xsl:value-of select="normalize-space(.)"/>
    </textarea>
    </xsl:when>
    <xsl:when test="@type='list'">
    <xsl:variable name="default" select="default"/>
    <select name="{@name}">
    <xsl:for-each select="ROWSET/ROW">
    <option value="{VALUE}">
    <xsl:if test="VALUE=$default">
    <xsl:attribute name="selected"/>
    </xsl:if>
    <xsl:value-of select="DISPLAY"/>
    </option>
    </xsl:for-each>
    </select>
    </xsl:when>
    <xsl:when test="@ty pe='checkboxlist'">
    <xsl:variable name="name" select="@name"/>
    <xsl:for-each select="ROWSET/ROW">
    <input type="checkbox" name="{$name}" value="{VALUE}">
    <xsl:if test="SELECTED='Y'">
    <xsl:attribute name="checked"/>
    </xsl:if>
    </input>
    <xsl:value-of select="DISPLAY"/>
    </xsl:for-each>
    </xsl:when>
    </xsl:choose>
    </td>
    </tr>
    </xsl:for-each>
    </table>
    <input type="submit" value="{@submit}"/>
    </form>
    </center>
    </xsl:template>
    </xsl:stylesheet>
    xalan output
    <?xml version="1.0" encoding="UTF-8"?>
    <center><form action="News.xsql" method="POST"><table><tr><th align="right">CheckBoxList</th><td><input value="4"
    name="nameOfCheckBoxList" type="checkbox"/>This
    <input value="5" name="nameOfCheckBoxList"
    type="checkbox"/>That
    <input value="6" name="nameOfCheckBoxList" type="checkbox"/>The Other
    </td></tr></table><input
    value="SubmitButtonTitle" type="submit"/></form></center>
    saxon output
    <?xml version="1.0" encoding="utf-8"?>
    <center><form method="POST" action="News.xsql"><table><tr><th align="right">CheckBoxList</th><td><input type="checkbox"
    name="nameOfCheckBoxList" value="4"/>This
    <input type="checkbox" name="nameOfCheckBoxList" value="5"/>That
    <input
    type="checkbox" name="nameOfCheckBoxList" value="6"/>The Other
    </td></tr></table><input type="submit"
    value="SubmitButtonTitle"/></form></center>
    oraxsl with xmlparserv2.jar dated 06/19/01 10:09
    <?xml version = '1.0'?>
    <center><form method="POST" action="News.xsql"><table><tr><th align="right">CheckBoxList</th><td><input type="checkbox"
    name="nameOfCheckBoxList" value="4"/>This
    <input type="checkbox" name="nameOfCheckBoxList" value="5"/>That
    <input
    type="checkbox" name="nameOfCheckBoxList" value="6"/>The Other
    </td></tr></table><input type="submit"
    value="SubmitButtonTitle"/></form></center>
    oraxsl with xmlparserv2.jar dated 08/04/01 20:24
    file:/W:/workorders/util/UtilDataForm.xsl: XSL-1031: (Error) Variable not defined: 'name'.
    oracle.xml.parser.v2.XPathException: Variable not defined: 'name'.
    Error occurred while processing W:\workorders\util\FormTest.xsql: file:/W:/workorders/util/UtilDataForm.xsl: XSL-1031:
    (Error) Variable not defined: 'name'.
    Thank you again for your help!
    Ola Kvalvaag
    IS Administrator
    CT&E Environmental Services Inc.

    Yeah!!! It works. Turned out to be a combination of DrKlap's and Martisan's suggestions -- had to change var frame's declaration from JFrame to MyFrame:
        MyFrame frame;Next, created the external class -- but again changed JFrame references to MyFrame:
    public class ShowOnExit extends WindowAdapter {
    //   JFrame aFrame;
       MyFrame aFrame;
       public ShowOnExit(MyFrame f) {
          aFrame = f;
       public void windowClosing(WindowEvent e)
          System.out.println("Why me???" + aFrame.textArea.getText()); // aFrame here not frame !!!
    }This worked. So looks like even though the original code added a WindowListener to 'frame', the listener didn't couldn't access frame's methods unless it was explicitly passed in as a parameter. Let me know if that's wrong.
    Thanks again, all.

  • Camera return to unknown HTTP error in Ni-Max during the IP axis camera detection.

    hello,
    i am facing problem regarding to connect IP axis camera with Ni-max, and I gor the error that camera return to the unknown HTTP error.
    Any one please guide me how can i solve this problem.
    In attachment I have attached the error screen shot pic. 
    thank you very much in advance.
    Attachments:
    error12.png ‏261 KB

    Hello,
    I am using labview 2012.
    and Max version is 5.4
    Ni-IMAQdx version is 4.0
    Here in attachment I have attached screen shot of available driver on my labview system.
    please guide me if any update or changes I have to do.
    I am getting this error.
    Error -1074360277 occurred at IMAQdx Open Camera.vi
    is there any suggestion how to solve this error.
    Attachments:
    driverlist.png ‏277 KB

  • Error in Portal "max no of 100 conversaction exceed" while getting 2 backnd

    hi experts
    i am getting following Error
    RFC_ERROR_COMMUNICATION: connect to SAP Gateway failed
    Max no of 100 conversaction exceed.
    please suggst me the needful??
    is this JCO-Destination error? or some thing Else??
    Thanks
    narpal

    Hi Narpal,
    By default Portal allows 100 simultaneous instant messaging sessions. But this number can be increased.
    Navigate to
    System Administration -> System Configuration -> Collaboration -> Real Time Collaboration (RTC) -> RTC Engine -> RTCEngine
    - Switch to Advanced Mode
    - Modify MaximumChatSessions parameter and set to 500
    - Restart the Portal Server
    The problem should be resolved then.
    Regards,
    Sudip

  • Error after compile Exception in thread "main" java.lang.NoClassDefFoundErr

    Hi I am very new to Java programming, right now I am using a mac os 10.49
    I can create java documents using bbedit and then they compile when i type
    javac.
    But when i type java *.java I get the following error
    Exception in thread "main" java.lang.NoClassDefFoundError
    If I type java "filename"
    without the .java at the end of the file the terminal has no response
    I understand i am supposed to some how set the classpath but i do not know how to do this
    Also I can create and compile and then run my java in the eclipse program that i have installed, but not from terminal and im not sure why.
    Thanks for the help.

    I understand i am supposed to some how set the classpath but i do not know how
    to do thisThere is no need to set a system variable CLASSPATH, it is inflexible to do so, and it can lead to unpredictable behaviour.
    You should be able to compile and run programs from the command line, specifying the classpath as part of the commands you use.
    (1) For instance, you can create a file HelloWorld.java with the following contents:public class HelloWorld {
        public static void main(String args[]) {
            System.out.println("Hello world");
    }(2) From the command line (console) navigate to the folder (directory) containing this file and compile it with the commandjavac -cp . HelloWorld.javaThe "-cp ." part is what specifies the classpath. Note that it is a file that is being compiled so we specify the actual file name including the extension. At this point you should be able to check that the HelloWorld.class file has been created.
    (3) From the same folder (directory) you run the program withjava -cp . HelloWorldThe classpath is being specified in the same way as before. It is a class that is being invoked, so we don't specify a filename. (much less use wildcards like *).
    Documentation for the java and javac tools (and others) are linked to from this page: http://java.sun.com/javase/6/docs/index.html

  • Planning 11.1.2.4 Metadata load errors RemoteException occurred in server thread

    Hi,
    I am trying to load metadata using ODI 11.1.1.7 into Hyperion Planning 11.1.2.4. It errored out saying
    Cannot load dimension member, error message is: RemoteException occurred in server thread; nested exception is:
        java.rmi.UnmarshalException: unrecognized method hash: method not supported by remote object.
    Source - File
    Please let me know if there is any fix to this.
    Thanks,
    Sravan

    Did you definitely follow the steps in "How to Apply ODI Patch 18687916 for Hyperion Planning and Errors that May Occur if Patch Has Not Been Applied Correctly (Doc ID 1683307.1)"
    If you are still getting the error if everything in the support doc has been done then maybe the issue relates to 11.1.2.4
    It is interesting to see the Oracle state of direction doc have the following statement:
    "The KM's for EPM release 11.1.2.3 and ODI release 11.1.1.7 are not certified with EPM Release 11.1.2.4."
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • One of the ports on my Mac mini is no longer working.

    My iphone doesn't update or sync when I connect it.  What can I do?

  • SOFS, CSV available space changes daily, strange behavour

    Hi, I have a a SOFS cluster which is working nicely, around 120 VM, running from 8 CSV volumes. but I have noticed that the disk usage goes up and down during the day, one CSV only had 5% free when I checked this morning. But overnight it drops back

  • Crop in action problem

    Can someone help a newb please. I've created a droplet to take an image, crop it (after letting me select the crop location) to a square 800 x 800px, increase canvas size by 7% to give me a nice white border, and then save the file. It works perfectl

  • Premiere CC 2014 does not use CUDA or Processor

    Premiere CC 2014 does not use CUDA or Processor

  • Serial number for non stock material

    Hello, I would like to create a serial number for a non stock material  (material type NLAG) (PO with account assignment catergory K) and I receive the following error message during the goods receipt (transaction MIGO) : *Movement type 101 does not