Breadcrumb navigation in console extension not working

Hi everyone,
I'm trying to get the breadcrumb navigation working in my console-extension for wls 9.2.
Currently it is displayed like this:
Home >  com.bea.console.handles.JMXHandle%28%22No+context+provided+for+Loggers%22%29 ("Loggers" is the definitonLabel of my netuix:page element).
As described on [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078025]page 6-15 of the "Extending the Admin Console" guide I added the <netuix:meta name="breadcrumb-context" content="handle" /> element exactly as in [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078078]listing 6-7.
Do you have any idea what goes wrong here or any pointers what I might be missing?
Any help is greatly appreciated.
Btw. Is there a more appropriate place to post this question?

Chariot, unless someone decompiles that swf we cannot see
your code or how you constructed it. I did do that and took a look
but not everyone can do that. In the future, you can either post
the FLA or use the "Attach Code" button to show what you've done.
1.) first thing I noticed was that your HIT area on your
buttons is the text itself. If you make a rectangle on the HIT
frame only that is slightly larger than your text, you won't have
such jumpy behavior when mousing over or trying to find the "sweet
spot" that will actually click. You've made invisible buttons, I
see. It's the same concept. That way, you can get rid of the
invisible buttons altogether.
2.) Not sure why you have several layers on your buttons.
Looks like you have a layer per letter. They can all be on the same
layer. :)
3.) Try to put your button code on the main timeline instead
of on the buttons themselves. If you're curious why, read
this
article.
4.) You only need one arrow button... not a different one for
each section. Again, place the code on the main timeline and
specify at each keyframe what you want "leftArrow_btn" or
"rightArrow_btn" to do. I just made up those instance names but
they'll do whatever you tell them to do even if it's different than
what you told them to do before.
Other than that, I don't see what you are referring to.
There's a lot of cleaning up to be done. That will probably fix
some errors. I've posted an example of how it might work for you
here.

