Created Snippets Not Found in /config/snippets/?

I've created a bunch of code snippets that I want to share with my development team. They show just fine inside my Dreamweaver CS3 (Version 9, Build 3481), but when I go to the location where the snippets are supposed to be (C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration\Snippets), the custom snippets folder I have created is not there. In fact, I've done a search for any *.csn files on my hard drive, and none of my created snippets come up in the search...yet inside Dreamweaver they're visible and they work just fine.
I've never run into this problem before. Any ideas on where they could be hiding? And how to get them out?
Thanks,
Caryn

Custom snippets are not stored in the Program Files folder, but in your personal configuration folder:
Dreamweaver CS3 on Windows Vista:
C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
Dreamweaver CS3 on Windows XP:
C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration

Similar Messages

  • ERecruiting - Extended Requisition Workflow created object not found

    Hello All,
    I am using Workflow WS16900010 (MSS - eRecruiting Scenario) for raising an extended requisition request.  While this workflow has executed to success, I am not able to identify the requisition object (NB) which has been created as a result of this workflow.  How does the recruiter fill in this requisition object and release it for the manager to be able to do candidate assessment. 
    Kindly help!
    Thanks,
    Uthra KJ

    Hi SDN users,
    Me too facing this issues,  by using WF16900009, WF16900010. The workflows as well as notifications are completed and the requisition notification status is displayed in the Status Overview iView. Unfortunatelly no NB (Requisition) object is created in table HRP5125, nor in the recruiter maintenance page for requisitioins.
    We're running both ERP HR and E-Recruiting on the same system.
    ERP2005 EA-HR 600 SP23 adn ERECRUIT 600 SP11.
    Pls help me as the issue urgent.
    Thanks & Regards,
    Sudheer Kumar P.

  • RH9 Snippets not saving, RH not closing have to force close

    I'm a new RH user so please forgive me if this is answered somewhere else (I did search for awhile first).
    Windows XP Pro 2002 Service Pack 3
    RoboHelp 9 HTML 9.0.1.232 (recent upgrade from RH7) Project has about a thousand topics
    Using Visual SourceSafe (VSS) for version control
    There were snippets in the project before I started and before this upgrade - those all are usable and stay where you put them through saving and closing RH. Other edits to topics seem to be surviving the save process also. Snippets I create (have not created any before this) are not surviving when I save the project, but they are creating .hts files on the hard drive (but not showing up in VSS).  Also, when I create multipe new snippets, the first one and only the first one I create shows up in the snippet pod (before closing RH), and when I save/close/reopen RH, none show in the pod.
    Note: had the same as problem/related to this forum question.
    Also, now when I try to close RH it just closes the active tabs but does not close the project and I have to force close RH in the Windows Task Manager.
    Summary:
    Edits to topics that do not      involve snippets are being saved
    Edits that involve snippets      created before yesterday are saved
    Snippets created by me:
    All are creating files       on my hard drive
    None are going into       Visual SourceSafe
    Only the first shows       up in the Snippet pod before RH closes
    None show up in the       Snippet pod when RH is reopened later
    So there we are.  Any ideas or suggestions?

    OK, my colleague (who is a RH certified expert) figure out what was going on.  Basically, in addition to our two hard drive copies of the project being out of sync (which we fixed by deleting some, taking some out of VSS that didn't belong, and recopying everything onto my hard drive) there is an underlying snippet problem which my colleague diagnosed as follows (her description):
    The project was worked on in RH7 for a couple of years. In early June 2011, RH9 was installed. The project was opened in RH9, and the appropriate ‘do you want to convert the project’ message displayed. I proceeded to do the conversion.
    Everything seemed to convert rather well except for one thing – the snippets. If you opened the Properties window for a snippet, you could see the description; however, the description would not display in the Pod in the designated “Description” column.
    As a test, I created a new snippet in RH9, which generated the following code:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="topic-comment" content="here's the description" />
    <title>New Snippet</title>
    <meta name="generator" content="Adobe RoboHelp 9" />
    </head>
    <body>
    <p>This is placeholder text for your snippet. To add content to the body,
    replace this text. </p>
    <p>&#160;</p>
    <p>For information about applying snippets to topics, press <b>F1</b>.</p>
    </body>
    </html>
    However, the code for a converted snippet looks like this:
    <!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
    <html><head>
    <meta http-equiv=content-type content="text/html; charset=utf-8">
    <meta name=generator content="Adobe RoboHelp - www.adobe.com">
    <meta name=generator-major-version content=0.1>
    <meta name=generator-minor-version content=1>
    <meta name=filetype content=RoboHelp>
    <meta name=filetype-version content=1>
    <meta name=page-count content=1>
    <meta name=layout-height content=487>
    <meta name=layout-width content=424>
    <title>Use this snippet as the explanation for the Credit Type field on a form.</title>
    </head>
    <body>
    <p>Unit of credit for the course. Together with the Credit Value, it defines
    the possible credit hours earned for the course.</p>
    </body>
    </html>
    Notice how the text that is in the title tag is actually the DESCRIPTION for the snippet. Also, there is no meta tag for the real description in the converted code. The real title for this snippet is Credit Type, but for some reason, that does not display in the converted snippet code. The name only displays correctly in the Properties window, like this:
    Strange how the name (or “Title” as the code seems to indicate it should be) correctly displays in the Properties window, but that name is nowhere in the actual code in the HTS file.
    So it seems to me that there is a disconnect between what’s in the code, and what’s displaying in RH, and I’m not sure how or why that happened. I simply allowed RH9 to convert my RH7 project, and this Snippet problem was the only resulting problem that I’ve found.
    Is there any way to get this properly fixed by Adobe? Even when we enter the appropriate descriptions ourselves, they STILL don’t display properly in the Snippets pod. Sometimes some of them display, sometimes all of them don’t display, and sometimes if you perform an action (like creating a new snippet), then that action will cause some or all of the descriptions to display.
    Here’s an example --
    1st screenshot below – the Snippets pod as it typically displays for us in RH9. Absolutely no descriptions displaying.
    2nd screenshot below – I created a new snippet. The description for the new snippet displays PLUS the two descriptions for recently created snippets display! You can only see one of them in the screenshot (“Curriculum Considered Complete Situations”), but further down the list, the description for a snippet named “Requiring Search Criteria” also displays after creating the new snippet (Note: Both of these snippets were created in RH9, which raises the questions: Why didn’t the descriptions already display *before* I created a new snippet? Why did the action of creating a new snippet *cause* the two snippet descriptions to suddenly display?)
    Another Note: After my co-worker had manually gone through all of the snippets and manually added descriptions (and updated the “Title” tags to reflect the actual title of each snippet), this caused some issues – erratic Snippet pod behavior, and he had to keep using the Task Manager to close RH (normal close methods wouldn’t work). So since RH9 started acting funny and wouldn’t close for him, we reverted back to using the HTS files and the rhsnippet.apj snippet file that RH9 originally converted for us, and those original files are what we are continuing to use, but we would like to have a solution for the problem. Why didn’t RH9 properly convert the HTS files? Or at least, to us, based on the code that’s actually in the files, they don’t appear to be properly converted.

  • Really at a loss on this., both apexins and apxldimg give 'file not found'

    I am sure the correct parameter is being supplied. This is on windows 7 64 bit platform.
    SQL> @apxldimg C:
    PL/SQL procedure successfully completed.
    old 1: create directory APEX_IMAGES as '&1\apex\images'
    new 1: create directory APEX_IMAGES as 'C:\apex\images'
    Directory created.
    file not found: /doc/aadm_chng_day.htm
    file not found: /doc/adm_email.htm
    file not found: /doc/adm_request_notif.htm
    file not found: /doc/advnc_web_invoke.htm
    file not found: /doc/api007.htm
    file not found: /doc/bldapp_appgroup.htm
    file not found: /doc/bldapp_srch_item.htm
    file not found: /doc/bldapp_wiz_pg_def.htm
    file not found: /doc/deploy_app_id.htm
    file not found: /iu_option.gif
    file not found: /oracle.gif
    file not found: /reg_temp_edit.gif
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:22.38
    Directory dropped.
    SQL> spool off
    Any help is most appreciated.

    apex 3.1 on oracle 11.2...
    Increased session_max_open_files and re-ran receiving below output.. i do get proper images displayed on login page now;however, not sure everything is still 100% correct.
    SQL> @apxldimg_mod G:\oracleSoftware
    PL/SQL procedure successfully completed.
    old 1: create directory APEX_IMAGES as '&1\apex\images'
    new 1: create directory APEX_IMAGES as 'G:\oracleSoftware\apex\images'
    Directory created.
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    -21560 ORA-21560: argument 3 is null, invalid, or out of range
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:46.97
    Directory dropped.
    SQL>

  • SA not found in MD04

    Hi,
    I have a standard sales order created but not found in MD04. There is a production order created for that sales order and with exception message 20=cancel process. There is material shortage for that production order. Would that be the reason for the missing sales order in MD04? Or other possibilities?
    Thanks.

    The caption reads SA, is it scheduling agreement? If so, then maintain the availability checking group in the material master MRP 3 view. Also check whether any value is assigned in the field Sloc MRP indicator field in the MRP4 view of the material master. If assigned make it blank.
    If it is regular sales order, check whether the sales order is on the credit block. If it is blocked, remove in t.code VKM1/VKM4.
    Note that if you make any changes in material master, you need to create a new document to check the results.
    Regards,

  • Call Library Function Node 'Wrapper.C​reate': Library not found or failed to load. using windows 7 64 bits

    Dear all
    I try to interface my spectrometer (NIRquest from ocean optics) using labview on my 64 bits cumputer using windows 7.
    I have absolutely no problem to run the spectrometer with the program dedicated to the spectrometer (called Spetrasuite).
    I've installed "OmniDriverSPAM-1.66-win64-development-installer.e​xe" and everything went right.
    When I select a VI in LabView (e.g."wrapper_create.vi") from the wrapper.llb, LabView returns an error :
    "Call Library Function Node 'Wrapper.Create': Library not found or failed to load."
    I chek the call library function, but everyting seems to be right :
    I use LabView 8.6.1 and my others *.vi are running perfectly...
    Do you have any idea from where does the problem comes ?
    Thank you very much

    Hello Flanguy,
    In addition to smercurio_fc's feedback I can confirm that LabVIEW 8.6.1 doesn't exist in 64-bit version.
    Officially, LabVIEW 8.6.1 doesn't support Windows 7 either.
    The minimal version of LabVIEW you would need to both support Windows 7 and exist in 64-bit version is LabVIEW 2009 64-bit or any 64-bit versions which are more recent.
    In the two links (1 & 2) you can find more background information.
    Kind Regards,
    Wouter
    National Instruments Belgium

  • AIA Configuration. Library not found Configuring AIA 3.1 PIP

    After sourcing the aiaenv.sh file on IBM AIX 6.1 and executing the aiaconfig.sh script
    and entering external edge application data. The AIA configuration produces
    an error of AIA Configuration: Library not found for the following libraries below and fails
    the configuration. I have checked and verfied the environment variables in the aiaconfig.sh script
    are set and match the ones in the installation log. Any ideas would be greatly appreciated.
    Snipplet from log
    6:24:19.248-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 1] [ecid: 0000IzR^hvE9xWK_QTG7yd1DmPtU000002,0] Setting valueOf(DEPLOY_PIP) to:false. Value obtained from:USER
    [2011-05-10T16:24:19.248-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 1] [ecid: 0000IzR^hvE9xWK_QTG7yd1DmPtU000002,0] Setting valueOf(SEED_DATA) to:false. Value obtained from:USER
    [2011-05-10T16:24:19.318-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 1] [ecid: 0000IzR^hvE9xWK_QTG7yd1DmPtU000002,0] [Common Screen]In Config Only RootSH Event...
    [2011-05-10T16:24:19.326-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 1] [ecid: 0000IzR^hvE9xWK_QTG7yd1DmPtU000002,0] STARTING CONFIG OPERATION ...
    [2011-05-10T16:24:19.331-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 1] [ecid: 0000IzR^hvE9xWK_QTG7yd1DmPtU000002,0] Install Adapter: Mark Start for:CONFIG
    [2011-05-10T16:24:19.814-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /install/config/AIAConfig.jar
    [2011-05-10T16:24:19.816-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /jdk/lib/tools.jar
    [2011-05-10T16:24:19.816-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wlxbean.jar
    [2011-05-10T16:24:19.816-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/modules/features/com.bea.cie.config.launch_5.2.0.0.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/weblogic_sp.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/weblogic.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/modules/features/weblogic.server.modules_10.3.0.0.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/modules/features/com.bea.cie.common-plugin_2.2.0.0.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/webservices.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar
    [2011-05-10T16:24:19.817-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/weblogic.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wlclient.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wlconnector.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wljmsclient.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wls-api.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /bea/wlserver_10.3/server/lib/wljmxclient.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /install/config/ASConfig.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/adminclient.jar
    [2011-05-10T16:24:19.818-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/dms.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/jps-api.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/junit.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/ojdl2.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/pcsconfig.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/rdservice.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/adminserver.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/javax88.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/jps-mas.jar
    [2011-05-10T16:24:19.819-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/jython.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/ojdl.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/rcucommon.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/xml.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/asctl.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/jmxframework.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/jps-unsupported-api.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/oc4jclient.jar
    [2011-05-10T16:24:19.820-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/pcsagent.jar
    [2011-05-10T16:24:19.821-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/rcu.jar
    [2011-05-10T16:24:19.821-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/xmlparserv2.jar
    [2011-05-10T16:24:19.821-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] [Action]: AIA Configuration. Library not found: /11jars/dps.jar
    [2011-05-10T16:24:19.833-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] Setting data for action:AIA Configuration
    [2011-05-10T16:24:19.833-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] No data for action:AIA Configuration
    [2011-05-10T16:24:21.028-04:00] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] One or More configurations failed. Exiting
    [2011-05-10T16:24:21.028-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] Install Adapter: Mark End for:CONFIG
    [2011-05-10T16:24:21.028-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] Install Adapter: Mark End for:INSTALL
    [2011-05-10T16:24:21.028-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] Install Adapter: Mark End for:COPY
    [2011-05-10T16:24:21.028-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] Install Adapter: Mark End for:INTERVIEW
    [2011-05-10T16:24:21.028-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] Install Adapter: Mark End for:LINK
    [2011-05-10T16:24:21.034-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 2] [ecid: 0000IzR_EXa9xWK_QTG7yd1DmPtU000003,0] Setting valueOf(IS CONFIGURATION SUCCESSFUL) to:true. Value obtained from:USER

    We are getting this exact error too, and are installing AIA 3.1 PIP on AIX 6.1 too.
    Did you ever get this issue resolved?

  • Oim-config.xml was not found in MDS Repository.

    Hi there,
    I'm trying to install Oracle Fusion Application (last version .5) but I can't go ahead becuase I got an error during the OIM Server installation.
    $ uname -a
    Linux server02 2.6.39-200.24.1.el6uek.x86_64 #1 SMP Sat Jun 23 02:39:07 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
    $ cd /repository/fusion/fmw/iam/bin/
    $ ./config.sh &
    Select only “OIM Server” [...] everything is going fine without error. I've re-started the AdminServer and started the OIM.
    If I try to open the browser http://<server>:14000 I got an Error 404
    Take a look at the log, there is an Error on oim-config.xml
    I was trying to find something on Google but all the forum talked about the missing security files.
    I tried to install again OIM but nothing happened.
    Someone could help me please?
    Thanks and best regards,
    Lain
    $ tail -f /repository/fusion/fmw//admin/IDMDomain/mserver/IDMDomain/servers/wls_oim1/logs/wls_oim1.log
    ####<Jan 30, 2013 1:24:15 AM CET> <Error> <Deployer> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66
    ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455419> <BEA-149205> <Failed to initialize the application 'oim [Version=11.1.1.3.0]' due to error oracle.iam.platform.uti
    ls.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
    oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
            at oracle.iam.platform.utils.OIMAppInitializationListener.preStart(OIMAppInitializationListener.java:145)
            at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
            at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
            at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
            at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
           at oracle.iam.platform.utils.OIMAppInitializationListener.preStart(OIMAppInitializationListener.java:145)
            at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
            at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
            at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
            at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ####<Jan 30, 2013 1:24:15 AM CET> <Warning> <Munger> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455586> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /repository/fusion/fmw/iam/server/apps/spml-xsd.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Jan 30, 2013 1:24:15 AM CET> <Warning> <Munger> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455702> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /repository/fusion/fmw/admin/IDMDomain/mserver/IDMDomain/servers/wls_oim1/tmp/_WL_user/spml-xsd/ahejq0/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <WorkManager> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455706> <BEA-002903> <Creating WorkManager from "OIMUIWorkManager" WorkManagerMBean for application "spml-xsd">
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <WorkManager> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455706> <BEA-002903> <Creating WorkManager from "OIMMDBWorkManager" WorkManagerMBean for application "spml-xsd">
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <Deployer> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455718> <BEA-149059> <Module spml-xsd of application spml-xsd is transitioning from STATE_NEW to STATE_PREPARED on server wls_oim1.>

    Thanks for your support Rajiv Dewan and idamGod,
    I've just followed this metalink ID: “Easy step for Oracle Identity Manager 11g (OIM 11g) installation on Windows [ID 1234357.1]”
    In my case I don’t have this error:
    Unable to find keystore "default-keystore.jks" in <DOMAIN_HOME>/config/fmwconfig/.
    Unable to find keystore ".xldatabasekey" in <DOMAIN_HOME>/config/fmwconfig/.
    […]Maybe it’s the same root causes but I installed again the OIM without success. I can’t login to the OIM because I just back 404.
    I’m sorry but I didn’t understand what I can do.
    Thanks,
    Lain

  • HTML Snippets not showing on online site.

    Hi, I really hope someone can help me. Basically my Html snippets/widgets are not appearing on my online website. They are there when i publish to my desktop but as soon as i publish it online they disappear?..I can however see them in the public html content file but they seem to be in a widget html file of their own and not part of the main html page source file.
    Is this why i can't see them?..Do i need to move the html widget file to view it as part of the page.
    All suggestions welcome..MAny thanks.
    Ali

    Thanks, I did need to do what you suggested and it has me half way there. The only thing is now the graphics of the html button i created are not showing only the 'text of the paypal link' where the button should be, the link works, it's just the buttons not there..
    Anymore suggests please.
    Thanks,
    Ali

  • Create WLS Domain with SOA - ORA-01882: timezone region  not found

    Hi All,
    I am installing SOA 11g 11.1.1.5 on my windows 7 machine. I have installed my XE database and the dbtimezone is set to = +02:00( which i have set and bounced the db).
    I have installed the RCU, Weblogic server and SOA. Now when I am trying to create a WLS domain, after I configure JDBC schemas, when i try to test it i get the following:
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_SOAINFRA
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.5.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_ORASDPM
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_MDS
    Password=*********
    SQL Test=select 1 from schema_version_registry where
                        owner=(select user from dual) and mr_type='MDS' and
                        version='11.1.1.5.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_MDS
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.5.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    My Windows time region is set to (UTC+02:00) Harare, Pretoria
    Any help on resolving this ?
    Thanks
    K

    Hi,
    This worked for me,
    1. Navigate to the directory where you ran the config.bat script.
    2. Use use a text editor open the config.bat file.
    3. Locate this line in the file : SET CONFIG_JVM_ARGS=%CONFIG_JVM_ARGS% -DCOMMON_COMPONENTS_HOME=%COMMON_COMPONENTS_HOME%
    4. Append this string to the end -Duser.timezone="+02:00" and run the config script again.
    5. also check that the oracle db timezone is set correctly.
    SQL> select sessiontimezone from dual;
    SESSIONTIMEZONE
    +02:00
    Hope that helps -- it worked for me.
    Mo

  • Help needed to resolve-First component in name com.adobe.output.config.OutputConfigHome not found

    Have installed Live Cycle ES2.5 SP2 Server (WebSphere) Trial version with Oracle DB.
    I want to generate PDF by merging data xml with XDP template. Hence I am trying to remotely invoke Livecycle Output Service (web service) for creating the PDF document using the Java API (as per API Quick Start Code Examples).
    But I am getting following exception-
    com.adobe.livecycle.output.exception.OutputException: 
    Context: WINADV93Cell01/clusters/cluster2, name: com.adobe.output.config.OutputConfigHome: First component in
    name com.adobe.output.config.OutputConfigHome not found. in javax.naming.NameNotFoundException, cause: IDL:omg.org/CosNaming/NamingContext/NotFound:
    1.0 in org.omg.CosNaming.NamingContextPackage.NotFound
    at com.adobe.printSubmitter.util.ResultFile.<init>(ResultFile.java:65)
    at com.adobe.printSubmitter.PrintServer.submit(PrintServer.java:229)
    at com.adobe.printSubmitter.service.OutputServiceImpl.generateOutputInTxn(OutputServiceImpl. java:262)
    at com.adobe.printSubmitter.service.OutputServiceImpl.generatePDFOutputInTxn(OutputServiceIm pl.java:395)
    at com.adobe.printSubmitter.service.OutputServiceImpl.access$100(OutputServiceImpl.java:82)
    at com.adobe.printSubmitter.service.OutputServiceImpl$2.doInTransaction(OutputServiceImpl.ja va:346)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
    at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
    at com.adobe.printSubmitter.service.OutputServiceImpl.invokeGeneratePDFOutputWithSMT(OutputS erviceImpl.java:341)
    at com.adobe.printSubmitter.service.OutputServiceImpl.generatePDFOutput(OutputServiceImpl.ja va:304)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    Kindly help me to resolve this error? 

    Form Server has nothing to do with Reader Extensions (you must be running an orchestration that uses a Forms Call then a RE call). Lets validate that each component is installed correctly. Can you open the Reader Extensions UI and apply rights to a file?
    Use this URL to get to the UI:
    http://servername:portNUmber/ReaderExtensions
    Note that you will need the rights to log in .....use administrator for now.
    Paul

  • Snippets not showing

    I just recently replaced my computer and I'm trying to display my library of snippets in Homesite but the only snippets that show are the Dreamweaver Snippets.  I've copied my snippets from my old computer into the following location on my new computer:  C:\Program Files\Macromedia\Homesite+\UserData\Snippets.  The Folder for Snippets in Homesite > Options > Settings > Locations is set to the same location.  What am I missing?

    I found that if you modify your registry settings that you will be able
    to re-dock the snippets.
    BACK UP YOUR REGISTRY BEFORE ATTEMPING THIS!!!!
    I have had the same issue and found that this is the only tab that has no clear cut way of docking in Homesite.
    I looked at the registry and compared it to the tabs and here is what I came up with:
    Path = HKEY_CURRENT_USER>Software>Macromedia>Homesite+>Docking>frmDockSnippets
    Here is what should be in there:
    (Default)               REG_Z     (value not set)
    AlwaysOnTop       REG_Z     1
    DockHost             REG_Z     AllaireTabDockForm0
    DockTab              REG_Z     0
    Floating               REG_Z      0
    PageIndex           REG_Z          5 (note this has to be a number not already in use, be sure to check your other tabs and then use the next available)
    Position               REG_Z      0,0,434,979 (note all tabs will have the same value, depending on your set up my numbers may or may not match yours                                                       but  be sure to check the other tabs and use those values)
    Visible                REG_Z     1
    I hope this helps, I could not find an answer anywhere and found that this worked for me.

  • Create IDM Domain(OID Domain) Problem -- Bootstrap Domain Configuration. Library not found

    Hi Expert
    I have installed Weblogic 10.3.5 (64 bit) in my Oracle Linux 5 (x86_64 bit), I already installed JDK 6 (64 bit) lasted release.
    Next, I install IDM 11.1.1.2.0 (64 bit), was successful, after that patchset 11.1.1.5.0 (64 bit) was installed without any error.
    When I use IDM Configuration (ORACLE_HOME/bin/config.sh) to create a new domain for idm, It stuck in "Start Managed Server" phrase.
    In install log I found entries as below, am I missing something?
    Thank you,
    Noraset
    [2013-09-24T08:45:11.224+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] STARTING CONFIG OPERATION ...
    [2013-09-24T08:45:11.233+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] Install Adapter: Mark Start for:CONFIG
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/com.bea.core.weblogic.security.identity_1.1.2.0.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
    [2013-09-24T08:45:11.676+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.688+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-launcher.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
    [2013-09-24T08:45:11.760+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] Setting data for action:Bootstrap Domain Configuration
    [2013-09-24T08:45:11.768+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] No data for action:Bootstrap Domain Configuration

    Do you mean that I should create new domain without  OID instance, and next use ORACLE_HOME/bin/config.sh to create new OID instance with existing domain ?
    Thanks you,
    Noraset

  • Connection not found when trying to create a QueueSession

              We have run into the following situation using JMS under
              Weblogic 6.1 SP3 (on both the clients and server, which have different server
              names, so that is not the cause). We have no
              problem connecting and sending messages from multiple clients to
              the same server. However, after some period of time (which
              varies), some "event" occurs that causes each client connection
              to become ineffective, i.e., the next time you try to create a
              new session off that connection, you ge a "Connection not found"
              JMSException. In fact, when this occurs, all active client see
              the same problem at the same time... there is no evidence in the
              server log of any problem. If I have each client re-create and
              re-start the JMS connection, they are able to proceed with no problem (until the
              "event" occurs again). It appears as though
              the connection to the server is somehow being dropped, though we're not sure why...
              Has anyone else reported this sort of problem?
              Here is the stack trace we get:
              [weblogic.jms.common.JMSException: Connection not found
              Start server side stack trace:
              weblogic.jms.common.JMSException: Connection not found
                      at weblogic.jms.dispatcher.InvocableManager.invocableFind(InvocableManager.java:121)
                      at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:509)
                      at weblogic.jms.dispatcher.DispatcherImpl.dispatchAsync(DispatcherImpl.java:149)
                      at weblogic.jms.dispatcher.DispatcherImpl.dispatchSyncFuture(DispatcherImpl.java:300)
                      at weblogic.jms.dispatcher.DispatcherImpl_WLSkel.invoke(Unknown Source)
                      at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
                      at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:274)
                      at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
                      at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              End  server side stack trace
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

    I don't think there is a simple way to rename things on the console (I may be
              wrong on this). Via the console, I think you can create copies with new names, set the
              targets again, and delete the old version. But it is likely easiest just
              to do a search and replace of the names in your config.xml file.
              Tom
              Bill O'Keefe wrote:
              > Rajesh Mirchandani <[email protected]> wrote:
              > >
              > >Apart from different server names you should have different domain, JMS
              > >server and JMS store
              > >names too.
              >
              > Is there a way to rename an existing domain/server? Or do I need to configure
              > new ones? Thanks.
              > >
              > >Bill O'Keefe wrote:
              > >
              > >> We have run into the following situation using JMS under
              > >> Weblogic 6.1 SP3 (on both the clients and server, which have different
              > >server
              > >> names, so that is not the cause). We have no
              > >> problem connecting and sending messages from multiple clients to
              > >> the same server. However, after some period of time (which
              > >> varies), some "event" occurs that causes each client connection
              > >> to become ineffective, i.e., the next time you try to create a
              > >> new session off that connection, you ge a "Connection not found"
              > >> JMSException. In fact, when this occurs, all active client see
              > >> the same problem at the same time... there is no evidence in the
              > >> server log of any problem. If I have each client re-create and
              > >> re-start the JMS connection, they are able to proceed with no problem
              > >(until the
              > >> "event" occurs again). It appears as though
              > >> the connection to the server is somehow being dropped, though we're
              > >not sure why...
              > >> Has anyone else reported this sort of problem?
              > >>
              > >> Here is the stack trace we get:
              > >> [weblogic.jms.common.JMSException: Connection not found
              > >>
              > >> Start server side stack trace:
              > >> weblogic.jms.common.JMSException: Connection not found
              > >>         at weblogic.jms.dispatcher.InvocableManager.invocableFind(InvocableManager.java:121)
              > >>         at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:509)
              > >>         at weblogic.jms.dispatcher.DispatcherImpl.dispatchAsync(DispatcherImpl.java:149)
              > >>         at weblogic.jms.dispatcher.DispatcherImpl.dispatchSyncFuture(DispatcherImpl.java:300)
              > >>         at weblogic.jms.dispatcher.DispatcherImpl_WLSkel.invoke(Unknown
              > >Source)
              > >>         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
              > >>         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:274)
              > >>         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
              > >>         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > >>         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > >> End  server side stack trace
              > >
              > >--
              > >Rajesh Mirchandani
              > >Developer Relations Engineer
              > >BEA Support
              > >
              > >
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

  • "application descriptor not found" when trying to create .ane file

    I have been trying to create a very simple native extention for the better part of a week now and I just can't seem to figure it out.
    Using tutorials and guides from the following sources:
    http://www.adobe.com/devnet/air/articles/extending-air.html
    http://www.adobe.com/content/dam/Adobe/en/devnet/devices/pdfs/DevelopingActionScriptExtens ionsForAdobeAIR.pdf
    http://custardbelly.com/blog/2011/09/21/air-native-extension-example-ibattery-for-ios/
    I managed to get up to the point where I need to create the ane file, but I am getting "application descriptor not found".
    So, here is the detailed explanation of everything I have done to date. Can someone tell me where I have gone wrong?
    1. On the mac, I created an xcode project, using the iBattery example code from the link above, I managed to create static library .a file. I am not going to discount the possiblity that there are many errors still in this file, but I am going to assume for the moment that my current problem is not related to any issues in this static library.
    2. Copied the static library "DaveExtention.a" to my PC where I have flash CS5.5 installed (yes, I know there is a typo in the name)
    3. In my app folder, I created a lib folder that now contains the following files:
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\DaveExtension.fla
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\DaveExtension-app.xml
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\com\extensions\DaveExtension\DaveExtension.as
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\com\extensions\DaveExtension\BatteryStateEnum.as
    I set my project to compile an swc into the build folder and simply put the following code into my project:
    import com.extensions.DaveExtension.BatteryStateEnum;
    import com.extensions.DaveExtension.DaveExtension;
    var ext:DaveExtension = new DaveExtension;
    var batterystate:BatteryStateEnum;
    stop();
    I then publish the swc.
    4. Once the swc is created in the build folder, I copy the libDaveExtention.a to the build folder and create the extension.xml file, which looks like this:
    <extension xmlns="http://ns.adobe.com/air/extension/2.5">
      <id>com.extensions.DaveExtension</id>
      <versionNumber>1</versionNumber>
      <platforms>
        <platform name="iPhone-ARM">
            <applicationDeployment>
                <nativeLibrary>libDaveExtention.a</nativeLibrary>
                <initializer>ExtInitializer</initializer>
                <finalizer>ExtFinalizer</finalizer>
            </applicationDeployment>
        </platform>
      </platforms>
    </extension>
    5. I make a copy of the swc file and rename it to .zip... I then extract library.swf from it and delete the zip. My build folder now looks like this:
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\DaveExtension.swc
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\extension.xml
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\libDaveExtention.a
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build\library.swf
    6. I downloaded the flex 4.5.1.21328 sdk and the Air 3.0 sdk, which I copied into the flex sdk folder (which is located in "D:\SDKs\flex_sdk_4.5.1.21328")
    7. In my build folder, I create a simple batch file called buildane.bat with the following command:
    D:\SDKs\flex_sdk_4.5.1.21328\bin\adl -package -target ane DaveExtension.ane extension.xml -swc DaveExtension.swc -platform iPhone-ARM library.swf libDaveExtention.a
    8. I then open a command prompt to my build folder and run buildane.bat and this is my output:
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build>buildane.bat
    D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build>D:\SDKs\flex_sdk_4.5.1.21328\bin\adl -package -target ane DaveExtension.ane extension.xml -swc DaveExtension.swc -platform iPhone-ARM library.swf libDaveExtention.a
    application descriptor not found
    No matter what I try, I can't get passed this.
    Can anyone tell me what I am doing wrong?

    >>D:\GoldSun\Source Code\Flash\ExtentionTest\lib\Build>D:\SDKs\flex_sdk_4.5.1.21328\bin\adl -package -target ane DaveExtension.ane extension.xml -swc DaveExtension.swc -platform iPhone-ARM library.swf libDaveExtention.a
    Either its a typo or by mistake you wrote adl in yout bat file. Change it to adt since that is the file that will package your ane. adl is just used for debugging/running on Desktop.
    Hope this helps. let me know how it goes.
    Thanks,
    Meet

Maybe you are looking for

  • How do I get my contacts that were in Outlook and are now in icloud back to outlook and get rid of icloud?

    I purchased an iPad 3 and in setting it up installed iCloud trying to import my Outlook contacts.  Now when I go into my contacts in Outlook I get a tab for My Contacts which is basically empty now and a new tab iCloud.  Under the iCloud is all my co

  • Inserting an ImageIcon into a JLabel

    Hello. I'm trying to insert an ImageIcon into a JLabel component which includes text. I want this JLabel to be a cell in a JTable, so i'm trying to add the ImageIcon inside the method public Component getTableCellRendererComponent (JTable table, Obje

  • Unescape HTML using ABAP

    Hi ,    I have a function module which retrieves HTML code. I need to unescape that code using ABAP in BSP to show to the user in a pdf. Any ideas? Many thanks.

  • I have a copy of Photoshop 7.0 (I know...)

    I have a copy of Photoshop 7.0 (I know...) and I would like to install it on a Windows 7 PC -- will it?

  • Monitoring Clusters

              I have one issue like I have created two server instances clst and clst1 along           with administrator server name srv .Now I have clustered clst and clst1 under           cluster name clust. After getting it clustered I later deployed