Conky to show current i3 workspaces. i3-msg script [SOLVED]

Currently I have conky piped to i3 bar. i3 bar shows workspaces on it's own, I like this functionality but it overlaps with the conky output. I set workspace buttons off but of course i have no way of seeing workspaces. So in short I want conky  to display all the open workspaces and highlight the current one. the solution i have come up with is to use the command
i3-msg -t get_workspaces
which displays an output like
[{"num":1,"name":"1","visible":false,"focused":false,"rect":{"x":0,"y":19,"width":1366,"height":749},"output":"LVDS1","urgent":false},{"num":2,"name":"2","visible":false,"focused":false,"rect":{"x":0,"y":19,"width":1366,"height":749},"output":"LVDS1","urgent":false},{"num":3,"name":"3","visible":false,"focused":false,"rect":{"x":0,"y":19,"width":1366,"height":749},"output":"LVDS1","urgent":false},{"num":4,"name":"4","visible":false,"focused":false,"rect":{"x":0,"y":19,"width":1366,"height":749},"output":"LVDS1","urgent":false},{"num":5,"name":"5","visible":true,"focused":true,"rect":{"x":0,"y":19,"width":1366,"height":749},"output":"LVDS1","urgent":false}]
so if i could pipe it to grep or form a sort of script to filter out the numbers and which desktop is visible i could easily put it into conky but i am not sure how to go about create such a script. Once i have the script i could easily create my conkyrc to give the desired output but i am not sure where to start with such a script.
Last edited by jaredanderson (2013-08-18 08:15:33)

To be honest never liked running two bars, takes up too much space. the jshon thing wasn't a hundred percent what i was looking for but it gave me a good base to build off of. my script looks like this.
#! /bin/bash
if [ $# -lt 1 ]
then
echo "no command"
exit
fi
case $1 in
"color")
color=`i3-msg -t get_workspaces | jshon -a -e name -u -p -e focused -u | paste -d ' ' - - | grep $2 | cut -c3-`
# set true and false to 0 and 1 for conky
#true and false determines highlight for workspace
if [ "$color" = "" ]; then
echo "null"
elif [ "$color" = "false" ]; then
echo "0"
elif [ "$color" = "true" ]; then
echo "1"
fi
"status")
stat=`i3-msg -t get_workspaces | jshon -a -e name -u | grep $2`
#shows if workspace entered exists
#only negative is tenth workspace is plotted to 0
if [ "$stat" = "" ]; then
echo "0"
else
echo $stat
fi
esac
there is probably an even better way to do this but this works for me.
I then added these lines to my conkyrc
"full_text":
${if_match ${exec ~/.scripts/i3wc status 1}>0}
"1",
${else} "",
${endif}
"color":
${if_match ${exec ~/.scripts/i3wc color 1}<1}"\#2aa198"${else}
${if_match ${exec ~/.scripts/i3wc color 1}>0}"\#cb4b16"${else}
"\#ffffff"
${endif}
${endif}
a slight draw back is this makes my conkyrc gargantuan because I have to insert this set individually for all nine workspaces.
but it shows all workspaces and highlights the current one which is exactly what 'i wanted so I can't complain. thanks for the help progandy never would have done it without you.
probably could remove the final else in the conkyrc under color. color wouldn't be use because no text is output
Last edited by jaredanderson (2013-08-18 08:27:24)

