Error in Maven build

Hi,
I am trying to build a code in Eclipse using Maven framework. For the project, I need to include a weblogic.jar file which is not available in maven repository. For that, I have made the following changes in the pom.xml for including the depencies and jar file :
<dependency>
<groupId>bea</groupId>
<artifactId>weblogic</artifactId>
<version>10.3.3</version>
<scope>system</scope>
<systemPath>${basedir}/src/non-packaged-resources/</systemPath>
</dependency>
<plugin>
               <groupId>com.googlecode.addjars-maven-plugin</groupId>
               <artifactId>addjars-maven-plugin</artifactId>
               <version>1.0.2</version>
               <executions>
               <execution>
               <goals>
               <goal>add-jars</goal>
               </goals>
               <configuration>
               <resources>
               <resource>
               <directory>src/non-packaged-resources/bea/weblogic/10.3.3</directory>
               <includes>
               <include>weblogic-10.3.3.jar</include>
               </includes>
               </resource>
               </resources>
               </configuration>
               </execution>
               </executions>
               </plugin>
I have included the jar file in $project/src/non-packaged-resources/bea/weblogic/10.3.3/
I am getting the following error :
Could not find artifact bea:weblogic:jar:10.3.3 at specified path U:\Draco\artifacts\Draco-jar\src\non-packaged-resources
Please help!

This is really not the correct forum to ask this question. Perhaps post it in a Maven forum, or ask a co-worker/friend with maven expertise.

