Oracle JDeveloper 11g - Technical Preview 3 - SEVERE: FAILED_IN_CONFIG

Hi
I have installed "Oracle JDeveloper 11g - Technical Preview 3" and build simple ADF application.
When I am trying to run it is giving me below error.
Apr 4, 2008 1:02:50 PM oracle.j2ee.xml.XMLMessages warningException
WARNING: Exception Encountered
Apr 4, 2008 1:02:53 PM oracle.oc4j.util.SystemLog log
SEVERE: Server start failed processing configuration
java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
     at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
     at java.security.AccessController.checkPermission(AccessController.java:427)
     at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
     at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
     at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
     at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
     at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
     at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
     at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:412)
     at oracle.security.jps.fmw.util.JpsFmwUtil.findSystemUser(JpsFmwUtil.java:218)
     at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:235)
     at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:247)
     at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:252)
     at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
     at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
     at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
     at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
     at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3157)
     at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:244)
     at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:648)
     at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:201)
     at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:220)
     at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235)
     at java.lang.Thread.run(Thread.java:595)
Apr 4, 2008 1:02:53 PM oracle.oc4j.util.SystemLog logNoStack
SEVERE: Server exiting: ApplicationServer entered state FAILED_IN_CONFIG
Process exited with exit code 1.
Could you please somebody let me know is there any setups I need to do before I use the Jdeveloper?
Regards
Kiran

The FAILED_IN_CONFIG may be caused because the JDEV project you are attempting to run is using an incompatible adf-config.xml file, I.e. one that was checked in from a previous jdev build.
I received this error after checking out from main and opening a project in build 28, that was checked in as working in build 27.
To solve the issue, you have to checkout into a new workspace, start the project in the build you want, delete and recreate the adf-config.xml file and re-check it in.
1. cd ~/jdevhome
2. scs makeworkspace workspace <newWorkingDir> rule latest --product <application>
3. Start JDEV
     jdev fusiondrop5primeb28 <newWorkingDir>
4. connect to CVS
5. check out module
6. Close JDEV
7. Delete adf-config.xml
     >find . –name adf-config.xml
     >rm mywork/<yourapp>/<LBA>/.adf/META-INF/adf-config.xml
8. start jdev
9. re-add the Passwords to the database connection(s)
10. start your project
11. commit the new adf-config.xml and connections.xml files
12. merge into main

