Common Library HTML Combobox Bug in FW CS6

If you drag a Combobox from the Document Library > HTML folder onto your canvas and change the name of the 'Label' text from within Symbol Properties then the combobox artwork disappears! The label remains visible but the graphic symbol has gone.
EDIT: Its suddenly started working properly. No idea why!

I have now also tried this using an Object tag in a HTML page to load the SWF and I don't have the same issue, the problem only appears to be there using SWFObject and also another JavaScript solution that I found. In your opinion where is the most likely place for the bug to be? It would seem to me that the FlashPlayer should be handling the result of FlexGlobals.topLevelApplication, but the method of adding the SWF to the HTML page seems to have an affect as well. Looking at the FlexGlobals and spark.Application code, there doesn't seem to be any ExternalInterface type calls.
I am asking as I am finding it difficult to work around the issues I am having, and it would be better to find a fix rather than a workaround.

Similar Messages

  • CS5 library HTML instances not getting updated (and font options are limited)

    Having the following problems using FW CS5/Mac:
    1. Heading1 instances (created from Common Library -> HTML) are not reflecting updates to library item in Document Library.
    To replicate: Drag a Heading1 element from the common library to document.  Create a few more instances of it in the document, using the one in your Document Library.  Now edit the library version. The instances on the page stay the same, they don't reflect updates.
    2. Symbol Properties for HTML elements has very limited options for Font.   'Heading1' has only Arial or Arial Black.  'Link' has those, plus Comic Sans (and Arial is listed twice).  There is nowhere else to customize symbols.
    3. Also, my Layers panel randomly disappears, even though Window->Layers is still checked. I have to restart to get it back.  Cursor also sometimes disappears and requires restart. Seems to happen whenever I add a Link (from Common Library).
    Are there workarounds for these?  If they are documented bugs, is there a patch?
    Thanks for any help.
    Jeff

    You can try editing the JSF file for the symbol - that's what controls the symbol properties. I'm not a coder, but I found that putting your preferred font at the beginning of the font list in the JSF list will solve the problem.
    For example, I first saved a copy of the original script, then moved the Times Roman family to the beginning of the list and saved this version as the original script name. These scripts are found in the Fireworks application folder, inside Configuration > Common Library > HTML.
    I restarted FW and when I dragged the H1 instance onto the canvas, it displayed Times immeditately.
    Unfortunately, it deleted that family from the combo list, simply renaming it Arial - Helvetica - san-serif and placing it at the top of the list. So now I have 3 Arials - lol. The first one indicates the current font chosen (or it's supposed to) and the other two list my true Arial font family and the Times font family (renamed as Arial)  Haven't figure out how to fix that yet.
    This change doesn't affect the preview image either, but there must be a way to alter it by editing the true symbol.
    HTH a little, at least.

  • Installing a common library

    Hello,
    i am trying to build a common library and make it available on a smart card.
    I just have one class and generated a exp file. My class is not an applet but a plain java object.
    Exp file generation with the JCDK 2.2.2 converter script worked perfectly.
    Next step is the inst5allation on my card. Therefore i am using gpshell.
    Installing fails with error 0x6A80.
    Library class source:
    package org.emetis.javacard.filesystem;
    public class JCFile
      private short m_fileId=0x0a;
      public JCFile() {
        m_fileId=0x0a;
      public short getFileId() {
        return m_fileId;
    GPShell script:
    mode_211
    enable_trace
    establish_context
    card_connect
    select -AID a000000003000000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4e -enc_key 404142434445464748494a4b4c4d4e4f
    delete -AID 0102030401
    install_for_load -pkgAID 0102030401 -nvCodeLimit 16000 -sdAID a000000003000000
    load -file outputs/org/emetis/javacard/filesystem/javacard/filesystem.cap
    card_disconnect
    release_context
    The command load -file failed. Output:
    load -file outputs/org/emetis/javacard/filesystem/javacard/filesystem.cap
    Command --> 80E88000D6C481D08200D001000FDECAFFED010202000105010203040102001F000F001F0000000B000A000C0017000A00080007003300000000000001000004000B01000107A000000062000106000C00800001FF00010100000012070017000210188C000118100A880018100A88007A0110AE007808000A000000000000000000000A00070100000001000105000A0002020000000680000009000800030B05050001050B00330100010000000001000200020000008003008100010008000F000000000101001200060003000000000002000600080130011000
    Wrapped command --> 84E88000DEC481D08200D001000FDECAFFED010202000105010203040102001F000F001F0000000B000A000C0017000A00080007003300000000000001000004000B01000107A000000062000106000C00800001FF00010100000012070017000210188C000118100A880018100A88007A0110AE007808000A000000000000000000000A00070100000001000105000A0002020000000680000009000800030B05050001050B00330100010000000001000200020000008003008100010008000F00000000010100120006000300000000000200060008013001107324BBAB85EF73CF00
    Response <-- 6A80
    load() returns 0x80206A80 (6A80: Wrong data / Incorrect values in command data.)
    Any idea what i am doing wrong?
    Kind regards
    Harri

    using the EXACT same build and load tools, did you manage to load a normal applet?
    One idea is that your card does not support jc 2.2.2 but rather an older version of jc.
    also, please remove the -nvcodelimit on your command line, it's only used to ensure that you're not uploading too much data, it's not required at all, and may cause unexpected additional bugs.
    Also have a try with the latest version of gpshell, I have a doubt about the format of the data sent in the load command.
    The only changes made by the wrap operation is to change Lc and append a MAC, but when I compare the buffers, I see:
    Command --> 80E8 8000 D6 C4_81D0_8200D001000FDECAFFED010202000105010203040102001F000F001F0000000B000A000C0017000A00080007003300000000000001000004000B01000107A000000062000106000C00800001FF00010100000012070017000210188C000118100A880018100A88007A0110AE007808000A000000000000000000000A00070100000001000105000A0002020000000680000009000800030B05050001050B00330100010000000001000200020000008003008100010008000F0000000001010012000600030000000000020006000801300110 00
    Wrapped command --> 84E8 8000 DE C4_81D0_8200D001000FDECAFFED010202000105010203040102001F000F001F0000000B000A000C0017000A00080007003300000000000001000004000B01000107A000000062000106000C00800001FF00010100000012070017000210188C000118100A880018100A88007A0110AE007808000A000000000000000000000A00070100000001000105000A0002020000000680000009000800030B05050001050B00330100010000000001000200020000008003008100010008000F0000000001010012000600030000000000020006000801300110 73 24BBAB85EF73CF00
    the last 8 bytes are the SCP MAC, but what is this last 0x73 that replaced a final zero? That's why the data is incorrect. My guess is that in your version of gpshell, the MAC is added at the wrong offset (one byte too left).
    Please give more details about where you got this gpshell, and have a try with another version.
    BR

  • Two libraries needing different versions of a common library

    I am currently writing an application that utilizes two libraries that depend on a third common library. However, each of the two libraries requires a different version of the third library. Is there any way this can be done?
    I have done some research into writing custom class loaders but I haven't been able to find anything useful in this instance. Any help would be appreciated. Thanks.

    It's not just a feature missing that's the problem.
    If I use one version of the library, one part of the
    program simply doesn't work. If I use the other,
    then the other part of the program refuses to work.The problem you should be trying to solve is why the two libraries won't work with the same (latest) version of the shared library. It indicates that one of them is relying on buggy behavior, and should be fixed.
    Do you have any access to the libraries' source code? You'd be far better off trying to figure out what changed, and how to fix the piece that relied on its old behavior, rather than any sort of hack (and changing package structure to work around a bug is definitely a hack, perhaps moreso than using a custom classloader).
    Finally, what does "doesn't work" mean? Are you unable to compile? Are you able to compile but get incorrect results? Does the program crash?

  • Can I move the common library or use a symbolic link so that Dropbox can sync it?

    A team of us are now using Fireworks for interaction design, and need to synchronise the common library so that the elements we use are up to date.
    1.  Is the common library the correct method? 
    2. we use dropbox, and I don't think I can tell dropbox to synchronise just the common library folder (as an isolated path from the rest of the dropbox tree...) - so, is there a trick using a symbolic link we could use so that dropbox thinks the common library is actually in it's own tree?  (OSX is BSD afterall...)
    We're on Mac OSX 10.7.X, running FW CS6 and using the latest dropbox for Mac.
    I look forward to hearing some ideas.  The question of teams using fireworks has been raised several times since 2009, and Adobe still hasn't got a solution.  The mind boggles as to whether or not Adobe takes Fireworks seriously - I hope they do...
    All the best,
    Dylan

    Thanks groove25.
    I did find that it is possible to use symbolic links and Dropbox to synchronise the common library across computers.  It does come with its idiosynchrasies though (excuse thepun).
    I'm going to have a go with what this thread recommends:
    http://hints.macworld.com/article.php?story=20120803093247391
    and leichter's explanation and walkthrough (nested in the thread) looks very helpful:
    There's a subtle point that, once you understand it, makes symlinks much more useful in Dropbox.
    The whole design of symlinks in Unix tries to make them invisible to programs that don't specifically try to manipulate them. So suppose 'sym' is a symlink to 'file'. If a program opens 'sym' for read, it actually gets the data in 'file'. If it appends to 'sym', it actually appends to 'file'. However, if it deletes 'sym', what disappears is the link 'sym', not the file 'file'. Opening 'sym' for writing as a new file - not appending to it - is equivalent to deleting the old file and creating a new one: It leaves 'file' unchanged and creates an entirely new file named 'sym' which no longer has any connection with 'file'.
    A link to a directory follows the same rules. Looking a file up using the symlink as the name really searches the linked-to directory. Creating a file through the symlink is like appending: It creates the entry in the linked directory. And so on.
    A program that wishes to do something special - like change where a symlink points - has to be aware that it's dealing with a symlink and use special OS calls for that exact purpose.
    Dropbox works with symlinks *but it doesn't do anything special with them*. So suppose you put that 'sym' linked to 'file' in your Dropbox directory. Dropbox comes along, finds a new file, and sends it to its servers. What does it send? Well, first the name 'sym', and then the "contents" - i.e., what it gets from reading 'sym' which is exactly the contents of 'file'. On the server, and then later on other clients, what you will find is a normal file named 'sym' with the contents of 'file'. *There is no connection with a file named 'file'.* If you change 'file' on the system where 'sym' links to it, the changes propagate. If you change it anywhere else, the changes propagate back - but Dropbox doesn't modify files in place, it writes entire new ones. So the effect back on the original system is to break the link and write a new file named 'sym' with the latest contents - but no connection to 'file'.
    I know of no way to keep a link to a *file* as a symlink across updates. But the story is different for *directories*. Unlike ordinary files, directories are normally updated in place (unless you explicit delete and recreate them). So you can do the following:
    1. Create directory 'dir' anywhere you like.
    2. Create symlink 'dirlink' pointing to 'dir' in your Dropbox folder.
    3. Wait for 'dirlink' to appear on all other clients. It will appear as an ordinary directory, not as a symlink. If the original 'dir' had files in it, those will now appear as files on the clients, too.
    4. On each client, rename 'dirlink' to 'dir' *in the place you want it to appear in your directory tree*. (Renaming only works if you are staying not the same device. Otherwise, you need to create 'dir' and move all the files.) This need not be the same on all clients, though it's easier to keep track of if it is.
    5. On each client, create symlink 'dirlink' pointing to 'dir'.
    Now you have a 'dirlink' on each client, which will to Dropbox look like a subdirectory - and it will sync all the files in that "subdirectory". Changes made on any client to any file in 'dir' aka 'dirlink' will be synced to all the other clients as well. Files created or deleted in 'dir' will be created/deleted on every other client as well.
    It's probably easiest to do all this while there are no files in 'dir'. Otherwise, Dropbox sometimes repeatedly syncs the same files until everything eventually settles down.
    The limitations here:
    - Some platforms (e.g., iOS) don't support symlinks. To them, 'dirlink' will just be an ordinary subdirectory.
    - Any time you add a new client, you have to go through the process for that client. Certain reset operations in Dropbox - anything that requires re-syncing every file in the Dropbox folder on a client - will require the same, because Dropbox doesn't know how to *create* symlinks - it'll just create an ordinary subdirectories.
    I've used this configuration for a couple of years. You have to watch out for the reset situations and such, but generally once you have it set up, it "just works".
    -- Jerry
    All the best,
    Dylan

  • I am getting a "Internal error occurred" message when I try to drag and drop common library items on to my canvas.

    Hi,
    I am getting a "Internal error occurred" message when I try to drag and drop common library items on to my canvas.
    I have noticed that there are a number of these error messages and tried one solution of renaming a couple of files, I tried this and no joy.
    Has any one go a solution for this before I purchase Fireworks please?
    Kind regards,
    Dave G

    I can no longer get Firework CS6 to run - The program loads but without any toolbars/properties etc.  It just has an 'AN INTERNAL ERROR OCCURRED' message that cannot be dismissed.  The only way to close the program is via Task Manager (this is on a Window 8 PC).  I have uninstalled the program, rebooted the PC and re-installed (several times) but it has not resolved the problem.
    Fireworks is part of my Creative Cloud subscription and when reporting this via the live chat I was given the telephone number for Seagate Drives ??
    Anybody got a solution?
    Or, does anybody know how to open native Fireworks CS6 png files in Photoshop *but* with all the Fireworks layers preserved.
    Think I'll also post this as a new topic as the problem is slightly different to SirBasher's issue.

  • Common Library :: Modify the same element w/ unique label

    Hello.
    I am simply trying to use the Common Library elements and modify a "copy" of one, but the change flows through any instances I add to my design.
    For example, I drag the ComboBox(win) to my "stage" area (Fireworks). For the design I am doing, I need about 5 of these menus, but when I go to change the text on it, all instances of it are updated with the same text??
    How do I get unique instances of these library items?

    Change the text in the Symbol Properties panel. Don't edit the symbol itself.
    HTH
    Jim Babbage

  • Common Library - won't update symbols

    I am designing a series of CD labels that have common
    elements. It seemed natural to have those common elements as a
    graphics symbol in the common library, so that in the future a
    change to those elements does not require manually editing 30
    files.
    But...
    I can't get an imported symbol to update from the common
    library AT ALL. Even manually using the "Update..." command for the
    imported symbol from the library pane says it completes and then
    DOES NOTHING to the symbol instance and DOES NOT CHANGE any new
    instances of that symbol. It basically doesn't work at all, at
    least not for the files I am using. I'm using Fireworks CS3 with
    all the latest Adobe updates installed.
    Is this a known bug? Am I misinterpreting what the Update
    command is supposed to do? Is there some simple trick I am missing?
    Here are the basic steps I'm using for testing:
    - Create a document and import a common library graphic
    symbol. It shows up in the library pane and says (imported).
    - Drag the symbol onto the workspace to create an instance.
    - Save this file as File1.
    - "Save as" the file as File2 (File1 is closed and the file
    is now open as File2).
    - Edit the symbol in file 2 in some blatantly gauche way. Use
    Save to Common LIbrary from the Library pane. This dialog requests
    confirmation to overwrite the existing symbol file. Say yes.
    - Save and then Close file 2.
    - Open File 1. From the Library pane, select the symbol and
    choose "Update..."
    - Nothing happens to the symbols in file 1.. They are not
    "Updated" whatsoever and remain as originally instanced, not as the
    symbol that now exists in the Common Library. If I delete the
    symbol and re-import it, then I do get the modified symbol... but
    then thats not quite the same thing as being able to update the
    symbols in place.

    I think on top of the fact that Fireworks has very limited
    support for sharing symbols across files, I am also running into
    bugs in their limited implementation.
    The Shared Library preview shows the correct version of the
    symbol, but this is not the version that is dragged onto the
    document. Plus the "Update..." function in the Library pane does
    not appear to function at all.
    Guess I will have to work around this somehow. CS3 certainly
    seems to be way buggier than previous macromedia releases of
    Fireworks. I'm constantly running into things that are broken, as
    well as extensive memory leaks when working with very large
    graphics. Fireworks has a lot of functionality, but I don't know
    that I would recommend it to others, unless they are just doing
    very simple things.
    Here is another bug I just ran into: I directly opened the
    Common Library symbol png files in Documents &
    Settings/username/Application Data/Adobe/.... to edit the symbols.
    The symbol editor opens fine and everything appears normal, EXCEPT
    that you can't change colors on graphic objects! Very very strange
    behaviour. Typical of the sort of thing I am constantly running
    into with Fireworks.

  • Possible bug in Photoshop CS6 with app.activeDocument.path.

    JavaScript running in Photoshop CS6 under OS X 10.7.5 returns the wrong result for app.activeDocument.path when the file is located on the boot drive. The result is undefined and an error message incorrectly states that the document has not been saved yet. If the file is located on a remote volume, the correct path is returned.
    To reproduce this problem, create a new file in Photoshop CS6 on a Mac. Save the file to the desktop. With the file still open, run the following script in ExtendScript Toolkit.
    // start script
    var thePath = app.activeDocument.path;
    alert(thePath);
    // end script
    Running the same script with a file located on a server volume open in Photoshop correctly returns "/path/to/file.psd" instead of undefined and no error occurs.
    This appears to be a bug in Photoshop CS6's JavaScript implementation. This problem did not exist in Photoshop CS3.
    A similar issue prevents Photoshop CS6 from saving files to the boot drive using activeDocument.saveAs.
    Has anyone else experienced this problem? If so, have you discovered an alternate method to determine the file path or save a file on the boot drive?

    Don't know if this will help much but at least you can use it to check a document's filepath without throwing an error. And maybe tell if the problem is with the Photoshop DOM.
    function hasFilePath(){// returns true/false
        var ref = new ActionReference();
        ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
        return executeActionGet(ref).hasKey(stringIDToTypeID('fileReference'));
    function getFilePath(){// returns path as a string if exists, undefined if not
        var ref = new ActionReference();
        ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
        var desc = executeActionGet(ref);
        if(desc.hasKey(stringIDToTypeID('fileReference'))) return decodeURI(desc.getPath(stringIDToTypeID('fileReference')));

  • How to add a link to an interactive svg using edge commons library

    Hi,
    I've been playing around with this wonderful Edge Commons interactive SVG tutorial
    My question is : How to add an external link "url" to an interactive svg using edge commons library ?
    Edge commons example file :
    http://edgedocks.com/market/interactive-svg-example-project-edge-commons
    Edge commons  video tutorial :
    http://www.youtube.com/watch?v=4UEB6gaLKuw
    I have adapted this tutorial to an interactive map, http://madudesign.com/works/france/ every thing is going fine until I couldn't figure out to link a particular url on each part of the region of the map.
    I managed to figure out how to change colors on the different parts of the map on mouse over and mouse out but I'm not quite comfortable with JavaScript since I don't use it every day...
    I have tryed to link to an url by passing it on the illustrator layer and via the onclick event (event.target.id) to a simple url
    http://redpen.io/6svh5u
    then working in Edge and publishing on the browser the link returns me a weird url line by replacing the original url slashes "//" by "_x2F_" and I must have misunderstood the proper JavaScript line to open that link from there...
    for example on my actual exemple "http://madudesign.com/works/france/"
    the first top region of France is normally a link to "http://www.google.com" and it returns "http:_x2F__x2F_www.google.com" plus the complete path to the file too...
    I don't know how to get around this trick and have back for each region a particular clean link from the event target id of the svg...
    thank-you for any help
    matt
    link to my edge animate file if needed :
    http://madudesign.com/works/france/carte_de_france.zip

    I got an answer from the Edge Commons dream team and I am very grateful to them :
    "The problem that you bumped into was that you hadn't included a valid URL so far. We weren't sure if you wanted to include them within the SVG file or if you wanted to implement the functionality within Edge Animate. We came up with a solution for the latter one, with a simple switch in the js code:
    You have to type in the appropriate URL of course for all the cases."
    I have to share the final result:
    http://www.madudesign.com/works/france/france_map/
    And the zipped project file:
    http://www.madudesign.com/works/france/france_map.zip
    Thanks to Daniel & Simon
    Matt

  • Shortcut-Bug in Bridge CS6 (Mac OS 10.6.8 and 10.7.3)

    I noticed a bug in Bridge CS6: the cmd-key doesn't work in the file info panel btw. in the xmp / iptc fields (e.g. cmd+c, cmd+v, ...).
    This bug only appears in the file info window (opened via alt+i) in Bridge CS6 - if you edit information or metadata via alt+i in Photoshop CS6, the shortcuts e.g. copy and paste from one field to another works.
    The shortcuts also work under Windows (tested under Vista).

    I can reproduce this issue in Bridge CS6. Thanks for reporting!
    Best Regards,
    Bridge QE
    Chun Xia

  • How do I rebuild a common library used by both iPhoto and Aperture?

    I'm using a common library for both iPhoto and Aperture—latest versions of each and Mavericks. I'm finding photos that are in the library that seem to have fallen out of their events or projects. When I open those events or projects, the folders are empty, however the photos are still in the database. How do I rebuild this library so as to recover my original organization?

    it will not matter, if you rebuild in iPhoto or Aperture.
    You rebuild the library by launching either Aperture or iPhoto while holding down the key combination⌥⌘  (option-command)  and double-clicking  the Aperture or iPhoto icon. Keep holding down the keys, until you are seeing the Library First Aid panel.  Select to Rebuild the database.
    Back up your library before rebuilding.
    When I open those events or projects, the folders are empty, however the photos are still in the database. How do I rebuild this library so as to recover my original organization?
    Where are you seeing the photos, that are missing from the projects, but are still in the database?
    Rebuilding will collect photos, that have lost the connection to the edited versions, and show them in a "Recovered Project".  It will not restore them to the original  projects, if it is not clear, what where the originals belong to.
    Have you checked, if you have filters set, that are hiding the photos? Check the search fields in the browser and the Info panel, if they are cleared and set to "Show All".

  • Symbols/WinXP Common Library files in Fireworks CS3

    I went into Common Library and into the WinXP to pick a few
    symbols of a textfield and buttons, because I was going to layout a
    design with form. But when I double click on it and edit the symbol
    and make it change and click "done" it wont update the one on the
    page. And besides I shouldnt have to edit the instance only a copy
    of it. I'm sure symbols work like they do in Flash, so it wouldnt
    be a good idea to edit the master anyway, even though its
    associated with my PNG file. But even when I edit it, it wont show
    the changes.

    Fr0ntier wrote:
    > I went into Common Library and into the WinXP to pick a
    few symbols of a
    > textfield and buttons, because I was going to layout a
    design with form. But
    > when I double click on it and edit the symbol and make
    it change and click
    > "done" it wont update the one on the page. And besides I
    shouldnt have to edit
    > the instance only a copy of it. I'm sure symbols work
    like they do in Flash, so
    > it wouldnt be a good idea to edit the master anyway,
    even though its associated
    > with my PNG file. But even when I edit it, it wont show
    the changes.
    >
    What are you trying to edit? Most of the editing is done via
    the Symbol
    Properties panel. If you are trying to scale it, you do not
    need to
    double click, just use the Transform tool.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    See my work on Flickr
    http://www.flickr.com/photos/jim_babbage/

  • [svn:fx-4.x] 15312: ComboBox bug fix

    Revision: 15312
    Revision: 15312
    Author:   [email protected]
    Date:     2010-04-09 13:51:32 -0700 (Fri, 09 Apr 2010)
    Log Message:
    ComboBox bug fix
    http://bugs.adobe.com/jira/browse/SDK-26089 - s:ComboBox is not updated correctly when selectedItem is removed from dataProvider
    Handle this specific case by overriding itemRemoved and clearing the textInput. Changing updateLabelDisplay messes with the custom selected item logic, which is why I chose a more localized solution.
    QE notes: none
    Doc notes: none
    Bugs: SDK-26089
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26089
        http://bugs.adobe.com/jira/browse/SDK-26089
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/ComboBox.as

    Stope
    Mailing me ***
    Sent from my I phone

  • Could not open the ICU common library

    Dear all,
    I’ve done heterogeneous OS migration on our Solution Manager system release ver. 7.0 Ehp1, from HP-UX 11.31 to RedHat 6.5. Then we need to perform the system upgrade to version 7.1
    Kernel version is SAP Kernel :  720_EXT_REL.
    Database Client Library : OCI_112, 11.2.0.3.0, V1, default.
    created in  :  Linux GNU SLES-11 x86_64 cc4.3.4 use-pr121116
    ICU Version : 4.0.1 Unicode Version 5.1
    Everything is working fine. EarlyWatch reports are prepared. But when I checked the SLD http://saptst:54000/sld I’ve got the error “Internet
    Explorer cannot display the webpage”. I also checked with IP address and it’s the same error.
    With Chrome browser the error is “Oops! Google Chrome could not connect to saptst:54000”
    I checked the SLDCHECK and got:
    Exchange Infrastructure: Test LCR Connection
    Properties of RFC destination SAPSLDAPI RFC host:
    %%RFCSERVER%%
    program id: SAPSLDAPI_SMP gateway host: saptst
    gateway service: sapgw40
    Testing the RFC connection to
    the SLD java client...
    RFC ping was successful
    SLD server access
    settings:
    host name: saptst
    port number: 54000
    user : SLDAPIUSER
    Use transaction SLDAPICUST if you wish to maintain the SLD server access data
    Launching the SLD GUI in a separate browser window...
    => Verify in the browser GUI that the SLD is in a healthy running state!
    Calling function
    LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call returned exception code 3
    => Check whether the SLD is running!
    Summary: Connection to SLD does not work
    => Check SLD function and configurations
    SAPSLDAPI RFC is working fine.
    But on the putty connection with the server I’ve got “Unknown function module: Function SLDJAVA_ACCESSOR_REQUEST not found”.
    I’ve checked the std_server0.out file in the work directory:
    Could not open the ICU common library. The following files must be in the path described by the environment variable
    "LD_LIBRARY_PATH":
    libicuuc.so.30, libicudata.so.30, libicui18n.so.30
    [nlsui0_mt.c 1620] pid = 3079
    LD_LIBRARY_PATH is well set in environment of the smpadm user.
    The RFC libraries in the /sapmnt/SMP/exe, /usr/sap/SMP/SYS/exe/run, /usr/sap/SMP/SCS01/exe
    and also in /usr/sap/SMP/DVEBMG40/exe are
    libicudata.so.34
    libicudata.so.40
    libicudecnumber.so
    libicui18n.so.34
    libicui18n.so.40
    libicuuc.so.34
    libicuuc.so.40
    There is no libicuuc.so.30, libicudata.so.30, libicui18n.so.30.
    I’ve also downloaded the last kernel patches, unpacked and checked the RFC libraries, but there were no libicuuc.so.30… with number 30.
    Why the system is searching for these libraries with 30, but not 34 or 40?
    Can you please help how to solve the error “Could not open the ICU common library”?
    Is this the problem why I can’t open the browser http://saptst:54000/sld and I got the error “Internet Explorer cannot display the webpage”?
    Thank you in advance.
    Best regards,
    Ruzica

    Dear all,
    I've tried to deployed Java with:
    SAPJEE10P_5-10003469.SCA
    SAPJEECOR10P_19-10003466.SCA
    SAPJTECHF10P_21-10003468.SCA,
    but the file for the SAPJTECHS, SAPJTECHS10P_26-10003467.SCA finished with the
    error again for "Could not open the ICU common library.
    The following files must be in the path described by
    the environment variable
    "LD_LIBRARY_PATH":
    libicuuc.so.30, libicudata.so.30, libicui18n.so.30
    The deployment failed with the following error:
    Starting Deployment of SQLTrace
    The SDM will now start SAP Web AS Java instance processes in order to perform online
    deployment. After that the deployment will proceed.
    It could take some time, so please be patient.
    Aborted:
    development component 'SQLTrace'/'sap.com'/'SAP AG'/'7.0010.20061103144726.0000'/'0', grouped by :SDM could not start the J2EE cluster on the host saptst! The online deployment is terminated. A timeout occured during the cluster running verification. (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment of SQLTrace finished with Error (Duration 1801206 ms)
    Starting Deployment of SAP_JTECHS
    Aborted:
    software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.7.00.10.26.20121031152700''/'0':Failed deployment of SDAs:development
    component 'SQLTrace'/'sap.com'/'SAP AG'/'7.0010.20061103144726.0000'/'0' :
    aborted
    Please, look at error logs above for more information!
    Deployment of SAP_JTECHS finished with Error (Duration 918 ms)
    I've tried:
    #cd /usr/sap/SMP/DVEBMGS40/SDM/program/
    #./StopServer.sh
    #./sdm.sh jstartup mode=standalone
    #./sdm.sh j2eeenginestartstop timeoutmillisec=1800000
    #./sdm.sh jstartup mode=integrated
    #./StartServer.sh
    But still the error "SDM could not start the J2EE cluster on the host saptst" appeared again.
    Can you please advice what should I do to deploy the SAPJTECHS10P_26-10003467.SCA ?
    Thank you in advance,
    BR,
    Ruzica

Maybe you are looking for

  • LabWindows​/CVI 5.5 for GPIB communicat​ion?

    Hello! I'm a GPIB rookie and can't get my GPIB devices to talk with LabWindos/CVI: For the GPIB devices I am using (FWBell 7030 Gaussmeter, Keithley 6514 Electrometer) are no instrument modules available (at least I can't find any). How can I talk wi

  • Hi, can i upgrade or use dual gpu-s in my elitebook 2570p ?

    I was wondering if i could use two gpu-s in my laptop 2570p elitebook ?

  • Speed Grapher incomplete

    Hi! Speed Grapher is incomplete. Only the first 20 episodes out of 24 are listed. But the price is for all 24. The last 4 episodes need to be posted there ASAP and the people that purchased it need to be told to come back and retrieve the last 4 epis

  • Can I transfer my photoshop license from PC to Mac?

    My PC just died and I just bought a Mac. Can I transfer my Student Photoshop CS6 Extended license from PC to Mac?

  • MS 6.0 Custom Editor

    In preparation of migration from MS 5.2 / DS 4.16 to current releases I have running a test installation jes 04Q2. Trying to manage users/groups I found problems using the custom editor of the management console. It seems, Sun don�t like to support t