Problem with stop( ) clone  (again!!!)

Hi,
after asking & searching in the forum, i know that in order to stop a ds (or a clone) the ds(or the cloneable) must be transmitted, played, processed etc. Now, i try to stop a clone , right after the cloneable starts being processed, but the clone does not stop. I think i did it at the right point, because when i tried stopping the cloneable at this same point, the video stopped. But when i do it for a clone, the clone doesn't seem to stop. I' am stuck in this thing for quite a long time. Any help would be greatly appreciated!
Thanksss

It's not a P2P application but however there many similarities with a P2P. This is what i want to do. 1st client request the video from the server, the server sends it to him. After ,lets say 10secs, a 2nd client request the video also from the server. So the 1st one is already receiving the video and the server informs him that he has to send it to the 2nd client (from the beggining). Unlike a P2P the clients don't save the video in a file but they only play it while receiving it. This is why i want to: clone the ds, pause the clone and then send it. I've partially already tried what you propose (save the ds to file and then send it) using DataSink.But as i want to transmit the video while is being received, saving using DataSink doesn't really help because the temporary file that works as a buffer is not streamable. So i can only send the video after it is finished/ received. If u still think that the way i do it is not going to work please tell me because the deadline approaches and i don't want to lose time trying sth that it won't work :) .
Sth else that i want to try is this: put the received stream in a buffer, clone or copy the buffer and use this buffer for creating a ds for transmission.
What do u think?
Thanks really a lot!!!

