Error on Checking/Unchecking "Show"

I an a designer getting ready to train my client in
Contribute CS3. I have considerable experience with optional
editable areas in DW templates and training clients in how to make
items visible and not visible.
However, in my current website I receive an error whenever I
check or uncheck the Show box. (Also, I am using the MM_swapImage
behavior in the top menu.)
Format>Template Properties > either click or unclick
the Show checkbox for an editable optional area, I receive this
error message.
While executing onLoad in Swap Image.htm, the following
JavaScript error(s) occurred:
At line 303 of file "C:\Program Files\Adobe]Adobe Contribute
CS3\Configuration\Behaviors\Actions\Swap Image.js";
TypeError: dw.getBehaviorTag is not a function
I then have to press the OK button on the error message 5 or
more times, the error message then disappears, and I am able to
click the Publish button and it successfully publishes the page.
How can I prevent this error message from appearing.
Here's a page on the site I'm building.
http://www.sivitzdesigns.com/about.php

In "Swap Image.js" change line 303
from: if (!dw.getBehaviorTag())
to: if (dw.getBehaviorTag && (!dw.getBehaviorTag()
and change line 306
from: if (dw.getBehaviorElement()) selTag =
dw.getBehaviorElement().tagName;
to: if (dw.getBehaviorElement &&
dw.getBehaviorElement()) selTag = dw.getBehaviorElement().tagName;
You'll have to change it on your user's computer. It's a
Contribute problem, not a Dreamweaver problem. The complete code
snippet with before and after is:
function initializeUI(){
var niceNameSrcArray=new Array(), nameArray, i, selTag="";
var imgSrcArray = new Array();
var endsWithZero = /\[0\]$/; //ref ends with [0]
//Determine if RESTORE is an option. If not, remove UI for
it
//the dw.getBehaviorTag() check ensures the checkbox
//is not available if a behavior is attached to a timeline
var removeCheckbox = false;
//david, this was: if (!dw.getBehaviorTag())
if (dw.getBehaviorTag && (!dw.getBehaviorTag() ))
//if behavior is in a timeline
removeCheckbox = true;
else {
//david, this was: if (dw.getBehaviorElement()) selTag =
dw.getBehaviorElement().tagName;
if (dw.getBehaviorElement &&
dw.getBehaviorElement()) selTag = dw.getBehaviorElement().tagName;
and then the rest of the function.

Similar Messages

  • Bookmarks toolbar Firefox 10.0.2/OSX 10.6.8 - gone. View Toolbars Bookmarks Toolbar - checked. Dragging URL's to bookmarks toolbar area no longer works. Gray area appears/disappears when checked/unchecked but will not show any or accept new bookmarks.

    My bookmarks toolbar in Firefox 10.0.2 Mac OSX 10.6.8 suddenly disappeared. View>Toolbars>Bookmarks Toolbar is checked. Dragging URL's to the bookmarks toolbar area no longer works. The gray area appears and disappears when checking/unchecking under View/Toolbars menu, but will not show any or accept addition of bookmarks.

    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Workspace error when unchecking 'Show Hidden' in the View menu

    We have hidden folder in Hyperion Workspace 9.3.1. When a user "unchecks", Show Hidden in the View menu, we received the following error: Workspace has been working fine for months but it seems like we hit some kind of limitation. Anyone else ever receive this type of error?
    <message><![CDATA[[Hyperion][Oracle JDBC Driver][Oracle]ORA-12801: error signaled in parallel query server P001
    ORA-01460: unimplemented or unreasonable conversion requested
    ]]></message>
    <throwable><![CDATA[java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-12801: error signaled in parallel query server P001
    ORA-01460: unimplemented or unreasonable conversion requested
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeQueryInternal(Unknown Source)
         at hyperion.jdbc.base.BasePreparedStatement.executeQuery(Unknown Source)
         at com.sqribe.transformer.DBPreparedStatement.execute(Unknown Source)
         at com.sqribe.transformer.UUIDQueryUtil.buildList(Unknown Source)
         at com.sqribe.transformer.UUIDQueryUtil.buildSearchQuery(Unknown Source)
         at com.sqribe.transformer.UUIDQueryUtil.buildListOfUuids(Unknown Source)
         at com.sqribe.transformer.QueryIdentifiersCommand.execute(Unknown Source)
         at com.sqribe.transformer.SessionCommand.execute(Unknown Source)
         at com.sqribe.transformer.ClientThread.run(Unknown Source)
    ]]></throwable>
    </event>
    Our database repository is Oracle 10.2.0.3.
    Edited by: user620228 on Dec 17, 2008 4:18 PM

    Hi, We are experiencing similar problem... Have you resolved yours?
    Regards
    Alain Molimard
    Hyperion Developer

  • After upgrading to 4.0 my navigation bar no longer appears, it is checked as show in the menu but it doesn't. I downgraded and it still is missing.

    I no longer have a navigation bar.
    It IS checked to show up, it isn't there with it checked or unchecked.

    Try they option to reset toolbars and controls as shown in this link - https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Error while checking the command ttcwadmin -status

    Hi
    Getting error while checking the status of timesten cluster agent
    Any clue
    [ttadmin@VFS1UUP02 bin]$ ttcwadmin -status
    TimesTen Cluster status report as of Wed Jun 26 15:03:42 2013
    (ttCWAdmin:) crsctl.c(715): TT48004: clsssinit failed with status = 3.
    *** glibc detected *** /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd: double free or corruption (out): 0x00007fffcc7c6b00 ***
    ======= Backtrace: =========
    /lib64/libc.so.6[0x34b14760e6]
    /lib64/libc.so.6[0x34b1478c13]
    /timesten/tt1122/TimesTen/tt1122/lib/libttcrs.so(crsAgentCtl+0xa6e)[0x7f6f32b71316]
    /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd[0x4062be]
    /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd[0x402784]
    /lib64/libc.so.6(__libc_start_main+0xfd)[0x34b141ecdd]
    /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd[0x4020ca]
    ======= Memory map: ========
    00400000-0040c000 r-xp 00000000 fd:0f 263189                             /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd
    0050b000-0050e000 rw-p 0000b000 fd:0f 263189                             /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd
    0050e000-00510000 rw-p 00000000 00:00 0
    00906000-009a4000 rw-p 00000000 00:00 0                                  [heap]
    34b0c00000-34b0c20000 r-xp 00000000 fd:07 135526                         /lib64/ld-2.12.so
    34b0e1f000-34b0e20000 r--p 0001f000 fd:07 135526                         /lib64/ld-2.12.so
    34b0e20000-34b0e21000 rw-p 00020000 fd:07 135526                         /lib64/ld-2.12.so
    34b0e21000-34b0e22000 rw-p 00000000 00:00 0
    34b1000000-34b1002000 r-xp 00000000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1002000-34b1202000 ---p 00002000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1202000-34b1203000 r--p 00002000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1203000-34b1204000 rw-p 00003000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1400000-34b158a000 r-xp 00000000 fd:07 135527                         /lib64/libc-2.12.so
    34b158a000-34b1789000 ---p 0018a000 fd:07 135527                         /lib64/libc-2.12.so
    34b1789000-34b178d000 r--p 00189000 fd:07 135527                         /lib64/libc-2.12.so
    34b178d000-34b178e000 rw-p 0018d000 fd:07 135527                         /lib64/libc-2.12.so
    34b178e000-34b1793000 rw-p 00000000 00:00 0
    34b1800000-34b1817000 r-xp 00000000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1817000-34b1a17000 ---p 00017000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1a17000-34b1a18000 r--p 00017000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1a18000-34b1a19000 rw-p 00018000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1a19000-34b1a1d000 rw-p 00000000 00:00 0
    34b2000000-34b2083000 r-xp 00000000 fd:07 131322                         /lib64/libm-2.12.so
    34b2083000-34b2282000 ---p 00083000 fd:07 131322                         /lib64/libm-2.12.so
    34b2282000-34b2283000 r--p 00082000 fd:07 131322                         /lib64/libm-2.12.so
    34b2283000-34b2284000 rw-p 00083000 fd:07 131322                         /lib64/libm-2.12.so
    34b4000000-34b4016000 r-xp 00000000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4016000-34b4215000 ---p 00016000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4215000-34b4216000 r--p 00015000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4216000-34b4217000 rw-p 00016000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4217000-34b4219000 rw-p 00000000 00:00 0
    34b4800000-34b4816000 r-xp 00000000 fd:07 135531                         /lib64/libgcc_s-4.4.7-20120601.so.1
    34b4816000-34b4a15000 ---p 00016000 fd:07 135531                         /lib64/libgcc_s-4.4.7-20120601.so.1
    34b4a15000-34b4a16000 rw-p 00015000 fd:07 135531                         /lib64/libgcc_s-4.4.7-20120601.so.1
    7f6f2d4f0000-7f6f2d513000 rw-p 00000000 00:00 0
    7f6f2d513000-7f6f2d515000 r-xp 00000000 fd:10 2104758                    /u01/app/11.2.0/grid/lib/libskgxn2.so
    7f6f2d515000-7f6f2d614000 ---p 00002000 fd:10 2104758                    /u01/app/11.2.0/grid/lib/libskgxn2.so
    7f6f2d614000-7f6f2d615000 rw-p 00001000 fd:10 2104758                    /u01/app/11.2.0/grid/lib/libskgxn2.so
    7f6f2d615000-7f6f2dcdf000 r-xp 00000000 fd:10 2104742                    /u01/app/11.2.0/grid/lib/libhasgen11.so
    7f6f2dcdf000-7f6f2ddde000 ---p 006ca000 fd:10 2104742                    /u01/app/11.2.0/grid/lib/libhasgen11.so
    7f6f2ddde000-7f6f2de00000 rw-p 006c9000 fd:10 2104742                    /u01/app/11.2.0/grid/lib/libhasgen11.so
    7f6f2de00000-7f6f2de06000 rw-p 00000000 00:00 0
    7f6f2de06000-7f6f2dead000 r-xp 00000000 fd:10 2104735                    /u01/app/11.2.0/grid/lib/libocr11.so
    7f6f2dead000-7f6f2dfad000 ---p 000a7000 fd:10 2104735                    /u01/app/11.2.0/grid/lib/libocr11.so
    7f6f2dfad000-7f6f2dfb0000 rw-p 000a7000 fd:10 2104735                    /u01/app/11.2.0/grid/lib/libocr11.so
    7f6f2dfb0000-7f6f2e053000 r-xp 00000000 fd:10 2104718                    /u01/app/11.2.0/grid/lib/libocrb11.so
    7f6f2e053000-7f6f2e152000 ---p 000a3000 fd:10 2104718                    /u01/app/11.2.0/grid/lib/libocrb11.so
    7f6f2e152000-7f6f2e154000 rw-p 000a2000 fd:10 2104718                    /u01/app/11.2.0/grid/lib/libocrb11.so
    7f6f2e154000-7f6f2e15f000 r-xp 00000000 fd:10 2104764                    /u01/app/11.2.0/grid/lib/libocrutl11.so
    7f6f2e15f000-7f6f2e25f000 ---p 0000b000 fd:10 2104764                    /u01/app/11.2.0/grid/lib/libocrutl11.so
    7f6f2e25f000-7f6f2e260000 rw-p 0000b000 fd:10 2104764                    /u01/app/11.2.0/grid/lib/libocrutl11.so
    7f6f2e260000-7f6f2e261000 r-xp 00000000 fd:07 132252                     /lib64/libaio.so.1.0.1
    7f6f2e261000-7f6f2e460000 ---p 00001000 fd:07 132252                     /lib64/libaio.so.1.0.1
    7f6f2e460000-7f6f2e461000 rw-p 00000000 fd:07 132252                     /lib64/libaio.so.1.0.1
    7f6f2e46c000-7f6f30a3e000 r-xp 00000000 fd:10 2104660                    /u01/app/11.2.0/grid/lib/libclntsh.so.11.1
    7f6f30a3e000-7f6f30c3d000 ---p 025d2000 fd:10 2104660                    /u01/app/11.2.0/grid/lib/libclntsh.so.11.1
    7f6f30c3d000-7f6f30dd3000 rw-p 025d1000 fd:10 2104660                    /u01/app/11.2.0/grid/lib/libclntsh.so.11.1
    7f6f30dd3000-7f6f30df8000 rw-p 00000000 00:00 0
    7f6f30df8000-7f6f31081000 r-xp 00000000 fd:10 2104768                    /u01/app/11.2.0/grid/lib/libnnz11.so
    7f6f31081000-7f6f31180000 ---p 00289000 fd:10 2104768                    /u01/app/11.2.0/grid/lib/libnnz11.so
    7f6f31180000-7f6f311c2000 rw-p 00288000 fd:10 2104768                    /u01/app/11.2.0/grid/lib/libnnz11.so
    7f6f311c2000-7f6f311c4000 rw-p 00000000 00:00 0 Aborted (core dumped)
    Regards
    Siva Kumar

    The permission looks fine. If it was permission issue then y it is trying to read the DATA disk which I havent created this time at all ( But created in the first installation).
    2012-10-20 15:37:52.459: [ CRSMAIN][3563381328] Initializing OCR
    [ CLWAL][3563381328]clsw_Initialize: OLR initlevel [70000]
    2012-10-20 15:37:52.897: [ OCRASM][3563381328]proprasmo: *Error in open/create file in dg [DATA]*[ OCRASM][3563381328]SLOS : SLOS: cat=7, opn=kgfoAl06, dep=27140, loc=kgfokge
    2012-10-20 15:37:52.898: [ OCRASM][3563381328]ASM Error Stack : ORA-27140: attach to post/wait facility failed
    ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
    ORA-27301: OS failure message: Operation not permitted
    ORA-27302: failure occurred at: skgpwinit6
    ORA-27303: additional information: startup egid = 1000 (oinstall), current egid = 10002 (dba)
    2012-10-20 15:37:52.967: [ OCRASM][3563381328]proprasmo: kgfoCheckMount returned [7]
    2012-10-20 15:37:52.967: [ OCRASM][3563381328]proprasmo: The ASM instance is down
    2012-10-20 15:37:52.968: [ OCRRAW][3563381328]proprioo: *Failed to open [+DATA].* Returned proprasmo() with [26]. Marking location as UNAVAILABLE.
    2012-10-20 15:37:52.968: [ OCRRAW][3563381328]proprioo: No OCR/OLR devices are usable
    2012-10-20 15:37:52.968: [ OCRASM][3563381328]proprasmcl: asmhandle is NULL
    The only disks created are
    [root@SFV9699 dev]# oracleasm listdisks
    ASM_DATA
    FLASH_RECOVERY
    And these disks are showing part of that group also.. Not quite sure how this happened..
    what abt dropping this group.. will anything work.

  • Error during check of component BP_EEW view ContactRelEL in WCF_CC T.code

    In CRM 7.0 EhP1, Perform Check showed error in UI Configuration that:
    "Context Node Attribute does not exist: STRUCT.ZZFIELD in Object type: BP_ACCOUNT, Subobject type: ZZI5TEEWCONTACT
    Role Config Key: <DEFAULT>, Component Usage: <DEFAULT>".
    Please help on how to resolve this.
    Also, appreciate your help in providing information resources in working with WCF_CC t.code, how to rectify errors?

    Thanks Leon.
    I selected the edit button, which lauched the UI Config tool. I noticed that the field attribute properties is not Hidden.
    I do not see an assignment to Design layer. I tried to add Assignment.
    Selected the object type BP_ACCOUNT & expanded it. But did not find the sub objectype ZZI5TEEWCONTACT.
    What is the assignment I should make?
    Information I'm looking for is to how to work with the transaction. It is intuitive, but I'm looking for information as to how to navigate to various places and fix issues.
    For Eg: Error during check of component BP_EEW view RelEL was the error message.
    I couldn't find any clue to proceed with this.
    Please tell me the needful information I should be equipped with to understand & resolve issues.
    Edited by: crmdevelopers on Jan 25, 2012 7:08 PM

  • Can't add .ACSM files to ADE, message: "Error! Check activation"

    I am using Adobe Digital Editions 4.0.3 with a NOOK Simple Touch, running on a 64-bit 2009 Windows 7 machine. Recently I have been unable to download my library ebooks to my Nook. The electronic library I am using (a derivative of Overdrive, I think) only allows the download of books in the .acsm format. However, recently, I am unable to open the books in ADE. Instead, the only option I have is Adobe Reader. When I select the 'Browse' option and choose ADE and hit 'OK', nothing happens and it doesn't show up as an option. When I try and manually add a file to my ADE library, I get an error message saying 'Error! Check Activation". The only thing I even got halfway working was when I downloaded ADE 1.7.2. I got the .acsm files into the library (still, I had to add them all manually through the ADE interface). However, my NOOK will not open these files, even when using ADE 1.7.2. These are the things I have tried:
    -Downloading an e-book (in .acsm format) from the Digital Editions free book selections. Same issue
    -downloading and redownloading Adobe Digital Editions 4.0.3 (and removing the other program)
    -Downloading and redownloading Adobe Digital Editions 1.7.2 (and removing the other program)
    -Deauthorizing ADE (Every time it just says "Unable to erase authorization. Please try again after some time.")
    -Adding a book in ADE 1.7.2, getting ADE 4.0.3, transferring the book to the newer software, deleting 1.7.2, and syncing my nook with 4.0.3. Nook says it's not authorized
    -Doing a factory reset of my NOOK
    -Unblocking the .acsm files by going to Properties>General
    -TRYING (and failing) to automatically associate .acsm files with Adobe Digital Editions. Like trying to open a downloaded file with ADE, I get no response when I browse and select i
    (SIDE NOTE: my Adobe IDs all match. I know that is also not the issue).
    I think the issue here is that something is preventing .acsm files from opening in ADE, and nothing in particular is wrong with my NOOK. My only guess (which is probably misguided) is that Windows can't process my request for ADE to be the program to open .acsm files because it's in the x86 program files folder and not the default Program files folder. I've never heard of that being a problem but I can't think of another reason.
    If anyone has any ideas, please give them to me. I am actually typing all this for my grandmother, and she is going crazy without her library books.

    On the deactivation issue- I just had a similar issue where I could not deactivate and had to manually deactivate by deleting the activation information from Windows registry. That might help you as well.
    Follow the instructions below the disclaimer on this page: Error "E_AUTH_NOT_READY" | Digital Editions
    Or if you are more computer savvy, simply close Adobe Digital Editions and then delete this registry key:
    HKEY_CURRENT_USER\Software\Adobe\Adept

  • Error while check printing through f-58

    Error while check printing through f-58 is showing following  for company code xxxx
    1. Fiscal year variant z4 not defined or maintained for date 01/06/08 .
    (Fiscal year variant Z4 not defined or maintained for date 01/09/2009
    Message no. GMMASTERDATA108)
    2.the payment made is not recorded in the SAP system.
    when you see the print preview of check then in plase of amount and invoice date its showing as
    Kindly refer tthe payment advice for the invoce details.
    Is there any solution to this?
    Regards,
    Yojana.

    Hi,
    i have check periods are open till 2010.
    and parameters for fiscal year variant are also correct.
    In FBZP i have check configuration there is no prob in it.
    any solution on this?
    Regards,
    Yojana.

  • [SOLVED]Error while Checking Filesystems

    During the boot process, the system displays an error while checking /dev/sda4
    It shows this:
    /dev/sda4: recovering journal
    Error reading block 18491121 (Attempt to read block from filesystem resulted in short read) [FAIL]
    *********** FILESYSTEM CHECK FAILED ************
    * Please repair manually and reboot. Note that the root *
    * file system is currently mounted as read-only. To *
    * remount it read-write type: mount -n -o remount,rw / *
    * When you exit the maintenance shell the system will *
    * reboot automatically. *
    Give root password for maintenance
    (or type Control-D to continue)
    This has never happened before, and my system has been working fine for a few weeks before now. This occurred after I accidentally unplugged my laptop's ac adapter, resulting in my computer's power being turned off. This problem is probably a result of the unclean unmounting of the filesystem.
    Anyone have any idea how I could go about fixing this?
    Thanks
    Canas
    Last edited by Canas (2010-03-23 14:51:40)

    Type in your root password, and then type in "fsck". That is the equivalent of the Windows CHKDSK. Once it finishes, reboot your system. It's really not that hard to fix!
    EDIT: Never mind, although you can try this I don't think it will work.
    Last edited by schen (2010-03-23 00:12:08)

  • How to check/uncheck all check boxes in an insert-not-allowed block

    Hi All,
    I have a column of check box which is placed in a multirow block. This block's INSERT_ALLOWED property is set to false. The column of check box is not a database item and its insert_allowed property is to true. Now I use the following code which is in when-button-pressed trigger to control checking/unchecking all the check boxes:
    go_block('selected_payment');
    first_record;
    loop
    :cb_payflag:= 'N'; -- uncheck the check box
    exit when (:system.last_record = 'true');
    next_record;
    end loop;
    It gives me 'FRM-41051 Cannot create records here' error, and it goes into an infinite loop. It looks like it never reaches the last record where the block actually contains two records.
    Please help!
    Thanks in advance.
    Regards,
    Vanessa

    It sounds like your block does not have a field where the cursor focus can go when looping through the records. Create a dummy non-db field in the block which is enabled and has insert/update allowed. see if it then works. If it does then you can shrink the field down to 1x1 pixels with no border so the user cannot ever click on it and it's invisible.

  • Error in checking condition of listener on nodes

    Output
    node01:oracle:/appl/oracle$ srvctl status nodeapps -n node01
    VIP is running on node: node01
    GSD is running on node: node01
    PRKO-2016 : Error in checking condition of listener on node: node01
    ONS daemon is running on node: node01
    node01:oracle:/appl/oracle$
    node01:oracle:/appl/oracle$
    node01:oracle:/appl/oracle$ srvctl status nodeapps -n node02
    VIP is running on node: node02
    GSD is running on node: node02
    PRKO-2016 : Error in checking condition of listener on node: node02
    ONS daemon is running on node: node02
    but,
    node01/appl/product/102/bin$ /appl/product/102/bin/crs_stat -t
    Name Type Target State Host
    ora....S1.inst application ONLINE ONLINE node01
    ora....S2.inst application ONLINE ONLINE node02
    ora....TABS.db application ONLINE ONLINE node02
    ora....S1.lsnr application ONLINE ONLINE node01
    ora....b01.gsd application ONLINE ONLINE node01
    ora....b01.ons application ONLINE ONLINE node01
    ora....b01.vip application ONLINE ONLINE node01
    ora....S2.lsnr application ONLINE ONLINE node02
    ora....b02.gsd application ONLINE ONLINE node02
    ora....b02.ons application ONLINE ONLINE node02
    ora....b02.vip application ONLINE ONLINE node02
    CRS_stat shows all applications online and fine.. then why the 1st command shows :
    PRKO-2016 : Error in checking condition of listener on node: node01
    Please advise
    Kai
    Edited by: KaiS on Oct 13, 2008 11:34 PM

    Yes..I already reviewed this note and made sure that the GSD are running from the output of crs_stat -t
    crs_stat -t
    Name Type Target State Host
    ora....S1.inst application ONLINE ONLINE db01
    ora....S2.inst application ONLINE ONLINE db02
    ora....TABS.db application ONLINE ONLINE db01
    ora....S1.lsnr application ONLINE ONLINE db01
    ora....b01.gsd application ONLINE ONLINE db01
    ora....b01.ons application ONLINE ONLINE db01
    ora....b01.vip application ONLINE ONLINE db01
    ora....S2.lsnr application ONLINE ONLINE db02
    ora....b02.gsd application    ONLINE    ONLINE    db02
    ora....b02.ons application ONLINE ONLINE db02
    ora....b02.vip application ONLINE ONLINE db02
    any clue ?
    Kai

  • Adobe digital edition: error! check activation

    when downloaded a book and tried to open on Adobe digital editions, got "error! check activation" even though I provided my adobe ID for authorization.
    my computer shows as Authorized, but cannot open the book

    Have you activated Digital Editions with an Adobe ID (or a Vendor ID)?
    Go to the Help menu and select Authorization Information...
    A window will appear to display your authorization information. If your computer is not authorized, you'll need to do that before you can read any DRM-protected books. If you don't have an Adobe ID, you can create one here.

  • How to obtain checkbox checked/unchecked  while editing

    Hi All,
    My scenorio is,
    I have a form and on that form i have text field & checkbox.
    I am saving record by entering some value in text box & checking checkbox(if my checkbox checked then I am saving "Y" for that checkbox in DataBase).Its saving both things properly in databse.
    While editing , If i click on edit link , my text box value coming properly(i.e. value which I stored in databse. )
    But that checkbox is not coming in checked mode(i.e while saving I have checked checkbox)
    So how to obtain checkbox at the time of editing checked/unchecked as they were at the time of saving ?
    Thanks
    Sandip

    Hi,
    Thanks for your reply.
    Sorry my variable is userAdmin.
    I have getUserAdmin() method in the C.java(server side pojo )?
    But its return type is String.(return type String because I want to save "Y / N") while saving
    public class C{   // server side pojo
    private String userAdmin; // corresponding getter & setter
    lly, I have getUserAdmin() method in cleint side pojo
    public class B{ // client side pojo
    private boolean userAdmin; // corresponding getter & setter
    but while saving I am doing as,
    public class SaveClass
    public String saveMethod()
    C c = new C();
    B bb = new B();
    if (bb.getUserAdmin() == Boolean.TRUE)
    c.setUserAdmin("Y");
    else
    c.setUserAdmin("N");
    // in client side pojo userAdmin variable's return type is boolean for checking as,
    if (bb.getUserAdmin() == Boolean.TRUE)
    but on server side its String for saving "Y / N",
    if (bb.getUserAdmin() == Boolean.TRUE)
    aa.setUserAdmin("Y"); /// to save String here
    So if I write in JSP,
    <h:selectBooleanCheckbox value="#{BeanName.c.userAdmin}"/>
    its giving error as,
    javax.servlet.ServletException: Expected submitted value of type Boolean for Component : {Component-Path :.................                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Unchecked show icon preview but still showed icon preeviews / ikon preview (thumbnail) can not disable,

    Systems and Network
    2 iMac Intel i5, 8 GB Ram, 1 TB SATA HDD, Mountain Lion (10.8.5 or 10.8.4 )
    1 iMac Snow Leopard (10.6.8)
    1 Mac pro Intel Xeon, 6 GB Ram, 1 TB HDD, Tiger (10.4.11)
    A few power PC G4 Tiger (10.4.11)
    1 Linux SME Server 7.5 (Samba Server)
    We are works on the Server(Linux). There ara many pictures and Text Files  (tif, jpeg, rtf, doc, txt etc.) in server folders.
         On the 2 iMac (Mountain Lion)
              Text files in the folder have viewed normal(optimum) time. But Pictures in the folder have viewed very slow and very long time.Because showing pictures icon (show icon preview) very slow on the Mountain Lion. We tried List View/ColumnView.We have waited very long time(for pictures in the folder) when we selected a folder every time.
              We unchecked show icon preview but still showed icon previews, icon preview (thumbnail) can not disable, We tried "Finder preferences", "View > Show View Options > Show icon preview(unchecked)" and  "Show icon column(unchecked)" but still "Show icon preview(checked)" and  "Show icon column(checked)"
         On the Power PC G4, Mac pro or iMac (Leopar/snow Leopar or Tiger)   
              Everythings ok. There isn't any problem.  Text files and Pictures in the folder have viewed normal(optimum) time
    This problem only on the Mountain Lion, on the other OS (Leopar/snow Leopar or Tiger) no problem.
    How to resolve this problem?
    Best Regards

    Good news: I found a solution.
    Start iTunes, remove all your voice memos from your library (back them up if you need them), quit iTunes. Restart Finder. Done. I hope that helps!

  • Can't forward e mail is say's contact error and no names show up

    since downloading the 9.0 firefox I have not been able to forward
    e mail, it say's contact error and no names show up, this is very
    upsetting since I e mail that is important to forward.

    Oops, our posts crossed. The two main changes in Safe Mode would be: (1) disabling Firefox's use of hardware graphics acceleration, and (2) disabling all extensions. You can try to implement those manually in regular mode.
    '''(1) Hardware Acceleration'''
    Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches with various display drivers.
    You usually need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button (or Tools menu) > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    If you restart Firefox, are any issues improved? I suggest keeping it disabled even if you do not see an immediate benefit.
    '''(2) Extensions'''
    Disable ALL nonessential and/or unrecognized extensions. If in doubt, disable:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Then restart Firefox and test again.

Maybe you are looking for

  • HDMI output doenst work

    Hi,  I have a z930 ultrabook and im dying to get the hdmi output work.  It works fine when i connect to a TV.  However, doesnt work at all when i connect it to a VGA screen and use the VGA to HDMI converter.  I tried to use it on a normal laptop, wor

  • Connecting Mac Mini wirelessly to PC router

    Hi all, I have recently purchased a MAC mini. Using the network setup assistant, I am able to see the wireless network I have setup in my home. It is password protected and the password has been accepted on my Mac. I am unable to connect so I open up

  • How to edit a waveform in Garageband?

    I am trying to stretch a section of a waveform (of a recording of a real instrument) in Garageband.  I have seen some people do it on Youtube, but they somehow get a different cursor to appear that allows them to select a part of the waveform, and th

  • E recruitment Internal error( Rabax_state) in webdynpro abap services

    Hi all, We are facing an error as shown below in our webdynpro services for E recruitment release 604 level 0006 and Ecc 6.0 , all customizations has been done , trex already installed and running properly but many of services throwing this error as

  • Problem with DSM-CC

    Hi! I'm working with Xlet to build an application that i would mount in a STB and specifically i'm writing some rows of code about DSM-CC but i don't know if it's right. I would want update a file called Box.txt (in my directory File) that i change f