Error: An attribute cannot appear more than once in the same start tag

Hi Everyone,
when i run the page sometimes it works fine but sometimes it throws Compilation Error as below.
"Error(502,1224): file:/C:/Jdeveloper/jdevhome/jdev/myhtml/OA_HTML/fwk/t/Session_2055663493/region1.uix<Line 502, Column 1224>: XML-20124: (Fatal Error) An attribute cannot appear more than once in the same start tag."
And i delete the particular file from the path and run the page so this time it works fine.
But later after sometime i get the same error but the session number will be changed, then again i need to delete it and run.
What can be the permanent solution for this issue?
Plz let me know any suggetions.
Thanks.

Seems like the mdl file is corrupted or was not generated correctly.
Can you try to create the mdl file again and then try the import ?
If it doesn't work then try contacting Oracle Support.

Similar Messages

  • 'PortfolioBacklogs' cannot appear more than once if content model type is "all"

    I'm trying to add another level above feature and have followed these instructions https://msdn.microsoft.com/en-us/library/dn217880.aspx
    The project is setup as scrum not agile, maybe that is why???, but I get the following error:
    'PortfolioBacklogs' cannot appear more than once if content model type is "all"
    and haven't been able to find where to change the content model type.

    Hi Dckennedy1, 
    Thanks for your post.
    What’s the version of your TFS? TFS 2013 Update 4? Your current team project created using default Scrum 2013.4 process template?  After which step you received this error? You can share your error screenshot(s) here.
    I created a new Scrum 2013.4 template team project in my TFS 2013 Update 4 Server, and followed the steps in that document to add Initiatives work item type in my TFS Web Access, the Initiatives work item type be added into portfolios successfully, you can
    refer to the below screenshot:
    The only difference with steps in that document is I edited the PortfolioBacklogs section as below in my ProcessConfiguration.xml file.
       <PortfolioBacklog category="MyCompany.InitiativeCategory" pluralName="Initiatives" singularName="Initiative">
          <States>
            <State value="New" type="Proposed" />
            <State value="In Progress" type="InProgress" />
            <State value="Removed" type="InProgress" />
            <State value="Done" type="Complete" />
          </States>
          <Columns>
            <Column refname="System.WorkItemType" width="100" />
            <Column refname="System.Title" width="400" />
            <Column refname="System.State" width="100" />
            <Column refname="Microsoft.VSTS.Common.BusinessValue" width="50" />
            <Column refname="Microsoft.VSTS.Scheduling.TargetDate" width="100" />
            <Column refname="System.Tags" width="200" />
          </Columns>
          <AddPanel>
            <Fields>
              <Field refname="System.Title" />
            </Fields>
          </AddPanel>
        </PortfolioBacklog>
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why does 1 cd appear more than once on the ipod

    Hi
    I have a Classic ipod and use Windows 7; I have a couple of items which are appearing more than once on the ipod but only once on the laptop

    Hi rhduff,
    Welcome to the Support Communities!
    The following article will help you with this.
    Follow the instructions to manually sync your iPad, and remove any songs that you don't want.
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12113?viewlocale=en_US
    I hope this information helps ....
    Have a great day!
    - Judy

  • CRS Install hostname being used by more than once for the same node.

    Hi, we're installing The Oracle Clusterware and on the Cluster Configuration screen of the universal Installer (the one were you specify the clustername and clusternodes) we get the following error message in a dialog box when the next button is clicked:
    "You must enter unique values for the public node name, the private node name and the virtual hostname for all nodes in the cluster. The name, node1, that you entered is being used by more than once for the same node."
    Has anyone experienced this error message before and know what the cause is?
    Could it be a problem with the /etc/hosts file?
    Thanks in advance,
    M

    Make sure you allocate separate IP addresses on your network for the VIP addresses on each RAC node (this is not the same as the machine IP already configured on the OS).
    Also, the installer may complain if your private and public IPs are configured under the same subnet.
    Finally, as mentioned before, check that name resolution for all the IPs to be used. On all RAC nodes, your /etc/hosts file should be configured with:
    - public name and IP addresses of ALL nodes
    - private name and IP addresses of ALL nodes
    - VIP name and IP addresses of ALL nodes
    Hope that helps
    B.

  • HOW TO IMPORT DATA MORE THAN ONCE FROM THE SAME EXPORT DUMP FILE?

    before asking my question i'd like to mention that i'm a french spoke...
    so my english is a little bit bad. sorry for that.
    my problem is : IMPORT
    how to import data a SECOND TIME from an export dump file within oracle?
    My Export dump file was made successfully (Full Export) and then i
    tried to import datas for the first time.
    I got this following message in my logfile: I ADDED SOME COMMENTS
    Warning: the objects were exported by L1, not by you
    . importing SYSTEM's objects into SYSTEM
    REM ************** CREATING TABLESPACES *****
    REM *********************************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USER_DATA" DATAFILE 'E:\ORANT\DATABASE\USR1ORCL.ORA' SI"
    "ZE 3145728 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAX"
    "EXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "ROLLBACK_DATA" DATAFILE 'E:\ORANT\DATABASE\RBS1ORCL.ORA"
    "' SIZE 10485760 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS "
    "1 MAXEXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    etc........
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "L1" DATAFILE 'E:\ORADATA\L1.DBF' SIZE 1048576000 "
    "DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 121 PCTIN"
    "CREASE 50) ONLINE PERMANENT"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file 'E:\ORADATA\L1.DBF'
    ORA-09200: sfccf: error creating file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified
    --->etc..........
    the drive E: with the folder E:\ORADATA didn't exist, but after
    all that i created it.
    see below, before my IMPORT statement
    REM ********************* CREATING USER *********
    REM ********************************************
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "L1" IDENTIFIED BY VALUES 'A6E0DAA6865E7627' DEFAULT TABLESPACE"
    " "L1" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'L1' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "MLCO" IDENTIFIED BY VALUES '56AC6447B7D50467' DEFAULT TABLESPA"
    "CE "MLCO" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'MLCO' does not exist
    ETC.......
    REM ********************* GRANTING ROLES ***********
    REM ************************************************
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER ANY TABLE to "L1" "
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'L1' does not exist
    ETC.........
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "L1" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'L1' does not exist
    -- that is normal, since the creation of the
    tablespace failed !!
    REM******************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLLBACK SEGMENT RB_TEMP STORAGE (INITIAL 10240 NEXT 10240 MINEXTENT"
    "S 2 MAXEXTENTS 121) TABLESPACE "SYSTEM""
    IMP-00015: following statement failed because
    . importing SCOTT's objects into SCOTT
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "EVT_PROFILE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 21 CACHE 20 NOORDER NOCYCLE"
    ETC............
    importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    REM *************** IMPORTING TABLES *******************
    REM ****************************************************
    . importing SYSTEM's objects into SYSTEM
    . . importing table "AN1999_BDAT" 243 rows imported
    . . importing table "BOPD" 112 rows imported
    . . importing table "BOINFO_AP" 49
    ETC................
    . . importing table "BO_WHF" 2 rows imported
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLE "DEF$_CALL" ("DEFERRED_TRAN_DB" VARCHAR2(128),
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ROLES" FOR "SYS"."DBA_ROLES""
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ERRORS" FOR "SYS"."DBA_ERRORS""
    IMP-00008: unrecognized statement in the export file:
    . importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00008: unrecognized statement in the export file:
    J
    Import terminated successfully with warnings.
    -------------------------------------b]
    So after analysing this log file, i created
    the appropriate drives and folders... as the
    import statement doesn't see them.
    E:\ORADATA G:\ORDATA etc...
    And i started to [b]IMPORT ONE MORE TIME. with:
    $ IMP73 sys/pssw Full=Y FILE=c:\temp\FOLD_1\data_1.dmp BUFFER=64000
    COMMIT=Y INDEXFILE=c:\temp\FOLD_1\BOO_idx.sql
    LOG=c:\temp\FOLD_1\BOO_log.LOG DESTROY=Y IGNORE=Y;
    after that i could not see the users nor the
    tables created.
    and the following message appeared in the log file:
    Warning: the objects were exported by L1, not by you
    . . skipping table "AN1999_BDAT"
    . . skipping table "ANPK"
    . . skipping table "BOAP"
    . . skipping table "BOO_D"
    ETC.....skipping all the tables
    . . skipping table "THIN_PER0"
    . . skipping table "UPDATE_TEMP"
    Import terminated successfully without warnings.
    and only 2 new tablespaces (originally 3) were
    created without any data in ( i check that in
    the Oracle Storage manager : the tablespaces exit
    with 0.002 used space; originally 60 M for each !!)
    so,
    How to import data (with full import option) succefully
    MORE THAN ONE TIME from an exported dump file ?
    Even if we have to overwrite tablespaces , tables and users.
    thank you very much

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum.
    The main URL is:
    http://forums.oracle.com/forums/index.jsp?cat=18

  • Is it problematic to use Microphone.getEnhancedMicrophone() more than once on the same device?

    Here's an interesting little experiment:
         Alert.show((Microphone.getEnhancedMicrophone() == Microphone.getEnhancedMicrophone()).toString());
         Alert.show((Microphone.getMicrophone() == Microphone.getMicrophone()).toString());
    They both show "false", even though the calls to getMicrophone() and getEnhancedMicrophone() always point to the same device.
    I'm making an R&D app right now, and this is a potential problem for me.  I've designed the app around it being able to refresh the list of available mics, and for the user to be able to go back and forth between different mics and be able to hear themselves, among other things.
    If they turn on loop back for a mic, then re-select the same mic, it'll create a different object for that same exact device, and after turning off loop back for the previous instance (and removing all references to that instance), it'll turn on loop back for the new instance.  The problem?  It's hard to tell for sure, but there appears to possibly be some sort of issue with the Flash Player taking a minute to garbage collect the old instance, and during that time, the Flash Player trying to read audio out of that device and loop it back twice, as opposed to once.
    It's hard to tell whether this is really happening, or whether the distortion I'm hearing is purely two-second transition from one instance to the other, but there are also questions in my mind about the viability of just trying to track each individual device in a Dictionary; if multiple devices have the same name and keep getting pulled out of one port and plugged into another, there seem to be problems in being able to keep track of indivdual devices very well in that case.
    So is this a really big issue for an app that's designed to let people keep switching mics back and forth, as well as letting them refresh the list of available mics over and over?  Or as long as setLoopBack(false); and setSilenceLevel(100); are called on every instance before its references are removed, will there not be any sort of disturbance in future instances' audio (or any other issue, aside from late GC)?  Thanks!

    You're creating a reference. The constructor that runs factorizes some other classes into your object such as flash.media.SoundTransform. Due to instantiating a "new" SoundTransform, it differs from the other mic references SoundTransform. Thus the object is not identical. The debug panel shows you easier:
    If you really just want to see if it's attached to the same device, simply compare the index value.
    if (mic1.index == mic2.index) {
         // same audio recording device

  • How can i prevent a user to login more than once at the same time ?

    Supose there are a user , D .
    and i am using thread and socket in the application.
    once a user logined in , it will open a new socket .
    Well , but D is trying to login twice at the same time ... and my thread is opening two socket for him .... , how can i prevent that ?
    *thanks for help and sorry for my poor english                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Thanks for reply
    ya ~ i've got a solution ~
    actually i am doing a server for mobile phone to get data. Sometime 1 single ID will send twice a message (usually nokXX mobile phones) .. i use milli sec to check those message ....
    n it seems working ....

  • Can a single account be logged into more than once at the same time

    -
    Firstly, please excuse me if this has already been asked - I tried searching for various terms but couldn't see anything.
    At present we run a single account (non-admin) on our iMac G5 which holds all out families photos/music/movies etc. I'm wanting to add a MacBook to our iMac. They would communicate either wirelessly, or via an ethernet hub. We would like to fire up the laptop and log into that same account, so all that information is available (read and write) from both computers, and at the same time.
    Is this possible? If so, how is it achieved. Is there some network settings that have to be made on the MacBook?
    I'm aware that there will be limitations - i.e. two people won't be able to modify the same file at the same time. Also that the iMac will have to be powered up for the account to be accessed etc.
    Finally, due to space considerations I'm wanting to move the home folder for our existing account onto an external FW drive (using the techniques I've found in other posts on this forum). Will this affect any solution to my original question?
    Thanks for your time.

    When you turn on file sharing, others can see your computer in the Finder > Go > Network window, where they can click on it to see what shares are available. These can be the public folders (which don't need a password to connect), or user folders (which do). By connecting to one of the shares, they then have access to the files within them. If you don't want to use an external disk, you can use SharePoints to share folders within your account, such as Music or Pictures. Just be aware that sharing files within a user account can run into permissions issues, for example trying to edit a document owned by someone else, which is one of the reasons to use an external disk. Tiger and Leopard also support Access Control Lists, but you need to know what you are doing.

  • How to handle the more than once from the same jsp files

    Hi,
    i have a one jsp file with three buttons.each one having for different functionalities. like one for cancel, second for edit the values and third for save the values in databse. so i want to handle all these 3 buttons. how can test that which button is coming for action..
    Is there any validation necessary for buttons....
    give me the suggestion to do this.......
    help meeeeeeee
    thanks
    123

    Hint: Its something you need to handle using javascript by setting the hidden variables during submit.
    I would expect you to think on this and reply the simple solution.

  • Can you run the Import Wizard more than once at the same time?

    We're going to run the Import Wizard to import content from one BO environment to another.  Can we, at the same time, run the Import Wizard to import different content between those two environments (using the same source and destination both times)?  Obviously we'd have to run the wizard on different workstations.
    Would this cause any issues?  If so, what kind of issues would you expect?
    Thanks,
    Laura

    Yes, this is possible.  The source and destination CMSs treat the requests from the Import Wizard like any other -- increasing the number of active Import Wizard sessions just increases the load on these CMSs.  Before running multiple Import Wizard sessions, be sure there is ample processing power (CPU / memory) to handle the increased load.    and of course, avoid 'touching' the same content in the two sessions in order to avoid unpredictable results.
    -Mike

  • Messages receive appear more than once in my mailbox

    The problem is the messages that i receive appear more than once and it keep doing this.
    Its like they were cloning or multiplicand, I have until 8 messages of the same thing and this thing continuous happening.
    What can I do?, i all ready try the suggestions in the support area in apple, but this does not works with my problem.
    I even think that cold be a virus.
    Any suggestions will be very appreciate.
    Thnaks

    Please, try to provide as much information as possible, instead of as little as possible. What’s the time interval chosen in the Remove copy from server popup menu?
    It looks like Mail has lost track of which messages have already been downloaded and is downloading them again, or maybe it’s failing to remove them from the server according to your settings.
    Try to remove from the server all the messages that have already been downloaded by clicking the Remove now button -- check for new mail first, just in case there is something amiss and that function doesn’t work as expected.
    If Preferences > Accounts > Advanced > Remove now fails to remove the messages from the server, you can try to do so manually using the Account Info window. In order to use that feature, choose Get Info (⌘I) from the Action menu (gear icon) located below the mailboxes list in the main Mail window.

  • Why do holidays appear more than once?

    Why do holidays appear more than once?

    I have the new iPad and iPhone 5
    both run on ios 6
    I have multiple holiday calendars on both devices
    Step 1: delete your gmail account and calendars go away
    Step 2: DELETE your icloud account under setting on iphone and select also delete on iphone
    Step 3: add Gmail and Calendar by following directions below (you will NOT get multiple google calendars)
    Step 4: go back under setting and sign up for icloud again and turn everythin you want on, ON, even Calendar
    You are done, no multiple calendars
    **I struggled for a week with this issue and researched online and tried other methods such as unchecking default Birthday icloud calendar, hard reset, uncheck holidays in Gmail, on iphone, none of it worked.....what worked were Steps 1-4 above!!!!)
    My iphone 5 is perfect now..no 20 of the same holidays in one day!!!
    By the way if you want multiple Google calendars to show up do it this way:
    First of you are a gmail user, do NOT use the default gmail sync option if you want ALL of your calendars from Google to show up, multiple colors etc); use MS Exchange, server address is m.google.com
    Then go to m.google.com/sync to sync your iphone calendar ON YOUR IPHONE BROSWER, you check mark the calendars you want
    Presto, your Google calendars -- all of them -- show up

  • Members from same dim appearing more than once in a record

    I have a dimension, "Day of the Week", with each day of the week as a member. My source data has a field for each day of the week. If the flight ( this is an airline flight database ) operates on that day of the week, there is a value, otherwise, its null. Is there a way to load this as is, or will I have to have a record for each day of the week that the flight operates? The Admin guide states "No member from the same dimension can appear more than once in a record", which I think answers my question, but I wanted to throw it out there to see if anyone else has a solution.thanks

    So, the days of the week are columns in your data source? That is no problem for a load rule. Normally you tag a column with the dimension it maps to in the cube. In this situation, when you reach the first week, you tag the column with the MEMBER in the day of the week dimension that it maps to.If this doesn't make sense, perhaps you could post the field layout of your file and myself (or someone else) could tell you how to map the columns in the load rule.Regards,Jade--------------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Ld: warning: option -z[defs|nodefs] appears more than once

    Wondering, why I get this warning, as soon as I try to link with -xipo. E.g:
    cc -zdefs -Bdirect -m64 -L/export/scratch/elkner/build/root4build/usr/lib/amd64 -L/usr/sfw/lib/amd64 -xipo -xO4 -G -h libgif.so.4 -o .libs/libgif.so.4.1.6 .libs/dev2gif.o .libs/dgif_lib.o .libs/egif_lib.o .libs/gif_err.o .libs/gif_font.o .libs/gif_hash.o .libs/gifalloc.o .libs/qprintf.o .libs/quantize.o -lX11
    ld: warning: option -zdefs appears more than once, first setting taken
    Actually I can't see a second -zdef|-znodef and -## doesn't show a 2nd one either.
    So is this a compiler bug?
    Regards,
    jel.

    Version is SS with latest patches applied:
    cc: Sun C 5.10 SunOS_i386 Patch 142363-03 2009/12/03
    Strange - for some unknown reasons, ipo seems to add -znodefs -zmuldefs :
    cc -xstrconst -fsimple=1 -xlibmil -xlibmopt -m64 -xarch=sse3 -xdepend -xO4 -I/export/scratch/elkner/build/root4build/usr/include -I/usr/sfw/include -xipo -xvector=simd "-#" -zdefs -Bdirect -o gif2epsn gif2epsn.o ../lib/.libs/libgif.so  ../lib/libgetarg.a 
    ### cc: Note: NLSPATH = /usr/share/locale/%L/LC_MESSAGES/%N.cat:/usr/share/locale/%L/LC_MESSAGES/%N.cat:/local/apps/sunstudio12.1/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/local/apps/sunstudio12.1/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
    ###     command line files and options (expanded):
    ### -xstrconst -fsimple=1 -xlibmil -xlibmopt -xarch=sse3 -xdepend=yes -xO4 -I/export/scratch/elkner/build/root4build/usr/include -I/usr/sfw/include -xipo=1 -xvector=simd -# -zdefs -Bdirect -ogif2epsn gif2epsn.o ../lib/.libs/libgif.so ../lib/libgetarg.a
    /local/apps/sunstudio12.1/prod/bin/ipo -phase2 -# -level=1 -ir2hfpath /local/apps/sunstudio12.1/prod/bin/ir2hf -ubepath /local/apps/sunstudio12.1/prod/bin/ube -fbepath /local/apps/sunstudio12.1/prod/bin/fbe -iroptpath /local/apps/sunstudio12.1/prod/bin/iropt -ipo_ldarg_start /usr/ccs/bin/ld /local/apps/sunstudio12.1/prod/lib/amd64/crti.o /local/apps/sunstudio12.1/prod/lib/amd64/crt1x.o /local/apps/sunstudio12.1/prod/lib/amd64/values-xa.o -zdefs -Bdirect gif2epsn.o ../lib/.libs/libgif.so ../lib/libgetarg.a -o gif2epsn -Y "P,/local/apps/sunstudio12.1/prod/lib/amd64:/usr/ccs/lib/amd64:/lib/64:/usr/lib/64" -Qy -lmopt -lc /local/apps/sunstudio12.1/prod/lib/amd64/crtn.o -ipo_ldarg_end
    /usr/ccs/bin/ld /local/apps/sunstudio12.1/prod/lib/amd64/crti.o /local/apps/sunstudio12.1/prod/lib/amd64/crt1x.o /local/apps/sunstudio12.1/prod/lib/amd64/values-xa.o -zdefs -Bdirect gif2epsn.o ../lib/.libs/libgif.so ../lib/libgetarg.a -Y "P,/local/apps/sunstudio12.1/prod/lib/amd64:/usr/ccs/lib/amd64:/lib/64:/usr/lib/64" -Qy -lmopt -lc /local/apps/sunstudio12.1/prod/lib/amd64/crtn.o -o /dev/null -znodefs -zmuldefs
    ### Note: __IPO_LD_FILE_=/tmp/ipo_fAAAErayNZ
    ### Note: SGS_SUPPORT_32=/local/apps/sunstudio12.1/prod/bin/../lib/ipo/ipo_ld_support.so
    ### Note: SGS_SUPPORT_64=/local/apps/sunstudio12.1/prod/bin/../lib/ipo/amd64/ipo_ld_support.so
    ld: warning: option -z[defs|nodefs] appears more than once, first setting taken
    ### ---- Invoking iropt for all files
    /local/apps/sunstudio12.1/prod/bin/iropt -xipo=1 -F -od /tmp/ipo_dBAAFrayNZ /tmp/old_iCAAGrayNZ -o /tmp/ipo_iGAAKrayNZ -is /tmp/ipo_aFAAJrayNZ -a /export/scratch/elkner/build/giflib-4.1.6/util/gif2epsn.o -Qy -O4 -fstore -xarch=sse3 -m64 -xchip=generic -xcache=generic -fsimple=1 \
    -fstore -depend -xbuiltin=%none -xlibmopt -xprefetch=auto,explicit -xprefetch_level=1 -xprefetch_auto_type=%none -xvector=simd -F
    rm /tmp/ipo_fAAAErayNZ
    rm /tmp/namelEAAIrayNZ
    ....So probably anannoying bug?

  • Facebook is showing more than once in the HUB !

    Dear All,
    I noticed that my Facebook is showing more than once in the HUB ! and everything instance of it is displaying something different than the other. Old instances are displaying old notifications that I have deleted a long time ago!
    Each time a login and logout of the Facebook app, a new instance is created inside the HUB ! it seems that there is a serious bug in either the HUB or Facebook !!
    How can I fix this ?
    Yasser Youssef
    Solved!
    Go to Solution.

    found the solution here:
    http://forums.crackberry.com/blackberry-z10-f254/two-facebook-accounts-showing-hub-834878/
    thanks FB developers !!! 
    Yasser Youssef

