zoukankan      html  css  js  c++  java
  • Oracle Jdeveloper 11.1.1.6.0 常见配置&解决方案

    SVN 版本控制
     
    本机环境:TortoiseSVN 1.7
    开发环境:Jdeveloper 11.1.6.0 默认SVN Version 1.6
    Symptoms: 用本机TortoiseSVN 1.7取的应用程序,用Jdeveloper 11.1.16.0打开会出现
    [IllegalStateException in o.i.explorer.IconOverlayTracker$NodeWatcher:802]
     
    原因分析:Jdeveloper 自带的SVN版本和TortoiseSVN 版本不匹配无法读取
    Workaround: Remove connections from version navigator and do the following settings..
    Tools --> Preferences -->Versioning -->Subversion -->General --- and uncheck the check boxes "Use Navigator State Overlays Icon" and "Use Navigator State Overlays Labels"
     


    Jdeveloper 11.1.6.0 Cannot auto deploy
     
    Symptoms: Cannot Running Applications on Integrated WebLogic Server
     
    Workaround:JDev ->Tools -> Preferences -> Web Browser and Proxy -> use HTTP Proxy server (UNCLICK )    and restart JDev.
     

     
    Previously reported error [IllegalStateException in o.i.explorer.IconOverlayTracker$NodeWatcher:802]
     

    解决方案:
     
    If u using TortoiseSVN 1.7.1 or above for JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013 and below versions its giving this error and not for JDEV 11g release2 update 1..

    If its so just use tortoise svn for check out and commit purpose, Remove connections from version navigator and do the following settings..
    Tools --> Preferences -->Versioning -->Subversion -->General --- and uncheck the check boxes "Use Navigator State Overlays Icon" and "Use Navigator State Overlays Labels"

    Else try installing later Tortoise SVN versions like 1.6
    I too got the same error and did the first step for resolving it..
  • 相关阅读:
    向上造型
    Service与Activity通信
    adb报错:no permissions (user in plugdev group; are your udev rules wrong?); see [http://developer.android.com/tools/device.html]
    13-AB Test学习
    1-端到端机器学习项目
    12-数据分析框架
    2-电影推荐案例学习
    11-pyecharts使用Tab不完全代码示例
    22-基于Python构建GRPC服务
    akka练习
  • 原文地址:https://www.cnblogs.com/iyunzhe/p/3540690.html
Copyright © 2011-2022 走看看