Error: "Component is not active" but component is active

Hi Experts,
I transported a Web Dynpro application from source system to target system. When starting the application via browser I'm getting this error message:
"Component XXX_BDB is not active"
But the component is active in source and in target system. When I try to activate the component in target system there comes this error:
Component XXX_BDB can't be generated because of errors: see long text.
(Message no. SWDP_WB_TOOL100)
According to the long text, there is a heavy error and I should check the component in order to eliminate the errors. Checking the syntax is OK and strangely, the component controller is also active. But when I want to start WebDynpro-Component, the error message "Component is not active" is displayed.
I have checked this thread [Problems when activating ComponentController   |Problems when activating ComponentController; without any effect....
Does someone have any ideas?
Thanks in advance,
Tan

Hi Thomas,
where can I check the generation load limit?
I've done an extended syntax check (in source system, is that okay or should I do the check on both systems?), there are some errors regarding strings, field properties and structure extensions and some warnings regarding field properties.
But this errors are on an other wd component as well, but this other component is running, so I'm not sure if these errors are crucial. However I'm going to fix the errors now.
Baskaran, I will check the component controller and component usage as well but how can I identify the errors or should I just check it in general?
And what about the fact that both applications are running on the source system?
Additional info: the source system is ECC 6.0, the target system is Solution Manager 7.0
Thanks
Edited by: Tan Yildiz on May 4, 2011 9:26 AM

Similar Messages

  • Required component home not found for component 'oracle.as.jrf'

    I am getting the above error message during unpacking a template. Below is what I have done..
    First machine:
    OS is Oracle Linux 64 bit version 6.4. Weblogic version 11g is installed with 2 managed servers up and running fine.
    echo $MW_HOME
    /u01/app/oracle/middleware
    echo $WLS_HOME
    /u01/app/oracle/middleware/wlserver_10.3
    echo $DOM_HOME
    /u01/app/oracle/middleware/user_projects/domains/ClassicDomain
    Want to create another managed server on a second machine where the First machine has the Admin server..
    Second machine:
    OS is Oracle Linux 64 bit version 6.4. Weblogic version 11g is installed
    echo $MW_HOME
    /u01/app/oracle/middleware
    echo $WLS_HOME
    /u01/app/oracle/middleware/wlserver_10.3
    echo $DOM_HOME
    /u01/app/oracle/middleware/user_projects/domains/ClassicDomain
    I go to the first machine and do a ./pack.sh command to create a template with a name of test.jar and it is successful. Use the -log command to see the logs.(everything is fine)
    I copy the above created template test.jar to the second machine..
    Than on the second machine, I do the ./unpack.sh command in the $WLS_HOME/common/bin folder and I get the following error message:
    fail: read template from "/u01/app/oracle/middleware/wlserver_10.3/common/bin/test.jar"
    CFGFWK-60550:  Script execution aborted. The script may contain an error.
    Required component home not found for component 'oracle.as.jrf' version '11.1.1.6.0'
    Any ideas would really appreciate it. Both of the machines have the same weblogic installation and paths. The only difference is the amount of memory each machine has that is all.. Thank you

    I am getting the above error message during unpacking a template. Below is what I have done..
    First machine:
    OS is Oracle Linux 64 bit version 6.4. Weblogic version 11g is installed with 2 managed servers up and running fine.
    echo $MW_HOME
    /u01/app/oracle/middleware
    echo $WLS_HOME
    /u01/app/oracle/middleware/wlserver_10.3
    echo $DOM_HOME
    /u01/app/oracle/middleware/user_projects/domains/ClassicDomain
    Want to create another managed server on a second machine where the First machine has the Admin server..
    Second machine:
    OS is Oracle Linux 64 bit version 6.4. Weblogic version 11g is installed
    echo $MW_HOME
    /u01/app/oracle/middleware
    echo $WLS_HOME
    /u01/app/oracle/middleware/wlserver_10.3
    echo $DOM_HOME
    /u01/app/oracle/middleware/user_projects/domains/ClassicDomain
    I go to the first machine and do a ./pack.sh command to create a template with a name of test.jar and it is successful. Use the -log command to see the logs.(everything is fine)
    I copy the above created template test.jar to the second machine..
    Than on the second machine, I do the ./unpack.sh command in the $WLS_HOME/common/bin folder and I get the following error message:
    fail: read template from "/u01/app/oracle/middleware/wlserver_10.3/common/bin/test.jar"
    CFGFWK-60550:  Script execution aborted. The script may contain an error.
    Required component home not found for component 'oracle.as.jrf' version '11.1.1.6.0'
    Any ideas would really appreciate it. Both of the machines have the same weblogic installation and paths. The only difference is the amount of memory each machine has that is all.. Thank you

  • I am trying to sync my music from my computer to my iphone 6 but my computer keeps bringing up an error box "computer not authorized" but it is authorized. Please help!

    I am trying to sync my music from my computer to my iphone 6 but my computer keeps bringing up an error box "computer not authorized" but it is authorized. Please help!

    I have a pc and am trying to get my music through my iTunes on my computer.  I didn't have any trouble syncing my iphone 5S but can't get it to sync with my 6. OS 8.1.3
    I open iTunes on my pc, plug in my phone, then I click on the picture of a phone on the upper left hand corner of my music library. Then I get a box of options with sync at the lower right.  I have clicked "automatically sync when phone is plugged in" and have also tried to do it manually by checking specific songs and albums.  Every time I hit sync the box pops up that says, "The iPhone could not be synced because this computer is no longer authorized for purchased items that are on this iPhone.  To authorize this computer for items purchased from the iTunes store choose Store>Authorize This Computer."
    I took those steps and a box pops up that says "this computer is already authorized."
    I have my recently purchased music on my phone that came through the cloud when I restored my phone. But I want my old music from CD's that I put on my iTunes library in my computer.  I had all of this music on my old phone.
    Thank you so much for your time!  I'm obviously not very good at this!

  • JSF custom component: value not binding to component

    I have a custom UIInput component which is not able to bind to the value of the component from a backing bean. Here is the JSF code snippet:
    <tw:validateInputText id="locationIdStopInput" table="location" column="location" styleClass="wideSingleInput" value="#{currentStop.customer.customer}" rendered="#{loadTypeView.renderWarehouse or (currentStop.stopNumber gt 1 and loadTypeView.renderOutbound) or (currentStop.stopNumber eq 1 and loadTypeView.renderInbound)}"/>
    tw is the custom tag and validateInputText is the custom UiInput component.
    On posting the form the decode method is not able to get the value from the requestParameter map. Following is the decode() I wrote:
    public void decode(FacesContext context,
    UIComponent component) {
    // assertValidInput(context, component);
    if (context == null || component == null) {
    throw new NullPointerException();
    ValidateInputTextComponent map = (ValidateInputTextComponent) component;
    String key = map.getId();
    if (component instanceof UIInput) {
    UIInput input = (UIInput) component;
    String clientId = input
    .getClientId(context);
    Map requestMap = context
    .getExternalContext()
    .getRequestParameterMap();
    String newValue = (String) requestMap
    .get(clientId);
    if (null != newValue) {
    input.setSubmittedValue(newValue);
    Also providing the setProperties() from the custom tag class:
    protected void setProperties(UIComponent component){
    super.setProperties(component);
    if (getValue()!=null){
    if (isValueReference(getValue())){
    ValueBinding vbTarget = FacesContext.getCurrentInstance().getApplication().
    createValueBinding(getValue());
    component.setValueBinding(VB_VALUE, vbTarget);
    System.out.println(component.getValueBinding("value").getValue(FacesContext.getCurrentInstance()));
    } else{
    ((UIInput) component).setValue(value);
    // component.getAttributes().put("value",getValue());
    if (getCompValue()!=null){
    if (isValueReference(getCompValue())){
    ValueBinding vbCompTarget = FacesContext.getCurrentInstance().getApplication().
    createValueBinding(getCompValue());
    component.setValueBinding(VB_COMPONENT_VALUE, vbCompTarget);
    } else{
    // ((UIInput) component).setValue(compValue);
    component.getAttributes().put(VB_COMPONENT_VALUE,getCompValue());
    if (getTable() != null && isValueReference(getTable())){
    ValueBinding vbTable = FacesContext.getCurrentInstance().getApplication().
    createValueBinding(getTable());
    component.setValueBinding(VB_TABLE, vbTable);
    } else{
    component.getAttributes().put(VB_TABLE, getTable());
    if (getColumn() != null && isValueReference(getColumn())){
    ValueBinding vbColumn = FacesContext.getCurrentInstance().getApplication().
    createValueBinding(getColumn());
    component.setValueBinding(VB_COLUMN, vbColumn);
    } else{
    component.getAttributes().put(VB_COLUMN,getColumn());
    if (getStyleClass() != null && isValueReference(getStyleClass())){
    ValueBinding vbClass = FacesContext.getCurrentInstance().getApplication().
    createValueBinding(getStyleClass());
    component.setValueBinding(VB_STYLE_CLASS, vbClass);
    } else{
    component.getAttributes().put(VB_STYLE_CLASS, getStyleClass());
    if(getRendered() != null && isValueReference(getRendered())){
    ValueBinding vbRendered = FacesContext.getCurrentInstance().getApplication().
    createValueBinding(getRendered());
    component.setValueBinding(VB_RENDERED, vbRendered);
    } else{
    Boolean a = new Boolean(getRendered());
    component.getAttributes().put(VB_RENDERED, new Boolean(getRendered()));
    Please let me know If I am missing something here to retrieve the value from the component.
    Thanks

    See this tutorial:
    http://www.jsftutorials.net/components/index.html

  • Error file share not managed but fabric- provider/fileserver and hyper-v host show managed/responding

    Hi,
    I am really puzzled by the following situation. I have a SCVMM 2012 R2 cluster that manages a Hyper-V host cluster on windows 2012 r2 and storage attached by SOFS Cluster on windows 2012 r2. There is 1 share - CSV1 for all VMs.
    Under Fabric -> Providers/Arrays/FileServer everything is green and has status of responding and CSV1 is shown as managed.
    Under Fabric -> Hosts -> Cluster properties -> Fileshare storage the CSV1 is visible and status responding, just as on the hyper-v hosts.
    The error I have is that around 50% of those VM have "unsupported VM configuration" and under properties I get the error that the file share that the VHDX is running on is not managed. --> This is wrong because the share IS managed by VMM. As
    I said I only have 1 (!) CSV for ALL of my VMs. If the share isn't managed by VMM then none of the VM could show a valid status. But this is what I see.
    A refresh on the virtual machine gives me an error of ID12700 "VMM cannot complete the host operations... unkown error (0x8005)." On the Hyper-V Host itself for the time frame that I performed the refresh of the VM there are no corresponding errors.
    The only thing I found is that all VMs with unsupported configuration have wrong properties entry in SCVMM. In SCVMM
    the VM properties -> Advanced -> Availablity is set to "normal". On all VMs that work just fine the Availability is "High". I went to the Failovercluster Manager on the Hyper-V host. All VMs are visible under "Roles" and
    therefor are HA VMs. So for some reason SCVMM has a wrong information on their HA status. I am not sure if this is the reason why
    some are showing the error and some not but it is the only difference I found.
    Does someone have an idea what could cause this behavior?

    Yes all of those VMs were created before VMM exists. A Cluster refresh and hyper-v host refresh runs through without errors or information. So that is OK.
    Migration is not possible because of the error. LiveMigration is not available from the GUI. Haven't checked powershell yet but will do so today.
    I have been able to limit the errors to a smaller number of VMs (well if you could say that). I removed and re-added the hyper-v cluster. After that about 1/3 of all VMs still show the error and all of them are on the same Hyper-V server. Not sure if this
    is relevant or just by "accident". I checked this hyper-v host but in regards to storage, network, hyper-v configuration I do not see any difference to the other two cluster nodes either on hyper-v nor on SCVMM.

  • IPhoto OS Error 54 Videos not working but still work in Finder

    iPhoto Version 9.5.1. (902.17)
    OS - Mavericks 10.9.5.
    iMac, 2.66 Ghz Intel Core i5, 8GB 1067 Mhz DDR3
    A couple weeks ago I was unloading my iPhone 5 and my wife's iPhone 5 to the MAC so that we could get our iCloud backups under 5GB.  I imported all the videos and photos that didn't automatically import and then deleted them off my phones.  I've done this many times before to no issue.  I ran into some issues with my wife's phone which hadn't had an import in a long time (and she's not on the same icloud account as me so EVERYTHING on her phone had to import).  I ended up having to pull her photos and videos off of a backup on the iMac that I created in iTunes right before the failed import.   I then manually took the photos and videos from a Finder folder and imported them into iPhoto.  All of the pictures imported, but none of the videos did because of an error (don't remember the error code for this one).   I was able to import those videos into iMovie so I considered that a win. 
    But now I realized I have a years worth of videos in iPhoto that are just no longer working.  This includes videos that I imported before the iPhone 5 purges.  They show up as a blank thumbnail and when I click on them I get the OS Error 54.   Now, I was able to find these videos on my hard drive and they work just fine.  Though, they're not all importing to iMovie either. 
    I know the suggestion is probably to restore a backup.   But, I feel like I'm going to lose files one way or another if I try that. 
    Anyone have any other tricks to make these videos start working again in iPhoto? 
    Thanks!

    Try this:
    Launch the Terminal and at the prompt paste
    sudo /usr/libexec/xpchelper --rebuild-cache
    It will ask for your password. Type it in (but remember it won't show it to you) and hot return.
    Quit the Terminal and restart iPhoto.
    Hat tip: user Chrismartinphd

  • For PDF documents the "archive as" button do not appear but only the "active" button. Please help me?

    Hi all,
    My "achive as" button do not appear when im trying to save a scanned PDF document but only the "achive" button. Do anyone know why?
    I have tried seraching the internet for answer but without any result.
    A solution to the prblem is to press doublicate and then "archive" then i get the option to save in a specific loaction (notice that even after doublicating i don't get the option to archvie as). This is a quick fix but would like to know how to fix the problem probably.
    Here is some background
    -The problem also appears on exsisting pdf document and documents from other users.
    - i open it in apple standard preview program
    - The problem appaered 6 months ago after and general apple software upgrade.
    - I don't have any "download" folder in my finder menu ( I don't know if this is a relevant information but could have somthing to do with the settings i.e. as administor even though it is my own mac).
    Please help me before i will go completly CRAZY, it is super frustrating.
    Happy weekend to all.
    Michael

    Yes 10.7 is Lion and yes it changed.
    http://www.bing.com/search?q=Mac+OS+X+Lion+Save+As
    Maybe you have a preference problem.
    For future, notebook forum:
    MacBook Pro
    Apple OS X 'Lion' Comments

  • I keep getting error messages "server not found " but when I press "try again" the page loads immediately, you know why ? thanks

    I´ve checked the wireless and internet connections and they work perfectly. I belive thas has something to do with the browser. I work with a Mac Book 2.1 ghz and Mac OS 10.5.8 .Thanks for all your help.

    check out this article: [http://support.mozilla.com/en-US/kb/server%20not%20found Server not Found]

  • BPM - Message interfaces of one component are not appearing in another comp

    Hi,
    We have created 2 software components(X and Y) for File to RFC scenario.
    "X" SWC is dependent on "Y" SWC.
    We are building sync-async bridge using BPM. We have created one BPM in X component. This BPM has the visibility of message interfaces only particular to that component only, not the other component.  Though wehave created dependency between these 2  components. But without this we cannot build sync-Async bridge.
    Please could you provide the inputs, so that we can proceed further.
    Thanks,
    Ramesh

    Hi,
    Where are you developing your BPM objects in X or Y ?
    If X is dependendent on Y , then you can access Abstract interfaces created in the X in Y.
    After creating SWC dependency, then refresh the cache and check out is it working ..
    for dependency-/people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
    Regards,
    Moorthy

  • I cant print from the internet, but can print off internet, error 20 prt not connected

    when I try to print my mail down, I get error message error #20
    printer not connected, but if I print my any of my files down the printer works(not from the internet)
    Can you tell me how to print test page for windows xp

    Try the '''''reset''''' described here: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer

  • Some websites claim that Javascript is not activated, but Firefox says it is.

    Certain websites claim that I do not have Javascript activated, but it is activated according to Firefox settings (Tools > Options > Content). One example is the German site www. autoscout24.de; when I go there I get the message "Bitte aktivieren Sie JavaScript in Ihrem Browser, um alle Funktionalitäten unserer Webseite nutzen zu können" in red, with tips on how to activate Javascript. Another site is my e-mail service, in which I cannot use certain features which require Javascript. Their help service recommends I clear the cache (did that, didn't help) and delete all cookies (don't want to do that as it would cause annoyance on some websites, so I just deleted cookies pertaining to e-mail service; didn't help either). I also tried starting Firefox in 'safe mode', which didn't help either.

    Do you use any security add-ons that could selectively block scripts based on the URL? NoScript is the leading example of such an add-on, but there might be others. If you use a proxy server in Firefox but not your other browsers, that also could filter your results.
    Generally speaking, if you start up in Safe Mode, you can bypass most add-ons, so if that didn't work, you could try a follow-up step of testing with a new profile.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, close all Firefox windows and start up to the Firefox Profile Manager as described in: [http://support.mozilla.com/kb/Managing+profiles Managing profiles].
    Create a new blank profile and check those sites. Any change?
    To switch back to your normal profile, close all Firefox windows, start up the Profile Manager, and choose that profile.

  • Have upgraded to 6.0.2 on my MacBook and get error message "Server Not Found" everytime i use Firefox; however, if i then click on my Gmail or other sites from bookmark toolbar it connects. means an extra step and that never happened before

    when i first click on Firefox the URL: www.27yhbnhy6tfgvrbcfre3.com shows up and the error message "Server not Found". but i can connect to any website by just clicking on a bookmark from the toolbar (or typing in a url). this never happened with previous versions of Firefox

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • List View webpart from subsite to Top site shows random error "List Does not exist"

    Hi All,
    We have a list in subsite and we are creating a view for that list which we are showing in one of the top site home page. We have taken care of changing the web and list guid of list view webpart when we added on top site. Its working fine but some time
    shows error "list does not exist" but when we refresh the error goes. Is it known issue or if there is any workaround for this? because we cannot go live with this random error.
    Rohit Pasrija

    try these links:
    http://mroffice365.com/2012/01/sharepoint-display-a-list-or-library-from-subsite-to-the-top-level-site/
    http://sharepoint.stackexchange.com/questions/37140/display-list-or-library-on-another-site-as-webpart

  • Error 405 resource not allowed!!

    i trying build web services with:
    --netbeans 4.1 beta
    --sun java application server 8
    --jwsdp 1.5
    --os: windows xp pro
    i try a simple web services hellows...when i build the web services is successfuly....but when i open in internet explorer is error...
    http://localhost:8080/WSHello/WSHello
    ---error 405 resource not allowed---
    but when i want display WSDL Document is no error..
    http://localhost:8080/WSHello/WSHello?WSDL --->success
    can someone help me....

    I'm having the same problem
    So please help me. Thanks alot.

  • I have been using itunes on my windows based pc for years but since installing the latest itunes update I have been getting the error message A required itunes component is not installed. Please reinstall itunes. (-42404)

    I have been using itunes on my windows 64 bit laptop for years but since downloading the latest itunes 10.7 update whenever I opened itunes the error message 'A required itunes component is not installed. Please reinstall itunes (-42404)'
    Itunes would still load and play music in my library and I could still sync my ipod but when loading a CD itunes would not recognise the album/tracks and I would need to type them manualing after uploading.
    I have just bought the new iphone5 and went to sync the phone with itunes. itunes recognises the iphone when plugged in via the usb port or when wi fi is turned on but itunes will not allow the phone to sync.
    I spent over an hour the other morning speaking to apple customer support and have ensured I have administer right and that UAC is turned off.
    I was taken through msconfigure and adjusted the startup tab but still no joy.
    In the end I was e-mailed instructions on how to uninstall and then reinstall itunes and component parts.
    Now that I've uninstalled itunes when I try reinstalling I get the following messages during the download.
    The 1st message is;
    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application  Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    When I click ok the next message that appears sometime later during the install is;
    Service 'Apple Mobile Device' (Apple Mobile Device) Failed to start Verify that you have sufficient privileges to start system services.
    The options I have are to abort, retry or ignore. If I retry the same message comes back and if I  abort or ignore the download continues and I then get the following message:
    'Apple Application Support was not found. Apple Application Support is required to run itunes Helper. Please uninstall itunes, then reinstall itunes again. Error 2'
    After attempting to reinstall itunes only some components were installed however itunes would not open.
    It would appear many people have experienced problems with this latest download!

    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

Maybe you are looking for

  • How do I add ipad contacts to icloud group

    how do I add older contacts on ipad to the icloud group, so data will sync with icloud.

  • Strange behavior of textareas in BPEL Worklist (10.1.2)

    I have a very strange behavior with linebreaks in all my <textarea>s in the BPEL-Worklist-jsps: (they work fine as <INPUT>s Example: Default-text: line1 I update the textarea to: line1 line2 -> hit update line1 *** (second line is completly missing)

  • Spry vertical menu going haywire in IE9!

    I created a web site using a vertical spry menu. <http://www.lonetreeathleticclub.com> I work on a mac and tested it on Safari, Firefox, Opera, Camino and Chrome, all of which display it correctly. I had a few PC friends test the site in IE7 and IE8

  • How do you get full screen on MBPro with FaceTime??

    When I am on a FaceTime call, the viewing screen is about 1/3 of the screen.  When I click on "Full Screen" in the menu, it blanks the rest of the scrreen and moves the viewing screen from the middle to the left side. I would like to get a full scree

  • Installing Developer 6.0

    I have purchased the OTN track for Solaris, and was beginning my install of the Developer server today, and discovered that the installation instructions are not very easy to find, and that it does not seem to follow the same installation path as the