All portlet instances disappeared !

and the only error i found in log file is this
####<Jul 8, 2010 3:28:45 PM EEST> <Info> <EJB> <DCVISDEVAPP3> <PortalServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-041D296664FBE10BF341> <> <1278592125517> <BEA-010227> <EJB Exception occurred during invocation from home or business: com.bea.netuix.application.manager.persistence.jdbc.PortalCustomizationManager_z7jdbo_HomeImpl@347fd24a threw exception: javax.ejb.EJBException: SQL Error while trying to username on weblogic: SQL [delete from PF_PORTLET_INSTANCE where PORTLET_INSTANCE_ID in (select PI.PORTLET_INSTANCE_ID from PF_PLACEMENT PL, PF_PORTLET_INSTANCE PI where PL.DESKTOP_INSTANCE_ID = ? and   PL.PORTLET_INSTANCE_ID = PI.PORTLET_INSTANCE_ID and   PI.INSTANCE_TYPE = ?)] database error code [60] SQL state [61000] 2263.; nested exception is: java.sql.SQLException: ORA-00060: deadlock detected while waiting for resource
>

Interesting.
If you are starting multiple managed servers together, you can try it one at a time. You might ask your DBA to enable whatever traces are needed to diagnose deadlocks
regards
deepak

Similar Messages

  • Finding all portlet instances used in a specific page group?

    Is there a way of retrieving all the unique portlet instance ID's (reference path) used in a specific page group???

    Is there a way of retrieving all the unique portlet instance ID's (reference path) used in a specific page group???

  • Need to get list of all portlet instances in system

    Hi guys
    Probably such question already was here, but I cant find any solution.
    I need to get list of instance labels of all portlets used on all desktops in current domain.
    Thanks for help.
    Edited by AndreW at 04/08/2008 8:23 AM

    Hi
    you havent told me the version you are using.
    For 8.1 (and i suppose you should have similar classes in 10)
    get a IDesktopDefinitionManager from the DesktopDefinitionManagerHome
    IDesktopDefinitionManager.getDesktopDefinitions --> gets all the definition
    for each definition IDesktopDefinitionManager.getDesktopView
    from the desktopView get the Primary BookView.
    recursively go through the book view to get      getNavigableView . if the navigable is itself a BookView , recurse. if it is a pageView then get the PlaceableView. If the placeable view is of type BookView then do the recursive stuff, else if it is a PortletView you have what you want.
    regards
    deepak

  • Struts portlet Instance Label problem: Appending the html tags in jsp

    I have created a struts portlet and given it a Instance Label. I have used struts-adapter-html.tld tld in my jsp which is referenced by my struts portlet. But the problem with using this taglib is that the portlet Instance Label is appended to all the html tags on the JSP as a result of which when the page is submitted, formbean will not pick any of the values as the name will not match. Has anyone has faced this kind of problem? How can I prevent the appending of the HTML tags with the portlet Instance Label?
    Please help me overcome this problem..
    Thanks in Advance ...

    1. To begin with, I would not recommend NOT to append portlet instance label to html tags. This is very much required. Take atleast 2 scenarios. If you dropped 2 instances for Same Portlet like News/Articles portlet etc on same page, you need to identify the html fields uniquely for each portlet so that backend java code works properly. Also if you have 2 different portlets assuming you did not give any name to form tag, and if you have html tags with same name, you need to identify them. Remember when portal or desktop is rendered, it is one big html file with html fragmetns from all .portlets files. So I am not sure if there is any option at all, to avoid the appending of instance label value to html tags.
    2. Coming to your usecase, I did had this problem once in 8.1 SPxx long back. All we did was, in the back end code, using BackingFile we could get the intance label value of the portlet. We can get this in pageflow also. Then pass this value and manually append this value to the html field of interest. In your case looks like you have Struts and tld tags. See somehow if you can get portlet instance label in jsp file and pass around to your tag lib code in request parameters etc. This is just one idea. I am not fully aware of your code, so try something along these lines.
    HTH
    Ravi Jegga

  • Multiple portlet instances with public portlet parameter.

    If I have a java Portlet with a public portlet parameter, and I put two portlet instance (same portlet) on the same page.
    Can page designer assign different value for the public portlet parameter of different portlet instance?
    Or the question is:
    Is public portlet parameter per portlet definition, or per portlet instance?

    Hi Derek,
    Let me give it shot. Gurus correct me if I am wrong!!
    In an hosted environment we can have multiple Organizations or Organization units that may be catered with a single Oracle9iAS Portal instance. In which case each of these Organizations / Organization units will be Subscribers to the Oracle9iAS Portal and will have an unique Subscriber ID. A company name is a part of the Subscriber profile so a subscriber has a Company that it belongs to. So if the Marketing dept. of a 'X' company is a subscriber to Oracle9iAS Portal, then this Subscriber will have a Subscriber ID associated to it and the Company that he belongs to is 'X'. So we can have a Company who has one or more subscribers to Oracle9iAS Portal.
    The distinguished name, or DN, is the identifier for unambiguously referring to a particular entry in the directory. The DN is formed by sequentially connecting all
    the individual names of the parent entries of the node, back to the root.
    I hope this helps, please get back in case you have any questions.
    Take care,
    Manoj

  • Portlet Instance Identifier.

    Hi All,
    It is my understanding that the when we put portlet into a desktop(as a part of
    creating desktop either from ".portal" template OR by way of assembling), specific
    portlet instance will be uniquely identified by its instance ID.
    If we have to attach some properties for this portlet,which would help in achieving
    some business functionality, we can use instance ID as identifier in our applicaton
    specific table to store/retrieve the values.
    Can somebody validate this??
    TIA,
    Prashanth Bhat.

    Thanks for the reply. I have gone through the article on portlet preferences by
    Subbu. But some of the things are clear and some are not.
    1. As per Subbu, we cannot depend upon Instance IDs. That means we cannot have
    this as PK to store data.
    my comment : If this is the case, then what is the unique identifier of portlet
    instance??.
    2. Subbu says that to store any application specific data these are to be followed
         Setup:
    o     Add a preference to your portlet. This preference will act as the primary key
    to your portlet’s application data. Assign a default value for this preference.
    o     Create tables in your database to store application data with the value of the
    preference as the primary key.
    ·     In your portlet:
    o     When you want to associate application data with the current portlet instance,
    check the value of the preference. If the value is the default, generate a new
    value (for example, using a sequence number generator), and set this as the value
    of the preference, and store the preference.
    my comment: If the portlet instance ID gets changed, then how can we retrieve
    this PK (for application data) at later point of time. And also, only a specific
    user who has stored a value can only retrieve. But if i want application data
    not for each user but for whole portlet itself, then how can i use this??
    o     If the value of the preference is not the default, no need to generate a new
    value.
    o     Now store your application data using the value of the preference as the primary
    key.
    my comment : If this is possibility, then if portlet is designed to serve many
    users and configured by a admin,
    in such cases, how can we tie the portlet instance with application specific data??
    As the storing is very much tied to a user, if application data is not for
    a user rather for all the users and the admin user configures/stores what
    to be displayed for a user. In such cases, WLP user has left with no choice
    to store any application speific data as we cannot depend on portlet
    instance.
    Hope,somebody answers this.
    Thanks,
    Prashanth Bhat.
    "Prashanth " <[email protected]> wrote:
    >
    Thanks Dennis - I got it on how to duplicate the portlet.
    "Dennis" <[email protected]> wrote:
    I have a base sp2 instatllation too. The duplicate functionality is
    not on the
    portlet page itself, but on the 'All portlets' page where it lists all
    the portlets
    in the library. On the right there is a duplicate button for each portlet.
    Wrt. your question about preferences, given your use case, I don't believe
    the
    API currently supports it and only supports the scenario where the preference
    is tied to the user, rather than the portlet.
    "Prashanth " <[email protected]> wrote:
    Thanks for the reply. I am using Portal 8.1 SP2. There is no possibility
    of duplicating
    the portlet definition through portal admin tool (from library) .
    I am wondering whether this is available in SP3 ?? OR should I apply
    some patch
    to get this functionality??
    Pls direct me on this.
    Thanks,
    Prashanth Bhat.
    "Dennis" <[email protected]> wrote:
    If each documentum portlet should be different from others, and allbased
    on the
    same template, you may look at creating new definitions in the admin
    t
    ool. In
    the portal tab, click on library, and then 'All Portlets', on thispage,
    you will
    be able to duplicate portlets. This will make a duplicate definition
    rather than
    a duplicate instance. You can then use the definition id to persist
    data against.
    I think preferences could also work for you, since there appears tobe
    several
    levels of scope you can set the preference at in portal. For example,
    you can
    set them in the admin tool and make them read only, thus all instances
    and children
    of those instances will inherit the preferences of the definition.
    Dennis
    "Prashanth " <[email protected]> wrote:
    Thanks for the reply and clarification. I would explain our scenario:
    We have a portlet which is interacting with Documentum. This has
    been
    designed
    as a very general and configurable portlet. This portlet has to bring
    all the
    documents from Documentum from a specific folder. The folder namehas
    to be a
    configurable property and will be set by so called Content Administrator.
    Depending on the folder for which a portlet is mapped to,the end
    user
    gets documents
    accordingly.
    I have used portlet preference for this, but it will not work properly.
    The reason
    for this is that, content admin will set the values for this preference
    where
    as this has to be used by all the users.
    As portlet preferences values are stored as user specific(the onewho
    saves can
    see his value and not by anybody else), I cannot use this feature.
    Based on the above scenario, can you pls suggest me what is the best
    way to do
    this??
    Thanks in advance,
    Prashanth Bhat.
    "Dennis" <[email protected]> wrote:
    It's a bit more complicated than that. The scenario you state is
    true
    for non-personalized
    desktops. As soon as you start personalizing it, the framework
    creates
    a 'child'
    portlet with a new instance id that has the original portlet instance
    id as its
    parent. Thus, if you use the instance id, and you do not checkto
    see
    if the
    portlet id is a child or parent id, you could become unstuck.
    Added to this, a document about portlet preferences by Subbu on
    dev2dev
    stated
    that the portal framework could change the the portlet instanceid
    at
    any time.
    Unfortunately the article did not go on to list an exhaustive listof
    situations
    in which this occurs. The only assumption we can make is thus thatthe
    portal
    framework will take care of dependencies on the instance id that
    it
    knows
    about,
    which in your case won't help because it does not know about your
    new
    instance
    id -> properties relationships.
    You might consider using the definition id to match properties against,
    or you
    might use portlet preferences.
    Cheers
    Dennis
    "Prashanth " <[email protected]> wrote:
    Hi All,
    It is my understanding that the when we put portlet into a desktop(as
    a part of
    creating desktop either from ".portal" template OR by way of assembling),
    specific
    portlet instance will be uniquely identified by its instance ID.
    If we have to attach some properties for this portlet,which wouldhelp
    in achieving
    some business functionality, we can use instance ID as identifierin
    our applicaton
    specific table to store/retrieve the values.
    Can somebody validate this??
    TIA,
    Prashanth Bhat.

  • Multiple Portlet Instances

    Hi,
    I need deploy multiple portlet instances of the same portlet with different
    parameters.
    What I means is I have 4 different pieces of conent which look same and can
    be served by same portlet. So I need to define different instances of the
    portlet with a parameter to pick different content.
    How can I do this using Weblogic Portal Server4.0
    Regards,
    UDay

    Hi Michael,
    We explored this option, but will we need to know the Portalet id to get
    the properties, to get a portlet id we need to use a unpublished api. Is
    there a forward compatible way of doing this???
    Regards,
    UDay
    "Michael Goldverg" <[email protected]> wrote in message
    news:[email protected]...
    Uday,
    You can use product catalog store provided by WLP to store portlet "custom
    properties". For example, you can create a custom property set for your
    catalog where you can define any properties, which you portlets will useat
    runtime. Each portlet will be represented as a unique product item in the
    repository. You will need to use EBCC to define custom property set foryou
    catalog and portal administration app to populate these properties foreach
    portlet "product item". You can also create a separate category "portlets"
    in the catalog structure and put your "portlet" product items in there.
    Once all this is defined, you can use the product catalog jsp tags to get
    access to these properties in the jsp page.
    Regards,
    Mike
    "Uday Tangs" <[email protected]> wrote in message
    news:[email protected]...
    Hi Subrahmanyam,
    Even though I deploy same portlet multiple times, I nee attach a unique
    attribute to each deployed portlet so that it will pick up different
    content.
    My question is how can I attach such an attribute to a portlet
    defination,
    I
    know from EBCC there is no such option, but is there a work around??
    Your help is appriciated.
    Thanks & Regards,
    UDay
    "Subrahmanyam Allamaraju" <subbuATBeaDOTCom> wrote in message
    news:[email protected]...
    Uday,
    WLP does not yet support this feature. However you can emulate this
    behavior by deploying the same portlet multiple times.
    Subbu
    Uday Tangs wrote:
    Hi,
    I need deploy multiple portlet instances of the same portlet with
    different
    parameters.
    What I means is I have 4 different pieces of conent which look same
    and
    can
    be served by same portlet. So I need to define different instances
    of
    the
    portlet with a parameter to pick different content.
    How can I do this using Weblogic Portal Server4.0
    Regards,
    UDay

  • Flex 3 project, all visible content disappears

    This is a bit hard to describe.  It's a complex Flex app for a realtime multiplayer game using socket connections.  Previously, everything worked fine, but after some recent changes there is a point where all visible content disappears.
    What is REALLY odd is that this ONLY happens when the SWF is embedded in an HTML page.  If the SWF is loaded directly by the browser, either locally using file:/// or served by a webserver (i.e. http://localhost:8080/swfs/MySwf.swf) then the SWF works as expected and transitions to the next state without a problem.
    Also of note is that no error is thrown and, yes, I have the debug version of flash installed and can see popup errors by intentionally causing them to test.
    I'm at a loss for how to debug this.  I started by commenting out all sections of the code that had recently changed, but the problem persisted.  Since then, I'm shooting in the dark, commenting out sections and testing.  For a bit, I thought the problem might be with the embed code itself, but I'm using the default generated by Flex Builder and it has not changed in the past 10 months that the last version of this SWF was working.  I've tried using every alternate window mode, but that didn't change anything.
    I've been testing mainly in Safari 4 (OS X), but tried Firefox 3.5 to confirm that the problem wasn't mac-browser specific, and tried Firefox 3 (Ubuntu) to confirm it wasn't OS specific.
    Does anybody know, on a high level, what could cause this kind of problem?  Specifically...
    1)  What can cause the display to suddenly clear?
    2)  What differences are there between running the SWF directly (even loaded from a webserver, so it's not local content) that could affect rendering?
    3)  Any other advice on things to try?
    Attached are two images:
    (a) the one with content elements is the desired effect, and was the result of loading the swf directly, and
    (b) the one with just the plain background image is the result at the same step but embedded in an HTML page
    Thanks!

    Thanks for the suggestion Barna.  I've been doing that, though, and discovered that the code continues to run in the background, not having hit any error.  I literally had logging statements between every line of code in the function where the content disappears, and every logging statement was output as it should be. 
    So, I tried executing a different function that does nothing but change the current state instead, and the problem still occurred.
    The keys points thus far are:
    (1) no error messages thrown
    (2) no errors in the AS3 code
    (3) but a call to currentState = "lobby" (which is the next desired state) causes the contents of the display to vanish
    (4) again, only happens when embedded
    If there is an error, it seems to be in the state change... which is MXML, so I can't log output there, but I'll see if commenting out particular element(s) or changes will shed some light on where an error might be...

  • Since upgrading to FF v4, every time I open a "new window", all other instances of FF windows open, how can I keep this from happening?

    Since I started using FireFox version 4, every time I open a "new window", all other instances of FireFox windows open up. This is annoying as it often covers up instances I am currently using with instances that I don't wish to use right now. I can't seem to find a way to keep this behavior from occurring.

    Try go to '''about:config''' search for '''browser.startup.homepage''' change its value to:
    '''about:home''' - default page<br>
    '''about:blank''' - blank page<br>
    '''url''' - a page that you want
    Also:
    *[https://support.mozilla.org/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in safe mode]
    *[https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems Reset Firefox]
    *[https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware Problems caused by malwares]
    *[https://support.mozilla.org/kb/how-to-fix-preferences-wont-save Preferences won’t save]
    *[http://kb.mozillazine.org/Preferences_not_saved]

  • How to find all the instances for specific recurring report

    How can I use UQery Builder to find out all the instance related to specific Recurring job. I have tried using following query to get the result with poor performance.
    select SI_ID, IS_SCHEDUILE_STATUS from ci_infoobjects where SI_NEW_JOB_ID = 2604480
    Since I find that SI_ID stores the current instance id and SI_NEW_JOB_ID stores the recurrign job's ID.
    Please Help.
    Edited by: Gabriel Luk on Feb 14, 2011 5:21 PM

    I can not find 'SI_KEYWORD' is a indexed properties in following SAP Notes.
    1364250 - Which BusinessObjects Enterprise InfoObject properties are indexed
    1499196 - Which of the InfoObject properties are indexed
    Edited by: Gabriel Luk on Feb 15, 2011 5:09 AM

  • I synced. All my music disappeared. Now it will only sync my apps and not my music. Is something wrong with the port on my ipod, the USB cord, or Itunes?On Itunes it says I still have all my music. :(

    I synced my ipod to my computer and all my music disappeared. I tryed resyncing it and it would only sync my apps and not my music. I cant add music to my ipod. I something wrong with the USB port in the IPOD, the USB Cord, or ITUNES itself. Itunes still shows that all my music is there on my ipod. Itunes is recognizing that my ipod is connected, but it doesnt recognize that theres no music on my ipod anymore. Im so sad. Someone please help me. I miss my music.

    The music sync is one way - computer to ipod.  The only exception is itunes purchases.
    The ipod is not a storage/backup device.  It simply mirrors the selected content of your computer.
    As the music came from your computer in the first place, it should still be there and in your backup copy of your computer.

  • How can I know whether a portlet instance in hidden or not ?!

    I need to know - programatically at run time - if a specific portlet instance is hidden or not for the current portal user.
    I need to create a portlet that shows to the user what portlets he had hidden (by customization) and what portlets are not hidden.
    Is the a Java API (JPDK) or a PLSQL API that determines whether the portlet instance is hidden or not for the current user??
    Please reply soon.... this is urgent.
    Thanks.

    You can retrieve this information from both Java and PL/SQL portlets.
    Java: oracle.portal.provider.v2.render.RenderContext class - isCollapsed() method
    PL/SQL: wwpro_api_provider.portlet_runtime_record.is_collapsed

  • I upgraded to 10.5.1 and all my music disappeared after syncing. How do I get it back?

    i upgraded iTunes to 10.5.1 and all my music disappeared after syncing.  How do I get it back?

    I lost all my music, too - except for 3 pieces!? And I just upgraded, didn't choose sync'ing :-(((
    Sure would like to get back my music, videos and playlists!
    Most of it was my personal compositions/recordings, not bought at the iTunes store.
    (This Mac has OSX 10.5.8)

  • I try to use fototeca to iCloud (beta) in my ipod touch 5 gen and all my photos disappear, how can i get my photos back? ipod touch iOS 8.1.3 if you need something more tell me please

    I try to use fototeca to iCloud (beta) in my ipod touch 5 gen and all my photos disappear, how can i get my photos back? ipod touch iOS 8.1.3 if you need something more tell me please

    Firs go to fotoeca's support site
    If they are not on the iPod or on iCloud then your only hope is:
    - A data recovery company
    How to perform iPad recovery for photos, videos
    Wondershare Dr.Fone for iOS: iPhone Data Recovery - Wondershare Official     
    http://www.amacsoft.com/ipod-data-recovery.html
    iPod recovery software to restore lost music files      
    http://www.pcrecoverytools.com/ipod-data-recovery.html
    -iPod touch Deleted Photo Recovery Tips You Should Know

  • When i preview my site all my images disappear but they work in dreamweaver?

    When i preview my site all my images disappear but they work in dreamweaver? No broken links i can see them clearly in dreamweaver but i cant see them on the prieview in my browser, its just happened all of a sudden.

    Im keeping my files in one folder if thats whay you mean, all sorted properly,
    here is an example of just one of the images code:
    <div style="padding-bottom:63.84096145629883%;" class="image-block-wrapper   " data-description="">
                                                      <noscript><img src="thecounterhomescreen.jpg"  alt="thecounterhomescreen.jpg"  /></noscript><img class="thumb-image" alt="thecounterhomescreen.jpg" data-src="thecounterhomescreen.jpg" data-image="thecounterhomescreen.jpg" data-image-dimensions="1333x851" data-image-focal-point="0.5,0.5" data-load="false" data-image-id="529232e4e4b0838eb29bdf53" data-type="image" />
                                            </div>
    its not just one image, its happened to every sub page ive done it worked fine less than an hour ago.
    All code is valid

Maybe you are looking for

  • Token from report showing up in Select List

    I'm working on an app that has a drill down report. One of the columns in the report is a link (Target Type = URL) to a form that allows the user to the row that he/she clicked on in the report. The values of parms passed to the page "511" are passed

  • Unable to write to external drive after drive sleeps

    This topic seems to be all over the place. I want to know if there is a fix. I have a number of external disk drives. They are connected via USB and firewire. About 30% of the time, if a drive has been put in sleep mode and then later awakened, I am

  • Issues with WWV_FLOW_ITEM.MD5 - Doesn't seem to be Determinant

    I have an Interactive Report in which I include a call to WWV_FLOW_ITEM.MD5 to get the current checksum based on the value of a couple of updatable columns. SELECT CHECK_BOX,        RISK_PAYCOLL_ID,        ORG_ID,        WWV_FLOW_ITEM.MD5( VM_AMOUNT,

  • Scroll question

    Hi! How can I make to possible scrolling with the mouse wheel the embedded flash site? If the mouse is over the flash the mouse wheel doesn't work, but on the sides where flash isn't, the scroll is working. Or is there a command, which control the mo

  • FRM-40734 . Internal Error - Unable to resolve

    Hi All, I am trying to open the windows save file dialog box using the below code WIN_API_DIALOG.SAVE_FILE('file' || '.xml', 'Save file', 'C:\', 'XML Files (*.xml)|*.XML|', TRUE , WIN_API.OFN_FLAG_DEFAULT, TRUE) but i'm getting FRM-40734 Internal Err