Similar Messages

  • HFM and Planning apps not showing up in workspace..

    Hi All
    We recently had the SSL certificate expired and after we renewed them, and restarted all the services, the HFM and Planning apps are not showing up in workspace Navigate->Applications. When I click on Classic Administration -> Consolidation Administration or Planning Administration , I get the following error.
    "Please make sure that the Application you are trying to launch is registered with SharedServices.Shared Services must be running for the feature you are trying to access.Close the current browser window and try logging into workspace again after a little while.Contact your administrator for further information."
    I also cannot open the HFM app in "Projects" in HSS, but can open Planning apps. ( not sure if that helps)
    I m able to open the Planning and HFM apps using the Direct links, (not through workspace) and able to login and perform any task with in the application.
    The issue looks more like workspace is not able to communicate with Foundation or shared services.
    Can you tell me what would be the reason for apps not showing up in the Workspace and a possible resolution?
    Thanks in Advance.
    Raghu.

    Hi Raghu,
    I'm faced with the same problem.
    If you have managed tor resolve the same, please help me with the solution.
    Regards,
    Apo

  • In portal it shows both status in bex it shows current

    Hi experts,
    Can anyone please tell me when i run sales order report it shows (current)Booked status in BW(BEX) but in portal it shows open and Booked status(it should show only Booked status).Thanks

    Hi Rohit,
    As per your suggestion i have removed high value from filter and then checkd CRMSUBTAB in ERP  it shows an entry CRS_MATERIAL_EXTRACT
    Entries in ERP-table CRMSUBTAB
    Client
    User
    Object Name Downloaded
    Up-or downloaded
    object class
    Function Module name
    CRM
    D
    MATERIAL
    CRS_MATERIAL_EXTRACT
    Also find the entries in CRM-table CRMSUBTAB
    Entries in CRM-table CRMSUBTAB
    Client
    User
    Object Name Downloaded
    Up-or downloaded
    object class
    Function Module name
    CRM
    ADPTESTMBDOC
    D
    ADPTEST
    ADPTST_EXTRACT_MODULE
    CRM
    ADPTESTMBDOC
    U
    ADPTEST
    CRM_ADPTESTMBDOC_LOAD_PROXY
    CRM
    BUAG_MAIN
    D
    BUPA
    CRM_BUAG_MAIN_EXTRACT_GUIDS
    CRM
    BUPA_MAIN
    D
    BUPA
    CRM_BUPA_MAIN_EXTRACT_GUIDS
    CRM
    BUPA_REL
    D
    BUPA
    CRM_BUPA_REL_EXTRACT_GUIDS
    CRM
    CMDOC_NOTIFY
    D
    CMDOC_NOTIFY
    CRM_CM_EXTRACT_GUIDS
    CRM
    VEND_MAIN
    D
    BUPA
    CRM_BUPA_MAIN_EXTRACT_GUIDS
    After that i did material replication but it still shows block size 0

  • How to show current year and last year sales in a WEBI Report

    Hi Guys
    How can show current YEar Sales in one column and Last YEar Sales in the other column based on a user prompt for the Current YEar Column.
    For Example is user enter 2010 for Year how can i show a Column for Sales-2010 and Sales 2009.
    Thanks

    If you can modify your Universe add an object named New Object Last Year whose SQL is:( yourTableName.Year + 1)
    Then in WebI create two distinct queries in your query Pane. In the first one you could do this:
    Query 1:
    objects: Year, Sales ... etc.
    filters:   Year Equal to '1. Prompt Year'
    Query 2:
    objects: Year, Sales ... etc.
    filters:    New Object Last Year Equal to '1.Prompt Year'
    Then in your report you can drag each object on their respective columns.
    If you don't want to use two distinct queries, use one like this:
    Query 1:
    objects: Year, Sales ... etc.
    filters:        Year Equal to '1. Prompt Year'
                 Or
                      New Object Last Year Equal to '1.Prompt Year'
    Edited by: PadawanGirl on Jun 23, 2011 6:28 PM

  • Yikes, Box is Working but no picture or sound...tv guide is showing current though....

    Ok, I checked the tv, it works fine with vcr, so the pic and audio is good. the box is functioning, changing channels and such. the guide comes on to tell you what is on at that time and shows current, but no picture or sound....whats up with this??? I am in FL. Thanks for any help!
    C-

    You might want to check your Fios TV page on the website to see if it says "Your STB record cannot be found". I started having this problem today. Everything was fine last night. I got forwarded from Verizon to somewhere else where they were supposed to add my boxes back in. The individual said it was done and I should have the picture back momentarily. I waited 1 and a half hours. Called back. gave them the "M" numbers for my 2 boxes. They said it would take up to 24 hours to get the picture back. Unfortunately that doesn't help me when their is boxing on tonight that I want to watch. If it is not fixed in time for football tomorrow I am not going to be happy.

  • Show Current Date in Year Format (and now - 1, etc.)

    Our form has some column headers that need to change each year, the headings are current year (2010) + previous 3 years.  Am trying to programatically add the titles to eliminate modifying the form just to change the year, but not finding how to accomplish, and was checking out some date samples found, but no success yet.  My question is 2 part - how/where do I put code, I don't need the user to enter anything, just want a column header.  This example below is where I copied the idea from a sample and tried to adjust, it's on the calculate event of a date/time field, and I get an error message that says 'the display pattern "date-{MM/DD]" is incompatible with the object's data format.  Define a compatible Display pattern.  This display pattern error is the 2nd part of the question.  How do I display only the 4 digit year?
    year1.rawValue
    = num2date(date(), "YYYY")
    How do I accomplish this - am newbie on this!  Thank you very much!

