Not able to add a new runtime while creating ADF application (Linux)

Hi All
I downloaded "Oracle WebLogic Server 11gR1 (10.3.5) + Coherence + OEPE - Package Installer" for Linux (32 bit JVM) and installed it on my hosted linux box. After the installation, I added sun jdk that comes bundled with the installation to my PATH environment variable. Now when I try to create a new Oracle ADF Application, I am getting stuck while adding a new runtime environment. I chose the type of runtime environment as "Oracle Weblogic Server 11gR1 Patch Set 4". For weblogic home I gave the location of wlserver_10.3 directory which also sets the JAVA Home automatically in the wizard, but I am not able to proceed after this. Both Next and Finish buttons remain disabled. I also tried adding this runtime environment from Windows ->Preferences ->Server ->Runtime Environment but getting the same issue.
Am I missing something here?

Hi Abhishek,
The reason the RT isn't being listed is because it doesn't have the ADF runtime installed and this is a requirement for ADF applications.
Please download the 11.1.1.5 Application Development Runtime from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html and install into the wls home where you installed wls1035_oepe111172_win32.bin.
Once this is complete, please delete and re create the runtime environment. Once this is done, you should be able to create an ADF application without any issues.
thanks
Raj

Similar Messages

  • Web Dynpro Java WIki - Not able to add a new page.

    Hi Experts,
                     I want to add a new wiki page in Web Dynpro Java, but i am not able to find corresponding button or action  to create a new page.Please guide me to add a new page.
    Thanks and Regards
    Fazal Ahamed

    Hi Fazal,
    This is probably due to the Expert Wki which was launched last week. Please see Craig's blog for more details: /people/community.user/blog/2009/06/17/welcome-the-expert-wiki
    BR,
    Hilit

  • I'm not able to add a new event to my calender

    every time that I try to add an new event to my calendar I can't. The + is on gray instead of red.

    It is possible that your problem was caused by an extension that was disabled after updating.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration 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

  • I'm not able to add a new mail account to outlook 2011 in my new MacBook Pro 15 retina

    I have a new MacBook Pro and I have set up the Office 2011 with outlook. When I try to create an email account outlook does not work anymore and I have to force to quit the application.

    Office and Outlook are Microsoft programs and their support is here:
    http://www.microsoft.com/mac/support

  • WCS:- Not able to add user , Getting error while doing it.

    I tried to add new user (user1) and assigned it to user defined group, which has some permitions .. but when logged with this user try to use a user define template (name: tempt- configure-> Access Point Template), I receives error: "Failed to contact server. Please make sure you are logged in....".
    the template can be used only from root account.
    additionaly even when try to "Search APs" from "Last Applied APs" and then go to "By Floor Area" with this user receive the seme error..
    Could some one help me on this plz.

    if could you please attach a screenshot of the permissions you're trying to set for the user, i think that would be helpful...So, just to be sure, you're making this user a part of the custom group, and that group has "location server" checked? My guess is that since you're probably setting something in that template that has to do with the location server being updated, that's why without it being checked you're getting an error!
    Hope that helps.

  • Not able to add a new user

    In Project Server 2013 with SP1 when I am trying to add new user getting below error
    "We couldn't find exact match".
    when I tried to add user through site settings --> site permission I am getting below error
    "Sorry, we're having trouble reaching the server"
    I have hosted 2 PWA in same Central admin and issue is coming only for one whereas another is working fine.
    any idea?
    kirtesh

    Hi Phani,
    Yes, I tired with other sharepoint site under site collection but same result.
    I have checked ULS log and also ran some power shell command.
    from power shell I executed command for Peoplepickersettings and found some values for searchactive directory domains. I tried to flush it but values are still present.
    IN ULS log I got
    Unexpected error
      occurred in method 'GetObject' , usage 'SPViewStateCache' - Exception
      'Microsoft.ApplicationServer.Caching.DataCacheException
    In the same farm I am having two PWA ,one is working without any issue but the another one is giving error.
    kirtesh

  • Not able to add free item in PO

    dear all
    i am not able to add free items in already created import PO. when i add item and click on free item check box, system says "No delivery costs allowed without invoice receipt" and if i click on invoice receipt that item is no longer free item as the free item check box gets untick.
    pl help me to solve this.
    thanks & regards'
    manoj gupta

    Hi
    If there is no delivery cost condition like Freight at item level exists then
    Please check any delivery cost conditions given as Header condition.If it is given as Header condition and this cost will be distributed among the line items.When you adding the line item, the cost also distributed.For free items you can't assign any costs.
    Regards
    Ramakrishna

  • Not able to add new log file to the 11g database.

    Hi DBA's
    I am not able to add the log file i am getting error while adding the database.
    SQL> alter database add logfile group 3 ('/oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') size 50m reuse;
    alter database add logfile group 3 ('/oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') size 50m reuse
    ERROR at line 1:
    ORA-01505: error in adding log files
    ORA-01577: cannot add log file '/oracle/DEV/db/apps_st/data/log03a.dbf' - file
    already part of database
    SQL> select a.group#, member, a.status from v$log a, v$logfile b where a.group# = b.group# order by 1;
    GROUP# MEMBER STATUS
    1 /oracle/DEV/db/apps_st/data/log01a.dbf ACTIVE
    1 /oracle/DEV/db/apps_st/data/log01b.dbf ACTIVE
    2 /oracle/DEV/db/apps_st/data/log02a.dbf CURRENT
    2 /oracle/DEV/db/apps_st/data/log02b.dbf CURRENT
    Kindly help me to add the new log file to my database.
    Thanks,
    SG

    Hi Sawwan,
    V$LOGMEMBER was written in the document,
    I query the log members as bellow
    1)select a.group#, member, a.status from v$log a, v$logfile b where a.group# = b.group# order by 1;
    GROUP# MEMBER STATUS
    1 /oracle/DEV/db/apps_st/data/log01a.dbf INACTIVE
    1 /oracle/DEV/db/apps_st/data/log01b.dbf INACTIVE
    2 /oracle/DEV/db/apps_st/data/log02a.dbf CURRENT
    2 /oracle/DEV/db/apps_st/data/log02b.dbf CURRENT
    2)SQL> select group#,member,status from v$logfile;
    GROUP# MEMBER STATUS
    2 /oracle/DEV/db/apps_st/data/log02a.dbf
    2 /oracle/DEV/db/apps_st/data/log02b.dbf
    1 /oracle/DEV/db/apps_st/data/log01a.dbf
    1 /oracle/DEV/db/apps_st/data/log01b.dbf
    But i am littile bit confused that there is no group or datafile called " Group 3 and log03a.dbf" as per the above query, how can i drop tease group and datafile.
    and i crossverified in the data top the files are exist or not but those are not existing. but still i am getting the same error that i can't create that already exist.
    can issue the bellow queris to drop those group which i dont think so it will exist?
    SQL>alter database drop logfile group 3;
    Thanks in advance.
    Regards,
    SG

  • HT202213 I recently bought a new computer and installed itunes, i transferred my music of my old computer but i am now not able to add songs to my ipod touch off my new computer?

    I recently bought a new computer and installed itunes, i transferred my music of my old computer but i am now not able to add songs to my ipod touch off my new computer?

    Drag the folder into the library in the open iTunes program window.
    (113784)

  • Not able to add my debit card in iTunes i need to purchase a new app immediately

    not able to add my debit card in iTunes i need to purchase a new app immediately

    Have you followed the steps inChange or remove your payment information from your iTunes Store account (Apple ID) to change your payment method?

  • Not able to add artwork to new movies added to libairy

    i updated to 11.1.1 and after adding a new movie to my libairy i am not able to add artwork like i used to
    its a MPEG 4

    Hi Murilo,
    Thanks for the reply. I have added the specific roles to app and because of some cache it was giving error in admin URL.
    Now, when I logged into launchpad I am getting "Failure - Unable to start App".
    Network element - error
    Gateway error log
    Regards,
    S.Srikanth

  • Not able to add another gmail account to ipad mini it says something imap.gmail while adding an gmail account

    Not able to add another gmail account to ipad mini it says something imap.gmail while adding an gmail account. The device already has my brother gmail created apple id so I also created mine using itunes .I can log in itunes and download apps and I want to do the same using ipad mini with my apple id but when trying to add another account it says something imap.gmail incorrect. Is there a way to add 2 gmail apple id .

    Try 'unlocking' your account here: https://accounts.google.com/b/0/DisplayUnlockCaptcha

  • I have 32 gb ipod and i inst new os 5.1 but after that i am not able to add movies...so plz help me

    i have 32 gb ipod and in last week i int the new os that is 5.1 but after the same i am not able to add movies and music ...so plz help me in this

    Do you really mean iOS 5.1, or do you mean iOS 5.0.1? If you do mean iOS 5.1, that has not yet been released yet so you you have a beta version, for which we cannot provide help here. If you are a registered Apple developer, you hvae recourses through which to request assistance and report problems.
    If you have iOS 5.0.1, post back with details - your model of iPod (3rd generation or 4th generation), the operating system on your computer, the version of iTunes, and the exact symptoms of the problem - and someone here can probably then offer suggestions.
    Regards.

  • HT1473 i am not able to add mp4 file to itune.What may be the issue.While adding mp4 file i am not getting any error message from itune.Please help.

    I am not able to add mp4 or mov files to my itune.itune is also not throwing any error message,I am bit confused.Which formats of video file can be added to itunes??I have itunes of 11.0.2.26 version and iphone 4s-6.1.3 version.

    I am not able to add mp4 or mov files to my itune.itune is also not throwing any error message,I am bit confused.Which formats of video file can be added to itunes??I have itunes of 11.0.2.26 version and iphone 4s-6.1.3 version.

  • I've just updated my iPad to iOS 7.02 and I'm not able now to download new apps nor update the version of the existing ones.

    Hi!
    I've just updated my iPad to iOS 7.02 and I'm not able now to download new apps nor update the version of the existing ones. All of them are "waiting"... for ever.Even, when trying to download a new app, a "dratf" icon appears on the ipad, not the app's own icon...
    I've tried to switch off and on the iPad, disconnect and reconnect the itunes id... and nothing works. Even deleting an app, to download it again, doesn't work. It even doesn't ask for my password!!! (Stays with the small square with a circle around, the one that gets "bolder" while downloading... but it doesn't get bolder now. Just stay...).
    Any suggestions? I wouldn't like to reset the iPad, since I've got data in some apps that I wouldn't like lo loose...
    By the way, I can not either delete some apps with thos "draft" icons... even when the alert that appears when trying to do that is shown and select "ok".
    Thank you in advance!
    Best Regards,
    Carlos.

    Hi,
    Thank you, Once_was_lost, but it doesn't work either. I tried it yesterday as an option (I think you're referring to the options of those apps in the settings app).
    The problems are still here... I've been able to update some apps using the PC itunes (connecting the app to it), but all the other apps are still "wating", and I have two new strange things:
    * I cannnot remove the apps that are downloading (at least those that are supposed to be downolading ) . But I could remove one from the PC... and now there is an "empty line" in the "to update apps list".
    * Stranger: though I cannot download new apps or music from the store, I can do in-app purchases!!! In that case, I'm asked for the password and the item downloads. How is it possible?????
    I can download with the same user in the PC, in the iPhone... but not in the iPad .
    I'm getting mad...

Maybe you are looking for

  • XI 3.0 queues stop and deactivate

    Hi, We are getting everyday the same problems with XBTO* queues. With a set of Idocs (about 200-500) entering in XI 3.0, usually LUW's are stoped in queues XBTO* (scheduled for outbound). We have registered this type of queues and the properties are:

  • ACH payment with RFFOUS_T Program

    Hi SAP folks, I am having a small issue with ACH payment process through F110 Program. I am using Payment program RFFOUS_T for a payment method " A" for ACH and all variant and other configuration is perfect. When I execute F110 program, it create DM

  • Conversion of Unix time to GMT

    Does anyone know of a way in which I can turn a date in unix time (no. of seconds since 1st Jan 1970) into a standard GMT format? Any help would be greatly appreciated. Thanks!

  • Reset button to reset filters

    I have an query form with table displaying results from a View Criteria. When I click the "Reset" button in the query form, the search fields are reset, but the table filters are not. As a result, it is easy to make mistakes when searching. I want th

  • Want to update operating systems

    Hello, I have a Mac Book, version 10.6.8. I'd like to purchase Mountain Lion so that I can then update to Mavericks. I'd like to confirm whether or not Mountain Lion supports my Mac. I bought it in Nov. 2007 and I'm not sure if this would be an issue