Similar Messages

  • Migration path from 10.1.3.3.0 to Oracle TopLink 11g: Technical Preview 2 ?

    What is needed to migrate from 10.1.3.3.0 to Oracle TopLink 11g Preview 2?
    Does using Java 5 and swapping the Jar files are enough?
    Can I use as is all the configurations generated by TopLink Workbench 10.1.3.3.0?
    What is working in 10.1.3.3.0 that is not yet or will not be working in Oracle TopLink 11g?

    If you open the project in the 11g preview it will automatically update the metadata and generate the deployment XML in the new format. Alternatively you should be able to open the 10.1.3.3 metadata in the 11g preview's runtime.
    The biggest issue you may encounter in the upgrade besides replacing the libraries and ensuring you are using JDK5 is the removal of the code deprecated in previous releases.
    Doug

  • Problem with JDeveloper 11g Technical Preview 2

    I'm using JDeveloper TP2, but when I run the app. I see the following error message:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception
    Can you help me?
    JC

    hey can u please tell me how did u fix the problem.. All of a sudden my JSP pages are not displayed and the File not found exception is displayed... Can u please help me in fixing this......
    regards
    raghav

  • Creating and Binding View Objects dynamically : Oracle Jdeveloper 11g

    Hello,
    We are trying to create and bind view objects dynamically to adf data visualization components.
    The view object is a result of multiple tables.
    We are using Oracle JDeveloper 11g Technical Preview. ( can't upgrade to TP2 or TP3 now).
    We have found this : http://radio.weblogs.com/0118231/stories/2003/07/15/creatingUpdateableMultientityViewObjectDefinitionsDynamically.html on our search for the same.
    The sample application however, is in 10g , hence required migration.
    Also, it was a standalone application with the TestClient.java having a main() method.
    Our requirement is for Web Application; we use Adf+jsf .
    Guidance of any sort is very much appreciated.
    Thanks in advance.
    -Anil Golla

    Hi,
    there also exist a forum for JDeveloper 11: JDeveloper and OC4J 11g Technology Preview
    What you are trying todo is not trivial because you need to not only dynamically create the VO, you would also dynamically need to create the binding meta data for it (assuming you use ADF). Not sure if the API to modify the binding is public, so posting it on the JDeveloper 11 forum bears a glimpse of hope for an answer
    In JDeveloper 10.1.3 you can't do this
    Frank

  • Download for latest Jdeveloper 11g Technology Preview - 3 :link not working

    Hi,
    I tried downloading the latest Jdev 11g Tech Preview - 3 from the link mentioned on the site : "Download Oracle JDeveloper 11g Technology Preview 3 - Java EE, SOA and WebCenter Development". But the page always times out.
    Is there an issue from my side here or someone else also facing the same problem ?
    Regards,
    Arun
    Message was edited by:
    Arun R

    Hi,
    Figured that the problem was because I was using Mozilla Firefox. It works with IE. ( But what about browser neutrality? ;) )

  • How to configure my oracle jdeveloper 11g preview 4 with oracle 8i database

    hi every one
    my requrirement is to configure my oracle jdeveloper 11g preview 4 with oracle 8i database with (thin driver)
    thanks in advance

    Prapan,
    JDev 11g TP4 comes with 11g JDBC drivers, which do not support connecting to any database v 9.0.1 or earlier.
    So, back to you... depends upon what you want to do. If you want to write your own code to connect to a database using 11g, get ahold of some JDBC drivers that support 8i and have away. If you're talking about getting the database development stuff (e.g. the embedded SQLDeveloper) to work, you're probably out of luck.
    So, please define "configure my oracle jdeveloper 11g preview 4 with oracle 8i database"
    John

  • Oracle JDeveloper 11g (11.1.2.2.0) (Build 6183)Installations

    I clicked the Studio Edition:11.1.2.2.0 Windows Install Download File button from the Oracle JDeveloper 11g (11.1.2.2.0) (Build 6183)Installations page. After that I clicked Save and a window displayed with the % complete. It goes to 99% complete and 1 sec left and this seems to hang at that point. I've left it going for several minutes and then eventually cancelled it. I have the correct jdk version. Any suggestions?

    You mean the download hangs at 99%?
    That its usually the point when your virus checker starts its work. Some such programs are known to have trouble with large archive files containing many files.
    Try to download with three virus checker turned off.
    Timo

  • Error in Step 1 Chapter 19  - Oracle JDeveloper 11g HandBook exercise

    Hi,
    I was following Oracle JDeveloper 11g Handbook chapter 19 Step 1 on Jdeveloper 11.1.1.4 can gettnig the following error when running the application after completing step 1
    Caused By: oracle.mds.naming.InvalidReferenceException: MDS-01161: Reference "/WEB-INF/editEmployee?flow.xml" has an invalid character "?".
         at oracle.mds.internal.util.NamingUtil.handleInvalidCharacter(NamingUtil.java:1917)
         at oracle.mds.internal.util.NamingUtil.validateOrEncode(NamingUtil.java:1662)
         at oracle.mds.naming.ResourceName.validateName(ResourceName.java:743)
         at oracle.mds.naming.ResourceName.validateResourceName(ResourceName.java:821)
         at oracle.mds.naming.DocumentName.validateDocument(DocumentName.java:742)
         at oracle.mds.naming.DocumentName.validateNameParts(DocumentName.java:569)
         at oracle.mds.naming.ResourceName.<init>(ResourceName.java:121)
         at oracle.mds.naming.DocumentName.<init>(DocumentName.java:179)
         at oracle.mds.naming.MOName.<init>(MOName.java:101)
         at oracle.mds.naming.DocumentName.createInternal(DocumentName.java:643)
         at oracle.mds.naming.DocumentName.create(DocumentName.java:230)
    Any leads onto this ?
    the name of my tasfslow is as mentioned in the book "editEmployee-flow"
    thnks

    There were many defects and incompatibilities found with several jdeveloper versions.
    Is JDev 11g Handbook code compatible with jdev version 11.1.1.2.0?
    TUHRA chapter 20: Display of user info fails. NPE is thrown
    Please consult the error page www.tuhra.com for further details.
    NA
    http://nickaiva.blogspot.com

  • Oracle JDeveloper 11g Release 2 (11.1.2.1.0) on HP UNIX  Release B.11.23

    Hi Friends,
    Please let us know wheteher Oracle JDeveloper 11g Release 2 (11.1.2.1.0) is certified / supported on HP UNIX (Itanium server) Release B.11.23
    (i could only see Other operating systems with Sun-certified JDK 1.6 Update 24 or later is supported on certifiction matrix in addition to windows/linux/mac)
    I don't find any installaer for thsi ? I could see only for windows/Linux and Generic. Do i ned to download generic one?
    I don't find Installation Document for this?
    Please provide me the same.
    Regards,
    DB

    Hi,
    don't know there is a certification for this platform. "Generic" however is the installer option for this platform. It requires you to have a certified Java SDK installed. JDeveloper runs on top of a JDK
    Frank

  • Problem with BundleUtils class in Oracle JDeveloper 11g Cookbook

    Hi All,
    While practising Using a custom exception class, in the first chapter of Oracle Jdeveloper 11g cookbook, author states:
    Note that in the Using a generic backing bean actions framework recipe
    in this chapter, we refactored the code in getMessage() to a reusable
    BundleUtils.loadMessage() method. Consequently, we changed the
    ExtJboException getMessage() in that recipe to the following:
    +public String getMessage() {+
    return BundleUtils.loadMessage(this.getErrorCode(),
    this.getErrorParameters());
    +}+
    Whereas no details of BundleUtils class is given in Using a generic backing bean actions framework recipe, which is giving compilation errors for CommonActions class.
    Any help will be greatly appreciated.
    Thanks in advance
    Best Regards
    Bilal

    Bilal,
    you are missing some points here. This is the jdev and adf forum. We don't have access to the code you mention. So we can't help you as long as you don't post the code here (which I doubt you are allowed to).
    Next, if you read https://forums.oracle.com/forums/ann.jspa?annID=56 you should have noticed that without giving at least your jdev version, help is hart to get.
    As said in the other thread, you should drop Nick a note so he can clarify this issue.
    Timo

  • DISTINCT in SELECT statements for  Entities / Views - Oracle JDeveloper 11G

    Hi Steve,
    i have a question about using DISTINCT in SELECT statements for
    Entities / Views. On Oracle JDeveloper 11G ADF / BC4J
    --- This is unique---
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    from "grp_courses" GC
    --- This is NOT unique, but ROWID seems to be mandatory as PrimaryKey---
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    rowid
    from "grp_courses" GC
    How to use this query;
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    from "grp_courses" GC
    and yet still be able to use it in View / Entity without a Primary Key or some equivalent solution.
    Thanks & Regards,

    Hi, OK - I got it to work...
    Some notes:
    1) The View wizard cannot be initiated from the Entity Object.
    2) During the View wizard process - do not associate with Entity
    3) Selected columns must be mapped as expressions
    4) Using non-distinct columns will override the distinct function

  • Oracle Jdeveloper 11g R1 has a Bug?-- Swing Application Deploy Error

    Oracle Jdeveloper 11g R1 (11.1.1.2.0) (build 5536)
    1. Create an empty swing application.
    File-->New-->Applications-->Java Desktop Application
    New-->Swing/AWT-->Frame
    2. Project properties--->Deployment: Create new JAR Deployment Profile: test
    3. Edit Deployment Profile: test
    File Groups --->new--->Create File Group (Type: Dependency Analysis) :da
    4. Error: Cannot enter "da"---->contributors , No display (such as "Libraris")
    5. If deploy it (test), I get an Unexpected Error.
    Error Messages:
    Title: StackOverflowError in o.ji.xml.JDevXmlIntergrationUtilsImpl:18
    Performing action Report a Bug...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Invoking command: [ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action New...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action Show Overview
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Uncaught exception
    java.lang.StackOverflowError
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18) ......
    When I use Oracle Jdeveloper 10g (10.1.3.4.0) , I can use it to set Libraris.
    I have a swing application need these operation.
    Does anyone can tell me what's the reason?
    Thanks.
    I had tried Oracle JDeveloper 11g R1 (11.1.1.1.0)(Build 5407).
    It is OK.
    Maybe I need to download Oracle JDeveloper 11g (11.1.1.2.0) again.
    Edited by: [email protected] on 2010-2-24 下午4:58
    Edited by: [email protected] on 2010-2-25 下午5:47

    I am encountering the same bug / problem right now.
    Anybody from Oracle who has a workaround for this BUG?
    We are migrating to JDev 11.1.1.2.0 for a client and this bug is still there!
    Any help from the JDev team is highly appreciated!

  • How to start oracle Jdeveloper 11g Weblogic Admin Server

    Hi Every one
    Can any one help me in starting the Oracle Jdeveloper 11g weblogic admin server. There is option to start the admin server while configuring the new domain, but after that if we need to start the same domain I didn't find any option in 11g. Can any one help me in this regard
    Thanks

    Janilson wrote:
    I don't know which oracle version you are using but, I use the Express version (Oracle-xe)
    In order to configure it I run
    sudo /etc/rc.d/oracle-xe configure
    After configure oracle, I start oracle service
    sudo /etc/rc.d/oracle-xe start
    I don't know if it helps sad
    I don't see any thing in rc.d. I use systemctl to start daemons.
    stee1rat wrote:What command do you use to run it? And what are your environment variables?
    lsnrctl start

  • JDeveloper 11g Tech Preview 4 Very Slow

    How to increase the the working speed (cache) of JDeveloper 11g tech preview 4. While coding it is taking time to get it typed. During scrolling the page, it is moving very slow. I have tried with changing the value of AddVMOption -Xmx512M in "ide.conf" file. Changed it to 1024. Still there is no difference. Please help me.....
    Thank you for your attention
    Vins

    And to back up John's words, the TP releases were designated for non-production "preview" use only, were not optimised in anyway, have huge amounts of bugs and are not supported. Best upgrade or you're going to have further issues.
    CM.

  • Oracle JDeveloper 11g Handbook A Guide to Oracle Fusion Web Dev. (Tutorial)

    I am using Oracle JDeveloper 11g Release 2(11.1.2.1.0) with the above mentioned book. In the tutorial on page 639 of chapter 18 the instruction #11 says "... Select the searchEmployees-flow under the Web Content \ Page Flows node in the Application Navigator. Drag it onto the second facet of the af:panelSplitter that you had previously add to that page, and select *Region* from the context menu. ..." When I follow these instructions I get the following error:
    Cannot create a region from a task flow containing facelets fragments in a jspx page.
    I am quite frankly stuck and cannot proceed with the tutorial unless I can get past this error.
    Also, is it just me or is this text woefully out of date with the latest version of JDevelolper?
    Thanks

    jsf is the new extension that is using facelets as the underlying engine in JSF 2.0.
    That's what we recommend going forward.
    jspx is what was used in JSF 1.2 in JDeveloper 11.1.1.*
    We don't have a wizard that migrates jspx to jsf - so you can either create the new page from scratch or try and do some playing around with the header of the file to match the new format.