A: Show Current Date in Year Format (and now - 1, etc.)

1) I typically use a hidden field to capture the current date on the layout:ready event.
2) If year1 is a date object  your script is valid but you are probably missing the display pattern date{YYYY} on year1.
If year1 is a text field you could could capture current year in a hidden field as
// form1.page1.currentYear::ready:layout - (FormCalc, client)
$.rawValue = Num2Date(Date(), "YYYY")
where currentYear has the display pattern date{YYYY} and add
this.rawValue = form1.page1.currentYear.rawValue;
to the calculate event of year1.
Steve

1) I typically use a hidden field to capture the current date on the layout:ready event.
2) If year1 is a date object  your script is valid but you are probably missing the display pattern date{YYYY} on year1.
If year1 is a text field you could could capture current year in a hidden field as
// form1.page1.currentYear::ready:layout - (FormCalc, client)
$.rawValue = Num2Date(Date(), "YYYY")
where currentYear has the display pattern date{YYYY} and add
this.rawValue = form1.page1.currentYear.rawValue;
to the calculate event of year1.
Steve

  • Flash player to show current bitrate on a graph

    Hi guys,
    As I remember, Adobe had one flash player that can show current video bitrate on a graph which is really useful when you want to show people how smooth FMS works when it switch between different bitrates.
    I want that player.
    Thanks a lot.

    Are you talking about the OSMF player that is on the media servers default webpage, "amsInstallDir/webroot/swfs/adobedemoplayer_pc.swf"?
    I am not sure which player it's based on, or if they included the source for it. I hope they did.
    If anyone else has more details, please share!
    Message was edited by: rjp421

  • External Video: Show Current Frame

    This isn't hugely important but since starting with FCP I have wanted to be able to show external video whenever I'm parked on a frame - i.e. not moving video. I often want "All Frames" off because it can choke on the full resolution/framerate I'm trying to assess.
    For the longest time I thought External Video / Show Current Frame was supposed to do this but just wasn't working. It eventually occurred to me that you have to shift-f12 every time you want the output updated.
    Is there a way to tell FCP to "show current frame" whenever I pause playback or step through frames?

    Another strategy is to turn off 'mirror on desktop'. That reduces the processor overhead significantly which is very useful on low power machines yet you get all your images sent to the external monitor.
    The check box can be found in: Menu Bar>Final Cut Pro>Audio/Video Settings> A/V Devices>
    Scrubbing in the Canvas works and the current frame will show up in Canvas when you stop messing around. Canvas is only bypassed when you play the timeline.
    good luck.
    x

  • Shortcut Remapping: Show Current Song

    I've been able to navigate to the currently paying song just fine. But one of my FAVORITE shortcuts in iTunes is Cmd-L, Show Current Song. It shows me the song that is playing, in whatever venue it is playing it in, be it playlist or album or whatever. As the current Mac shortcut for Focus on the search bar has 2 Keymappings, would it be possible to remap Cmd-L to Show Current Song?

    Updated: 2015-07-23Hello!
    Your idea has been submitted a while ago but unfortunately hasn't gathered enough kudos (25 per year). In order to keep an overview of the active ideas in this forum, we will close this idea for now. However this does not mean that your idea has been declined by Spotify.
    If you still feel strongly about your request, we encourage you to post your idea in a little different form again! Maybe now is the right time to receive the support of our community for your suggestion! ;)
    Do you have any further questions on how the idea exchange is managed? Just click here!

  • Calendar today doesn't show current date, it's now 23rd of Nov 01:03 in Beijing, but  Today button of Calendar itself shows "today" as 22nd. So does the Calendar of Yosemite

    Calendar "today" doesn't show current date, it's now 23rd of Nov 01:03 in Beijing, but Today button of Calendar itself shows "today" as 22nd. So does the Calendar of Yosemite.
    Is it a bug?

    Sorry for the huge chunk of code.
    Mm, yes, I'm far too lazy to read all that.
    But you should be overriding paintComponent(), not paint().
    http://www.google.co.uk/search?hl=en&q=java+swing+painting&btnG=Google+Search&meta=
    I've not bothered to work out from that pile of magic numbers exactly what you're tring to draw but is it not something that JTable would happily do?

  • CS4 Actions change "Show Current Layer, Toggle With Others" MIA

    Greetings forumers,
    I have been using Photoshop for years as a hobby and professionally. My employer recently upgraded our Mac Pro Quad-Core Intel Xeon computers to Photoshop CS4. The transition has been mostly painless accept for all the changes to the keyboard shortcuts (I'll live).
    Recently we have come across an issue with one of our customer's workflows that we have not been able to get by using CS4. Or customer has a workflow that we must work within in order to provide them with the artwork files in a way they can use for other processes. The main parts of this workflow involve layer structure and a set of actions that they have been using since Photoshop 7. Our customer uses Photoshop CS3.
    With the transition to Photoshop CS4 in our shop, one line of their action does not function in CS4.
    Show Current Layer
    Toggle With Others
    What needs to happen is at the end of the action all layers need to be turned visible. In CS3, in the layer palette, by Control & Clicking the eye and selecting "Show/Hide all other layers" produced the recorded action 'Show Current Layer, Toggle With Others'. The names of the layers are not recorded. This is good because the action will work on any layer no matter what the name of the layer is. In essence all layers are made visible.
    In CS4 performing the same above clicks produces a recorded action 'Show , ...' The diference is that in CS4 the action is recording the name of every layer that it is showing/hiding. Simply change the name of one of your layers and running the action again produces a verbose error box.
    So any thoughts on how to make visible all layers in a document using an action that will work on any layered file?
    We are constructing our files in CS4 and opening them in CS3 to run the action for our customer as a work around. Or we are manually toggling the visibility, but what fun is that when it used to be automatable?
    Any help would be greatly appreciated.

    You could try this script (CS4 only) to make all layers/groups visible. If it works for you, you could then call it as part of your action.
    selectAllLayers();
    var sl = getSelectedLayersIdx();
    var sLayers = new Array();
    for( var i = 0; i < sl.length; i++ ){
       makeActiveByIndex( [ sl[ i ] ], false );
       sLayers.push( activeDocument.activeLayer.name );
    ShowAllLayers(sLayers);
    function ShowAllLayers(layerNames) {
        var desc = new ActionDescriptor();
            var list = new ActionList();
                var ref = new ActionReference();
       for(var a in layerNames){
                ref.putName( charIDToTypeID('Lyr '), layerNames[a] );
       $.writeln(layerNames[a] );
            list.putReference( ref );
        desc.putList( charIDToTypeID('null'), list );
        executeAction( charIDToTypeID('Shw '), desc, DialogModes.NO );
    function selectAllLayers(){ 
       var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( charIDToTypeID( "Lyr " ), charIDToTypeID( "Ordn" ), charIDToTypeID( "Trgt" ) );
        desc.putReference( charIDToTypeID( "null" ), ref );
    executeAction( stringIDToTypeID( "selectAllLayers" ), desc, DialogModes.NO );
       function getSelectedLayersIdx(){
          var selectedLayers = new Array;
          var ref = new ActionReference();
          ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
          var desc = executeActionGet(ref);
          if( desc.hasKey( stringIDToTypeID( 'targetLayers' ) ) ){
             desc = desc.getList( stringIDToTypeID( 'targetLayers' ));
              var c = desc.count
              var selectedLayers = new Array();
              for(var i=0;i<c;i++){
                try{
                   activeDocument.backgroundLayer;
                   selectedLayers.push(  desc.getReference( i ).getIndex() );
                }catch(e){
                   selectedLayers.push(  desc.getReference( i ).getIndex()+1 );
           }else{
             var ref = new ActionReference();
             ref.putProperty( charIDToTypeID("Prpr") , charIDToTypeID( "ItmI" ));
             ref.putEnumerated( charIDToTypeID("Lyr "), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
             try{
                activeDocument.backgroundLayer;
                selectedLayers.push( executeActionGet(ref).getInteger(charIDToTypeID( "ItmI" ))-1);
             }catch(e){
                selectedLayers.push( executeActionGet(ref).getInteger(charIDToTypeID( "ItmI" )));
          return selectedLayers;
    function makeActiveByIndex( idx, visible ){
       for( var i = 0; i < idx.length; i++ ){
          var desc = new ActionDescriptor();
          var ref = new ActionReference();
          ref.putIndex(charIDToTypeID( "Lyr " ), idx[i])
          desc.putReference( charIDToTypeID( "null" ), ref );
          if( i > 0 ) {
             var idselectionModifier = stringIDToTypeID( "selectionModifier" );
             var idselectionModifierType = stringIDToTypeID( "selectionModifierType" );
             var idaddToSelection = stringIDToTypeID( "addToSelection" );
             desc.putEnumerated( idselectionModifier, idselectionModifierType, idaddToSelection );
          desc.putBoolean( charIDToTypeID( "MkVs" ), visible );
          executeAction( charIDToTypeID( "slct" ), desc, DialogModes.NO );

  • WebForm view doesnt shows up on Workspace App (11.1.1.7)

    Hi,
    I have an issue runing an bpm process on BPM Suite PS6 (11.1.1.7) where I have an webform view to show up in workspace app but when you run, the view stay loading forever.
    We'll appreciate any help!!
    Following the stack trace of the error:
    <Sep 3, 2013 7:16:38 PM BRT> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <ADFC-64010> <ADFc: Page '/jsf/worklist/worklist.jspx' references task flow binding 'processApplicationsTaskflow1' more than once which is not supported.>
    <Sep 3, 2013 7:16:38 PM BRT> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <ADFC-64010> <ADFc: Page '/jsf/worklist/worklist.jspx' references task flow binding 'externallinkstaskflowdefinition1' more than once which is not supported.>
    <Sep 3, 2013 7:16:38 PM BRT> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <ADFC-64010> <ADFc: Page '/bpmHome.jsff' references task flow binding 'processApplicationsTaskflow1' more than once which is not supported.>
    <Sep 3, 2013 7:16:38 PM BRT> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <ADFC-64010> <ADFc: Page '/bpmHome.jsff' references task flow binding 'externallinkstaskflowdefinition1' more than once which is not supported.>
    <Sep 3, 2013 7:16:38 PM BRT> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <ADFC-64010> <ADFc: Page '/bpmHome.jsff' references task flow binding 'processApplicationsTaskflow1' more than once which is not supported.>
    <Sep 3, 2013 7:16:38 PM BRT> <Error> <oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort> <ADFC-64010> <ADFc: Page '/bpmHome.jsff' references task flow binding 'externallinkstaskflowdefinition1' more than once which is not supported.>
    <Sep 3, 2013 7:16:38 PM BRT> <Warning> <oracle.dms.context> <DMS-57008> <The execution context put in place at the start of the request, 66bcb7dee55b1559:7eb9370e:140d1b02809:-8000-000000000006dd99,0, is not the execution context in place at the end of the request, 66bcb7dee55b1559:7eb9370e:140d1b02809:-8000-000000000006dd9d,0. The request is as follows: Request URI:
      /bpm/workspace/faces/jsf/worklist/worklist.jspx
    Request URL:
      http://srvnote174.a2f.com.br:7001/bpm/workspace/faces/jsf/worklist/worklist.jspx
    Query String:
      _adf.ctrl-state=1936z0ki5m_19
    All Headers Names:
      Host, User-Agent, Accept, Accept-Language, Accept-Encoding, Content-Type, Adf-Ads-Page-Id, Adf-Rich-Message, Referer, Content-Length, Cookie, Connection, Pragma, Cache-Control
    Selected Header Values:
      Accept-Language : en-US,en;q=0.5
      Host : srvnote174.a2f.com.br:7001
      Content-Length : 830
      Referer : http://srvnote174.a2f.com.br:7001/bpm/workspace/faces/jsf/worklist/worklist.jspx?_afrWindowMode=0&_afrLoop=339025220071472&_adf.ctrl-state=1936z0ki5m_19
      Accept-Encoding : gzip, deflate
      User-Agent : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
      Connection : keep-alive
      Content-Type : application/x-www-form-urlencoded; charset=UTF-8
      Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    >
    <Sep 3, 2013 7:16:39 PM BRT> <Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50018> <ADFc: No exception handler was found for an application exception.
    java.lang.AssertionError
            at oracle.adfinternal.view.faces.renderkit.rich.MenuBarRenderer.setupEncodingContext(MenuBarRenderer.java:52)
            at org.apache.myfaces.trinidad.render.CoreRenderer.setupEncodingContext(CoreRenderer.java:144)
            at org.apache.myfaces.trinidad.render.CoreRenderer.beforeEncode(CoreRenderer.java:732)
            at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:357)
            at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
            at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    (resumed)
    >
    <Sep 3, 2013 7:16:39 PM BRT> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    java.lang.AssertionError
            at oracle.adfinternal.view.faces.renderkit.rich.MenuBarRenderer.setupEncodingContext(MenuBarRenderer.java:52)
            at org.apache.myfaces.trinidad.render.CoreRenderer.setupEncodingContext(CoreRenderer.java:144)
            at org.apache.myfaces.trinidad.render.CoreRenderer.beforeEncode(CoreRenderer.java:732)
            at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:357)
            at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
            at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    (resumed)   
    >
    <Sep 3, 2013 7:16:39 PM BRT> <Error> <HTTP> <BEA-101017> <[ServletContext@2121830102[app:DefaultToDoTaskFlow module:/workflow/DefaultToDoTaskFlow path:/workflow/DefaultToDoTaskFlow spec-version:2.5], request: Workmanager: default, Version: 0, Scheduled=true, Started=true, Started time: 546 ms
    GET /workflow/DefaultToDoTaskFlow/faces/adf.task-flow?_document=WEB-INF%2FHumanTask_TaskFlow.xml&bpmWorklistLogin=login.jspx&appId=_wHb1ABTjEeOoX5ceK0ksBg&tz=Brazil%2FEast&bpmWorklistContext=acba7cd4-a3b5-4c40-be83-8a33b61144da%3B%3BaMH1GWJE48hoJQ6X6ZD1dgg%2BGbcMIPWWCFywm0UdpLTaZs%2FYb4bjY8Nz9lwAYDZ0YAB6UOcq0WfVlJrTQoW1fmJv9Xz5hzFrwgRiGrz2kCGaUE402mi6l1qwnYOiX8okBAlMdfZYXR%2Ffm8I8gZbsRnNyN%2FPj6Gv7uesw6yFuYp2PKnr8SehlJSk4tbEBLFFUn01aDlGQrNRLj9RxT16nzmjRiTecmPnkbS1%2BQFYp5JmH2j6MyOJZk7qxT2utCeO7&bpmWorklistTaskId=84c3676b-fc91-4b4c-a827-97fc66c7296c&_id=HumanTask_TaskFlow&formId=_bIExEBThEeOoX5ceK0ksBg&lg=en&cy=US&bpmWorklistLogout=logout.jspx&oId=O5SWE3DPM5UWG&bpmWorklistHttpURL=http%3A%2F%2Fsrvnote174.a2f.com.br%3A7001%2Fbpm%2Fworkspace&bpmBrowserWindowStatus=close&_afrLoop=339284906712872&_afrWindowMode=0&_afrWindowId=_appTaskForm HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-US,en;q=0.5
    Accept-Encoding: gzip, deflate
    Referer: http://srvnote174.a2f.com.br:7001/workflow/DefaultToDoTaskFlow/faces/adf.task-flow?_document=WEB-INF%2FHumanTask_TaskFlow.xml&bpmWorklistLogin=login.jspx&appId=_wHb1ABTjEeOoX5ceK0ksBg&tz=Brazil%2FEast&bpmWorklistContext=acba7cd4-a3b5-4c40-be83-8a33b61144da%3B%3BaMH1GWJE48hoJQ6X6ZD1dgg%2BGbcMIPWWCFywm0UdpLTaZs%2FYb4bjY8Nz9lwAYDZ0YAB6UOcq0WfVlJrTQoW1fmJv9Xz5hzFrwgRiGrz2kCGaUE402mi6l1qwnYOiX8okBAlMdfZYXR%2Ffm8I8gZbsRnNyN%2FPj6Gv7uesw6yFuYp2PKnr8SehlJSk4tbEBLFFUn01aDlGQrNRLj9RxT16nzmjRiTecmPnkbS1%2BQFYp5JmH2j6MyOJZk7qxT2utCeO7&bpmWorklistTaskId=84c3676b-fc91-4b4c-a827-97fc66c7296c&_id=HumanTask_TaskFlow&formId=_bIExEBThEeOoX5ceK0ksBg&lg=en&cy=US&bpmWorklistLogout=logout.jspx&oId=O5SWE3DPM5UWG&bpmWorklistHttpURL=http%3A%2F%2Fsrvnote174.a2f.com.br%3A7001%2Fbpm%2Fworkspace&bpmBrowserWindowStatus=close
    Cookie: JSESSIONID=tbJfSmpC7YKzr72hz35YpbnP71FKyybwrgrpwTJC1n6m5LRk5nwX!815505137
    Connection: keep-alive
    ]] Root cause of ServletException.
    java.lang.AssertionError
            at oracle.adfinternal.view.faces.renderkit.rich.MenuBarRenderer.setupEncodingContext(MenuBarRenderer.java:52)
            at org.apache.myfaces.trinidad.render.CoreRenderer.setupEncodingContext(CoreRenderer.java:144)
            at org.apache.myfaces.trinidad.render.CoreRenderer.beforeEncode(CoreRenderer.java:732)
            at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:357)
            at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
            Truncated. see log file for complete stacktrace
    >
    <Sep 3, 2013 7:16:39 PM BRT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'AdminServer' has triggered at Sep 3, 2013 7:16:39 PM BRT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Sep 3, 2013 7:16:39 PM BRT SERVER = AdminServer MESSAGE = [ServletContext@2121830102[app:DefaultToDoTaskFlow module:/workflow/DefaultToDoTaskFlow path:/workflow/DefaultToDoTaskFlow spec-version:2.5], request: Workmanager: default, Version: 0, Scheduled=true, Started=true, Started time: 546 ms
    GET /workflow/DefaultToDoTaskFlow/faces/adf.task-flow?_document=WEB-INF%2FHumanTask_TaskFlow.xml&bpmWorklistLogin=login.jspx&appId=_wHb1ABTjEeOoX5ceK0ksBg&tz=Brazil%2FEast&bpmWorklistContext=acba7cd4-a3b5-4c40-be83-8a33b61144da%3B%3BaMH1GWJE48hoJQ6X6ZD1dgg%2BGbcMIPWWCFywm0UdpLTaZs%2FYb4bjY8Nz9lwAYDZ0YAB6UOcq0WfVlJrTQoW1fmJv9Xz5hzFrwgRiGrz2kCGaUE402mi6l1qwnYOiX8okBAlMdfZYXR%2Ffm8I8gZbsRnNyN%2FPj6Gv7uesw6yFuYp2PKnr8SehlJSk4tbEBLFFUn01aDlGQrNRLj9RxT16nzmjRiTecmPnkbS1%2BQFYp5JmH2j6MyOJZk7qxT2utCeO7&bpmWorklistTaskId=84c3676b-fc91-4b4c-a827-97fc66c7296c&_id=HumanTask_TaskFlow&formId=_bIExEBThEeOoX5ceK0ksBg&lg=en&cy=US&bpmWorklistLogout=logout.jspx&oId=O5SWE3DPM5UWG&bpmWorklistHttpURL=http%3A%2F%2Fsrvnote174.a2f.com.br%3A7001%2Fbpm%2Fworkspace&bpmBrowserWindowStatus=close&_afrLoop=339284906712872&_afrWindowMode=0&_afrWindowId=_appTaskForm HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-US,en;q=0.5
    Accept-Encoding: gzip, deflate
    Referer: http://srvnote174.a2f.com.br:7001/workflow/DefaultToDoTaskFlow/faces/adf.task-flow?_document=WEB-INF%2FHumanTask_TaskFlow.xml&bpmWorklistLogin=login.jspx&appId=_wHb1ABTjEeOoX5ceK0ksBg&tz=Brazil%2FEast&bpmWorklistContext=acba7cd4-a3b5-4c40-be83-8a33b61144da%3B%3BaMH1GWJE48hoJQ6X6ZD1dgg%2BGbcMIPWWCFywm0UdpLTaZs%2FYb4bjY8Nz9lwAYDZ0YAB6UOcq0WfVlJrTQoW1fmJv9Xz5hzFrwgRiGrz2kCGaUE402mi6l1qwnYOiX8okBAlMdfZYXR%2Ffm8I8gZbsRnNyN%2FPj6Gv7uesw6yFuYp2PKnr8SehlJSk4tbEBLFFUn01aDlGQrNRLj9RxT16nzmjRiTecmPnkbS1%2BQFYp5JmH2j6MyOJZk7qxT2utCeO7&bpmWorklistTaskId=84c3676b-fc91-4b4c-a827-97fc66c7296c&_id=HumanTask_TaskFlow&formId=_bIExEBThEeOoX5ceK0ksBg&lg=en&cy=US&bpmWorklistLogout=logout.jspx&oId=O5SWE3DPM5UWG&bpmWorklistHttpURL=http%3A%2F%2Fsrvnote174.a2f.com.br%3A7001%2Fbpm%2Fworkspace&bpmBrowserWindowStatus=close
    Cookie: JSESSIONID=tbJfSmpC7YKzr72hz35YpbnP71FKyybwrgrpwTJC1n6m5LRk5nwX!815505137
    Connection: keep-alive
    ]] Root cause of ServletException.
    java.lang.AssertionError
            at oracle.adfinternal.view.faces.renderkit.rich.MenuBarRenderer.setupEncodingContext(MenuBarRenderer.java:52)
            at org.apache.myfaces.trinidad.render.CoreRenderer.setupEncodingContext(CoreRenderer.java:144)
            at org.apache.myfaces.trinidad.render.CoreRenderer.beforeEncode(CoreRenderer.java:732)
            at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:357)
            at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
            at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = srvnote174 TXID =  CONTEXTID = 66bcb7dee55b1559:7eb9370e:140d1b02809:-8000-000000000006dda8 TIMESTAMP = 1378246599599
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Sep 3, 2013 7:16:40 PM BRT> <Emergency> <oracle.dfw.incident> <BEA-000000> <incident 24 created with problem key "DFW-99998 [java.lang.AssertionError][oracle.adfinternal.view.faces.renderkit.rich.MenuBarRenderer.setupEncodingContext][DefaultToDoTaskFlow]">
    <Sep 3, 2013 7:17:56 PM BRT> <Error> <HTTP Session> <BEA-100028> <Could not deserialize session data.
    java.lang.IllegalStateException: HttpSession is invalid
            at weblogic.servlet.internal.session.SessionData.removeAttribute(SessionData.java:713)
            at weblogic.servlet.internal.session.SessionData.removeAttribute(SessionData.java:708)
            at weblogic.servlet.internal.session.SessionData.removeAttribute(SessionData.java:704)
            at oracle.adf.share.http.HttpSessionScopeAdapter.invalidate(HttpSessionScopeAdapter.java:570)
            at oracle.adf.share.http.HttpSessionScopeAdapter.valueUnbound(HttpSessionScopeAdapter.java:641)
            Truncated. see log file for complete stacktrace

    Check point #6 under "III. Environment: " section of MOS note 748378.1
    HTH...

  • Since upgrading to iOS 8.3 the maps apps on my ipad do not show current location from my gps

    Since upgrading to iOS 8.3 the maps apps on my ipad do not show current location from my gps DUALXGPS150A
    The data is still being received by the ipad but not appearing on any of the maps.
    Everything was working fine before the upgrade.

    Hi davidisleta,
    If you are having issues with your iPad not showing location information, you may want to try some things to troubleshoot.
    First, quit all running applications and test again -
    Force an app to close in iOS
    Next, I would try restarting and if needed resetting the iPhone -
    Restart or reset your iPhone, iPad, or iPod touch
    If the issue is still present, you may want to restore the iPhone as a new device -
    How to erase your iOS device and then set it up as a new device or restore it from backups
    Thanks for using Apple Support Communities.
    Best,
    Brett L  

  • How do you turn off show current song?

    hi does anyone here know how to turn off "show current song" in the Edit menu?
    its driving me crazy!!
    thanks

    drat ... i should have checked over there anyway.
    hmmmm. i've played with that a bit (now that i've found it), and i'm not sure precisely how to do that, or if it's possible. (other people feel free to leap in at this point.)
    if you're doing a serious information-editing run while you're playing music in the background, you could try this workaround. create a temporary ordinary playlist, and drag in to that the songs that you want to edit info on. do the editing in that playlist. a song change going on in a different playlist (or the main library) won't adjust your view in the playlist that you're working in.
    once you've finished the editing, you could just delete the playlist (or empty the contents of the playlist).

  • Can you automatically "Show Current Song"?

    I know that you can select the song that is playing by choosing File>Show Current Song...
    but is there a way to do this automatically? So that the current song is automatically selected thereby showing the artwork of the current song?

    At the top of the Artwork box, click the arrow and it will change between Selected Track and Now Playing.

  • Maybe you are looking for