Pmd-jdeveloper-0.6 released...

...with an update to pmd-1.3 including a couple of new rules and a tweak to the LogWindow output thanks to Roman Legat. This plugin is also licensed under a BSD-style license now.
You can get it from here:
http://sourceforge.net/project/showfiles.php?group_id=56262&release_id=195551
and the changelog is here:
http://sourceforge.net/project/shownotes.php?release_id=195551
What's PMD? It's a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth. You can read all about it here - http://pmd.sf.net/.
Yours,
tom

Cool :-)
I think I'm going to work on moving it up to 9.0.5... good times!
tom

Similar Messages

  • PMD-JDeveloper-0.9 is released...

    ..it works with the JDeveloper 10g preview now!
    You can download it here:
    http://sourceforge.net/project/showfiles.php?group_id=56262&package_id=75287&release_id=224608
    and the Changelog is here:
    http://sourceforge.net/project/shownotes.php?release_id=224608
    Yours,
    Tom
    P.S. What is PMD? It's a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth. Read all about it here - http://pmd.sf.net/.

    Tom, something curious has happened.
    Yesterday I installed PMD 0.8 and it appeared in the preferences dialog and various context menus. So far so good.
    However, after I started JDeveloper today, the PMD options weren't there anymore.
    I tried putting pmd-jdeveloper-0.9.jar in the ext directory (after removing pmd-jdeveloper-0.8.jar), but unfortunately that didn't help.
    The JDeveloper console window (JDEV.EXE) reveals no additional information.
    Would you know per chance what's going on here?

  • PMD-JDeveloper-0.8 is released...

    ..with an update to PMD 1.6 and a move to the 9.0.4 XML manifest file format. You can download it here:
    http://sourceforge.net/project/showfiles.php?group_id=56262&package_id=75287&release_id=224075
    and the Changelog is here:
    http://sourceforge.net/project/shownotes.php?release_id=224075
    Yours,
    Tom
    P.S. What is PMD? It's a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth. Read all about it here - http://pmd.sf.net/.

    Cool :-)
    I think I'm going to work on moving it up to 9.0.5... good times!
    tom

  • OC4J 11 / JDeveloper 11g Production Release?

    Hi
    I was wondering whether someone from Oracle could give some indication as to when they expect the production version of OC4J 11 and JDeveloper 11g to be released? Will they be released at the same time?
    Cheers
    George

    Hi
    I just asked Oracle Support - they still wont report a date back. They only say that OC4J 11g is part of the Fusion Middleware Suite, which had a release plan for 2nd halft of CY07 and has now slipped indefinately. The exact comment was "FMW 11g is still not released (because not ready to be releasable) but is further delayed. I have not found any new planned release date in the internal resources available to support."

  • V0.5 of the PMD extension has been released...

    ... it contains an update to the latest PMD rules and some windowing improvements. You can get it here:
    http://sourceforge.net/project/showfiles.php?group_id=56262&release_id=166669
    PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.
    Yours,
    Tom

    Awesome. Thanks for the new release!
    Rob

  • Unable to download JDeveloper 10g Production Release or Oracle Designer 10g

    The downloaded files doesn't seems to be complete and I get "invalid file" when try to open using WinZip. I tried to download these files few times now but in vain.

    I am still unable to download. I used 2 different browsers. I am clicking on the 'Download JDeveloper 10G'
    link on the homepage, clicking on 'I Accept' on the next page after checking all the checkboxes. Then in next page
    clicking Complete Install/Basic Install gives the same
    "Sorry, page not found error"!

  • When will the next JDeveloper be released ?

    Hi All,
    Can anyone tell me when the next Version of JDeveloper will be released which will support Oracle 10g AS 10.1.4 ,
    Thanks
    Regards

    The latest edition of Oracle Application Server is 10.1.3.2
    http://www.oracle.com/technology/tech/java/oc4j/1013/index.html

  • Is there any plug-ins for static code analysis in Jdeveloper

    Hi,
    Is there any PMD, check style and static code analysis plug-ins available for JDeveloper? Those are available for Eclipse. How to achieve that in the JDeveloper?
    Regards,
    Raghu.

    This should help-
    PMD plugin for JDeveloper 11.1.2.0
    http://develishdevelopment.wordpress.com/2012/03/12/have-released-pmd-jdeveloper-extension-4-3/
    Always mention you Jdev version. Here I just assumed yours :P

  • How to install PMD extension for JDEV 11g TP4 ?

    Hi,
    I tried to install PMD extension to JDEV 11g TP4 without success.
    Check for updates doesn't bring this extension.
    Tools --> Preferences --> extension brings following message:
    The ide.extensions or ide.noextensions system properties are set and override user extension preferences. To configure extensions, unset these properties and restart.
    Release notes of JDev 11g TP4 says:
    In this release, users are unable to manage extensions from the Tools > Preferences, Extensions page. The user will instead see the following message:
    The ide.extensions or ide.noextensions system properties are set and override user extension preferences. To configure extensions, unset these properties and restart.
    Is there a other way to add this extension?
    regards
    Peter

    Hello John,
    But for TP1 there was an extension available.
    http://www.oracle.com/technology/products/jdev/101/update/exchange.xml#net.sourceforge.pmd.jdeveloper
    Does anyone know if PMD JDeveloper extension will be available in production release?
    regards
    Peter

  • JDeveloper 11g Preview - Bugs Swing

    Hi, My Name is Pedro Díaz Robles
    I have some bugs at the time of working with Swing, at the time of designing my forms,
    code disappears, for example the size of a window or size of button.
    recently they have some patchset for bugs of swing ?
    It is a simple example
    The steps are the following to produce bug:
    1. Create a empty Project
    2. New Client Thier - Swing AWT - Java Application (With Add Default Frame Option Selected) and post, create the default frame.
    3. I change size of frame
    4. View the source code:
    this.setSize();
    5. The same with a button
    jButton1.setBounds();
    6. Operating System: Linux Fedora 7
    Linux 2.6.22.1-41.fc7 #1 SMP Fri Jul 27 18:10:34
    EDT 2007 i686 i686 i386 GNU/Linux
    7. os.name     Linux
    os.version     2.6.22.1-41.fc7
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.5.0_12-b04
    java.runtime.name     Java(TM) 2 Runtime Environment, Standard Edition
    ADF Business Components     11.1.1.45.24
    Java(TM) Platform     1.5.0_12
    Oracle IDE     11.1.1.0.17.45.24
    PMD     JDeveloper Extension 1.9
    Versioning Support     11.1.1.0.17.45.24
    NOTE:
    Moments exist that are no problems, but already me it has happened several times that problem
    Thanks!!
    Greetings!!

    Hi,
    thanks for posting your findings.
    I admit that In the first preview of JDeveloper 11 we didn't put lots of effort in testing Swing, so it doesn't come by surprise that it has holes. This however will change for the next preview that we expect for end of September. If you can reproduce your problems in that release, please repost.
    Frank

  • JDeveloper IDE: Developer Mode Error

    Hi All,
    I am facing an issue after launcing JDEV through /jdevbin/NT/1223_db2dbg_17007206 (JDeveloper IDE for Release 12.2.3 Dev Build 2).
    I am getting developer mode error after launcing my application. For the error to perish, we need to disable the same by :
    Go Project Properties -> Oracle Applications -> Run Options and remove OADeveloperMode from the selected list.
    However the OADeveloperMode option is not visible at project properties. Any idea on how to disable the option through any other means or any workarounds.
    The profile “FND:Developer Mode” is already set to No in site level in environment. I am still seeing the Developer Mode error in jdev.
    Thanks in advance.
    Regards,
    Arpita

    Hi Shobit,
    Error message :
    (This developer mode error is thrown instead of being registered due to the lack of the page context object.) The OA passivation framework coding standard has been violated. Web bean properties cannot be modified in the controller processFormData or processFormRequest method. Web bean properties should be modified in the processRequest method only. An attempt to modify a web bean has been made in the following call stack: java.lang.Throwable at oracle.apps.fnd.framework.OACommonUtils.getCallStack(OACommonUtils.java:822) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setAttributeValue(OAWebBeanHelper.java:1857) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setAttributeValue(OAWebBeanHelper.java:1891) at oracle.apps.fnd.framework.webui.OAWebBeanFormElementHelper.setAttributeValue(OAWebBeanFormElementHelper.java:2108) at oracle.apps.fnd.framework.webui.beans.message.OAMessageLovInputBean.setAttributeValue(OAMessageLovInputBean.java:616) at oracle.cabo.ui.beans.form.TextInputBean.setRequired(TextInputBean.java:441) at oracle.apps.po.common.webui.ClientUtil.setViewOnlyRecursiveInternal(ClientUtil.java:743) at oracle.apps.po.common.webui.ClientUtil.setViewOnlyRecursiveInternal(ClientUtil.java:864) at oracle.apps.po.common.webui.ClientUtil.setViewOnlyRecursiveInternal(ClientUtil.java:864) at oracle.apps.po.common.webui.ClientUtil.setViewOnlyRecursiveInternal(ClientUtil.java:864) at oracle.apps.po.common.webui.ClientUtil.setViewOnlyRecursiveInternal(ClientUtil.java:864) at oracle.apps.po.common.webui.ClientUtil.setViewOnlyRecursive(ClientUtil.java:704) at oracle.apps.ozf.oa.claim.webui.ClaimUpdateCO.setPageReadOnly(ClaimUpdateCO.java:425) at oracle.apps.ozf.oa.claim.webui.ClaimUpdateCO.processFormRequest(ClaimUpdateCO.java:239) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:854) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1241) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1066) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1032) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:887) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1066) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1032) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:887) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:3113) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1897) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:558) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:446) at _OA._jspService(_OA.java:72) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:662)
    This error part of the file (oracle.apps.ozf.oa.claim.webui.ClaimUpdateCO) present in the error message is an already existing code.
    Now the problem with solving this issues may end up solving many other issues. I am also not sure that my solving one part will fix it or not.
    If you can please help me with suppressing the option how we used to do that earlier via jdev, then I can move ahead with my changes and test them.
    Thanks,
    Arpita

  • WLS 10.3, JDeveloper 11- JDBC/JNDI

    I've been looking for a couple days now, and i can't find a understandable answer.
    I am trying to implement Security into my ADF application. I would like it to use Active Directory, (possibly from more than 1 AD server) or permissions based on there DB users/passwords and roles.
    I am using JDeveloper 11g production release, and ADF faces. I am not sure if we can use LDAP as i am not sure if it is set up. If anyone can lend a helping hand and let me know if any of these are viable options that would be great!!
    If these are not good/viable options, is there a easy way to add users/roles to a existing production application without access to Jdeveloper or having to re-deploy the application?
    Thanks Everyone!
    Edited by: Dan Surkan on 18-Nov-2008 11:49 AM - changed subject

    So the above questions are still open and i have another,
    I am trying to deploy my app to the WLS 10.3 server. I deploy through JDeveloper or through the server control panel (install the WAR file) and i get the same error for both:
    <Nov 18, 2008 12:15:13 PM CST> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application ----directory----/LocalServer.war. Please make sure that
    the annotations are valid. The error is javax.faces.webapp.FacesServlet>
    <Nov 18, 2008 12:15:13 PM CST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with
    ID '1227032103734' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'LocalServer.war'
    weblogic.application.ModuleException: Failed to load webapp: 'LocalServer.war'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    <Nov 18, 2008 12:15:14 PM CST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for app
    lication 'Dashboard'.>
    <Nov 18, 2008 12:15:14 PM CST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'LocalServer.war'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    Anyone have any insight on this.
    If you need me to post any of my xml files, just let me know which ones and i will put them up ASAP!
    ps. Yes i did the ADF patch for the WLS server.
    --Dan Surkan
    Edited by: Dan Surkan on 18-Nov-2008 1:40 PM

  • Need JDeveloper Exact Version for 11.5.9

    Hi All,
    I would like to develop the new pages by using OA Framework. To develop the page in 11.5.9 version what is the exact compatible JDeveloper version?
    See below for my OAInfo details....
    OA Framework Version --> 5.7.H.V6
    MDS Version --> 9.0.3.6.7 (build 772)
    UIX Version --> 2.1.19
    BC4J Version --> BC4J Version
    And I have checked all metalink note ids for framework version but those notes are having the JDeveloper version from OAF version 5.10.
    I would appreciate if anyone reply soon with exact version. Let me know if need any more details.
    Thanks
    NV

    To determine which patch to use, you can check the framework version in your instance by using http://host:port/OA_HTML/OAInfo.jsp, then choose the matched JDeveloper patch.
    Release 11i
    OA Framework 5.10 patch JDeveloper 9i Patch
    ATG.PF.H (patch 3438354 or Oracle Applications 11.5.10) Patch 4045639 9IJDEVELOPER WITH OA EXTENSION ARU FOR FWK.H
    ATG PF CU1 (patch 4017300) Patch 4141787 9IJDEVELOPER WITH OA EXTENSION ARU FOR CU1
    ATG PF CU2 (patch 4125550) Patch 4573517 Oracle9i JDeveloper with OA Extension for 11.5.10 CU2
    11i.ATG_PF.H RUP3 (patch 4334965) Patch 4725670 9IJDEVELOPER WITH OA EXTENSION ARU FOR 11i10 RUP3
    11i.ATG_PF.H RUP4 (patch 4676589) Patch 5455514 9IJDEVELOPER WITH OA EXTENSION ARU FOR 11i10 RUP4
    11i.ATG_PF.H RUP5 (patch 5473858) Patch 6012619 9IJDeveloper With OA Extension ARU FOR 11i10 RUP5
    11i.ATG_PF.H.RUP6 (patch 5903765)
    Patch 6469392 9IJDEVELOPER WITH OA EXTENSION ARU FOR 11I10 RUP6
    Thanks

  • [b]JDev Team: Problem regarding JDeveloper's UIEditor[/b]

    Hiii,
         I am using Jdeveloper 903 production release.When I develop a Swing Form using the UIEditor of JDeveloper, the code normally gets added to the jbInit() method of the source file. the code which is getting generated is something like :
    public class SwingForm extends JPanel
    XYLayout xYLayout1 = new XYLayout();
    JCheckBox jCheckBox1 = new JCheckBox();
    JTextField jTextField1 = new JTextField();
    public SwingForm()
    try
    jbInit();
    catch(Exception e)
    e.printStackTrace();
    private void jbInit() throws Exception
    this.setLayout(xYLayout1);
    jCheckBox1.setText("jCheckBox1");
    jTextField1.setText("jTextField1");
    this.add(jTextField1, new XYConstraints(170, 165, 59, 20));
    this.add(jCheckBox1, new XYConstraints(160, 55, 82, 24));
    But for the sake of modularity I want to rearrage the code something like this :
    public class SwingForm extends JPanel
    XYLayout xYLayout1 = new XYLayout();
    JCheckBox jCheckBox1 = new JCheckBox();
    JTextField jTextField1 = new JTextField();
    public SwingForm()
    try
    jbInit();
    catch(Exception e)
    e.printStackTrace();
    private void jbInit() throws Exception
    this.setLayout(xYLayout1);
    setProperties();
    this.add(jTextField1, new XYConstraints(170, 165, 59, 20));
    this.add(jCheckBox1, new XYConstraints(160, 55, 82, 24));
    private void setProperties()
    jCheckBox1.setText("jCheckBox1");
    jTextField1.setText("jTextField1");
    But if I rearrange the code like this, the properties which I am setting inside the method setProperties() doesn't get reflected on the UIEditor. I want to know, can I set the properties inside a different method or not? If not, is there a workaround for that?
    Thanks in advance
    Hemant

    Hi,
    No, you may not set the properties inside of a method other than jbInit. There is no workaround.
    JDeveloper is not an interpreted environment. Thus, no runtime state is present during UI editing, meaning that no instance of your class is present upon which to invoke the other method. Similarly, conditional logic can not be executed. The UI Editor explicitly searches for the jbInit method and attempts to use simple reflection, to the best of its ability, to perform property sets on the member objects. Note that the member objects may be instantiated and used with reflection since they are instances of compiled classes, whereas the 'this' object is not yet compiled since you are still editing it

  • Jdeveloper 11g and Integrated Weblogic Sever 10.3

    Hi everyone,
    i install jdeveloper 11g and integrated weblogic server 10.3 but when i create a simple ADF web application in ONE simple HELLO WORLD JSF page and i run this page give me this error:
    <Feb 24, 2009 6:50:52 PM WET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1235501448994' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'APP_TesteWLS-ViewController-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'APP_TesteWLS-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    <Feb 24, 2009 6:50:52 PM WET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'APP_TesteWLS'.>
    <Feb 24, 2009 6:50:52 PM WET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'APP_TesteWLS-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application APP_TesteWLS on DefaultServer.: Failed to load webapp: 'APP_TesteWLS-ViewController-context-root'.
    weblogic.application.ModuleException: Failed to load webapp: 'APP_TesteWLS-ViewController-context-root'
    #### Deployment incomplete. #### Feb 24, 2009 6:50:52 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.redeployApplications(Jsr88DeploymentHelper.java:561)
         at oracle.jdevimpl.deploy.weblogic.common.Jsr88WeblogicDeploymentHelper.redeployApplications(Jsr88WeblogicDeploymentHelper.java:259)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:222)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.redeployApplications(Jsr88DeploymentHelper.java:542)
         ... 13 more
    #### Cannot run application APP_TesteWLS due to error deploying to DefaultServer.
    [Application APP_TesteWLS stopped and undeployed from Server Instance DefaultServer]
    i read the Oracle JDeveloper 11g Installation Guide and in "11 Using WebLogic Server with Oracle JDeveloper"
    "Installing Oracle JDeveloper Studio 11g Release 1 (11.1.1) also automatically installs Oracle WebLogic Server 10g Release 3 (10.3). Oracle JDeveloper uses this preconfigured installation as the Integrated WLS, a Oracle JDeveloper-managed server for testing and debugging your applications from within the IDE. *After installing Oracle JDeveloper, everything you need to begin developing, testing and debugging web applications is installed and configured for you; no additional configuration steps are necessary for development purposes.*"
    my environment is:
    OS -> fedora 10
    Ram -> 4gb
    i need help .... thanks ...
    best regards
    Edited by: Vale Teixeira Miguel on Feb 24, 2009 6:55 PM

    hi Olaf, thanks for your help
    yes i do the same
    i confirmed all steps and i do correct ...
    i change the JDK 1.6.0_11 to JDK 1.6.0_12
    i change the JDK settings in $JDEV_HOME/wlsserver_10.3/.product.properties to JDK 1.6.0_12
    i change the JDK settings in $JDEV_HOME/bin/jdev.conf to JDK 1.6.0_12
    when i run the application give me this error
    <Feb 25, 2009 5:09:42 PM WET> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'Web_Teste1'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
         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)
         Truncated. see log file for complete stacktrace
    java.lang.UnsatisfiedLinkError: /opt/app/oracle/jdev/jdk160_05/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         Truncated. see log file for complete stacktrace
    Feb 25, 2009 5:09:42 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Feb 25, 2009 5:09:42 PM WET> <Warning> <Server> <BEA-002611> <Hostname "prtt01", maps to multiple IP addresses: 192.168.75.84, 127.0.0.1>
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.75.84:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Feb 25, 2009 5:09:42 PM WET> <Warning> <Server> <BEA-002611> <Hostname "192.168.75.84", maps to multiple IP addresses: 192.168.75.84, 127.0.0.1>
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Feb 25, 2009 5:09:42 PM WET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 20996 ms.
    DefaultServer started.
    [Running application Web_Teste1 on Server Instance DefaultServer...]
    ---- Deployment started. ---- Feb 25, 2009 5:09:46 PM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-02-25 17:09:47.026: Writing WAR file to /home/mvt/.jdeveloper/system11.1.1.0.31.51.88/o.j2ee/drs/Web_Teste1/Web_Teste1-ViewController-webapp
    2009-02-25 17:09:47.04: Wrote WAR file to /home/mvt/.jdeveloper/system11.1.1.0.31.51.88/o.j2ee/drs/Web_Teste1/Web_Teste1-ViewController-webapp
    2009-02-25 17:09:47.194: Writing EAR file to /home/mvt/.jdeveloper/system11.1.1.0.31.51.88/o.j2ee/drs/Web_Teste1
    2009-02-25 17:09:47.213: Wrote EAR file to /home/mvt/.jdeveloper/system11.1.1.0.31.51.88/o.j2ee/drs/Web_Teste1
    Redeploying Application...
    <Feb 25, 2009 5:09:49 PM WET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application Web_Teste1 is not versioned.>
    Feb 25, 2009 5:09:49 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    <Feb 25, 2009 5:09:55 PM WET> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.NoClassDefFoundError: Could not initialize class sun.beans.editors.ColorEditor.
    java.lang.NoClassDefFoundError: Could not initialize class sun.beans.editors.ColorEditor
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         Truncated. see log file for complete stacktrace
    >
    Feb 25, 2009 5:09:55 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    <Feb 25, 2009 5:09:55 PM WET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1235581788818' for task '0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
         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)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: Could not initialize class sun.beans.editors.ColorEditor
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         Truncated. see log file for complete stacktrace
    >
    <Feb 25, 2009 5:09:55 PM WET> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'Web_Teste1'.>
    <Feb 25, 2009 5:09:55 PM WET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Web_Teste1'.>
    <Feb 25, 2009 5:09:55 PM WET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
         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)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: Could not initialize class sun.beans.editors.ColorEditor
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Web_Teste1 on DefaultServer.: .
    weblogic.application.ModuleException:
    #### Deployment incomplete. #### Feb 25, 2009 5:09:55 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.redeployApplications(Jsr88DeploymentHelper.java:561)
         at oracle.jdevimpl.deploy.weblogic.common.Jsr88WeblogicDeploymentHelper.redeployApplications(Jsr88WeblogicDeploymentHelper.java:259)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:222)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.redeployApplications(Jsr88DeploymentHelper.java:542)
         ... 13 more
    #### Cannot run application Web_Teste1 due to error deploying to DefaultServer.
    [Application Web_Teste1 stopped and undeployed from Server Instance DefaultServer]
    i not understand why my fedora 10 give me this error ...