Similar Messages

  • OpenOffice Presenter Console Extension not working anymore

    I have previously done presentations using OO impress, which worked reasonably well. Now after some time I have to do another (important!) one, using the new version 3.2.1., and it's a terrible experience. First I tried the normal openoffice-base, which immediately crashed when quitting the slideshow. I found a thread regarding this (see https://bbs.archlinux.org/viewtopic.php?id=98617 ) which recommended to switch to go-openoffice (still, I'm absolutely baffled as to how such a grave bug can exist in a stable release, but anyway...).
    So I did switch to go-openoffice. It does not crash anymore, but then I had to witness that the Sun Presenter Console Extension is no longer working. This extension (which should be an integral part of openoffice anyway) is really important to me, since it shows me the next slide, notes and a timer on my laptop during the presentation. I re-installed openoffice-base, but it doesn't work there either, nor does it work with openoffice-base-devel (which was practically unusable anyway due to crashes, but I can understand that for a devel version).
    Hence my question: Did anyone manage to get the Presenter Console Extension working, preferably with go-openoffice, version 3.2.1?

    Argh... I didn't see that go-openoffice already ships with a new version of the presenter extension in /usr/lib/go-openoffice. After installing this one, it worked! It's strange though - this version shows the version number "1.1.0", whereas on the official page the latest version is still 1.0.3.? Ah well, who cares. I can finally work on my slides. :-) Sorry for the noise, I should have read the wiki page more carefully.

  • Console -f not working in ALOM

    Hi,
    I connected to ALOM on V240 installed with Solaris 10.
    console -f does not give me console on screen.
    Sun(tm) Advanced Lights Out Manager 1.6.8
    sc> console -f
    Enter #. to return to ALOM. ...I pressed ENTER a lot of times but does not give me console.
    Another observation in this case is that I found server is connected to KVM and the console is working there currently.
    output-device=screen
    input-device=keyboard
    for other server with same eeprom values, ALOM>console -f shows console login prompt. but KVM console is not working for this server.
    Any ideas ?
    Thanks

    Set your input-device and output-device to 'ttya' to force the system console via the ALOM.
    The default settings of screen/keyboard will still route the console to ALOM when there is not actually a screen and keyboard attached, but when they are attached, well, they become the console.
    hth

  • I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    Only the carrier that the iPhone was locked to can unlock. There you go, hacking void any support from this forum.

  • Iweb: Why do navigation bar page links not work live when published?

    Why do the navigation bar page hyperlinks not work when site is published? There are no objects or boxes over. Works fine until published live. Help!!!

    this image: http://extravorganza-events.com/extravorganza/Home_files/droppedImage.png
    has a large transparency section above the visible (lower section), crop off the transparency section.

  • Console port not working.

    Hello!
    I would like to know if there's some situation what a console port could be disabled, or something like that.
    I'm trying to configure a Catalyst 2960 Series PoE-24 by the console port using the hyperterminal, but it's not working. I verified the cable and the COM port, and everything works with another switch (same model).
    Does anyone knows what could possibly be happening?

    My colleagues have focused on the usual issues that cause the console to not work - possible issues with the terminal emulator or more likely is mis match in the speed setting of the console. If you work through those possibilities and the console still does not work then I have another possibility to suggest. Perhaps someone configure the command no exec under line con 0. This would cause the console to not work. It would display messages during bootup but would not accept any commands.
    Does the switch seem to boot up normally? Was it configured with an IP address that you could potentially telnet to? This would give you a way to investigate the configuration.
    If my suggestion is correct and the issue is that no exec was configured then you should be able to use password recovery to bypass the existing config and this could restore normal operation for the switch.
    HTH
    Rick

  • Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

    I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard Edition which
    is the deployment server.
    I tried consuming the ASMX web service using Web Reference and Service Reference as well but its not helping. Its throwing up the following error,
    Message:There is an error in XML document (1, 331491).
    Inner Exception : System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 331491.
    The scenario is that i call the web service and it returns me an XML i am not able to receive the XML on Windows Server 2008 R2 Standard Edition.
    Please provide suggestions on this I need to resolve this ASAP.

    Hi,
    This question is better asked here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=asmxandxml
    Experts here are more familiar about it and they can give you more efficient suggestion.
    Thank you.

  • OEM web console is not working from client side

    Hi All,
    I have 2 node RAC environment on windows 2003 server with 11g r1. My problem is on node a "oracle enterprise manager" "https://server-a:1158/em" is not working (node A). Is there any thing that I can do to solve this problem ?
    On node B the url "https://server-b:1158/em" is working.
    Any help would be appreciate.
    Regards,
    Edited by: 53637 on Feb 22, 2011 7:43 PM

    It works as expected, dbconsole runs on only ONE node in the cluster, all agents from this and the other nodes report to this console, statement from documentation:
    In 10.1.x.x, when a DB Control was deployed on a RAC cluster with n nodes, a dbconsole was started on each node of the cluster. Each agent on each node reported to each dbconsole management service on the same node.
    Beginning 10.2.x.x, to improve performance and reduce the workload on the RAC database/instances,when a DB Control is first deployed on a RAC cluster with n nodes, a dbconsole is started only on the node from which the DB Control is deployed. Each agent on each node reports to that same unique dbconsole management service.
    It is however possible to later reconfigure the DB Control to have more than one dbconsole started and to have agents reporting to several dbconsole.
    */

  • Telephone extensions not working after Openreach u...

    My 91 year old mother's phone has not been working for three and a half weeks while lines in her neighbourhood were upgraded to support broadband.
    The good news is that an Openreach engineer has now fixed her master socket and one phone in her house is now working.
    The bad news is that the handsets on two extension sockets stopped working, when the master socket was fixed. 
    The Openreach engineer told my mother that the handsets attached to the extensions were old and should not be used and need to be replaced. That may well be true, but I brought one handset home and it works fine plugged into an extension at our own house - we use BT Infinity with one master socket (for the broadband router) and three extension sockets (with ordinary handsets)
    The two extension sockets in my mother's house seem to be dead. (If you plug a normal handset into them nothing happens). It looks to me as if it's not the equipment that is the problem, but the sockets, which, as far as I can tell, appear to have been disconnected.
    From what I can see, the telephone line comes into an (old) junction box in the house. One (new) line then goes down to the (working) master socket, and another (old) line goes directly from the junction box to the (not working) extension sockets. 
    My question is: who is responsibile for fixing this mess? I understand that the homeowner is responsible for the equipment and internal telephone wiring in their house, but I don't want to meddle with the wiring and sockets myself. Also, my mother (like many elderly people) has an emergency red button machine (supplied by the local authority) connected to the main phone in her house. Fortunately that now seems to be working, but I don't want to do anything that could affect the red button machine or stop the main phone working again. 
    We don't necessarily want to replace the system back to exactly what it was before, but my mother would like at least one extra phone in the house. The main phone is in the living room. She is hard of hearing and can't hear the phone ringing when she is in her bedroom. She doesn't like using a handsfree phone - she fiinds it much easier just to lift the handset to get dialling tone, and replace the handset when she has finished - as you could in the good old days! So an extension socket and handset in (or near) the bedroom seems to be the ideal solution, if only we could get the extension sockets working again!
    My mother does not want broadband. She just wants her ordinary landline to work and to be able to plug an extra handset into an extension socket. 
    Can anyone help please?

    Hi cwmk,
    Welcome to the community and thanks for posting!
    Sorry that your Mum's extension sockets were disconnected when the engineer fixed the master socket.  Send us over the details and we'll look into this from here.
    Click on my username and under the "about me" section you'll see the link to get in touch with us.
    Cheers
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Custom rendering extensions not working in SSRS Report Designer (rsreportdesigner.config)

    My custom rendering extension is working in Report Builder (in RSReportServer.config), but not in Report Designer (in RSReportDesigner.config):  instead of adding a "TXT" export option, it's just adding a duplicate "CSV" option.
    SUMMARY: 
    Is there a way to get these features working, with Report Designer?
    DETAILS:
    We are running SSRS (Reporting Services) under SQL Server 2008 R2.
    Here's my rendering section:
        <Render>
          <Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.DataRenderer.XmlDataReport,Microsoft.ReportingServices.DataRendering" />
          <Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering" />
          <!-- TXT extension with help from:  http://social.msdn.microsoft.com/Forums/sqlserver/en-US/d79845a8-17fb-4ec6-b121-2c40cf466d73/how-do-i-add-a-pipe-delimited-option-in-ssrs-2008-report-manager?forum=sqlreportingservices -->
          <Extension Name="TXT" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
            <OverrideNames>
                <Name Language="en-US">TXT(ASCII,NoColHds)</Name>
            </OverrideNames>
            <Configuration>
                 <DeviceInfo>
                     <FileExtension>txt</FileExtension>
                    <FieldDelimiter>,</FieldDelimiter>
                    <Encoding>ASCII</Encoding>
                    <NoHeader>true</NoHeader>
                </DeviceInfo>
            </Configuration>
          </Extension>
          <Extension Name="IMAGE" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="HTML4.0" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering" Visible="false" />
          <Extension Name="MHTML" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.MHtmlRenderingExtension,Microsoft.ReportingServices.HtmlRendering" />
          <Extension Name="RPL" Type="Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer,Microsoft.ReportingServices.RPLRendering" Visible="false" />
          <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" />
          <Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering" />
        </Render>
    When I add the above "TXT" section to RSReportServer.config, then Report Builder (and production) both show an export option "TXT(ASCII,NoColHds)". 
    But when I add this "TXT" section to RSReportDesigner.config, and then (in Report Designer / BIDS) attempt to export from a "Preview" of the report, the export drop-down does not show a "CSV" option followed by a "TXT"
    option, but instead shows the "CSV" option twice.
    This simply limits testing of the export option, to Report Builder... or requires any reports be published from Report Designer before they can be tested with
    this export option.
    (FYI, why this export option:  compliance in our industry requires sending data to government agencies, in text files, with fixed-length columns, and ASCII encoding.  Also, we're attempting to give the production of these files to the *users* managing
    communication with those agencies... so we're putting them into SSRS.
    I worked around the fixed length columns (and no delimiters -- no commas), by writing a version of the report where all string columns are padded, and all columns are concatenated, to form ONE LONG COLUMN... but Reporting Services' CSV export format produces
    a Unicode file (UTF-8, which the agency rejected, because it had a leading "", or "EF BB BF" in hex), whereas the agency requires an ASCII file.)

    Hi Doug_atMidway,
    According to your description, you want to enable your custom render extension. Right?
    In Reporting Services, if you want to deploy the custom extension, you just need to add the extension into rsreportserver.config file.  The
    RSReportDesigner.config file stores settings about the rendering extensions available to Report Designer. Since you still use the csv rendering extension in your assembly, we don't need to do any modification in rsreportdesigner.config file. Pleaes
    refer to the links below:
    Thanks for attempting to help, Simon.  
    As my question states, I've *already done* both the above:  changed (1) rsreportserver.config and (2) rsreportdesigner.config.  I added the same code, shown above, to both files.  I did that so I could see the new "txt" extension
    both (1) when exporting in production and Report Builder, and (2) when exporting in Report Designer's "preview".  
    The change in (2) is not working:  I do not see the "TXT" extension in Report Designer, when I try to export from a preview.  Instead, Report Designer shows the CSV extension repeated.
    Thanks for the docs.  I consulted them (well, I consulted the EQUIVALENT pages, for SQL Server 2008 R2), when creating my block of code above.
    Do you see anything to correct, in my code?
    Are the features I'm using actually working, with rsreportdesigner.config?
    Thanks again, 
    -- Doug

  • 3rd party extensions not working in 2014.1 -seeming disaster!

    When I updated to 2014.1 my 3rd party extensions will not activate in Live view. Yes I am using fluid grid layouts. Does anyone know a quick work around? I could not have imagined this happening!!

    Hi Ben, I am using project seven ....
    Image Gallery Magic 2
    Accordion Panel Magic 3
    Horizontal Mega Menu Magic
    Previously I was able to create a template with a fluid grid layout, use the extensions to create a menu, etc. and then click on the extension item (in the menu pull down) and make updates from the third party screen. Not having design view, I cannot access the extensions in live view. Regrettably, I have built many sites using these extensions and now it is very cumbersome to edit and create new menu items. The extensions do work fine in sites that are not fluid grid layout, but most of the sites I have created are FGL.

  • JDeveloper and Team System Extension not working

    I am using JDeveloper 11g (11.1.1.1) and latest VSTS extension. The Team System extension does not work.
    Here are what I have done:
    1) Install JDev, JDev team system extension, TFS team explorer.
    2) Workspace created in Team Explorer.
    3) JDev Versioning control set for Team system. Select workspace, refresh it.
    4) Create a new application/project under team explorer workspace. In Application explorer, The application and project showed up with a "X" mark - not in source control.
    5) Add the application/project into source control. Succeeded.
    6) But - the application and project still show up with "X" mark. Trying to add again, JDev pop up error message: "file already exists in source control". Files still show up in pending changes window.
    I am using windows XP SP2 for development.
    Any ideas? Please, this is urgent.
    Edited by: user8658859 on 2009/9/24 上午 2:55

    I am betting you are running 4.3?  I just upgraded my GS3 to 4.3 and now I can't get the GMail smart extension to work.  Previously, I was able to on the same phone (but running 4.1.2) but couldn't use WatchIt.  Now I can use WatchIt, but can't use Gmail.  How frustrating!!

  • SAP NW702 SP6 - SAP console is not working

    Dear Team,
    I have installed SAP NW702 trail version in Windows Server 2008 R2, after a weeks i have encountered this issue. SAP MMC console is not started and still in idle status.
    Please find the below error messages,
    "SAP Basis System: Initialization           DB-Connect Failed, Return Code  008192"
    Could you please help me to resolve this issue.
    Thanks
    S.Jeeva

    Hi,
    Please find the dev_w0 log details,
    trc file: "dev_w0", trc level: 1, release: "720"
    ++*
    +  ACTIVE TRACE LEVEL           1+*
    +  ACTIVE TRACE COMPONENTS      all, MJ+*
    ++*
    M sysno      00
    M sid        NSP
    M systemid   562 (PC with Windows NT)
    M relno      7200
    M patchlevel 0
    M patchno    46
    M intno      20020600
    M make       multithreaded, Unicode, 64 bit, optimized
    M profile   
    DEV2K10\sapmnt\NSP\SYS\profile\NSP_DVEBMGS00_DEV2K10
    M pid        2240
    M
    M
    M Thu Jul 07 16:12:59 2011
    M  kernel runs with dp version 125000(ext=118000) (@(#) DPLIB-INT-VERSION-125000-UC)
    M  length of sys_adm_ext is 588 bytes
    *M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 2240) [dpxxdisp.c   1314]*
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is active
    M  DpIPCInit2: read dp-profile-values from sys_adm_ext
    M  DpShMCreate: sizeof(wp_adm)          31696     (2264)
    M  DpShMCreate: sizeof(tm_adm)          5517056     (27448)
    M  DpShMCreate: sizeof(wp_ca_adm)          64000     (64)
    M  DpShMCreate: sizeof(appc_ca_adm)     64000     (64)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/584064/584080
    M  DpShMCreate: sizeof(comm_adm)          584080     (1144)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=512/48/65600/90416/156064
    M  DpShMCreate: sizeof(slock_adm)          156064     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=2800/16/268864/268880
    M  DpShMCreate: sizeof(file_adm)          268880     (80)
    M  DpShMCreate: sizeof(vmc_adm)          30128     (2152)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: sizeof(j2ee_adm)     3936
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000DE40050, size: 6812336)
    M  DpShMCreate: allocated sys_adm at 000000000DE40060
    M  DpShMCreate: allocated wp_adm_list at 000000000DE43030
    M  DpShMCreate: allocated wp_adm at 000000000DE43220
    M  DpShMCreate: allocated tm_adm_list at 000000000DE4AE00
    M  DpShMCreate: allocated tm_adm at 000000000DE4AE50
    M  DpShMCreate: allocated wp_ca_adm at 000000000E38DD60
    M  DpShMCreate: allocated appc_ca_adm at 000000000E39D770
    M  DpShMCreate: allocated comm_adm at 000000000E3AD180
    M  DpShMCreate: allocated slock_adm at 000000000E43BB20
    M  DpShMCreate: allocated file_adm at 000000000E461CD0
    M  DpShMCreate: allocated vmc_adm_list at 000000000E4A3730
    M  DpShMCreate: allocated vmc_adm at 000000000E4A37E0
    M  DpShMCreate: allocated gw_adm at 000000000E4AADA0
    M  DpShMCreate: allocated j2ee_adm at 000000000E4AADE0
    M  DpShMCreate: allocated ca_info at 000000000E4ABD50
    M  DpShMCreate: allocated wall_adm at 000000000E4ABD70
    M  DpCommAttachTable: attached comm table (header=000000000E3AD180/ft=000000000E3AD190)
    M  DpSesCreateTable: attached session table at 00000000029C0050 (len=161328)
    M  DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm
    M  rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  DpVmcSetActive: set vmc state DP_VMC_ENABLED
    M  DpVmcSetActive: set vmc state DP_VMC_ACTIVE
    M  DpVmcInit2: o.k.
    M  ThStart: taskhandler started
    M
    M Thu Jul 07 16:13:00 2011
    M  ThInit: initializing DIA work process W0
    M
    M Thu Jul 07 16:13:04 2011
    M  ThInit: running on host DEV2K10
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    *B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library*
    [dbcon.c      5070]
    *M  ***LOG R19=> ThInit, db_connect ( DB-Connect 008192) [thxxhead.c   1461]*
    M  in_ThErrHandle: 1
    M
    M Thu Jul 07 16:13:05 2011
    *M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   11087]*
    M
    M  Info for wp 0
    M
    M    pid = 2240
    M    severity = 0
    M    status = 0
    M    stat = WP_NEW
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    req.req_info =
    M    req.tid = -1
    M    req.uid = 4294967295
    M    req.mode = 255
    M    req.len = -1
    M    req.rq_id = 65535
    M    req.rq_source =
    M    req.vm = no VM
    M    last_tid = 0
    M    last_uid = 0
    M    last_mode = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM
    M
    M  ThIErrHandle: current request:
    M
    M  -IN-- sender_id ?                 tid  -1    wp_ca_blk   -1      wp_id -1
    M  -IN-- action    -                 uid  -1    appc_ca_blk -1      type  -
    M  -IN-- new_stat  NO_CHANGE         mode 255   len         -1      rq_id -1
    M
    *M  ******************************************************************************
    *M  **
    *M  *  LOCATION    SAP-Server DEV2K10_NSP_00 on host DEV2K10 (wp 0)*
    *M  *  ERROR       ThInit: db_connect*
    *M  **
    *M  *  TIME        Thu Jul 07 16:13:05 2011*
    *M  *  RELEASE     720*
    *M  *  COMPONENT   Taskhandler*
    *M  *  VERSION     1*
    *M  *  RC          13*
    *M  *  MODULE      thxxhead.c*
    *M  *  LINE        11364*
    *M  *  COUNTER     1*
    *M  **
    *M  ******************************************************************************
    M
    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrBtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: hook >ThrBtcCallLgCl< o.k.
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    *M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   779]*
    *M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  303]*
    M  ThCallHooks: hook >ThrSaveSPAFields< o.k.
    M  ThIErrHandle: entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    *M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 2240) [dpnttool.c   339]*
    Edited by: MOSSSAP on Jul 7, 2011 12:55 PM

  • [SOLVED] Cinnamon 2.2.8: Extensions not working

    1. -- Configuring Cinnamon extensions
    NOTE! This problem has been solved. See message #13 for details.
    The first problem I have is that I'm not able to configure any extensions in the recent Cinnamon 2.2.8 in Arch Linux.
    http://s29.postimg.org/v2ierpco7/cinnam … onsbug.png
    When clicking Configure button (either one showed in the picture above or the other on bottom of the main window), I get the following terminal output. On this example, I clicked the button twice:
    Loading Extensions module
    Could not find any instance settings data for this extension - are you sure it is loaded, and supports settings?
    Traceback (most recent call last):
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 475, in <lambda>
    item.connect('activate', lambda x: self._configure_extension())
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 1009, in _configure_extension
    settingContainer = XletSettings.XletSetting(uuid, self, self.collection_type)
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 53, in __init__
    self.build_single()
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 145, in build_single
    self.current_id = instance_key
    UnboundLocalError: local variable 'instance_key' referenced before assignment
    Could not find any instance settings data for this extension - are you sure it is loaded, and supports settings?
    Traceback (most recent call last):
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 475, in <lambda>
    item.connect('activate', lambda x: self._configure_extension())
    File "/usr/lib/cinnamon-settings/bin/ExtensionCore.py", line 1009, in _configure_extension
    settingContainer = XletSettings.XletSetting(uuid, self, self.collection_type)
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 53, in __init__
    self.build_single()
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 145, in build_single
    self.current_id = instance_key
    UnboundLocalError: local variable 'instance_key' referenced before assignment
    Traceback (most recent call last):
    File "/usr/lib/cinnamon-settings/bin/XletSettings.py", line 71, in on_hide
    self.content.hide()
    AttributeError: XletSetting instance has no attribute 'content'
    My gcc version is:
    gcc (GCC) 4.9.0 20140507 (prerelease)
    and python version:
    Python 3.4.0
    I installed a fresh Arch Linux two days ago so there should not be old configurations etc. in the system.
    2. -- Missing several Cinnamon modules
    NOTE! This problem has been fixed by loqs & clfarron4. It was caused by a missing mintlocale package. Thank you for your attention!
    The second problem I have is lack of the following Cinnamon settings in GUI (cinnamon-settings):
    - region (Regional Settings)
    - Languages
    Output when trying to load, for example, region module:
    [fincer@fincer-laptop ~]$ cinnamon-settings region
    Unknown module region, using cinnamon-control-center
    I already checked folders
    /usr/lib/cinnamon-settings/modules/
    /usr/lib64/cinnamon-settings/modules/
    /usr/lib/cinnamon-control-center-1/panels/
    /usr/lib64/cinnamon-control-center-1/panels/
    I have libregion.so in panels folder but I couldn't find more relevant information related to the problem.
    Any help is appreciated. Thank you!
    Last edited by Fincer (2014-05-22 20:54:24)

    Thanks clfarron4. I voted for the package.
    I needed to re-open this topic since it seems that issue number 1 is still alive.
    To be more detailed, I can currently access extension configurations via configure button in cinnamon-settings. However, I noticed that I'm not able to actually change any extension settings and thus, these extensions are not working. In my Linux Mint installation (Cinnamon 2.0.6), they are working perfectly fine.
    So, I still have GUI access to extension configurations but the settings affect nothing, no matter of my customizations. They simply do not run.
    I get this terminal output while running cinnamon-settings and entering to configuration tab:
    Opacify plugin:
    __init__ took 236.561 ms
    Loading Extensions module
    Could not find tooltip for key 'opacity' in xlet '[email protected]'
    Could not find tooltip for key 'beginTime' in xlet '[email protected]'
    Could not find tooltip for key 'beginEffect' in xlet '[email protected]'
    Could not find tooltip for key 'endTime' in xlet '[email protected]'
    Could not find tooltip for key 'endEffect' in xlet '[email protected]'
    Backgrounds plugin:
    __init__ took 309.628 ms
    Loading Extensions module
    Could not find tooltip for key 'path' in xlet 'backgrounds@mohammad-sn'
    Could not find tooltip for key 'time' in xlet 'backgrounds@mohammad-sn'
    My basic question is: what in Earth could I miss here? I have correct extension files & subfolders in both ./.local/share/cinnamon/extensions and ./.cinnamon/configs/.
    Last edited by Fincer (2014-05-22 07:56:53)

  • Business Catalyst extension not working since upgrade

    I have installed the CC 2014.1 upgrade and now can't get my BC extension too work.
    I click on Site->Manage Sites->Import Business Catalyst Site to add a BC site to DW and a dialog comes up saying BC is available as an add-on.
    That then takes me to the Adobe Add-ons page which says it is already installed. If I go to Windows->Extensions it says there are no extensions available.
    If I go to the Business Catalyst window in DW it shows a video link and a button that says 'Get Started' which does nothing.
    What has happened?

    I've installed the Business Catalyst add-on for Dreamweaver CC and I'm having a similar issue to the initial post above but I'm also receiving the error showing in the first (Dreamweaver) screen grab below. When I view applications through CC App, it shows that the Business Catalyst add-on is installed. Likewise, when I use the Adobe Extension Manager, it also shows the Business Catalyst add-on is installed. I've followed your instructions for cleaning up the Preferences. I've also tried uninstalling and re-installing the Business Catalyst add-on several times. I noticed one of the troubleshooting steps for Business Catalyst add-on states:
    a. Check the version of Adobe Extension Manager CC installed on your machine.
    b. If the version is not 7.3.3.39 or later, update your Adobe Extension Manager CC using the Creative Cloud app.
    I checked my version of Extension Manager and it's only at ver. 7.3.2.39 even though I followed the update procedure through the Creative Cloud app. I've closed all apps and re-started my computer. I've followed all the troubleshooting procedures I can find on the Add-ons website and the forums and I'm stuck.
    Dreamweaver screen grab:
    Extension Manager screen grab:
    My versions:
    Dreamweaver CC 2014.1
    Extension Manager CC ver. 7.3.2.39
    Business Catalyst ver. 1.0.0
    Creative Cloud Desktop Manager ver. 1.9.0.465
    64 bit Mac OS X (10.10.2)
    I appreciate any assistance.

