JDeveloper Tutorials

Hi Folks
I installed jdev9033 and started working on it using the tutorials (JDeveloper User Guide Part No A97276-01). To create a user interface, the tutorial on page 3-14 says to right-click on newly created projects node and choose 'New'. In the New Gallery, select Objects in the category pane and Frame in item pane. I don't see any 'Objects' category nor 'Frame' item. I tried to use help menu but landed at the same instructions. Can anybody let me know how I should go about creating a UI with JDeveloper? Can you suggest any other online resources to learn JDeveloper?
Thank you

Here is how I do it.
1. Create a new workspace with an empty project. (right click on the workspace node in the navigator to get this done).
2. Right click on the new empty project and choose New...
3. Expend the client-tier node in the new gallery and choose the Swing/AWT
4. Choose frame on the right side.
Shay,
Oracle.

Similar Messages

  • Configuration and settings for JDeveloper

    Hi,
    What do I have to do to run jsp file in JDeveloper 10g?
    I did some JDeveloper tutorials (e.g. "Deploying a Web Application to Oracle Application Server 10g" and "Introduction to JavaServer Faces using JDeveloper"), but when I tried to run a jsp file (url: "http://172.25.10.199:8988/JSFIntro-view-context-root/faces/welcome.jsp") I got the message "Error 400 - Unable to connect to remote host or host not responding.".
    I have extracted the JDeveloper files (version 10.1.3) in C:\Program Files\Oracle\JDev10-1-3.
    I have installed Java JDK 1.5 in C:\Program Files\Java\jdk1.5.0_06 and Java JRE in C:\Program Files\Java\jre1.5.0_06.
    I have installed Tomcat (version 5.5.15) in C:\Program Files\Apache-Software-Foundation. Do I even need Tomcat?
    I have set the system variables for Tomcat: CATALINA_HOME and JAVA_HOME. Which variables else do I have to set?
    I have started the Tomcat service and OC4J. Do I have to start other services or programs?
    Do I have to set a path anywhere?
    Do I have to change the preferences or project properties in JDeveloper?
    What else do I have to do?
    Regards
    Toni

    Hi,
    to me the message
    "http://172.25.10.199:8988/JSFIntro-view-context-root/faces/welcome.jsp") I got the message "Error 400 - Unable to connect to remote host or host not responding.".
    says that the host is not accessible. If you ping this IP address, do you get a response? Note that if you run the URL from JDeveloper, the embedded OC4J starts up. if you try to access this URL without starting the embedded OC4J then this access will fail if OC4J isn't up and running
    If you deploy to stand alone OC4J or Application Server (you don't say this) then make sure the server is accessible from the IP address
    Frank

  • JDeveloper in team application development

    We are looking for an evaluation of JDEveloper as a team
    application development tool.
    We would be starting from scratch, JAva-wise.
    THe intent is to deploy via JWeb in OAS 4.
    The question: Is JDeveloper 2.0 robust enough for a ground-
    up, team application development project?
    null

    Environment variables are the variables that you set at the OS
    level.
    You can set them in a DOS shell (single session) or in the
    Environment Tab of the System properties (on Windows NT). Double
    click the System icon in the Control Panel. You can add a
    variable and a value for it.
    Then there might be specific OAS variables as well. You can set
    these in the Management Interface of OAS.
    Help on using JWeb can be found in the OAS online help and
    samples.
    Hope this helps,
    -Roel.
    Nick Ayre (guest) wrote:
    : JDeveloper Team (guest) wrote:
    : : karen (guest) wrote:
    : : : We are looking for an evaluation of JDEveloper as a
    team
    : : : application development tool.
    : : : We would be starting from scratch, JAva-wise.
    : : : THe intent is to deploy via JWeb in OAS 4.
    : : : The question: Is JDeveloper 2.0 robust enough for a
    : ground-
    : : : up, team application development project?
    : : We indeed have features in JDeveloper for creating JWeb
    : : applications for OAS.
    : : We are currently focussing more on servlets though. OAS will
    : also
    : : have support for servlets in the very near future. So, since
    : : servlets is the industry standard for generating HTML from
    : Java,
    : : you may consider this for new application development. In the
    : : meantime you can use JDeveloper to create your servlets. In
    : the
    : : production release of version 2.0 (April/May) you will be
    able
    : to
    : : run and debug servlets in the JDeveloper IDE. This will use
    : our
    : : internal servlet runner. In the next couple of months you
    : could
    : : use OAS as a runtime environment for servlets. Please look at
    : the
    : : online demo for servlets:
    http://technet.oracle.com/product/tools/appjava/info/walkthru/ser
    : : vlet/s000.html
    : : (please note that the URL is broken up in two lines. You need
    : : both pieces;)
    : : You can also choose to stick with JWeb for a while.
    JDeveloper
    : : lets you build, run and debug JWeb apps. You might design
    your
    : : apps in a way that only the upper layer is JWeb specific,
    : which
    : : makes migration easier in the future.
    : : Your question about the robustness of JDeveloper. Our
    : development
    : : team is now spending 100% of their time making it more
    robust.
    : : The beta that is available is a little buggy, but we have
    : fixed
    : : loads of bugs un the meantime.
    : : Our own development organization works with the combination
    of
    : : JDeveloper and Clearcase with quite a large team. We are
    happy
    : : with this combination. You can use any other version control
    : : system since JDeveloper projects map perfectly to directories
    : of
    : : files on your operating system. We are also working with
    : : Intersolv on an addin for JDeveloper to their PVCS system.
    Our
    : : longer term direction is to integrate with the Oracle
    : Repository
    : : for team development & version/configuration control.
    : : Thanks,
    : : -Roel.
    : I have installed OAS 4.0.7 .
    : I have installed Jdeveloper 2.0 .
    : I have run some of the Jdeveloper tutorials .
    : Now I am trying to follow the Jweb tutorial.
    : How do I find where to set the ENVIRONMENT VARIABLES ?
    : Also is the any material on Jdeveloper and Jweb ?
    null

  • Need  one to many toplink+Jdeveloper tutorial with example

    Hi
    I need tutorial with example of one to many with Toplink+J developer
    Thanks
    Edited by: user11802935 on Aug 18, 2009 1:06 PM

    Hi,
    The following links should get you started.
    EclipseLink JPA + Eclipse
    http://wiki.eclipse.org/EclipseLink/Examples/JPA
    JDeveloper tutorials
    http://www.oracle.com/technology/products/jdev/index.html
    TopLink + JDeveloper tutorial
    http://www.oracle.com/technology/obe/obe11jdev/bulldog/ejb_jpa_jsf/ejb.html
    @OneToMany documentation
    http://wiki.eclipse.org/Introduction_to_EclipseLink_JPA_%28ELUG%29#.40OneToMany
    thank you
    /michael
    www.eclipselink.org

  • Learning JSP/Struts with JDeveloper

    Hi. We have an older version of Java on our Unix production web server (1.4.2_12-b03) and it'll be a year before we upgrade it and use JSF. In the meantime, I'm looking at learning Struts and JSP. Can you point me to a few tutorials specific to JDeveloper for JSP/Struts? Most of the tutorials now are for ADF/JSF -- which we can't use yet. Thanks.

    Just to clarify - JSF can run on OAS 10.1.2 (that supports J2EE 1.3 and uses JDK 1.4).
    See: http://download.oracle.com/docs/html/B25947_01/deployment_topics006.htm#CIHCGGDF
    So this shouldn't be a reason for you not to use JSF and JDeveloper 10.1.3.
    That said if you want to learn Struts try following the archive links on the various JDeveloper tutorials/demos pages to the demos from the 9.0.5/10.1.2 days.

  • Can a war file created in 10g JDev run from 9ias Server v9.0.2.0.1

    Hi,
    I've created a small struts based project from 10g JDeveloper tutorials available on the OTN. I've packaged it to a WAR file and deployed it to the 9iAS server v9.0.2.0.1. The deployment is successful, but when i run the application from the URL, i get the following error,
    "java.lang.NoClassDefFoundError: oracle/jbo/mom/PropertyNameValueDef
         at oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory.getJSPLifeCycle(DefaultStrutsPageLifecycleFactory.java:34)
         at oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory.getPageLifecycle(DefaultStrutsPageLifecycleFactory.java:27)
         at oracle.adf.controller.struts.actions.DataActionMapping.freeze(DataActionMapping.java:212)
         at org.apache.struts.config.impl.ModuleConfigImpl.freeze(ModuleConfigImpl.java:503)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:474)
         at javax.servlet.GenericServlet.init(GenericServlet.java:44)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1687)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4020)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2218)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    the url i gave was,
    "http://<server-address>:<port>/<context-root>/browseDepartments.do"

    I have a question here..
    Will reconfiguring iAS to use J2SE 1.4 conflict with Oracle Portal (9.0.4). I mean we have everything running smooth for Portal so we want to make sure that reconfiguring iAS for J2SE 1.4 won't have any affect on Portal.
    I hope you can reply me on this or refer me to some other document.
    Thanks in advance.

  • Calling a Web service from Oracle Forms....

    Hi ,
    I 've tried to follow the steps described in the link:
    http://www.oracle.com/technology/obe/obe_as_10g/deploy/callws_fromforms/forms_webservice.htm
    which uses : a)JDeveloper 9.04 and b)Oracle Forms 9.0.4.
    However , i have installed Oracle Forms 10.1.2 and JDeveloper 10.1.2. (Developer Suite 10.1.2.).
    The problem is that in JDeveloper 10.1.2. the type of applications and menus and properties and.... have changed and i cannot finish the tutorial!!!!!
    Is there any document/example showing how to create a web service in JDeveloper and call it form Oracle Forms....?????
    NOTE: I have also installed JDeveloper 10.1.3...
    Many thanks ,
    Simon

    Check the JDeveloper tutorials page on OTN (linked from the JDeveloper home page) and you'll find a tutorial on creating a web service.
    The steps to invoke it from Forms should be the same.
    googling on Oracle Forms web services will bring a few more samples.

  • Could not initialize class com.bea.security.quark.ASIParserProxy in ADF

    Hi Everyone,
    I am trying to learn ADF Skinning.I am using Jdeveloper 11.1.2.3.0 version.I am practicing ADF Skinning Doc, "Changing an Application's Look and Feel by Using Skins" in Jdeveloper tutorials.
    While i am downloaded ADF Skin Sample Example and running Home.jspx page i am getting the following error and it is fail to deploy into integrated weblogic server.
    <LoggerHelper> <log> Error during preRegister for MBean oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=ADFSkinSample
    java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not initialize class com.bea.security.quark.ASIParserProxy
         at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalPreRegister(LoggingMBeanInterceptor.java:663)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPreRegister(AbstractMBeanInterceptor.java:180)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.preRegister(OracleStandardEmitterMBean.java:619)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.preRegisterInvoke(DefaultMBeanServerInterceptor.java:1010)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:938)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:917)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$27.run(WLSMBeanServerInterceptorBase.java:714)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.registerMBean(WLSMBeanServerInterceptorBase.java:709)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.registerMBean(JMXContextInterceptor.java:445)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$27.run(WLSMBeanServerInterceptorBase.java:712)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.registerMBean(WLSMBeanServerInterceptorBase.java:709)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.registerMBean(WLSMBeanServer.java:462)
         at oracle.as.jmx.framework.wls.spi.security.PrivilegedMBeanServerInterceptor$1.run(PrivilegedMBeanServerInterceptor.java:55)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at oracle.as.jmx.framework.wls.spi.security.PrivilegedMBeanServerInterceptor.registerMBean(PrivilegedMBeanServerInterceptor.java:60)
         at oracle.mds.internal.lcm.MDSLifecycleListenerImpl.start(MDSLifecycleListenerImpl.java:163)
         at oracle.mds.lcm.weblogic.WLLifecycleListener.preStart(WLLifecycleListener.java:73)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
         at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
         at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:283)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.bea.security.quark.ASIParserProxy
         at oracle.security.jps.az.internal.runtime.entitymanager.ExtensionsManagerImpl.init(ExtensionsManagerImpl.java:227)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initWithAppPolicyEntry(ApplicationPolicyImpl.java:322)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initAppPolicy(ApplicationPolicyImpl.java:274)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyMap.get(ApplicationPolicyMap.java:110)
         at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:575)
         at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:556)
         at oracle.security.jps.internal.policystore.PolicyUtil.getGrantedAppRoles(PolicyUtil.java:2876)
         at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver$5.run(JpsAbsSubjectResolver.java:497)
         at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver$5.run(JpsAbsSubjectResolver.java:487)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver.getApplicationRoles(JpsAbsSubjectResolver.java:487)
         at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver.createJpsSubject(JpsAbsSubjectResolver.java:334)
         at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver.getAuthenticatedSubject(JpsAbsSubjectResolver.java:328)
         at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver.resolveJpsSubject(JpsAbsSubjectResolver.java:263)
         at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver.resolveSubject(JpsAbsSubjectResolver.java:214)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalPreRegister(JpsJmxInterceptor.java:461)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPreRegister(AbstractMBeanInterceptor.java:180)
         at oracle.as.jmx.framework.generic.spi.interceptors.DefaultMBeanInterceptor.internalPreRegister(DefaultMBeanInterceptor.java:81)
         at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalPreRegister(ContextClassLoaderMBeanInterceptor.java:150)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPreRegister(AbstractMBeanInterceptor.java:180)
         at oracle.as.jmx.framework.generic.spi.interceptors.DefaultMBeanInterceptor.internalPreRegister(DefaultMBeanInterceptor.java:81)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPreRegister(AbstractMBeanInterceptor.java:180)
         at oracle.as.jmx.framework.generic.spi.interceptors.BasePublicMBeanInterceptor.internalPreRegister(BasePublicMBeanInterceptor.java:110)
         at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalPreRegister(LoggingMBeanInterceptor.java:633)
         ... 45 more
    <Jan 17, 2013 12:33:46 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1358406226826' for task '9'. Error is: 'java.lang.NoClassDefFoundError: Could not initialize class com.bea.security.quark.ASIParserProxy'
    java.lang.NoClassDefFoundError: Could not initialize class com.bea.security.quark.ASIParserProxy
         at oracle.security.jps.az.internal.runtime.entitymanager.ExtensionsManagerImpl.init(ExtensionsManagerImpl.java:227)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initWithAppPolicyEntry(ApplicationPolicyImpl.java:322)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initAppPolicy(ApplicationPolicyImpl.java:274)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyMap.get(ApplicationPolicyMap.java:110)
         at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:575)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class com.bea.security.quark.ASIParserProxy
         at oracle.security.jps.az.internal.runtime.entitymanager.ExtensionsManagerImpl.init(ExtensionsManagerImpl.java:227)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initWithAppPolicyEntry(ApplicationPolicyImpl.java:322)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initAppPolicy(ApplicationPolicyImpl.java:274)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyMap.get(ApplicationPolicyMap.java:110)
         at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:575)
         Truncated. see log file for complete stacktrace
    >
    <Jan 17, 2013 12:33:47 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'ADFSkinSample'.>
    <Jan 17, 2013 12:33:47 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    java.lang.NoClassDefFoundError: Could not initialize class com.bea.security.quark.ASIParserProxy
         at oracle.security.jps.az.internal.runtime.entitymanager.ExtensionsManagerImpl.init(ExtensionsManagerImpl.java:227)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initWithAppPolicyEntry(ApplicationPolicyImpl.java:322)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initAppPolicy(ApplicationPolicyImpl.java:274)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyMap.get(ApplicationPolicyMap.java:110)
         at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:575)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class com.bea.security.quark.ASIParserProxy
         at oracle.security.jps.az.internal.runtime.entitymanager.ExtensionsManagerImpl.init(ExtensionsManagerImpl.java:227)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initWithAppPolicyEntry(ApplicationPolicyImpl.java:322)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initAppPolicy(ApplicationPolicyImpl.java:274)
         at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyMap.get(ApplicationPolicyMap.java:110)
         at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:575)
         Truncated. see log file for complete stacktrace
    >
    [12:33:47 PM] Deployment cancelled.
    [12:33:47 PM] ---- Deployment incomplete ----.
    [12:33:47 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application ADFSkinSample due to error deploying to IntegratedWebLogicServer.
    [Application ADFSkinSample stopped and undeployed from Server Instance IntegratedWebLogicServer]
    Could any one help on this.
    Best Regards

    I have deployed CF 9 on WebLogic 10.3.4. 
    The K2Encrypt error occured when I was accessing the CF Admin page and I would get blank pages.  The workaround to that was to change the adminconfig.xml setting of <unsetupwizard> to false.  Everything seemed to work, but then when I accessed the Coldfusion Collections page then I would again see a blank page and the K2Encrypt error in the exception log.
    The K2Encrypt class is provided by the verity.jar which was being picked up, although not properly it seems, by ColdFusion in its class path.
    As of 8/15, support at Adobe confirmed that this was an issue after they replicated the same problem.  They stated that they have escalated this to their engineering department.

  • Download of tutorial schema is corrupt

    Most of the example jdeveloper tutorials require a schema which cannot be downloaded as the zip file is corrupt:
    http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html
    Then on the download link after the text below.
    Installing the Schema
    The steps and examples in the cue cards are based on tables that are part of the Fusion Order Demo (FOD) schema. This schema is also used as the database for the sample application that ships with Oracle JDeveloper 11g, as well as other collateral in this release. It will be convenient to have this schema installed, and you only need to do it once. If you have already installed the FOD schema, you can skip this step and go directly to the next card. [ tell me more...]
    Edited by: user3548290 on 1/04/2012 22:39
    Edited by: user3548290 on 1/04/2012 22:40

    Are you talking about the 'FusionOrderDemo_R2_1_revised.zip' file from the given link?
    I had no problem downloading and unzipping it...
    Have you turned of your virus checker or tried an other zip program?
    Timo

  • Not a visible GUI in Business Components Type of Application

    Hi ,
    Trying to discover the various types of JDeveloper 10g , I have developed a very simple form (Business Components Application) based on emp , dept data tables.
    However , i don't see any visual object... as in a SWING Application....
    At runtime , some objects - text fields , menus,,,e.t.c. are appeared.
    Is it possible to modify the visual objects of these objects at design time...?????
    Thanks , a lot
    Simon

    The BC Browser is just a tester - it create a default UI to ease testing.
    If you want to configure the user interface, create a Swing application based on your ADF BC. See the JDeveloper tutorials page for more info.

  • Webservice  fails to preload on startup

    Sorry for the double post, but I originally appended this question to another question that I had marked answered.
    I must apologize for my newbishness, but I'm more accustom to the point and shoot method by which I've developed webservices with NetBeans and Glassfish. Apparently deploying webservice apps is not as straight forward as JDeveloper tutorials would have me believe. I suppose I need more help with packaging this type of application. I must be missing something.
    Here is the error message.
    Deployer:149034An exception occurred for task Deployer:149026deploy application AuthUserEAR on AdminServer.: HTTP:101216Servlet: "AuthUserWSSoap12HttpPort" failed to preload on startup in Web application: "NirvanaAdminMod-AuthUser-context-root".
    java.lang.NullPointerException
    at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:213)
    at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:229)
    at weblogic.wsee.wsdl.WsdlTypes.collectNamespaces(WsdlTypes.java:229)
    at weblogic.wsee.wsdl.WsdlTypes.parse(WsdlTypes.java:151)
    at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:520)
    at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
    at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:468)
    at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:403)
    at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:389)
    at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)
    at weblogic.wsee.jaxws.framework.jaxrpc.server.ServerEnvironmentFactory.getWsdlDef(ServerEnvironmentFactory.java:216)
    at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:393)
    at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:581)
    at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:570)
    at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createServer(TubelineDeploymentListener.java:74)
    at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createServer(WLSTubelineAssemblerFactory.java:74)
    at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:152)
    at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:217)
    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467)
    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:510)
    at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:182)
    at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:164)
    at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:51)
    at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:53)
    at javax.servlet.GenericServlet.init(GenericServlet.java:241)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1893)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1870)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1790)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:820)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Edited by: user469715 on Dec 2, 2008 9:18 AM
    Edited by: user469715 on Dec 2, 2008 10:39 AM

    Hi, this is known bug of WLS bundled by JDEV, just as pointed out in another thread, would you please try to follow Gerard Davison's Blog(http://kingsfleet.blogspot.com/2008/10/applying-patches-to-jdeveloperweblogic.html) to apply the patch.
    Thanks
    Bethune

  • Please Fix Tutorial Errors - Customize and Personalize an Application

    Oracle JDev Powers-That-Be,
    There are some misspellings on the Customizing and Personalizing an Application on the Oracle JDeveloper tutorials (http://www.oracle.com/technetwork/developer-tools/jdev/ccset18-all-084117.html) that got me for about 4 hours today.
    In "Create and Deploy Customization Class", #7
    <JDEVELOPER_HOME>jdeveloperjdevlibpatches< jar_file_name> . Should be
    <JDEVELOPER_HOME>jdeveloper/jdev/lib/patches<jar_file_name>.That really got me. I didn't know the significance of that error until I compiled, looked over the example multiple times, and then got to page 37 of 57 on http://www.scribd.com/doc/40222312/21/The-CustomizationLayerValues-xml-configuration-file
    Also, step 12
    adf-config.xml should be adfc.config.xml
    Please fix.
    Will

    I fixed the directory specification at:
    http://www-content.oracle.com/technetwork/developer-tools/jdev/ccset18-all-084117.html

  • Noncomplainance of OracleJDeveloper in obtaing the ADF Mobile Extension(connection)

    Reading through your recent posting on the new Mobile extension, for the oracle JDeveloper assumes that it's available.  When I searched, after checking all required boxes it never showed up.
    Not getting that extension, was only the first hurdle, or should  I should say, a key determining factor.  Trying to get a connect between JDeveloper and the sample database, was  I guess
    on retrospect, impossible.  Can, you update your inventory of updates, as I tried three times, and no Mobile extension was found, in that batch.
    Procedure:, I did install JDeveloper first, and then went back to install Oradb11_Home1 for my workspace and unpacked the sample database. perhaps,all went well, until I I tried to establish the network
    connection, resulting in message, connection null.
    Thanks, if anyone has worked through the example, as written.  One last question, for this example to work, should you use the database for personal user, standard or enterprise or specialized installation?
    Sorry, I'm very new to Oracle, bear with me.

    Which version of JDeveloper did you install?
    To work with the mobile extension you'll need to install 11.1.2.4 - see the "important note" box on this page:
    Oracle JDeveloper Software
    As for the database connection - we'll need a bit more info on what specific error are you getting.
    For the JDeveloper tutorials any version of the Oracle DB should work.

  • JSF Doubts

    Hello,
    I need some inputs regarding a small application which I am planning to develop using JDeveloper.
    I need to create two interfaces, one for creating categories and another one a master detail for creating questions.
    When I drop the view from data pallette, it's asking me to select different types like ADF form, ADF creation etc. Which one to select?
    Where can I find a good tutorial for building a samll application?
    Thanks in advance.

    Did you try the JDeveloper tutorials page? check any of the ADF related tutorials there.

  • How can I edit BusinessRule very fast?

    Hello Folks,
    Is there a way to edit the business rules from a different place than the included web editor? Editing is very tedious and time-consuming in this editor.I would like to edit something like a text file where I can move around blocks in my favorite editor.
    Furthermore, text files would be great for version tracking tools.
    So the question is: Does Oracle Business Rules have an IMPORT facility for importing rules? It is possible to generate RL Language from existing rules via the "RL" tab in ruleauthor, but is it also possible to import these files ?

    I have heard that a preview release will come out sooner or later, I do not known any dates. Currently there is a developer preview for:
    toplink:
    http://www.oracle.com/technology/software/products/ias/htdocs/1111topsoft.html
    oc4j:
    http://www.oracle.com/technology/software/products/ias/htdocs/utilsoft_preview.html
    JDeveloper Software:
    http://www.oracle.com/technology/products/jdev/11/index.html
    JDeveloper Online Demos:
    http://www.oracle.com/technology/products/jdev/viewlets/11/index.html
    JDeveloper Tutorials:
    http://www.oracle.com/technology/obe/obe11jdev/11/index.html

Maybe you are looking for

  • Why is there a message saying I'm out of RAM when I try to save a file to my computer, when I know I am not out of memory?

    I am on a Macbook 13' on OS X 10.9.2 running Photoshop CS5.1. I know I am not out of memory because I have just been through it with an Apple advisor. I was trying to save a PDF as a JPEG on my desktop. Restarted, still saying the same thing. Any ide

  • WHY IS IMPORTING FROM CD SUDDENLY SO SLOW??

    When I click on the Import CD button at the bottom of the page, the titles are immediately displayed as per usual in the program and each entry is checked. But the importation used to ZOOM through whatever titles were checked. Now everything is in mo

  • Got a new 6 and i tunes login says "you are not an administrator of the group"??

    My daughter just received a new 6 and is trying to login to i tunes and is receiving message "you are not a member of the administrator group". What does this mean? She and I originally shared an apple Id as she is a minor but my husband thinks he cr

  • Mp4 files become M4v

    When I export to .h264 it says .mp4 and has been exported with .mp4 before, but now when export to .mp4  the file become an m4v file that I can not use. It works with some projects, and this particular project has worked before. Any idea what I´m doi

  • How do i remove the preview pane in imail

    Hi; After watching the Key Note i downloaded Mavericks with great anticipation and I have been sadly dissapointed, constant beach balling and software not working and iv'e lost my Win XP partition!!! Anyway I am wading through the problems one by one