Maybe you are looking for

  • Back button in the browser issue

    Technical error displayed when clicking on back to login after retrieving password in mondizen site. Browser: Mozilla version 3.6 (Note: This error does not appear on IE8) Windows 7. 1. Click Login and enter email address and click ok 2. Click forgot

  • GRPO booked to Wrong Vendor

    hi all, Our client has booked GRPO to wrong vendor X instead of Y,Stock of item get consumed in production. Now Vendor Y sent invoice for payment,How to Solve this problem ? Jeyakanthan

  • Linked Server : The old "Login failed for users "NT Authority\Anonymous Logon" issue

    Two SQL Servers: SQL Server 2008 sp3 and SQL Server 2014We are transitioning from 2008 to 2014.  We have need of some linked servers whilst this is ongoing. We've used them before, and indeed I set them up quite easily or so I thought. On the 2014 se

  • Migrated database from 2008 R2 to 2012 getting wrong decimal precisions

    Migrated SQL Server database from 2008R2 to 2012 using backup and restore option When I do aggregate sum on both the databases 2008 and 2012 decimal precision is coming different. Because of this measure value in SSAS cube browser is calculated wrong

  • How to assign a value to a parameter {?MyParam} dynamically?

    How to assign a value to a parameter {?MyParam} dynamically? Example:   {?One_Or_Two}  <- my first parameter   {?MyParam}       <- My second parameter The Code: If ( {?One_Or_Two} = 'One'  then     {?MyParam}  = 'One' ; else      {?MyParam}  = 'Two'