Similar Messages

  • Qsm pc, problem with stop loop

    Hello,
    i tested queue producer/consument with event case, but i have problem with stop the both loop, can you help me with attachment ?
    Attachments:
    queue_mereni_1.zip ‏46 KB
    Global_queue.zip ‏3 KB

    thanks for your answer,
    i had problem with upload *.vi (some mistake), so when a upload *.zip it was ok, but i do not know why..
    please, when i put time out constatn, so when i push "stop" then both loops end - it is ok BUT:
    when i push "stop 2" button (for the second loop) so there is error (in attachment), please do you know why?
    i am sorry for a lot of questions but i try understand it..
    thank you
    Attachments:
    qsm.jpg ‏31 KB

  • Problems with stopped HP Print Jobs on Mac OS 10.5.

     I have several Mac Stations with different Mac OS X versions (Mac OS X 10.5-10.7) and bought 2 HP Laser Printers:
    - HP LaserJet Pro 400 M401dw
    - HP LaserJet Pro 200 M276nw
    After installing the HP Driver SW on all Mac Stations I changed then on the Printers the dynamic IP address to static ones. The printing didnt work anymore from the Mac Stations. I re-installed all Driver SW on every Mac Station. Then Printing worked on every Mac, except only on the Mac OS X 10.5. Station the Print Jobs were always stopped after any Print attempt.
    This appeared on the Mac OS X 10.5. Machine in the Printer Spooler Job Message Window and within the error_log File content:
    - can't create PictWPSDoc from `/private/var/spool/cups/xxx'.ERROR during execution of pictwpstops. Error number -9783
    As it seems like problems existed with file permissions I ran a complete Disk Utility File Permission Repair. Then another reinstall of the HP Driver Packages. - Still the same failures with stopping Print Jobs.
    Then I read the README file of the Installation Package. And the quite simple solution was:
    DE-INSTALL the HP Driver SW FIRST (with the HP Deinstallator), BEFORE RE-INSTALLING the HP Driver SW again.
    So I did this, then no Print Jobs were stopped anymore and both Printer are happily printing.
    The conclusion is, I guess, Mac 10.6..10.7 does not have problem with multiple re-installation of the HP driver SW. Only the Mac OS 10.5. did NOT work anymore after another reinstall of the Driver SW Package, and without de-installing it properly. The bottom line is to de-install the driver SW (and maybe disk repair) properly BEFORE another insallation wants to be done. This however solved my printing problems on the Mac OS X 10.5. machine.

    Hi,
    Please follow the link below :
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=110&prodSeriesId=...
    I work for HP but my posts and replies are my own.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • Problem with stop PPC G5 Dual 2GB

    Hi, i m new user. I have a problem with Dual G5 2,0GB. I dont know why my mac when do STOP at apple menu, it die. Dont start again. I tryed to reinstall OSX 10.5 and 10.5.6 But it does the same thing. There is somebody can help me what i do????? Thanks

    Are you saying you can get it to boot from the install disks but not the Hard drive?
    Startup holding down the "C" key on the keyboard. Get to the Utilities folder and use Disk Utilities on the hard drive. Let it fix what ever it finds. Then run permission repair from Disk Utilities. Then go to the install screen (it will come up when you quit disk utilities.
    Then
    !) If you have nothing on the Hard drive: do a clean install of the system software. Use the option that writes zeroes on the disk as it's formatting (it will block out any bad sectors) then complete the install.
    2) If you have anything on the disk back it up to an external disk if you can. Instead of doing a clean install try an archive and install.
    Good Luck

  • Problem with "stop playing causing camera light to flash

    Since ipgrading to ios 5.1 I se that Apple took away the Sleep ipod opton for the timer and relaced it with "stop playing".  Unfortunately, wen the timer reaches zero, the phone stops playing but the camera flas starts flashing until I unlock the phone.  Besides being annoying, this obviously defeats the purpose of resting the phone and saving battery life.  Any suggestions?  Note: I do have a flaslight app on the phone in case that makes a difference.

    Thanks again
    I have removed the keyframes in frame 2 and 6 on all the layers (please seen new pic below), however the problem still persists.
    Here is my code on my actions layer:
    stop();
    toolbar.addEventListener(MouseEvent.MOUSE_DOWN, fl_ClickToDrag);
    function fl_ClickToDrag(event:MouseEvent):void
        toolbar.startDrag();
    stage.addEventListener(MouseEvent.MOUSE_UP, fl_ReleaseToDrop);
    function fl_ReleaseToDrop(event:MouseEvent):void
        toolbar.stopDrag();
    about.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_4);
    function fl_ClickToGoToAndPlayFromFrame_4(event:MouseEvent):void
        gotoAndPlay(2);
    latestnews.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_6);
    function fl_ClickToGoToAndPlayFromFrame_6(event:MouseEvent):void
        gotoAndPlay(3);
    services.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_7);
    function fl_ClickToGoToAndPlayFromFrame_7(event:MouseEvent):void
        gotoAndPlay(4);
    portfolio.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_8);
    function fl_ClickToGoToAndPlayFromFrame_8(event:MouseEvent):void
        gotoAndPlay(5);
    contact.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_9);
    function fl_ClickToGoToAndPlayFromFrame_9(event:MouseEvent):void
        gotoAndPlay(6);
    As you can see the code looks pretty correct to me. Ignore the code at the top, that is just for a draggable graphic on the page.
    Any clues from the code??

  • Problems with stopping dbconsole & iSQL+

    I have 2 databases (10.2.01) on 1 Linux RedHat server. We needed to implement ESRI GIS that’s why we wanted to keep those DB separate – GIS is on 2nd DB.
    I have problem with shutting down dbconsole & iSQL+:
    dbconsole is starting normally, but on shutdown it gives error „Failed to shutdown DBConsole Gracefully”. Not sure if it happens coz of 2 DBs on same server, because I forgot to add something to config files or I 1ce accidentally restarted server while DB was set to shut down normally.
    Reverting GIS DB to backup after making startup/shutdown script 1st box restart, but before box restart mid-normal DB shutdown didn’t change a thing.
    Startup/shutdown script in “/etc/rc.d/init.d”:
    #!/bin/sh
    # chkconfig: 345 99 10
    # description: Oracle auto start-stop script.
    # Set ORA_HOME to be equivalent to the $ORACLE_HOME
    # from which you wish to execute dbstart and dbshut;
    # Set ORA_OWNER to the user id of the owner of the
    # Oracle database in ORA_HOME.
    ORA_HOME=<Oracle home dir>
    ORA_OWNER=oracle
    if [ ! -f $ORA_HOME/bin/dbstart ]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    case "$1" in
    'start')
    # Start the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    su - $ORA_OWNER -c "$ORA_HOME/bin/dbstart $ORA_HOME"
         su - $ORA_OWNER -c "ORACLE_SID=<DB SID>;$ORA_HOME/bin/emctl start dbconsole"
         su - $ORA_OWNER -c "ORACLE_SID=<GIS SID>;$ORA_HOME/bin/emctl start dbconsole"
         su - $ORA_OWNER -c "ORACLE_SID==<DB SID>;$ORA_HOME/bin/isqlplusctl start"
    'stop')
    # Stop the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
         su - $ORA_OWNER -c "ORACLE_SID==<DB SID>;$ORA_HOME/bin/isqlplusctl stop"
         su - $ORA_OWNER -c "ORACLE_SID==<DB SID>;$ORA_HOME/bin/emctl stop dbconsole"
         su - $ORA_OWNER -c "ORACLE_SID==<GIS SID>;$ORA_HOME/bin/emctl stop dbconsole"
    su - $ORA_OWNER -c "$ORA_HOME/bin/dbshut $ORA_HOME"
    Esac
    iSQL+ is also starting normally, but on stopping it gives:
    iSQL*Plus 10.2.0.1.0
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Stopping iSQL*Plus ...
    Error: Unable to find java:comp/ServerAdministrator: Lookup error: javax.naming.AuthenticationException: Invalid username/password for default (admin); nested exception is: javax.naming.AuthenticationException: Invalid username/password for default (admin)
    iSQL*Plus stopped.
    But it’s still running…
    I only managed to work around dbconsole by editing emctl.pid to match Enterprise Manager Agent Port for respective SID (not sure even if you can call that workaround), but emctl.pid seems to be random on dbconsole start.
    I really don’t want to put any DB updates on until I manage to shutdown dbconsoles & iSQL+ properly… or maybe update IS the solution.
    GIS DB is just created - no data on it. So I can delete it if its gona help, but Id prefer to solve this as experience never hurts (especially if Im gona have 2 DBs on 1 box).
    I’m new to Oracle – been on Administration workshop & backup/recovery courses, but those problems don’t really feel like basic stuff so some tips on this would be welcome.
    Thanks in advance.

    According to my little knowledge - i don't think Oracle is an AIDB. It is only RDBMS or rather you can call it Advanced RDBMS.
    Now, you are thinking that since you have provided the relavant table here - so Oracle should automatically pic the single records. Since you have define every logic including the concept of primary key, foreign key in your table.
    But, question is - did you apply the relationship in your join between the tables.
    What does a primary key, foreign key do inside a table? Is it automatically select the unique rows from the join tables - when you didn't mention the join criterion.
    If you think that - then you are wrong. My advice is - kindly go through the JOIN Concept.
    Then start your coding. This is very dangerous way to start. Learn the basics at least.
    So, what Senti suggested has a very much valid point.
    Regards.
    Satyaki De.

  • Here we go again, problems with Email STILL/AGAIN.

    Now not only am I still having the same problem of the iPhone saving my deleted email, the iPhone is now deleting my email accounts ON ITS OWN. I went to bed last night with two distinct pop accounts and woke up with only one. I just can't believe this. How is this possible? Anyone else having difficulty in these areas? I would really appreciate some input. Thanks in advance.

    Hi Søren,
    Does turning sync off and back on again make any difference? Can you post a screen shot of the error?
    Could you also upload the most recently copy of this log file to Creative Cloud, set the file as public, available for download, and post the link here?
    Mac:
    \Users\\Library\Application Support\CloudSync\acloud-YYYY-MM-DD.log
    (where YYYY-MM-DD indicate the date of the last log)
    Note: the Users Library user folder is hidden on starting with 10.7 or later
    see http://helpx.adobe.com/x-productkb/global/access-hidden-user-library-files.html
    Windows:
    The log file can be found here:
    C:\Users\\AppData\Roaming\CloudSync\CloudSync-YYYY-MM-DD.log
    (where YYYY-MM-DD indicate the date of the last log)
    Thanks,
    -Dave

  • Problem with my Clone Stamp

    Hi,  All of a sudden my clone stamp is acting strange.
    I now have TWO " problems.
    1st problem is that as i enlarge the clone stamp, enlarge the circle, less of it is visible ?
    2nd problem, when i open a .jpg and position my mouse over an area i want to clone and click "ALT" and then move the mouse to the point i want to clone over, the "layer" moves with the mouse so i can never get to clone the area in question
    The image in the bottom corner is moving around with my mouse ??? Help

    Open the Clone source panel, and uncheck Show overlay

  • Problems with Rapid Clone - perl adcfgclone.pl dbTier

    Please help me out in this ..................
    instantiate file:
    source : /data/proddb/9.2.0/appsutil/template/adcctclean.sql
    dest : /data/proddb/9.2.0/appsutil/install/TEST_testebiz/adcctclean.sql
    backup : /data/proddb/9.2.0/appsutil/install/TEST_testebiz/adcctclean.sql to /data/proddb/9.2.0/appsutil/out/TEST_testebiz/11071008/adcctclean.sql
    setting permissions: 600
    setting ownership: :
    AutoConfig Setup Phase
    Running Setup Process 1 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /data/proddb/9.2.0/Apache/perl/bin/perl -I /data/proddb/9.2.0/Apache/perl/lib/5.00503:/data/proddb/9.2.0/Apache/perl/lib/site_perl/5.005:/data/proddb/9.2.0/appsutil/perl /data/proddb/9.2.0/appsutil/scripts/TEST_testebiz/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 2 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /data/proddb/9.2.0/appsutil/install/TEST_testebiz/afmkinit.sh
    script returned:
    afmkinit.sh started at Sat Nov 7 10:08:21 IST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /data/proddb/9.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /data/proddb/9.2.0/Apache/perl/bin:/data/proddb/9.2.0/bin:/usr/bin:/usr/sbin:/data/proddb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/data/proddb/9.2.0/appsutil/clone/bin/../jre/bin:/data/proddb/9.2.0/Apache/perl/bin:/data/proddb/9.2.0/bin:/usr/bin:/usr/sbin:/data/proddb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oratest/bin
    LD_LIBRARY_PATH : /data/proddb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/data/proddb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 0
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    Executing StartDbLsnr...
    You are running addlnctl.sh version 115.6
    Logfile: /data/proddb/9.2.0/appsutil/log/TEST_testebiz/addlnctl.txt
    Starting listener process TEST ...
    Listener TEST has already been started.
    addlnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testebiz
    sDbDomain : isl.com
    sDbPort : 1521
    sDbSid : TEST
    sDbUser : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testebiz.isl.com:1521:TEST
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testebiz.isl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testebiz.isl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.isl.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Sat Nov 7 10:08:21 IST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /data/proddb/9.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /data/proddb/9.2.0/Apache/perl/bin:/data/proddb/9.2.0/bin:/usr/bin:/usr/sbin:/data/proddb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/data/proddb/9.2.0/appsutil/clone/bin/../jre/bin:/data/proddb/9.2.0/Apache/perl/bin:/data/proddb/9.2.0/bin:/usr/bin:/usr/sbin:/data/proddb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oratest/bin
    LD_LIBRARY_PATH : /data/proddb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/data/proddb/9.2.0/ctx/lib
    Executable : /data/proddb/9.2.0/bin/sqlplus
    The log information will be written to
         /data/proddb/9.2.0/appsutil/log/TEST_testebiz/adcrdb_TEST.txt
    Creating the control file for TEST_testebiz database ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Sat Nov 7 10:08:21 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ORA-01012: not logged on
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    exit_code=0
    Checking for errors ...
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ORA-01012: not logged on
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Sat Nov 7 10:08:21 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testebiz
    sDbDomain : isl.com
    sDbPort : 1521
    sDbSid : TEST
    sDbUser : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testebiz.isl.com:1521:TEST
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testebiz.isl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testebiz.isl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.isl.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    *RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase*
    StackTrace:
    java.lang.Exception: Control file creation failed
         at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:474)
         at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:319)
         at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:295)
         at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)
         at java.lang.reflect.Constructor.newInstance(Native Method)
         at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
         at java.lang.Thread.run(Thread.java:479)

    Pl post EBS related questions in the EBS Forums at http://forums.oracle.com/forums/category.jspa?categoryID=3
    Pl identify your OS and EBS versions, along with the steps you are trying to run which produce this error.
    HTH
    Srini

  • Problem with Time handeling - again, please help

    I've some difficulties with handeling Date and time. I'm reading the date and Time seperately from a file as string. Now I need to calculate the difference between two times (both are in string format). Same problem for the date. I need to calculate the difference between two dates which are also in string format. I don't know how to do that.
    Can anybody help me?
    Thanks in advance.

    I am not sure of the specifics, but it could be accomplished by recording the long value returned by System.currentTimeMillis() for dates when they are constructed and creating a class to calculate the exact calendar date from these millisecond values. If the dates are not constructed from System.currentTimeMillis() you could make your own date base to create comparisons from and transform the strings accordingly. Good luck.

  • Problem with OracleParameter.Clone()

    I've found a strange behaviour in ODP.
    I've created a parameter collection where i've added all the parameters.
    then i simply create a copy of the collection in the command object:
    //adds all parameters that existed in collection of parameters
    foreach (OracleParameter oParam in oParamCol)
    oCmd.Parameters.Add(oParam.Clone());
    }//foreach
    Everything worked ok until I create a parameter with:
    CollectionType = OracleCollectionType.PLSQLAssociativeArray;
    When i clone the object it looses this property value!!!
    And i think it looses some more AssociativeArray properties that i've added to the parameter.
    Is this a BUG in ODP.Net?
    Can someone give me an explanation to this strage behaviour?

    For best chances of getting a reply, you may want to post it to ODP.NET forum (ODP.NET

  • Will not let me setup email account. says problem with email try again later

    Icloud will not let me setup email @iclould.com. Say has a problem try again later?

    Here's the iPhone email setup assistant:
    iPhone Email Setup

  • Weblogic portal server getting problem it stops responding again again

    i am using weblogic portal 10.1 from last few weeks i am getting continuous problem as the server stops responding. in the admin server logs i have found errors mentioned below
    ####<Aug 31, 2009 11:59:48 AM FJT> <Error> <ContentManagement> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '24' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-74D57518D9A8B9659F4E> <> <1251676788241> <BEA-000000> <
    com.bea.content.RepositoryException: java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 66 seconds
    BEA1-74D57518D9A8B9659F4E]'. No further JDBC access is allowed within this transaction.
         at com.bea.content.internal.server.dao.DaoBase.doDatabaseAction(DaoBase.java:287)
         at com.bea.content.internal.server.dao.DaoBase.doQueryActionAndCloseConnection(DaoBase.java:195)
         at com.bea.content.repo.internal.server.dao.NodeDao.hasChildren(NodeDao.java:595)
         at com.bea.content.repo.internal.server.persister.JDBCNodePersister.hasChildren(JDBCNodePersister.java:71)
         at com.bea.content.repo.internal.server.logic.NodeOpsLogic.hasChildren(NodeOpsLogic.java:1031)
         at com.bea.content.repo.internal.server.bean.NodeOpsBean.hasChildren(NodeOpsBean.java:321)
         at com.bea.content.repo.internal.server.bean.RepoNodeOps_ehgg7y_ELOImpl.hasChildren(RepoNodeOps_ehgg7y_ELOImpl.java:1229)
         at com.bea.content.repo.internal.client.common.Node.hasChildren(Node.java:233)
         at com.bea.content.spi.internal.NodeOpsBase.constructNode(NodeOpsBase.java:132)
         at com.bea.content.spi.internal.NodeOpsImpl.getNodesFromRepo(NodeOpsImpl.java:306)
         at com.bea.content.spi.internal.ExtendedNodeOpsImpl.getNodes(ExtendedNodeOpsImpl.java:55)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodesImpl(InternalNodeOpsBean.java:952)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodes(InternalNodeOpsBean.java:1950)
         at com.bea.content.manager.internal.NodeOpsEJB_ihurl6_ELOImpl.getNodes(NodeOpsEJB_ihurl6_ELOImpl.java:2776)
         at com.bea.content.manager.internal.NodeOpsImpl.getNodes(NodeOpsImpl.java:240)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.retrieveNodes(SearchTag.java:598)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.doStartTag(SearchTag.java:246)
         at jsp_servlet.__searchwap._jspService(__searchwap.java:351)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.continueChainNoWrapper(PageFlowPageFilter.java:455)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:432)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 66 seconds
    BEA1-74D57518D9A8B9659F4E]'. No further JDBC access is allowed within this transaction.
         at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:178)
         at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:188)
         at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:57)
         at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.next(Unknown Source)
         at com.bea.content.internal.server.common.dbaction.QueryAction.runExecuteStep(QueryAction.java:25)
         at com.bea.content.internal.server.common.dbaction.SqlStatementAction.execute(SqlStatementAction.java:115)
         at com.bea.content.internal.server.dao.DaoBase.doDatabaseAction(DaoBase.java:280)
         at com.bea.content.internal.server.dao.DaoBase.doQueryActionAndCloseConnection(DaoBase.java:195)
         at com.bea.content.repo.internal.server.dao.NodeDao.hasChildren(NodeDao.java:595)
         at com.bea.content.repo.internal.server.persister.JDBCNodePersister.hasChildren(JDBCNodePersister.java:71)
         at com.bea.content.repo.internal.server.logic.NodeOpsLogic.hasChildren(NodeOpsLogic.java:1031)
         at com.bea.content.repo.internal.server.bean.NodeOpsBean.hasChildren(NodeOpsBean.java:321)
         at com.bea.content.repo.internal.server.bean.RepoNodeOps_ehgg7y_ELOImpl.hasChildren(RepoNodeOps_ehgg7y_ELOImpl.java:1229)
         at com.bea.content.repo.internal.client.common.Node.hasChildren(Node.java:233)
         at com.bea.content.spi.internal.NodeOpsBase.constructNode(NodeOpsBase.java:132)
         at com.bea.content.spi.internal.NodeOpsImpl.getNodesFromRepo(NodeOpsImpl.java:306)
         at com.bea.content.spi.internal.ExtendedNodeOpsImpl.getNodes(ExtendedNodeOpsImpl.java:55)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodesImpl(InternalNodeOpsBean.java:952)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodes(InternalNodeOpsBean.java:1950)
         at com.bea.content.manager.internal.NodeOpsEJB_ihurl6_ELOImpl.getNodes(NodeOpsEJB_ihurl6_ELOImpl.java:2776)
         at com.bea.content.manager.internal.NodeOpsImpl.getNodes(NodeOpsImpl.java:240)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.retrieveNodes(SearchTag.java:598)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.doStartTag(SearchTag.java:246)
         at jsp_servlet.__searchwap._jspService(__searchwap.java:351)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.continueChainNoWrapper(PageFlowPageFilter.java:455)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:432)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    ####<Aug 31, 2009 11:59:51 AM FJT> <Error> <ContentManagement> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '24' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-74D57518D9A8B9659F4E> <> <1251676791539> <BEA-000000> <
    com.bea.content.RepositoryException: An error occurred while trying to find children for node id 162,041.
         at com.bea.content.repo.internal.server.dao.NodeDao.hasChildren(NodeDao.java:606)
         at com.bea.content.repo.internal.server.persister.JDBCNodePersister.hasChildren(JDBCNodePersister.java:71)
         at com.bea.content.repo.internal.server.logic.NodeOpsLogic.hasChildren(NodeOpsLogic.java:1031)
         at com.bea.content.repo.internal.server.bean.NodeOpsBean.hasChildren(NodeOpsBean.java:321)
         at com.bea.content.repo.internal.server.bean.RepoNodeOps_ehgg7y_ELOImpl.hasChildren(RepoNodeOps_ehgg7y_ELOImpl.java:1229)
         at com.bea.content.repo.internal.client.common.Node.hasChildren(Node.java:233)
         at com.bea.content.spi.internal.NodeOpsBase.constructNode(NodeOpsBase.java:132)
         at com.bea.content.spi.internal.NodeOpsImpl.getNodesFromRepo(NodeOpsImpl.java:306)
         at com.bea.content.spi.internal.ExtendedNodeOpsImpl.getNodes(ExtendedNodeOpsImpl.java:55)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodesImpl(InternalNodeOpsBean.java:952)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodes(InternalNodeOpsBean.java:1950)
         at com.bea.content.manager.internal.NodeOpsEJB_ihurl6_ELOImpl.getNodes(NodeOpsEJB_ihurl6_ELOImpl.java:2776)
         at com.bea.content.manager.internal.NodeOpsImpl.getNodes(NodeOpsImpl.java:240)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.retrieveNodes(SearchTag.java:598)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.doStartTag(SearchTag.java:246)
         at jsp_servlet.__searchwap._jspService(__searchwap.java:351)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.continueChainNoWrapper(PageFlowPageFilter.java:455)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:432)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    com.bea.content.RepositoryException: java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 66 seconds
    BEA1-74D57518D9A8B9659F4E]'. No further JDBC access is allowed within this transaction.
         at com.bea.content.internal.server.dao.DaoBase.doDatabaseAction(DaoBase.java:287)
         at com.bea.content.internal.server.dao.DaoBase.doQueryActionAndCloseConnection(DaoBase.java:195)
         at com.bea.content.repo.internal.server.dao.NodeDao.hasChildren(NodeDao.java:595)
         at com.bea.content.repo.internal.server.persister.JDBCNodePersister.hasChildren(JDBCNodePersister.java:71)
         at com.bea.content.repo.internal.server.logic.NodeOpsLogic.hasChildren(NodeOpsLogic.java:1031)
         at com.bea.content.repo.internal.server.bean.NodeOpsBean.hasChildren(NodeOpsBean.java:321)
         at com.bea.content.repo.internal.server.bean.RepoNodeOps_ehgg7y_ELOImpl.hasChildren(RepoNodeOps_ehgg7y_ELOImpl.java:1229)
         at com.bea.content.repo.internal.client.common.Node.hasChildren(Node.java:233)
         at com.bea.content.spi.internal.NodeOpsBase.constructNode(NodeOpsBase.java:132)
         at com.bea.content.spi.internal.NodeOpsImpl.getNodesFromRepo(NodeOpsImpl.java:306)
         at com.bea.content.spi.internal.ExtendedNodeOpsImpl.getNodes(ExtendedNodeOpsImpl.java:55)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodesImpl(InternalNodeOpsBean.java:952)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodes(InternalNodeOpsBean.java:1950)
         at com.bea.content.manager.internal.NodeOpsEJB_ihurl6_ELOImpl.getNodes(NodeOpsEJB_ihurl6_ELOImpl.java:2776)
         at com.bea.content.manager.internal.NodeOpsImpl.getNodes(NodeOpsImpl.java:240)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.retrieveNodes(SearchTag.java:598)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.doStartTag(SearchTag.java:246)
         at jsp_servlet.__searchwap._jspService(__searchwap.java:351)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.continueChainNoWrapper(PageFlowPageFilter.java:455)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:432)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 66 seconds
    BEA1-74D57518D9A8B9659F4E]'. No further JDBC access is allowed within this transaction.
         at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:178)
         at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:188)
         at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:57)
         at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.next(Unknown Source)
         at com.bea.content.internal.server.common.dbaction.QueryAction.runExecuteStep(QueryAction.java:25)
         at com.bea.content.internal.server.common.dbaction.SqlStatementAction.execute(SqlStatementAction.java:115)
         at com.bea.content.internal.server.dao.DaoBase.doDatabaseAction(DaoBase.java:280)
         at com.bea.content.internal.server.dao.DaoBase.doQueryActionAndCloseConnection(DaoBase.java:195)
         at com.bea.content.repo.internal.server.dao.NodeDao.hasChildren(NodeDao.java:595)
         at com.bea.content.repo.internal.server.persister.JDBCNodePersister.hasChildren(JDBCNodePersister.java:71)
         at com.bea.content.repo.internal.server.logic.NodeOpsLogic.hasChildren(NodeOpsLogic.java:1031)
         at com.bea.content.repo.internal.server.bean.NodeOpsBean.hasChildren(NodeOpsBean.java:321)
         at com.bea.content.repo.internal.server.bean.RepoNodeOps_ehgg7y_ELOImpl.hasChildren(RepoNodeOps_ehgg7y_ELOImpl.java:1229)
         at com.bea.content.repo.internal.client.common.Node.hasChildren(Node.java:233)
         at com.bea.content.spi.internal.NodeOpsBase.constructNode(NodeOpsBase.java:132)
         at com.bea.content.spi.internal.NodeOpsImpl.getNodesFromRepo(NodeOpsImpl.java:306)
         at com.bea.content.spi.internal.ExtendedNodeOpsImpl.getNodes(ExtendedNodeOpsImpl.java:55)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodesImpl(InternalNodeOpsBean.java:952)
         at com.bea.content.manager.internal.InternalNodeOpsBean.getNodes(InternalNodeOpsBean.java:1950)
         at com.bea.content.manager.internal.NodeOpsEJB_ihurl6_ELOImpl.getNodes(NodeOpsEJB_ihurl6_ELOImpl.java:2776)
         at com.bea.content.manager.internal.NodeOpsImpl.getNodes(NodeOpsImpl.java:240)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.retrieveNodes(SearchTag.java:598)
         at com.bea.content.manager.servlets.jsp.taglib.SearchTag.doStartTag(SearchTag.java:246)
         at jsp_servlet.__searchwap._jspService(__searchwap.java:351)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.continueChainNoWrapper(PageFlowPageFilter.java:455)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:432)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

    and a lot of errors like these and finally in logs at the end we find
    ####<Aug 31, 2009 3:27:02 PM FJT> <Error> <WebLogicServer> <content-oam> <AdminServer> <[STANDBY] ExecuteThread: '268' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1251689222980> <BEA-000337> <[STUCK] ExecuteThread: '207' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "2,040" seconds working on the request "Http Request: /WapWeb/siteController.jsp", which is more than the configured time (StuckThreadMaxTime) of "2,000" seconds. Stack trace:
         weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)
         org.apache.beehive.netui.pageflow.internal.DefaultReloadableClassHandler.loadClass(DefaultReloadableClassHandler.java:188)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.getFlowControllerClass(FlowControllerFactory.java:533)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.createPageFlow(FlowControllerFactory.java:189)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.getPageFlowForPath(FlowControllerFactory.java:163)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.getPageFlowForRequest(FlowControllerFactory.java:127)
         org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:244)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    ####<Aug 31, 2009 3:27:03 PM FJT> <Error> <WebLogicServer> <content-oam> <AdminServer> <[STANDBY] ExecuteThread: '268' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1251689223109> <BEA-000337> <[STUCK] ExecuteThread: '206' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "2,040" seconds working on the request "Http Request: /WapWeb/siteController.jsp", which is more than the configured time (StuckThreadMaxTime) of "2,000" seconds. Stack trace:
         weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)
         org.apache.beehive.netui.pageflow.internal.DefaultReloadableClassHandler.loadClass(DefaultReloadableClassHandler.java:188)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.getFlowControllerClass(FlowControllerFactory.java:533)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.createPageFlow(FlowControllerFactory.java:189)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.getPageFlowForPath(FlowControllerFactory.java:163)
         org.apache.beehive.netui.pageflow.FlowControllerFactory.getPageFlowForRequest(FlowControllerFactory.java:127)
         org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:244)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    ####<Aug 31, 2009 3:27:55 PM FJT> <Warning> <Socket> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '212' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1251689275482> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 5 secs>
    ####<Aug 31, 2009 3:29:59 PM FJT> <Error> <PortalAdminTools> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '83' for queue: 'weblogic.kernel.Default (self-tuning)'> <Webmasters> <> <> <1251689399276> <BEA-415121> <the treeMode cannot be found>
    ####<Aug 31, 2009 3:29:59 PM FJT> <Error> <org.apache.beehive.netui.pageflow.internal.DefaultExceptionsHandler> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '83' for queue: 'weblogic.kernel.Default (self-tuning)'> <Webmasters> <> <> <1251689399282> <BEA-000000> <Could not find exception handler method handleException for java.lang.NullPointerException.>
    ####<Aug 31, 2009 3:29:59 PM FJT> <Error> <org.apache.beehive.netui.pageflow.internal.DefaultExceptionsHandler> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '83' for queue: 'weblogic.kernel.Default (self-tuning)'> <Webmasters> <> <> <1251689399283> <BEA-000000> <Could not find exception handler method handleException for java.lang.RuntimeException.>
    ####<Aug 31, 2009 3:29:59 PM FJT> <Error> <org.apache.beehive.netui.pageflow.internal.DefaultExceptionsHandler> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '83' for queue: 'weblogic.kernel.Default (self-tuning)'> <Webmasters> <> <> <1251689399283> <BEA-000000> <Could not find message-resources for bundle org.apache.struts.action.MESSAGE>
    ####<Aug 31, 2009 3:29:59 PM FJT> <Warning> <global.internal.AbstractBaseController$LoggerCatalog> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '83' for queue: 'weblogic.kernel.Default (self-tuning)'> <Webmasters> <> <> <1251689399283> <BEA-000000> <Exception occured trying to instantiate the null bean.
    java.lang.NullPointerException
         at util.tree.TreeController.constructRootWithoutChildren(TreeController.java:483)
         at util.tree.TreeController.view(TreeController.java:172)
         at sun.reflect.GeneratedMethodAccessor637.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
         at global.internal.AbstractBaseController.internalExecute(AbstractBaseController.java:348)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1170)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1201)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)
         at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:290)
         at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:426)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:712)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:724)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:375)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:341)
         at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:188)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:142)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:377)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:253)
         at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:206)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:191)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:266)
         at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:656)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.jsptools.servlet.PagedResultServiceFilter.doFilter(PagedResultServiceFilter.java:82)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:315)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    >
    ####<Aug 31, 2009 3:31:31 PM FJT> <Critical> <Health> <content-oam> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <> <1251689491464> <BEA-310003> <Free memory in the server is 4,431,384 bytes. There is danger of OutOfMemoryError>
    ####<Aug 31, 2009 3:33:25 PM FJT> <Critical> <Health> <content-oam> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <> <1251689605339> <BEA-310003> <Free memory in the server is 2,960,928 bytes. There is danger of OutOfMemoryError>
    ####<Aug 31, 2009 3:34:07 PM FJT> <Warning> <Socket> <content-oam> <AdminServer> <[ACTIVE] ExecuteThread: '133' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1251689647279> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 5 secs>

  • Problem with stop motion film

    I want to make a stop motion movie. But when I upload the pictures imovie automatically makes them "zoom in". instead of each picture just shwoing it zzoms in and out of each one which looks stupid when you're trying ot make a stop motion.
    HELP?!

    Go to FILE/PROJECT PROPERTIES and change the default action for your project. It is currently set to Ken Burns. Change it to FIT (letterbox) or CROP (will fill the screen by cropping your photo.)
    This will work for new photos you bring into the project. For photos already their, use the Rotate, Crop, Ken Burns Tool and select FIT or CROP.

  • PROBLEM WITH YAHOO YET AGAIN!!

    I can't log onto yahoo on my iphone, my ipad, and not even on my computer!!  This is getting so incredibly ridiculous!  Once it comes back up, I'm switching to google.  I've had it.

    I can't log onto yahoo on my iphone, my ipad, and not even on my computer!!  This is getting so incredibly ridiculous!  Once it comes back up, I'm switching to google.  I've had it.

Maybe you are looking for

  • Safari still crashes

    safari still crashes almost every time I use it. Is anyone else still experiencing this. Apple suggested I try a full restore but that didn't help.

  • Error retrieving data from the payload

    Hi all, I have a sample process which receive the xml payload posted (with http post) from another process. I am able to see the data in my input payload, but I am not able to use either assignment or transformation to get the value of any element fr

  • Password Request Loop

    I have just updated iTunes and Iphone with messy results. iTunes now asking on a continuous loop for my password to re-set my billing info. SOOO frustrating. Can anyone help? I have reset password 4 times, and force quit iTunes several times. and it

  • Another keyboard problem!

    Hi. Unfortunately, I broke the return (enter) key on my keyboard off and when i tried to put the scissors back on they broke. I bought a replacement return key from a powerbook site but i realized that i don't have the rubber part under the key cap e

  • Can't connect 2 xbox360's to homehub 2

    Hi, Both myself and my son have xbox360's, both are in upstairs bedrooms. When he is connected on live, playing with his friends mine will not connect and it doesn't matter how many times i try. My son has the older whire version and i have the newer