Maybe you are looking for

  • Forms Web application is not working on FireFox Browser-with java plugin

    Hi All, We are running custom build forms application using forms 10g and application server 10 g Rel 2. We are using Java Plug-in 1.5.0_06. The application is working fine before recent update from firefox .Now it's not working and keep on asking ad

  • Controlling output video bit rate in FCPX

    I ran into a problem: I created a mp4 file with Share/Export File- (settings: Computer, H.264 Faster Encode, 1920x1080 - edited from an HD camera): its video always freezes at a definite point when played on my BD Player connected to my HDTV through

  • JQuery to download the file when clicking a link

    Hi guys, My SharePoint environment is configured to open Office documents automatically in client applications and IE11 settings are such that the browser opens files without any prompts or warning messages. I do not want to change that. I have a req

  • Change default USB sound driver.

    Due to my laptop crashing everytime I change my usb device, trial and error is taking me forever so I was hoping someone can guide me. I can't work out how to change the default driver for my external card. This is my alsa-base.conf # lists the order

  • I just want to manage my pics & my apps only on my iphone, no music, no videos

    I dont own an ipod.  I have never used itunes until just recently when I updraded my iphone IOS.  All I want to do is manage my apps and person pics and videos.  I have no plans or interest in using the iphone (3GS) for purchasing or playing music or