Maybe you are looking for

  • I need to save my old music to a new laptop because my old laptop crashed.

    I cannot save my music that is on my ipod shuffle to my library on a new computer. ***?

  • ThreadDumpScan tool for garbage collector trace analysis

    Hello, I would like to use the non official SAP tool ThreadDumpScan in order to have these nice graphs concerning the garbage collection. I have downloaded the std_server0.out from my server, where I can find  my GC activity, for instance : <GC(1): B

  • Clear cache in the session

    In my application, there are multiple tabs created. Each tab has a different functiionality. When I enter some value in the first tab and after processing the page, if I navigate to another tab and again come back to the previous tab, the value enter

  • CMDKEY Keymap Parameter Problem - Please HELP !!!

    Hello ! I try to call a Report from Forms by using a keymap File ! I use IAS Forms and Report 10.1.2 and the Oracle Developer 10.1.2) My Keymap settings are correct The activated Parameters in rwservlet.properties are RELOAD_KEYMAP=YES KEYMAPFILE=CGI

  • Pen Tool Path Prediction Missing (Show Edges doesn't fix it)

    Hi all, I just encountered a problem with Illustrator's pen tool that I don't know how to fix. As I am drawing a path, the path prediction is missing. Normally the path connects from your last point to your cursor and you can calculate where you want