Maybe you are looking for

  • 10.5.6 update has completely killed audio editing and burning capabilities

    So I ran the 10.5.6 update last night 12/19/2008. I downloaded the update to a flash drive and copied it to my desktop (My Macmini isn't connected to the Internet). I ran the update, and everything seemed to be OK. It was late at night so I went to b

  • Problem with an old version of LabVIEW 4.0.1

    Hi, I'm rather new to this, so I appreiciate any help that you can give me. Our lab has an old computer running Windows 95 and LabVIEW v. 4.0.1. I would like to take one of the progams on this computer and run it on a newer computer in a different la

  • Problem occuring while uploading the template therough BAPI

    Hi, I'm uploading inspection plans template through BAPI. While uploading its giving a error message like invalid file type. I'm using Excel sheet. I tried through Text format also. Same error message i'm getting. Can anybody help me. Regards, Narend

  • ATTN: Oracle North American Payroll Customers:End of Year Phase 1 and Q3...

    ATTN: Oracle North American Payroll Customers: End of Year Phase 1 and Q3 2007 Statutory Update Released! Dear Oracle North American HCM Customer, North American End of Year Phase 1 and the United States (US) Third Quarter Statutory Updates (Q3), 200

  • Indesign is opening templates at 1/3 of their normal size.

    I'm a newbie to InDesign and designing albums. This is my first try at designing an album, and I've absolutely had enough of it, grrrrr!! I've downloaded 10x10 inch templates from an album company, and have loaded my images into them. Problem - When