JSF sessions are mixing

Hello everybody!
I have this serious problem:
We have a pretty big jsf application which has been put to a stress test of 300 users. Not only the test failed because of a special critical section in the UIComponentBase class, because of which we had to change our jsf implementation but we experienced the following problem:
Some of the users claimed to be unable to start an action or to try to do one thing and to get a different result. More specifically trying to go to one page and to get another or trying to start an action which fails and the user gets the same page as a result.
Can anyone tell what could be the reason?
Best regards,
IL

Thanks for the response.
Below is the issue details more detailed:
We have created table with parallel degree 8 and I am not able to insert data into that table and the sessions are blocked state.
I am seeing event names in blocked state are px deq: parse reply px deq: execution msg
Temp_table -- parallel degree8
I am selecting the data from multiple tables as per my requirement and trying to insert that data into the temp table.
Below is the query:
Insert into /*+PARALLEL(Temp_table)*/ Temp_table(report_date,quantity,revenue)
select  /*+PARALLEL(Temp_table_v)*/ report_date,quantity,revenue from Temp_table_v;
In Temp_table_v we are joined the multiple tables and those tables are having millions of records and in that view also we have added parallel hints.
Please help.

Similar Messages

  • User Sessions are swapped

    I have an application where users login and can view their personal information.
    The server is iPlanet 4.1 sp8.
    We are running JSP and Servlets on the webserver, Weblogic is the JAVA/EJB server.
    We store users "ID" in the session to be used to query the data.
    The problem is that User 1 is logged in and doing their thing and all of sudden they are seeing User 2 information.
    This has happened once, as of now I cannot duplicate the problem.
    We have 5 web servers clustered using a Cisco Content Switch.
    Any Ideas????
    Thanks.
    Jon.

    We are having the same problem: one user "becomes" another user unpredictably. Our environment is clustered web servers but only one application server. Browsers are mixed. Session is is being 'swapped' one for the other erratically.

  • Decisive answer 2 difference between Pref Stereo Panning Mode and Advanced Session Properties Mixing

    Since Steve refused to give a clear answer on this issue, I will attempt to address it.
    I think the Preferences>Stereo Panning Mode only has to do with the panning of individual stereo tracks and there overall volume level.
    Where as the Advanced Session Properties>Mixing>panning mode Has to do Only with the Master Channel's panning and overall volume level.
    amirite?

    What I mean is that Under Preferences>stereo panning mode it only affects the volume of tracks when they are panned, it has no effect on the overall volume.
    Under Advanced session properties>mixing>panning it subtracts 3dB when set to -3dB center, if everything is panned center.
    I don't understand exactly what what the latter does when set to L/R logarithmic other then it makes the session not play at -3dB but rather at the file(s) real level, if everything is panned center.
    apparently, when using L/R logarithmic for either one: if everything is panned in different directions and you have some mono tracks, all bets are off .

  • JSF session length - how to set? ViewExpiredException - how to avoid?

    Hi! Is there something like JSF session? If yes, how can I set its length so that ViewExpiredException is not being thrown so fast? After I restart my server, httpSession in my browser still exists, but ViewExpiredException is thrown. Is there a way to eliminate completly this exception from JSF application??? PLEASE HELP!

    cocolino81 wrote:
    Thanks for help. The problem is also that <session-timeout> is for example 1 hour and I get ViewExpiredException after 15 minutes!This was because you restarted the server or redeployed the application, is it? Besides, this would also occur if you use an IDE and are still actively developing the webapp. Tomcat will redeploy automatically on every change of one of the deployed files.
    If you read this, please write how do you deal with this excpetion. I would really like to know all your solutions. Thanks in advance.Depends on the purpose of the application. If the user have to be logged in, then I would just set a clear and user-friendly error-page which informs the user that the session has expired and that the user has to re-login. If there is no means of a login but the user just have to enter and submit a form, I would rather keep the session alive using ajaxical polls from the form on. If there is even no means of a form and you used commandlinks/buttons and navigation cases for navigation, then I would get rid of that way of navigation and just use outputlinks for navigation.

  • I lost all of my Itunes music because of an infection that required them to wipe my computer.  I am trying to get the music back from multiple sources.  What I have recovered is a mess. Albums are mixed or songs not grouped as album. Help?

    My computer got infected with some terrible virus.  I contacted the manufacturer and they said the only thing to do was wipe the whole thing. I could not back it up bec this mess?ause it would include the infection. I have been trying to recover the lost music from several different places.  A friend tried to help me by putting all of his music on my computer from his external hard drive. That was very nice of him but now it is a terrible mess. The recovered songs are not grouped into albums correctly.  Some albums are mixed - every other song is from the other album.  Some songs are listed separately and not grouped as an album.  I tried to ask iTunes to find album art work and it has been running that for over 48 hours. Is that possible?  When I try to stop it I get a message that says I will lose all the data.  I admit that I am not very tech. savvy and I really don't know what I am doing.  It took me more than 20 years to make that collection and I am heart broken. Do you have any ideas about how I start to fix

    Unfortunately you've discovered too late how important it is to maintain an up-to-date backup of your iTunes library (and all other data of value).  You could, before wiping the drive, have considered making use of a commercial data recovery service that could (albeit at considerable cost) have extracted your library from the hard disk, even if virus infected.
    In the absence of that option, you will need to restore the content of your library from its original sources:
    Depending on your location, you may be able to re-download any iTunes Store purchases that are still available on the Store
    Likewise, most digital purchases from Amazon (including auto-rip copies of purchased CDs) should be available from the Amazon Cloud and via the Amazon Music application - the same may be true of other commercial sources for digital downloads
    Content imported from your CDs will have to imported again
    The specific situation that you describe regarding the music imported from your friend's external HDD suggests that either the source is badly organized and/or originates from a source other than iTunes (other media players may use alternative tags for information like artist, title, album, etc. that are not wholly consistent with how iTunes handle these).  Without details of the issues you're seeing it is difficult to suggest a remedy other than going through the media album-by-album, track-by-track, and correcting the inconsistencies.
    In the absence of a backup or access to the original library data there is no option other than painstakingly recreating your library as described above.  As you do so, you'll now realize how important creating and maintaining backups are - in my case I have at all times three separate duplicates of my library, in two different locations, where none is ever more than a week old compared to the content of my master library.

  • Arbic fields and english fields are mixed in exported data from oracle

    I have a oracle db with character set UTF8.
    I have exported some data from a table with arabic detail through sqlplus
    and saved in a text file.The file is | sepereted.
    I can view this file properly while using textpad.
    But in note pad the arbic fields and english fields are mixed.
    I have anothe application which is accept the data from note pad only.
    so i am not able to export arabic data properly in notepad.
    Can any one help from this issue.?
    Thanks,
    nash

    Thanks for your reply.
    i have saved the file in UTF8 format and still the same.
    i will explian you the real issue.
    We have one Dot net application and we need to upload some data to this application.
    I can upload the data which is contain only English detail.
    But i am not able to upload the arbic detail.So i ve checked the application and the data which i am uploading to this.
    And i found that the data which i am uploading is mixed with arabic fields and english fields.
    There is a field seperation in my data which is '|',So i can see some arabic field is mixed with some other english field
    if i open the file through internet Exploreer or notepad able to see the mixed field detail.
    But i can see the data in textpad are correctly.
    The upload data file is taking from oracle database through toad.
    I have tried with SQL plus also.But still the same.
    Please help me out from this issue?

  • Data of different session are not getting refreshed.

    We used select one choice and it is bind to the iterator. Data of different session are not getting reflected.
    Problem Scenario : Two browsers are open with same screen . In browser-1, I am adding new item which display on drop down of same screen. But drop down of browser-2 is not displaying the new added value.
    Please let me know how to refresh the data of browser-2 if I added data on different session.
    //JSFF entry
    <af:selectOneChoice binding="#{backingBeanScope.Product.ICTCSTName}"
    id="iCTCSTName" simple="true"
    label="#{bindings.tpCrudeSuperTypeFindAllPopulatedCT.label}"
    required="#{bindings.tpCrudeSuperTypeFindAllPopulatedCT.hints.mandatory}"
    value="#{bindings.tpCrudeSuperTypeFindAllPopulatedCT.inputValue}"
    autoSubmit="true">
    <f:selectItems value="#{bindings.tpCrudeSuperTypeFindAllPopulatedCT.items}"
    binding="#{backingBeanScope.Product.si2}"
    id="si2"/>
    </af:selectOneChoice>
    //Pagedef entry
    <list IterBinding="tpCrudeSuperTypeFindAllPopulatedCTIterator"
    ListOperMode="navigation"
    ListIter="tpCrudeSuperTypeFindAllPopulatedCTIterator"
    id="tpCrudeSuperTypeFindAllPopulatedCT" DTSupportsMRU="true">
    <AttrNames>
    <Item Value="superTypeName"/>
    </AttrNames>
    </list>

    Are you sure backingBeanScope is the correct scope for your scenario?
    Session scope sound more appropriate to me.
    binding="#{backingBeanScope.Product.si2}"

  • Sessions are in blocked state

    Hi Gurus,
    we are inserting data into one table and using append and parallel hints...but that query is not completed yet and those sessions are in blocked list.
    can you please let me know how to overcome this issue and below is the query:
    INSERT /*+ APPEND PARALLEL(emp 8) */ INTO emp_temp
      (empno,empname,dateofjoining,deptno,sal)
      SELECT /*+ PARALLEL(empn 8) */
             empno,empname,dateofjoining,deptno,sum(sal) sal
      FROM emp_V;
    is it correct usage or anyother best way for improving performance.

    Thanks for the response.
    Below is the issue details more detailed:
    We have created table with parallel degree 8 and I am not able to insert data into that table and the sessions are blocked state.
    I am seeing event names in blocked state are px deq: parse reply px deq: execution msg
    Temp_table -- parallel degree8
    I am selecting the data from multiple tables as per my requirement and trying to insert that data into the temp table.
    Below is the query:
    Insert into /*+PARALLEL(Temp_table)*/ Temp_table(report_date,quantity,revenue)
    select  /*+PARALLEL(Temp_table_v)*/ report_date,quantity,revenue from Temp_table_v;
    In Temp_table_v we are joined the multiple tables and those tables are having millions of records and in that view also we have added parallel hints.
    Please help.

  • AS Java sessions are not closed until they time out

    Hello Experts,
    we have a SAP PI system to integrate SAP R/3 with external applications and recently we are facing a problem with inactive sessions. There's a new application we are setting up that consumes a webservice published by this SAP PI system. The scenario is SOAP --> PI --> PROXY. What we have noticed is that when the application sends loads of requests sometimes the system fails. This is because we are reaching the maximum number of open sessions in AS Java (1000). Investigating a bit more we found out that the sessions are not "closed" once the communication between the application and SAP PI has finished. Those sessions are open until they are automatically timed-out by the system after 1800 sec.
    We have found the notes below in SAPNet:
    Note 1363751 - ICM: Java Web sessions are not terminated
    Note 1307940 - New HTTP session opened for every web service call
    However, none of them are applicable to our system because it is more updated:
    SAP PI 7.1 EHP1 SP002
    Kernel Patch Level: 87
    We have tried to close connections from the application that consumes the webservice but with no success. The sessions remain in the server until they are timed-out. Could you please tell us if this is the normal behavior of an AS Java system? Is this the way it should work? If so, can you tell us how to decrease this timeout so the inactive sessions are cleaned faster? We tried to find it but we didn't manage. Is there any way to close the session once the communication has finished?
    Thank you in advance.
    Roger Allué i Vall

    Hi Roger,
    You can do the following things to help solving your issue:
    1. Decrease session timeout default value of the web container: Use the NetWeaver Administrator
    Open Application Modules plugin within NWA
    Configuration Management -> Infrastructure -> Application Modules
    Set the desired timeout web module you are using, in minutes.
    The default value 0 in the NWA means that the value is not modified
    and the default value of 30 minutes timeout will be used.
    2. Increase the max. no. of Sessions in Configtool
    The max. number of Sessions can be set in Configtool in the Expert
    mode. There is no limitation for the parameter.
    Thanks,
    Anderson

  • Why user sessions are frequently blocked?

    from the time that we did a database migration from oracle 8i to oracle 9i, and the application to developer 6i we have faced a new problem, ' the user sessions are frequently blocked'
    anybody have any idea? it is a database parameter that must be changed?...
    thnx,

    Hi,
    Since it was a migration from oracle 8i to oracle 9i, your performance is suppose to increase rather than decrease given condition that hardware and oracle configuration does not change.
    How did you figure out that user sessions are frequently blocked?
    You can query v$session_wait and check why it is blocked/waiting?
    You can query v$locked_object to check if it is blocked for lock on some other objects?
    Regards

  • Essbase error 101 all 255 user sessions are in use

    Hi There,
    I try to connect to EAS and I got the following error:
    essbase error 101 all 255 user sessions are in use
    I have administrator right, wondering how to fix this?
    Thanks

    You must be on an older version and licensing scheme of essbase where number of ports could be restricted by license. Try bouncing off essbase service and you should be able to connect.
    For future, add the settings to automatically kick off user session after x number of minutes to avoid ghost sessions.

  • Photo after syncing are mixed into album

    I've more than 3000 photos on my PC (windows 7) organized in several folder, all at the same level.
    After syncing these photos with iTunes (vers. 10.5.3.3) on iPAD (not jailbroken !)
    i've found that in some albums photos are not the same in the corrisponding folder on PC.
    Photos are mixed between album.
    Do I expect a new version of the Apple app? or do I bought a 3rd parties app? do You know some one with better performance?
    Why a bug so big in a product so good?
    This is not the only a my problem, also a friend of mine with an iPAD 2 has the same problem.
    Thansk for answer and/or suggestion.
    Roberto Tarditi
    <Email Edited by Host>

    Try deleting the photo cache from your computer and then re-try the photo sync and see if they then copy over into the correct albums - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314

  • Songs in a player are mixed, but not in iTunes

    In iTunes all songs are numbered and cost under the order. And in a player some songs are mixed in albums.What can be a problem?

    I have the same issue.. seems like randomly.. some songs are unchecked by iTunes (I've never proactively unchecked any).. is this a bug?

  • One of the users on my Mac book pro, running Mountain lion finds that no changes made in last session are there next time they log on

    One of the users on my Mac book pro running mountain lion finds that no changes made in last session are there next time they log on.
    For instance, the Macintosh HD icon, is always moved so that it is almost off the screen to top left hand side of the desktop.
    None of my changes to the sidebar in the finder are there.
    My changes to the dock have reverted.
    Despite unticking the box when logging out, even though i have quit all applications, iphoto and safari are always re-opened.
    iphoto always says the library needs to be upgraded... even though i did that the last time.
    I have tried deleting ALL the files in the "Saved application state" folder in the library folder, but that doesn't seem to make any difference.
    This is on a second admin user account.
    The main user account seems to be fine.
    This account used to be in the filevault on Lion, but is not now in Mountain Lion.
    Can anyone help?
    Thanks

    The same tragic thing happened to me, not even a full two days after I bought it. I immediately powered it off, wiped it as best I could, and put it in front of a fan. I tried valiantly to get the back off, but couldn't remove all the screws. I was basically inconsolable until I realized that no matter what, my credit card insurance would cover it, since it had been less than 90 days. Fast forward 48 hours, and it seemed to run just fine. Some of the keys and the track pad were sticky, and I figured since it was covered, I might as well get it fixed. My only concern at this point was had I voided the Apple Care. I brought it in, told them what happened, said what I needed to satisfy the credit card, and they said, "We'll just swap it out for you, no problem." I was thrilled, and the Genius said they appreciated my honesty, and it was easier for all parties to just do it this way. And my Apple Care was transferred to the new machine. This was my first Mac and, needless to say, I am now an Apple devotee.

  • Themes are mixing

    Hey!
    I have a book with two pages inside, and each page has applied its own theme. Each theme have it's own javascript and css includes.
    Themes works, the problen that i'm facing right now is that all pages (two pages) are including ALL javascripts and css from themes, no matter if each page has its own theme, it's like they are mixing and applying on all pages inside the book.
    The book doesn't have applied any theme, so I don't know what's happening.
    Hope people understand mi poor english and thanks in advance.

    Greetings,
    You need to reinstall iPhoto. 
    Questions:
    What version of iPhoto are you running (iPhoto > About iPhoto)?
    What version of the Mac OS are you running (Apple > About this Mac)?
    General steps:
    Remove the following files to the trash:
    Macintosh HD > Library > Application Support > iPhoto (if present)
    Macintosh HD > Library > Application Support > NetServices (if present)
    Macintosh HD > Library > Receipts > iPhoto (anything with iPhoto in the name)
    Macintosh HD > Applications > iPhoto
    Insert the iLife install disk you have or the Applications disk that came with your computer and reinstall iPhoto: http://support.apple.com/kb/HT2604
    Once installation is complete go to the Apple > Software update and repeat this until no additional updates are offered.
    Hope that helps.

Maybe you are looking for

  • Lenovo Thinkpad w 540 problem when starts up

    I boiught a new thinkpad w 540 laptop and I have a problem with the startup, it usually works well and starts up to windows quickly but somethimes it stick to "Lenovo" page (the page when you wants to turn on the laptop) and stays at that page for ma

  • Music and photos from Droid to Iphone4?

    I recently switched from Droid Incredible to Iphone 4, and I don't know how to get music and pictures transfered over. Can someone please help?? Verizon store told me to sync to iTunes, but didn't get an explanation of how...

  • Be able to see all of filename in finder

    Hi all, I am constantly frustrated by finders inability to show a two-line filename. I realize that windows does not show excessively long filenames until you highlight them but mac doesn't even show them when you do that. It gets particularly frustr

  • Creating a JOB for BMV0 for Material

    Hi, I am using the direct input method for uploading materials in my system. The problem being here i want do it using transaction BMV0. I know that for the JOB we need to define the variant. But after defining the variant where can i set the details

  • XI Adapter parameters

    in XI Adapter paramters, i am using File to proxy, where in the XI Adapter parameters, i am giving the login parametrs of my SAP R/3 user nam and password should i give PI username and password please help in this thanking y ou ' Sridhar