Similar Messages

  • Wls9.2 build error in maven

    Hi,
    I'm doing wls8.1 to wls 9.2 migration with jdk5. When I changed the classpath to point wls9.2 version of weblogic.jar and webservices.jar from wls8.1 version with jdk5 , I'm seeing following build error.
    <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile your application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    [java] com/bea/xml/XmlException
    [java] [ERROR] Java Result: 1
    But I ran the maven build script with wls8.1 version of jar(weblogic and webservices.jar) and jdk 5, Build is successful.
    Pls let me know why this occurs and how I can correct this errror. Also I'm just seeing the exception, not detail of the exception. It is being hard to debug this exception for me. Any help is highly appreciated.Thx.

    Hi I am getting the same error when I am trying to migrate to WL 9.2.
    The exception thrown is
    [java] com/bea/xml/XmlException
    [java] <May 5, 2008 12:05:44 PM EDT> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile your application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    BUILD FAILED
    Java returned: 1
    at org.apache.tools.ant.taskdefs.Java.execute(Java.java:110)
    at org.apache.tools.ant.Task.perform(Task.java:341)
    at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
    at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
    at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
    at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
    at org.apache.commons.jelly.tags.core.CaseTag.doTag(CaseTag.java:116)
    at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
    at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
    at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
    at org.apache.commons.jelly.tags.core.SwitchTag.doTag(SwitchTag.java:105)
    at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
    at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
    at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
    at org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
    at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
    at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)
    at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110)
    at com.werken.werkz.Goal.fire(Goal.java:639)
    at com.werken.werkz.Goal.attain(Goal.java:575)
    at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
    at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:127)
    at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
    at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
    at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)
    at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110)
    at com.werken.werkz.Goal.fire(Goal.java:639)
    at com.werken.werkz.Goal.attain(Goal.java:575)
    at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
    at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:634)
    at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
    at org.apache.maven.cli.App.doMain(App.java:486)
    at org.apache.maven.cli.App.main(App.java:1215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.werken.forehead.Forehead.run(Forehead.java:551)
    at com.werken.forehead.Forehead.main(Forehead.java:581)
    File...... file:/opt/app/q1phx1m2/phx_97/STG_97/jelly/weblogic.jelly
    Please help
    Edited by tirathdesai at 05/05/2008 9:43 AM

  • Spring RMI Remoting Maven Build ClassCast Execption

    e have used spring remoting using RMI feature, where the service and client are deployed on same weblogic server. I am using JndiRmiServiceExporter and JndiRmiProxyFactoryBean. It works fine if i deploy the applications through weblogic workshop. But it fails at runtime when a maven build is done and deployed throwing an error
    org.springframework.remoting.RemoteLookupFailureException: Could not narrow RMI stub to service interface [xxx.xxIntf]; nested exception is java.lang.ClassCastException: Cannot narrow remote object ClusterableRemoteRef(1683913221122928763S::production_domain:AdminServer [1683913221122928763S::production_domain:AdminServer/416])/416 to xxxx.xxIntf
    Client applicationContext xml entries
    <bean class="org.springframework.remoting.rmi.JndiRmiServiceExporter">
              <property name="service" value="xxxxImpl"/>
              <property name="jndiName" value="jndiName"/>
              <property name="serviceInterface" value="xxxxIntf"/>
         </bean>
    Server applicationContext xml entries
    <bean id="bean-id" class="org.springframework.remoting.rmi.JndiRmiProxyFactoryBean">
              <property name="jndiName" value="jndiName"/>
              <property name="jndiEnvironment">
                   <props>
                        <prop key="java.naming.factory.url.pkgs">weblogic.jndi.factories</prop>
                   </props>
              </property>
              <property name="serviceInterface" value="xxxxxIntf"/>
              <property name="refreshStubOnConnectFailure"><value>true</value></property>
              <property name="lookupStubOnStartup"><value>false</value></property>
         </bean>
    Does anything has to be included when a maven build is done.

    Hi
    I have a similar issue with ant. I try to do a remote lookup via an custom built ant task, but it fails at runtime with the same exception that you got.
    Did you found any solution?
    regards
    Kalle

  • Error 1003 when building executable

    Hi, I'm using Labview 2010 on Windows 7 and I'm getting an error when I try to build an executable:
    Error 1003 occurred at Open VI Reference in AB_Engine_EXE_Call_Write_Icons.vi->AB_EXE.lvclass:​Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->A​B_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK​.vi->AB_Create_Build_Application.vi->EBUIP_Global_​OnCommand.vi->EBUIP_Global_OnCommand.vi.ProxyCalle​r
    Possible reason(s):
    LabVIEW: The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located. Select File>>Open to open the VI and then verify that you are able to run it.
    VI Path: C:\Program Files\National Instruments\LabVIEW 2010\vi.lib\Platform\icon.llb\Read Icons from ICO File.vi
    This happens even when I try to build a simple vi, like a random number generator.

    Same problem here. Error 1003 and error 8 I encoutered often.
    For error 8 during build process, I needed to save the executable on a higher level in the file hierarchy.
    For error 1003, I did not find a solution. Restarting LabView does not help. Sometimes (but not always) restarting the computer helps. Sometimes I need to reinstall the labview system.
    More details: I have a first vi, starting the actual vi with a hidden front panel (second vi). This vi can also be started directly. Sometimes, the build process runs smoothly then  when I include the second vi as main vi to start the program.
    The program runs fine when the build process succeeds, and it runs fine in LabView.

  • Error -12 when building installer

    OS: Win7 
    LabVIEW: 2012 SP1
    I am having issues with the application builder while trying to build an installer.
    The installler has the following "Aditional Installers" selected:
    LabVIEW Runtime Engine
    NU USI 2.0.1
    NI DAQmx Core Runtime 9.8
    NI DAQmx MAX Configuration 9.8
    NI VISA Runtime
    If I remove the "NI DAQmx Core Runtime 9.8" & "NI DAQmx MAX Configuration 9.8" then the installer builds without error.  How can I get it to succesfully build with these selected?
    I have upgrated the DAQmx from 9.5.5 to 9.8 and performed a mass compile but no luck.
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> IB_MSI.lvclass:Build.vi >> IB_MSI.lvclass:Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_CopyItem.vi
    Loading product deployment information
    Adding files to installer
    Validating...
    Copying files...
    Scanning files...
    Updating files...
    Build complete successfully.
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Copying distribution 'SiriusXM Mad Max' from: C:\Users\bbanacki\AppData\Local\Temp\7ZipSfx.000\Mad Max Installer\ to: C:\ProgramData\National Instruments\MDF\ProductCache\
    *** Error: Windows SDK function returned an error. (Error code -12)
    The system cannot find the path specified.
    *** Error Details:
    Error in MDF API function: _MDFDistCopyList_CopyItem
    Windows function FindFirstFile returned an error. Error code: 3
    *** End Error Report
    Done building deployment
    Solved!
    Go to Solution.

    Siriusly wrote:
    Copying distribution 'SiriusXM Mad Max' from: C:\Users\bbanacki\AppData\Local\Temp\7ZipSfx.000\Mad Max Installer\ to: C:\ProgramData\National Instruments\MDF\ProductCache\
    *** Error: Windows SDK function returned an error. (Error code -12)
    The system cannot find the path specified.
    *** Error Details:
    Error in MDF API function: _MDFDistCopyList_CopyItem
    Windows function FindFirstFile returned an error. Error code: 3
    *** End Error Report
    Done building deployment
    It looks like your installer build is trying to pull the "SiriusXM Mad Max" distribution from an unusual temp location. If this distribution was hiding inside a 7zip file and has since been altered or deleted, that we certainly confuse the installer builder. Do you know if this distribution contained the DAQmx installers you are trying to build with?
    Here are a few things you could try if this is the case.
    1. If an installer build ever suceeded while pulling source from this temp location, the location may have been saved as known good source. To undo this saved information, you can delete the file at C:\ProgramData\National Instruments\MDF\Bin\MDFInfo.xml
    2. If C:\Users\bbanacki\AppData\Local\Temp\7ZipSfx.000\Mad Max Installer\ is a valid path on your machine, try moving or renaming this folder. This should cause the installer builder to prompt you for source media. This prompt window will allow you to configure which distributions you provide as source for the build (depending on the version of the installer builder tool installed, you may have to click "No" to the question "Do you have all of these installers?" to get to the configuration page).
    3. Install the latest version of the installer build tool. A new one released with LV 2013, and it should be available to download either through NI Update Service or on the web somewhere
    4. All else fails... post your full installer build log! LabVIEW generates this for us at %temp%\LVProjectName_InstallerName_build.log

  • An error occurred while building the default domain

    Hi Not sure if this is the right forum to post this but I hope someone here can help......
    Hi,
    I have just installed Oracle JDeveloper 11g R1 (Build 5407) (Oracle JDeveloper Studio Edition for Windows (934 MB) ) on my windows laptop. When the product opens it tries to start a intergrated weblogic domain:
    [04:44:34 PM] Extending Integrated Weblogic domain...
    [04:45:27 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    I don't even know where to start investigating the cause of this problem so any pointers or help would be appreciated!!
    In case it is of any help the log file looks like this:
    Log File: C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.log
    Label: JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain
    "C:\Oracle\Middleware\jdeveloper\common\bin\wlst.cmd" "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\DevSuiteHome_3\jdk\jre\bin\classic;C:\DevSuiteHome_3\jdk\jre\bin;C:\DevSuiteHome_3\jdk\jre\bin\client;C:\DevSuiteHome_3\jlib;C:\DevSuiteHome_3\bin;C:\DevSuiteHome_3\jre\1.4.2\bin\client;C:\DevSuiteHome_3\jre\1.4.2\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\DevSuiteHome\jdk\jre\bin\classic;C:\DevSuiteHome\jdk\jre\bin;C:\DevSuiteHome\jlib;C:\DevSuiteHome\bin;C:\DevSuiteHome\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Starbase\StarGate SDK\Lib;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_07\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Extend Default Domain
    wlst > Reading domain: /C:/Documents and Settings/richard anthony/Application Data/JDeveloper/system11.1.1.1.33.54.07/DefaultDomain/
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/applications/jrf_template_11.1.1.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adf.fine.logging_11.1.1.jar
    wlst > Updating domain.
    wlst > Error: updateDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.py", line 43, in ?
    wlst > File "C:\Documents and Settings\richard anthony\Local Settings\Temp\WLSTOfflineIni13125804671929424.py", line 89, in updateDomain
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1490)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:425)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: Traceback (innermost last):
    wlst >
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    Elapsed time: 52625 ms

    Hi,
    Can you try the following steps and let us know if it works?
    1. Create a folder in your c: drive (say c:\myjdevhome)
    2. Invoke the command prompt, set JDEV_USER_HOME=c:\myjdevhome
    3. cd to JDEV_HOME\jdeveloper\jdev\bin
    4. Start the jdev (jdev.exe).
    5. Run/Debug your application.
    -Arun

  • ERROR:  An error occurred while building the default domain

    Hi,
    I have just installed Oracle JDeveloper 11g R1 (Build 5407) (Oracle JDeveloper Studio Edition for Windows (934 MB) ) on my windows laptop, but when I start JDeveloper I get the message : ERROR: An error occurred while building the default domain.
    Does anyone know what this means or how to resolve it?
    Log file:
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\DOCUME~1\RICHAR~1\LOCALS~1\Temp\sfx93.tmp\jre160_05\bin;C:\OraHome_2\jre\1.4.2\bin\client;C:\OraHome_2\jre\1.4.2\bin;C:\DevSuiteHome_2\jdk\jre\bin\classic;C:\DevSuiteHome_2\jdk\jre\bin;C:\DevSuiteHome_2\jdk\jre\bin\client;C:\DevSuiteHome_2\jlib;C:\DevSuiteHome_2\bin;C:\DevSuiteHome_2\jre\1.4.2\bin\client;C:\DevSuiteHome_2\jre\1.4.2\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\DevSuiteHome\jdk\jre\bin\classic;C:\DevSuiteHome\jdk\jre\bin;C:\DevSuiteHome\jlib;C:\DevSuiteHome\bin;C:\DevSuiteHome\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Starbase\StarGate SDK\Lib;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_07\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip;C:\DevSuiteHome_2\jlib\repository.jar;C:\DevSuiteHome_2\jlib\ldapjclnt10.jar;C:\DevSuiteHome_2\jlib\debugger.jar;C:\DevSuiteHome_2\jlib\ewt3.jar;C:\DevSuiteHome_2\jlib\share.jar;C:\DevSuiteHome_2\jlib\utj.jar;C:\DevSuiteHome_2\jlib\zrclient.jar;C:\DevSuiteHome_2\reports\jlib\rwrun.jar;C:\DevSuiteHome_2\forms\java\frmwebutil.jar;C:\DevSuiteHome_2\forms\java\FormsProperties1.jar;C:\DevSuiteHome_2\forms\java\handleimage3.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Extend Default Domain
    wlst > Reading domain: /C:/Documents and Settings/richard anthony/Application Data/JDeveloper/system11.1.1.1.33.54.07/DefaultDomain/
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/applications/jrf_template_11.1.1.jar
    wlst > Adding domain extension template: /C:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adf.fine.logging_11.1.1.jar
    wlst > Updating domain.
    wlst > Error: updateDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\ExtendDefaultDomain.py", line 43, in ?
    wlst > File "C:\Documents and Settings\richard anthony\Local Settings\Temp\WLSTOfflineIni5366665589360917524.py", line 89, in updateDomain
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1490)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:425)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: Traceback (innermost last):
    wlst >
    wlst > File "<iostream>", line 154, in ?
    wlst >
    wlst > File "<iostream>", line 103, in updateLoggers
    wlst >
    wlst > SystemExit: Failed to update logging.xml: java.lang.NoSuchMethodError: oracle.core.ojdl.util.XMLUtil.escapeAttrChars(Ljava/lang/String;Ljava/lang/Appendable;)V
    wlst >
    wlst >
    wlst >
    Elapsed time: 16359 ms

    Hi,
    This might be caused by a conflict with something already in your CLASSPATH. I would suggest the following:
    1. Shut down JDeveloper if it is already running. Delete the default domain directory:
    rd /s "C:\Documents and Settings\richard anthony\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain"
    2. From a command prompt, clear your CLASSPATH:
    set CLASSPATH=
    3. Start JDeveloper using the same command prompt as step 2:
    C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev
    If the problem was with the pre-existing CLASSPATH, the default domain should now build successfully.
    -Nathan

  • ERROR:  An error occurred while building the default domain - 11g

    Hi! I create *.Jspx page, but when I tried to run it then I had an error:
    RROR: An error occurred while building the default domain.
    And in log file:
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\jdk160_05\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.5/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files\QuickTime\QTSystem\QTJava.zip;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar
    wlst > The system cannot find the path specified.
    Why the system cannot find the path specified?
    Please help! What I need to do?
    Best regards!

    copy all jars zips or other files from 'program files' to an other folder without spaces in its name.
    Then search for the library which refers to the files in 'program files' and change the location to the new folder.
    Timo

  • An error occurred while building the default domain - New version of error

    I have installed JDeveloper Studio Edition Version 11.1.1.2.0. I used an temporary Admin account on the machine to install (organization security does not allow normal users to have admin accounts) and it runs perfectly well under that account.
    When I logged in under my normal account though I get an error trying to run the Debugger on the application. The server appears to be the only area of JDeveloper that has issues under this account, and below is the Log:
    [Waiting for the domain to finish building...]
    [12:51:06 PM] Creating Integrated Weblogic domain...
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [12:51:20 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Log File: C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Creating Default Domain
    wlst > Reading template: /C:/Oracle/Middleware/wlserver_10.3/common/templates/domains/wls.jar
    wlst > Setting Name to 'DefaultServer'
    wlst > Setting ListenAddress to ''
    wlst > Setting ListenPort to 7101
    wlst > Setting domain administrator to 'weblogic'
    wlst > Setting domain password.
    wlst > Writing domain: /C:/Users/Brian.Hess2/AppData/Roaming/JDeveloper/system11.1.1.2.36.55.36/DefaultDomain/
    wlst > Error: writeDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "C:\Users\Brian.Hess2\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py", line 68, in ?
    wlst > File "C:\Users\Brian.Hess2\AppData\Local\Temp\1\WLSTOfflineIni2950955933333350592.py", line 71, in writeDomain
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1497)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:786)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.lang.Exception: Got error in writing the node manager C:\Oracle\Middleware\wlserver_10.3\common\nodemanager\nodemanager.domains property file!
    wlst >
    Elapsed time: 13686 ms
    Any one have any ideas??? Seems like security issue, but this account has full access to it's C:/User/Account folders.
    Thanks in advance.

    Hi,
    Can you try the following steps and let us know if it works?
    1. Create a folder in your c: drive (say c:\myjdevhome)
    2. Invoke the command prompt, set JDEV_USER_HOME=c:\myjdevhome
    3. cd to JDEV_HOME\jdeveloper\jdev\bin
    4. Start the jdev (jdev.exe).
    5. Run/Debug your application.
    -Arun

  • "lib_external" does not exist - Error in ant build

    Can anybody, tell me please what is the reason I am getting the error lib_external does not exist, when trying to build a simple struts web-application to create a war file.
    The full error message is given below:
    ===========================================================
    C:\Basic_Struts2_Ant>ant
    Buildfile: C:\Basic_Struts2_Ant\build.xml
    clean:
    [delete] Deleting directory C:\Basic_Struts2_Ant\dist
    [delete] Deleting directory C:\Basic_Struts2_Ant\build
    init:
    [mkdir] Created dir: C:\Basic_Struts2_Ant\build
    compile:
    [mkdir] Created dir: C:\Basic_Struts2_Ant\build\WEB-INF\classes
    [javac] C:\Basic_Struts2_Ant\build.xml:69: warning: 'includeantruntime' was not set, defaulting
    to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 2 source files to C:\Basic_Struts2_Ant\build\WEB-INF\classes
    BUILD FAILED
    C:\Basic_Struts2_Ant\build.xml:69: C:\Basic_Struts2_Ant\lib_external does not exist.
    Total time: 2 seconds
    C:\Basic_Struts2_Ant>
    ===============================================================
    can someone give me the clue faced the same problem earlier.
    Thanks.
    Sujoy

    There are two errors in the log
    For the first error
    Open the build.xml file and add a new value inside the javac tag as <javac........includeantruntime="false"
    For the second error
    Create a folder name lib_external inside the Basic_Struts2_Ant folder

  • ODC: ERROR PKIX path building failed: to find valid certification path

    Hi to all,
    some one has experienced the error: PKIX path building failed: to find valid certification path to request target.... on the ODC while trying to connect
    we solved temporally adding the ssl to the java virtual machine, is there a path in the odc to set the ssl ?
    ODC 10.350
    Thanks!

    If you are trying to connect to UCM via SSL , Please check below note
    ODC - Errors Attempting to Connect to UCM Configured Through SSL (Doc ID 793137.1)

  • Error executing Maven

    I have installed the Axis2 and tried to run the application using "maven-package". I am getting this error. How to create this settings.xml file
    [ERROR] Error executing Maven.
    [ERROR] The specified user settings file does not exist: C:\Documents and Settings\satish.INDIA\.m2\settings.xml
    "

    I have installed the Axis2 and tried to run the application using "maven-package". I am getting this error. How to create this settings.xml file
    [ERROR] Error executing Maven.
    [ERROR] The specified user settings file does not exist: C:\Documents and Settings\satish.INDIA\.m2\settings.xml
    "

  • Error could not build a topology to decode the input file

    682593 (3088) - exe\logging.cpp:0841: --- START 2014\11\4 5:38:34 AM ---
    682593 (3088) - exe\main.cpp:4511: WinSAT registry node is created or present
    682609 (3088) - exe\main.cpp:4542: Command Line = winsat  formal
    682625 (3088) - exe\main.cpp:4314: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    682625 (3088) - exe\main.cpp:4649: INFO: Winsat is not running in AXE mode.
    682625 (3088) - exe\processwinsaterror.cpp:0146: ERROR: tried to read resource strings, unknown exception occured
    682687 (3088) - exe\main.cpp:4741: > IsFormal=TRUE  IsMoobe=FALSE.
    682687 (3088) - exe\watchdog.cpp:0113: WatchDogThreadProc Launched with priority 0
    682734 (3088) - exe\main.cpp:4860: Watch dog system enabled
    682734 (3088) - exe\main.cpp:4875: Main watch dog timer set to 600.0 seconds
    682875 (3088) - common\winsatutilities.cpp:1060: PNPID from DX9 call = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1126: Index [0]: PNPID = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1150: Matching device PnPID is PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1126: Index [1]: PNPID = ROOT\BasicDisplay
    682937 (3088) - exe\main.cpp:2615: > DWM Running.
    682937 (3088) - exe\main.cpp:2622: > turning off DWM.
    682937 (3088) - exe\main.cpp:2595: > EMD service will be restored on exit.
    682984 (3088) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    682984 (3088) - exe\main.cpp:2923: > power policy saved.
    683171 (3088) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    683171 (3088) - exe\main.cpp:2944: > power policy set to maximum.
    684515 (3088) - exe\main.cpp:0867: > WinSAT info: Version=V6.3 Build-9600.16384
    684562 (3088) - exe\main.cpp:1007: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    684562 (3088) - exe\main.cpp:4125: > Power 'execution' request successfully set.
    684562 (3088) - exe\main.cpp:1852: > Run Assessment features 
    684593 (3088) - common\winsatutilities.cpp:1060: PNPID from DX9 call = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1126: Index [0]: PNPID = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1150: Matching device PnPID is PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1126: Index [1]: PNPID = ROOT\BasicDisplay
    684640 (3088) - exe\main.cpp:1852: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 1 -alphaw 2 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    684656 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    696296 (3088) - exe\processresults.cpp:4571: > Wrote video memory bandwidth to the registry 3000430
    696359 (3088) - exe\main.cpp:2138: > DWM Assessment results processing SUCCESS
    696359 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    696359 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    702843 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    702843 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    709234 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    709234 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    716265 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    716265 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta
    3
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta
    3
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723515 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff
    5 -cbufp 6
    723515 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723515 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723515 (3088) - exe\main.cpp:1852: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    723515 (3088) - mfmedia\mfmediaop.cpp:0508: ps_MFMediaWorkerThread Launched with priority 0
    733562 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1555: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1279: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 388: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0096:Error: Could not build a topology to decode the input file. (p_BuildTopology)
    733625 (3088) - exe\main.cpp:2157: > mfmedia Assessment FAILED due to an error
    733625 (3088) - exe\main.cpp:4164: > Power request 'execution' successfully cleared.
    733625 (3088) - exe\processresults.cpp:4571: > Wrote video memory bandwidth to the registry 3000430
    733625 (3088) - exe\processresults.cpp:1421: Skipping HighDefPlayback limit check.
    733625 (3088) - exe\processresults.cpp:1547: No D3D10 Subscore. Using D3D9 subscore for final D3D score.
    733640 (3088) - exe\processwinsaterror.cpp:0298: Unspecified error 21 occured.
    733640 (3088) - exe\processwinsaterror.cpp:0319: Writing exit code, cant msg and why msg to registry 
    733796 (3088) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    733796 (3088) - exe\main.cpp:2985: > Power state restored.
    733812 (3088) - exe\main.cpp:3000: > Successfully reenabled EMD.
    733859 (3088) - exe\main.cpp:3026: > Composition restarted
    733859 (3088) - exe\watchdog.cpp:0339: Watch dog system shutdown
    733859 (3088) - exe\main.cpp:5204: > exit value = 21.
    i accidentally deleted all the formal assessment.xm file 
    please help me

    Hi,
    I'm agree with amavhsrma, we do need more information about your problem. We couldn't provide any suggestion with single log file.
    Roger Lu
    TechNet Community Support

  • Error occurred while building the following file

    hi,
    i get an error while compilating my programm. i did not change the vis listed below, they are standard express vi's...
    An error occurred while building the following file:
    C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\express\express analysis\CurveFittingBlock.llb\subCurveFitting.vi
    Error 1003 occurred at ABAPI Dist Chg and Save VIs.vi -> ABAPI Dist Build LLB Image.vi -> ABAPI Copy Files and Apply Settings.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Rule_Editor.vi -> BUIP_Create_Build_Rule.vi -> EBUIP_Global_OnCommand.vi -> EBUIP_Global_OnCommand.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  The VI is not executable.

    I would recommend to update to at least LabVIEW 8.0.1 (free update) and masscompile the vi.lib folder.
    You can download the update here:
    http://digital.ni.com/softlib.nsf/websearch/4C1209D42320BCFD8625711C005FB25B?opendocument&node=13207...

  • Error 1 when building my application in Labview 2010 Version 10.0f2

    I am getting the following error trying to build my application in Labview 2010 Version 10.0f2 and I get the following error:
    Error 1 occurred at Invoke Node in AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488:  Command requires GPIB Controller to be Controller-In-Charge.
    Method Name: Linker:Write Info To File
    I have searched and can find no real sollutions to this problem.  I did the updates and still nothing.  Now I can't even build an app with Laview 8.6.  I reference several .NET items and refuse to rebuild each and every one of them.  My only option at this point is to uninstall all Labview and then reinstall 8.6 so I can do something.
    Help if you can.

    Hello RBrown
    I am really sorry for this inconvenience!  This is a known issue.
    Can you please attempt the following for me:
    When you are building an application, under Advanced please check the last box "Use LabVIEW 8.x file layout"
    If that doesn't work, you may need to rebuild the LLB in a separate directory with new names, and use it as the build inclusion.
    Here are some forum posts strictly for your information:
    I have found users that have had similar issues. I am trying to make this workaround work for you.
    http://forums.ni.com/t5/LabVIEW/error-1052/m-p/912192
    This is a known issue that some customers have already commented on:
    http://forums.ni.com/t5/LabVIEW/NI-Please-don-t-put-illegal-vi-names-in-your-toolkits-thanks/m-p/745...
    I have filed a corrective action for this issue and I will add you to the list of individuals who need this issue resolved.
    Sincerely,
    Greg S.

Maybe you are looking for