Upgrade EclipseLink in Embedded WebLogic Server (JDeveloper 11.1.1.2.0)

Currently I am using JDeveloper 11.1.1.2.0 for my project, which comes with EclipseLink v1.2 pre-installed. However, my project requires to use latest EclipseLink version 2.0. I added EclipseLink 2.0 into Libraries and Classpath setting in project property. However, when I ran my app by using embedded WebLogic Server, my app is still using the old EclipseLink v1.2. I already tried to copy EclipseLink 2.0 jar file into DefaultDomain/lib directory and ear library directory. But embedded weblogic server still using old version from modules directory. Could anyone tell me how I could solve this issue. Thanks!

WebLogic comes pre-configured with TopLink's provided EclipseLink Library as a system module. You cannot upgrade this to 2.0 in a support fashion. The next release of WebLogic will include EclipseLink 2.0(.x).
If you want to test your application's use of EclipseLink 2.0 using JPA 1.0 application managed EntityManagers you can package the 2.0 library in your EAR and use the filtered classloader config setup in the weblogic-application.xml to ensure the packaged library is used instead of the system module.
Doug

Similar Messages

  • Embedded WebLogic Server

    Hi, everybody.
    First of all, i apologize for my poor writing skills in English. My native language is Portuguese.
    Is it possible to start an WebLogic Server 10.0+ inside a running JVM? Tricks like start weblogic.Server in a new JVM, using the appropriate -D switches (system properties and policy file), won't work for me.
    I need to start WL in the same JVM (an Embedded WebLogic Server instance) like Tomcat (http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/startup/Embedded.html) or Jetty (http://docs.codehaus.org/display/JETTY/Embedding+Jetty).
    I've already tried to set System.setProperty() properly and run weblogic.Server.main(new String[0]), but WebLogic fails silently. It's impossible to debug it because the source code is closed.
    Is there any suggestion or workaround to do it?
    Some context: I'm working with an open source general API to start Embeddable Web Containers/Application Servers and i'm trying to develop/use WL's implementation. The host contains a regular WebLogic installation and i'm able to start WebLogic invoking "java -cp appropriate_class_path weblogic.Server" from any directory: WebLogic just asks about context.xml and do its magic.
    Thanks in advance.
    Best regards,
    Daniel.

    Another difference I noticed between these 2 approaches (java -cp weblogic.jar vs. new URLClassLoader()): When weblogic.jar is specified using -cp, the system property java.class.path is changed to include a lot of WebLogic jars.
    Is there any bootstrap log that i can enable to understand what is happening?
    Thanks.
    == java -cp . RunWL2 ==
    java.class.path = C:\tmp\test_wl
    == java -cp .;weblogic.jar RunWL2 ==
    java.class.path = C:\tmp\test_wl;C:\bea2\modules\com.bea.core.weblogic.workmanager_1.4.0.0.jar;C:\bea2\modules\com.bea.core.utils_1.4.0.0.jar;C:\bea2\modules\com.bea.core.utils.full_1.4.0.0.jar;C:\bea2\modules\features\weblogic.server.modules.L10N_10.3.0.0.jar;C:\bea2\modules\com.bea.core.antlr.runtime_2.7.7.jar;C:\bea2\modules\com.bea.core.descriptor.j2ee_1.1.0.0.jar;C:\bea2\modules\com.bea.core.descriptor.j2ee.binding_1.1.0.0.jar;C:\bea2\modules\com.bea.core.descriptor.wl_1.1.0.0.jar;C:\bea2\modules\com.bea.core.descriptor.wl.binding_1.1.0.0.jar;C:\bea2\modules\com.bea.core.datasource6_1.4.0.0.jar;C:\bea2\modules\com.bea.core.datasource6.binding_1.4.0.0.jar;C:\bea2\modules\com.bea.core.beangen_1.4.0.0.jar;C:\bea2\modules\com.bea.core.descriptor.settable.binding_1.4.0.0.jar;C:\bea2\modules\com.bea.core.diagnostics.accessor_1.1.0.0.jar;C:\bea2\modules\com.bea.core.diagnostics.accessor.binding_1.1.0.0.jar;C:\bea2\modules\com.bea.core.management.core_2.3.0.0.jar;C:\bea2\modules\com.bea.core.management.core.binding_2.3.0.0.jar;C:\bea2\modules\com.bea.core.ejbgen_1.0.0.0.jar;C:\bea2\modules\org.apache.ant.patch_1.1.0.0_1-6-5.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-xslp.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-xalan1.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-weblogic.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-vaj.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-trax.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-swing.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-stylebook.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-starteam.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-nodeps.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-netrexx.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-launcher.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-junit.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-jsch.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-jmf.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-jdepend.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-javamail.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-jai.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-icontract.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-commons-net.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-commons-logging.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-apache-resolver.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-apache-regexp.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-apache-oro.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-apache-log4j.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-apache-bsf.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-apache-bcel.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-antlr.jar;C:\bea2\modules\org.apache.ant_1.6.5\lib\ant-all.jar;C:\bea2\modules\com.bea.core.repackaged.apache.bcel_5.2.1.0.jar;C:\bea2\modules\com.bea.core.repackaged.jdt_3.2.2.0.jar;C:\bea2\modules\com.bea.core.apache.commons.collections_3.2.0.jar;C:\bea2\modules\com.bea.core.apache.commons.lang_2.1.0.jar;C:\bea2\modules\com.bea.core.apache.commons.pool_1.3.0.jar;C:\bea2\modules\com.bea.core.apache.dom_1.0.0.0.jar;C:\bea2\modules\com.bea.core.apache.logging_1.0.0.0.jar;C:\bea2\modules\org.apache.openjpa_2.2.0.0_1-1-0.jar;C:\bea2\modules\com.bea.core.xml.xmlbeans_1.0.0.0_2-4-0.jar;C:\bea2\modules\com.bea.core.logging_1.4.0.0.jar;C:\bea2\modules\com.bea.core.bea.opensaml_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.bea.opensaml2_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.monitoring.harvester.api_2.1.0.0.jar;C:\bea2\modules\com.bea.core.monitoring.harvester.jmx_2.1.0.0.jar;C:\bea2\modules\com.bea.adaptive.harvester.utils_1.2.0.0.jar;C:\bea2\modules\com.bea.mbean.typing.util_1.2.0.0.jar;C:\bea2\modules\javolution_3.7.19.0.jar;C:\bea2\modules\joda.time_1.2.1.0.jar;C:\bea2\modules\com.bea.core.xml.staxb.buildtime_1.3.0.0.jar;C:\bea2\modules\com.bea.core.xml.staxb.runtime_1.3.0.0.jar;C:\bea2\modules\com.bea.core.annogen_1.2.0.0.jar;C:\bea2\modules\com.bea.core.kodo_1.0.0.0_4-2-0.jar;C:\bea2\modules\com.bea.core.kodo.integration_1.3.0.0.jar;C:\bea2\modules\com.bea.core.kodo.integration.binding_1.3.0.0.jar;C:\bea2\modules\com.bea.core.kodo.integration.tools_1.2.0.0.jar;C:\bea2\modules\com.bea.core.process_5.4.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.stax_1.4.0.0.jar;C:\bea2\modules\com.bea.core.xml.beaxmlbeans_1.0.0.0_2-4-0.jar;C:\bea2\modules\com.bea.core.repackaged.aspectj.aspectjweaver_5.1.0.jar;C:\bea2\modules\com.bea.core.repackaged.apache.commons.logging_1.2.0.jar;C:\bea2\modules\com.bea.core.repackaged.springframework.spring_2.0.3.jar;C:\bea2\modules\com.bea.core.repackaged.springframework.pitchfork_1.1.0.0_1-0.jar;C:\bea2\modules\com.bea.core.common.security.i18n_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.xacml_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.saml2.utils_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.engine.impl_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.engine.api_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.api_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.impl_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.jdkutils_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.utils_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.saml2_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.saml2.manage_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.providers.utils_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.saml.utils_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.xacmlproviders.utils_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.common.security.providers.env_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.certj_1.0.0.0.jar;C:\bea2\modules\com.bea.core.ldapjdk_1.0.0.0.jar;C:\bea2\modules\com.bea.core.apache.commons.net_1.0.0.0_1-4-1.jar;C:\bea2\modules\com.bea.core.weblogic.saaj_1.3.0.0.jar;C:\bea2\modules\glassfish.el_2.1.0.jar;C:\bea2\modules\glassfish.jaxb_2.1.6.jar;C:\bea2\modules\glassfish.jaxb.xjc_2.1.6.jar;C:\bea2\modules\glassfish.jaxws.resolver_2.1.3.jar;C:\bea2\modules\glassfish.jaxws.fastinfoset_2.1.3.jar;C:\bea2\modules\glassfish.jaxws.rt_2.1.3.jar;C:\bea2\modules\glassfish.jaxws.mimepull_1.0.144.jar;C:\bea2\modules\com.bea.core.woodstox_1.0.0.0_3-2-4.jar;C:\bea2\modules\glassfish.jaxws.tools_1.0.0.0_2-1-3.jar;C:\bea2\modules\glassfish.stax.ex_1.0.0.0_1-2.jar;C:\bea2\modules\glassfish.xmlstreambuffer_0.5.221.jar;C:\bea2\modules\com.bea.core.apache.oro_1.0.0.0_2-0-8.jar;C:\bea2\modules\javax.activation_1.1.0.0_1-1.jar;C:\bea2\modules\javax.annotation_1.1.jar;C:\bea2\modules\javax.interceptor_1.0.jar;C:\bea2\modules\javax.ejb_3.0.1.jar;C:\bea2\modules\javax.jdo_2.0.1.jar;C:\bea2\modules\javax.enterprise.deploy_1.2.jar;C:\bea2\modules\javax.jms_1.1.1.jar;C:\bea2\modules\javax.jsp_1.1.0.0_2-1.jar;C:\bea2\modules\javax.jws_2.0.jar;C:\bea2\modules\javax.mail_1.1.0.0_1-1.jar;C:\bea2\modules\javax.management.j2ee_1.0.jar;C:\bea2\modules\javax.persistence_1.0.0.0_1-0.jar;C:\bea2\modules\javax.resource_1.5.1.jar;C:\bea2\modules\javax.security.jacc_1.0.0.0_1-1.jar;C:\bea2\modules\javax.servlet_1.0.0.0_2-5.jar;C:\bea2\modules\javax.transaction_1.0.0.0_1-1.jar;C:\bea2\modules\javax.xml.bind_2.1.1.jar;C:\bea2\modules\javax.xml.registry_1.0.0.0_1-0.jar;C:\bea2\modules\javax.xml.soap_1.3.1.0.jar;C:\bea2\modules\javax.xml.stream_1.1.1.0.jar;C:\bea2\modules\javax.xml.ws_2.1.1.jar;C:\bea2\modules\javax.xml.rpc_1.2.1.jar;C:\bea2\modules\monfox.dsnmp.agent_1.0.0.0_4-6-5.jar;C:\bea2\modules\com.bea.core.jsafe_3.5.0.jar;C:\bea2\modules\com.bea.core.serp_1.14.2.0.jar;C:\bea2\modules\com.bea.core.apache_1.2.0.0.jar;C:\bea2\modules\com.bea.core.beaninfo_1.4.0.0.jar;C:\bea2\modules\com.bea.core.descriptor_1.4.0.0.jar;C:\bea2\modules\com.bea.core.repackaged.asm_3.0.jar;C:\bea2\modules\com.bea.core.repackaged.asm.commons_3.0.jar;C:\bea2\modules\com.bea.core.repackaged.asm.tree_3.0.jar;C:\bea2\modules\com.bea.core.repackaged.asm.util_3.0.jar;C:\bea2\modules\com.bea.core.diagnostics.core_2.1.0.0.jar;C:\bea2\modules\com.bea.core.diagnostics.logging_1.1.0.0.jar;C:\bea2\modules\com.bea.core.diagnostics.query_1.0.0.0.jar;C:\bea2\modules\com.bea.core.diagnostics.instrumentor_1.3.0.0.jar;C:\bea2\modules\com.bea.core.diagnostics.notifications_1.1.0.0.jar;C:\bea2\modules\com.bea.core.diagnostics.snmp_1.1.0.0.jar;C:\bea2\modules\com.bea.core.i18n_1.4.0.0.jar;C:\bea2\modules\com.bea.core.i18n.generator_1.3.0.0.jar;C:\bea2\modules\com.bea.core.i18n.tools_1.1.0.0.jar;C:\bea2\modules\com.bea.core.management.jmx_1.1.0.0.jar;C:\bea2\modules\com.bea.core.mbean.maker_1.3.0.0.jar;C:\bea2\modules\com.bea.core.mbean.support_1.3.0.0.jar;C:\bea2\modules\com.bea.core.messaging.kernel_1.4.0.0.jar;C:\bea2\modules\com.bea.core.resourcepool_1.4.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.socket.api_1.0.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.rmi.client_1.4.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.security.wls_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.weblogic.lifecycle_1.1.0.0.jar;C:\bea2\modules\com.bea.core.store_1.4.0.0.jar;C:\bea2\modules\com.bea.core.store.gxa_1.4.0.0.jar;C:\bea2\modules\com.bea.core.store.admintool_1.1.0.0.jar;C:\bea2\modules\com.bea.core.store.jdbc_1.1.0.0.jar;C:\bea2\modules\com.bea.core.transaction_2.5.0.0.jar;C:\bea2\modules\com.bea.core.utils.agent_1.0.0.0.jar;C:\bea2\modules\com.bea.core.utils.classloaders_1.4.0.0.jar;C:\bea2\modules\com.bea.core.utils.compiler_1.0.0.0.jar;C:\bea2\modules\com.bea.core.utils.expressions_1.3.0.0.jar;C:\bea2\modules\com.bea.core.utils.wrapper_1.3.0.0.jar;C:\bea2\modules\com.bea.core.timers_1.4.0.0.jar;C:\bea2\modules\com.bea.core.workarea_1.4.0.0.jar;C:\bea2\modules\com.bea.core.xml.weblogic.xpath_1.1.0.0.jar;C:\bea2\modules\com.bea.core.jatmi_1.2.0.3.jar;C:\bea2\modules\com.bea.core.weblogic.security_1.0.0.0_5-0-2-0.jar;C:\bea2\modules\com.bea.core.weblogic.security.auth_1.0.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.security.digest_1.0.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.security.identity_1.1.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.security.logger_1.1.0.0.jar;C:\bea2\modules\com.bea.core.nodemanager.plugin_1.2.0.0.jar;C:\bea2\modules\com.bea.core.jmspool_1.4.0.0.jar;C:\bea2\modules\com.bea.core.compat.wl.90_1.1.0.0.jar;C:\bea2\modules\com.bea.core.http.pubsub.mbean_1.2.0.0.jar;C:\bea2\modules\com.bea.core.weblogic.web.api_1.2.0.0.jar;C:\bea2\modules\com.bea.core.redef_1.1.0.0.jar;C:\bea2\modules\com.bea.core.redefagent_1.1.0.0.jar;C:\bea2\modules\com.bea.core.redef.binding_1.1.0.0.jar;C:\bea2\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea2\wlserver_10.3\server\lib\schema\weblogic-domain-binding.jar;C:\bea2\wlserver_10.3\server\lib\schema\diagnostics-binding.jar;C:\bea2\wlserver_10.3\server\lib\schema\diagnostics-image-binding.jar;C:\bea2\wlserver_10.3\server\lib\wlcipher.jar;C:\bea2\wlserver_10.3\server\lib\webservices.jar;C:\bea2\wlserver_10.3\server\lib\xmlx.jar;C:\bea2\wlserver_10.3\server\lib\ojdbc6.jar;C:\bea2\wlserver_10.3\server\lib\jconn2.jar;C:\bea2\wlserver_10.3\server\lib\jconn3.jar;C:\bea2\wlserver_10.3\server\lib\jConnect.jar;C:\bea2\wlserver_10.3\server\lib\EccpressoAsn1.jar;C:\bea2\wlserver_10.3\server\lib\EccpressoCore.jar;C:\bea2\wlserver_10.3\server\lib\EccpressoJcae.jar;C:\bea2\wlserver_10.3\server\lib\mysql-connector-java-commercial-5.0.3-bin.jar;C:\bea2\wlserver_10.3\server\lib\wlbase.jar;C:\bea2\wlserver_10.3\server\lib\wlutil.jar;C:\bea2\wlserver_10.3\server\lib\wlsqlserver.jar;C:\bea2\wlserver_10.3\server\lib\wldb2.jar;C:\bea2\wlserver_10.3\server\lib\wlsybase.jar;C:\bea2\wlserver_10.3\server\lib\wloracle.jar;C:\bea2\wlserver_10.3\server\lib\wlinformix.jar;C:\bea2\wlserver_10.3\server\lib\wlw-langx.jar;C:\bea2\wlserver_10.3\common\lib;C:\bea2\modules\com.bea.cie.plugin-wizard_2.1.2.0.jar;C:\bea2\modules\com.bea.cie.plugin_2.1.0.0.jar;C:\bea2\modules\com.bea.cie.comdev_5.9.0.0.jar;C:\bea2\modules\com.bea.cie.xmldh_2.2.0.0.jar;C:\bea2\modules\com.bea.cie.gpr_2.8.0.0.jar;C:\bea2\modules\com.bea.cie.gpr-impl_2.8.0.0.jar;C:\bea2\modules\com.bea.cie.wizard_5.6.0.0.jar;C:\bea2\wlserver_10.3\common\lib\oxy-cci.jar;C:\bea2\modules\com.bea.cie.config_5.2.0.0.jar;C:\bea2\modules\com.bea.cie.wlw-plaf_5.2.0.0.jar;C:\bea2\modules\com.bea.cie.common-plugin_2.2.0.0.jar;C:\bea2\wlserver_10.3\common\lib\pdev.jar;C:\bea2\wlserver_10.3\server\lib\wlw-system.jar;C:\bea2\wlserver_10.3\server\lib\jcom.jar;C:\bea2\wlserver_10.3\server\lib\weblogic.jar

  • When deploying to Weblogic Server, JDeveloper is unable to list servers

    I have created a BPEL project using JDeveloper 11.1.1.6.
    Have created an Integration Server in the JDeveloper Application Server tab. While deploying the project using this Integration Server profile, JDeveloper is unable to list out servers. As a result, the NEXT button is grayed-out and the deployment prematurely halts and cannot continue any further.
    When deploying to Integrated Weblogic Server, JDeveloper is unable to list servers.
    I have taken the following actions:
    In JDeveloper, the proxy setting was initially turned off. So, I have turned it on and given it a try too.
    I have also gone through the proxy settings in my JDeveloper, proxy connection test was successful. I still dont see servers during development.
    I have also followed all steps on JDeveloper Help Tutorial on "41 Deploying SOA Composite Applications" and no success.
    Issue can be reproduced as below:
    The issue can be reproduced at will with the following steps:
    1. Create a SOA BPEL Composite
    2. Try Deploying the Composite
    3. In the JDeveloper Deploy Wizard, notice the SOA server is not listed.
    Please advice.
    Thanks in advance.

    Hi,
    I am having the same issue, were you able to resolve this, would you be so kind to let me know what was the fix?
    I have JDEV 11.1.1.6, both my admin servers and managed servers are up and running, I can create Application Server connection with no problem, but I don't see any servers under SOA servers list when trying to deploy a composite.
    Thank you,
    Anatoliy

  • Error while starting Integrated Weblogic Server - Jdeveloper 11.1.1.4

    I installed Jdevloper 11.1.1.4, and getting the below error while starting Integrated Weblogic Server:
    [Waiting for the domain to finish building...]
    [05:13:34 PM] Creating Integrated Weblogic domain...
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [05:14:53 PM] Error processing Integrated Weblogic domain:
    I've checked for log files under my "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\system11.1.1.4.37.59.23" directory but no error/exception is traced.
    Then I tried the below:
    Run from command line:
    F:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.py"
    " from DOS prompt I got "Error: ADRS_DOMAIN_PASSWORD environment variable not set."
    After I set ADRS_DOMAIN_PASSWORD environment variable (value is weblogic1) the command line is throwing:
    C:\Documents and Settings\pramod.gujjeti>F:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\sy
    stem11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.py"
    CLASSPATH=F:\Oracle\Middleware\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;F:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifes
    t_classpath\weblogic_patch.jar;F:\Oracle\Middleware\jdk160_21\lib\tools.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;F:\Oracle\Middleware\wlserver_
    10.3\server\lib\weblogic.jar;F:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.4.0.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;F:
    \Oracle\Middleware\modules\org.apache.ant_1.7.1/lib/ant-all.jar;F:\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar;;F:\Oracle\Middleware\o
    racle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;F:\Oracle\Middleware\oracle_common\c
    ommon\wlst\lib\adfscripting.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;F:
    \Oracle\Middleware\oracle_common\common\wlst\resources\igfwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;F:\Oracle\Middleware\oracle
    _common\common\wlst\resources\jrf-wlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resour
    ces\oamAuthnProvider.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;
    F:\Oracle\Middleware\oracle_common\common\wlst\resources\ovdwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;F:\Oracle\Middleware
    \oracle_common\common\wlst\resources\wsm-wlst.jar
    PATH=F:\Oracle\Middleware\patch_wls1034\profiles\default\native;F:\Oracle\Middleware\patch_jdev1111\profiles\default\native;F:\Oracle\Middleware\wlserver_10.3\server\na
    tive\win\32;F:\Oracle\Middleware\wlserver_10.3\server\bin;F:\Oracle\Middleware\modules\org.apache.ant_1.7.1\bin;F:\Oracle\Middleware\jdk160_21\jre\bin;F:\Oracle\Middlew
    are\jdk160_21\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;F:\Oracle\Middleware\wlserver_10.3\server\native\win\32\oci920_8
    Your environment has been set.
    CLASSPATH=F:\Oracle\Middleware\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;F:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifes
    t_classpath\weblogic_patch.jar;F:\Oracle\Middleware\jdk160_21\lib\tools.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;F:\Oracle\Middleware\wlserver_
    10.3\server\lib\weblogic.jar;F:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.4.0.jar;F:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;F:
    \Oracle\Middleware\modules\org.apache.ant_1.7.1/lib/ant-all.jar;F:\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar;;F:\Oracle\Middleware\o
    racle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;F:\Oracle\Middleware\oracle_common\c
    ommon\wlst\lib\adfscripting.jar;F:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;F:
    \Oracle\Middleware\oracle_common\common\wlst\resources\igfwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;F:\Oracle\Middleware\oracle
    _common\common\wlst\resources\jrf-wlst.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resour
    ces\oamAuthnProvider.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;
    F:\Oracle\Middleware\oracle_common\common\wlst\resources\ovdwlsthelp.jar;F:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;F:\Oracle\Middleware
    \oracle_common\common\wlst\resources\wsm-wlst.jar;F:\Oracle\Middleware\utils\config\10.3\config-launch.jar;F:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbynet.
    jar;F:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbyclient.jar;F:\Oracle\Middleware\wlserver_10.3\common\derby\lib\derbytools.jar;;
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Creating Default Domain
    Reading template: /F:/Oracle/Middleware/wlserver_10.3/common/templates/domains/wls.jar
    Setting Name to 'DefaultServer'
    Setting ListenAddress to ''
    Setting ListenPort to 7101
    Setting domain administrator to 'weblogic'
    Setting domain password.
    Writing domain: /C:/Documents and Settings/pramod.gujjeti/Application Data/JDeveloper/system11.1.1.4.37.59.23/DefaultDomain/
    Closing template.
    Reading domain: /C:/Documents and Settings/pramod.gujjeti/Application Data/JDeveloper/system11.1.1.4.37.59.23/DefaultDomain/
    Adding domain extension template: /F:/Oracle/Middleware/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    Adding domain extension template: /F:/Oracle/Middleware/jdeveloper/common/templates/domains/jsf_template_1.2.9.0.jar
    Adding domain extension template: /F:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
    Error: addTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST - Traceback (innermost last):
    File "C:\Documents and Settings\pramod.gujjeti\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.py", line 100, in ?
    File "C:\Documents and Settings\pramod.gujjeti\Local Settings\Temp\WLSTOfflineIni5328235009276840957.py", line 89, in addTemplate
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:420)
    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:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domai
    n.ConfigGroupsException: Multiple definitions of server-group JRF-ADMIN-SVR are not allowed
    C:\Documents and Settings\pramod.gujjeti>
    Appreciate your help in advance!
    Thanks,
    Pramod Gujjeti

    I could see no helpful resolution of the issue in the mentioned thread. Please let me know if I'm missing anything!

  • SP3 Upgrade fails to find Weblogic Server 6.1 installed

    Hello,
    I have just downloaded SP3 for WLS 6.1. The machine´s im trying to install it on
    are a Sun box with solaris 8 and an intel box with redhat 7.2, the problem im encounting,
    when i install the service pack, is that the installer fails to find my install of
    weblogic 6.1 (on both machines its a default install /bea/wlserver6.1/). I have tried
    several ways of installing it, and all so far have failed. Anyone else had this problem
    Thanks
    Bobby
    Below is a snippet of the install .
    Choose BEA Home Directory
    1- /bea
    Existing BEA Home: 1
    ===============================================================================
    WebLogic Server 6.1 not found
    WebLogic Server Service Pack 3 Installation failed.
    You do not seem to have WebLogic Server 6.1
    installed for BEAHOME /bea.
    Exiting the Service Pack 3 installer...:

    I had the same problem , the solution I found was to edit the file registry.xml (in
    the same directory as the license file).
    In my case the installation files where copied from another installation and had
    the wrong information in the registry.xml about paths and machine name
    Regards
    Ulf
    "Bobby" <[email protected]> wrote:
    >
    Hello,
    I have just downloaded SP3 for WLS 6.1. The machine´s im trying to install
    it on
    are a Sun box with solaris 8 and an intel box with redhat 7.2, the problem
    im encounting,
    when i install the service pack, is that the installer fails to find my
    install of
    weblogic 6.1 (on both machines its a default install /bea/wlserver6.1/).
    I have tried
    several ways of installing it, and all so far have failed. Anyone else had
    this problem
    Thanks
    Bobby
    Below is a snippet of the install .
    Choose BEA Home Directory
    1- /bea
    Existing BEA Home: 1
    ===============================================================================
    WebLogic Server 6.1 not found
    WebLogic Server Service Pack 3 Installation failed.
    You do not seem to have WebLogic Server 6.1
    installed for BEAHOME /bea.
    Exiting the Service Pack 3 installer...:

  • Upgrade from OAS to weblogic server - Oracle reports impact

    Hi Team,
    We have quite lot reports are created in oracle reports 10g and used in production environment. We have plan to upgrade systems and i would like to know the impact in reports which are created using oracle reports 10g.
    Currently, we are using
    Oracle Database 10g
    Oracle reports 10g
    OAS 10g
    and we are planning to migrate to
    Oracle Database 11g
    OAS -- > Weblogic application server.
    Will my existing reports work in weblogic application server without any change? OR Do i need to change the existing reports.
    Could somebody help me on this.
    Thanks,
    iqbal.

    Let me tell you, brother, it can be a real headache, starting with the upgrade process.
    For example, I've Got x86 Solaris running on an old Dell box. Created a Boot Environment for my existing setup.
    Now I'm trying to clone the Boot Environment so that I can do the Live Upgrade. However I'm getting an error when I use the lucreate command.
    "# ls
    TT_DB data format.dat mnt proc usr
    bin dev home net rmdisk var
    boot devices kernel nsmail sbin vol
    cdrom etc lib opt test.txt~ xfn
    core export lost+found platform tmp
    # lucreate -n "solenv2" -m /:/dev/dsk/c0d0s3:ufs
    Discovering physical storage devices
    Discovering logical storage devices
    Cross referencing storage devices with boot environment configurations
    Determining types of file systems supported
    Validating file system requests
    Preparing logical storage devices
    Preparing physical storage devices
    Configuring physical storage devices
    Configuring logical storage devices
    Analyzing system configuration.
    Comparing source boot environment <solenv1> file systems with the file
    system(s) you specified for the new boot environment. Determining which
    file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Searching /dev for possible boot environment filesystem devices
    Template entry /:/dev/dsk/c0d0s3:ufs skipped.
    luconfig: ERROR: Template filesystem definition failed for /, all devices are not applicable..
    ERROR: Configuration of boot environment failed.
    # lustatus
    Boot Environment Is Active Active Can Copy
    Name Complete Now On Reboot Delete Status
    solenv1 yes yes yes no -
    I presume I need to get a slice ready for the utility because the utility is not smart enough to really do any slicing itself.
    Any ideas?

  • WebLogic Server 11g R1 Error

    Hi All, while trying to run my first webapplication -Oracle JDeveloper 11g-
    I got this error in Running Default Server Log
    *** Using port 7101 ***
    "C:\Documents and Settings\......\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    The system cannot find the path specified.
    JAVA Memory arguments:
    WLS Start Mode=Development
    CLASSPATH=.;C:\apache-tomcat-6.0.10\lib\servlet-api.jar;C:\apache-tomcat-6.0.10\lib\jsp-api.jar;C:\apache-tomcat-6.0.10\lib\el-api.jar;C:\Servlets+JSP;..;..\..;C:\Program Files\Java\jre1.6.0_05\lib\ext\QTJava.zip
    PATH=C:\Orcale10gDeveloperSuite\jdk\jre\bin\classic;C:\Orcale10gDeveloperSuite\jdk\jre\bin;C:\Orcale10gDeveloperSuite\jdk\jre\bin\client;C:\Orcale10gDeveloperSuite\jlib;C:\Orcale10gDeveloperSuite\bin;C:\Orcale10gDeveloperSuite\jre\1.1.8\bin;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program Files\Java\jdk1.6.0_03\bin;C:\Program Files\K-Lite Codec Pack\QuickTime\QTSystem\;c:\Pwrs\Sys32;c:\SQLANY50\win32;c:\Pwrs\Pb5i32\adk\pfc
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_11"
    Starting WLS with line:
    C:\JDeveloper11g\jdk160_11\bin\java -Dweblogic.Name= -Djava.security.policy=\server\lib\weblogic.policy
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -client     to select the "client" VM
    -server     to select the "server" VM
    -hotspot     is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print p

    Try the JDeveloper forum:
    JDeveloper and ADF
    I think I read something about an issue with a space in the name of the installation on Windows somewhere potentially causing issues with the embedded WebLogic Server in JDev, but I'm not certain.

  • Embedded weblogic admin console will not start

    Hi Forum members,
    I'm using JDeveloper Studio Edition Version 11.1.1.0.2 and trying to start the WebLogic admin console for
    JDeveloper's embedded WebLogic Server.
    The admin login screen appears, but after entering userid and password, the admin console crashes.
    The log entries are below; thanks for your assistance.
    <Nov 4, 2009 12:44:55 PM PST> <Error> <netuix> <BEA-423103> <[consolehelp] Deployment descriptor /WEB-INF/netuix-config.xml malformed.>
    <Nov 4, 2009 12:44:55 PM PST> <Error> <netuix> <BEA-423443> <Exception while initializing SingleFileServlet: [javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument].
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument
         at com.bea.netuix.util.ThrowServletException.throwServletException(ThrowServletException.java:28)
         at com.bea.netuix.servlets.manager.AppDescriptor.loadDescriptor(AppDescriptor.java:1053)
         at com.bea.netuix.servlets.manager.SingleFileServlet.reinitInternal(SingleFileServlet.java:124)
         at com.bea.netuix.servlets.manager.SingleFileServlet.initInternal(SingleFileServlet.java:84)
         at com.bea.netuix.servlets.manager.SingleFileServlet.access$100(SingleFileServlet.java:48)
         Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: Could not initialize class com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument
         at com.bea.netuix.servlets.manager.types.netuix_config.WeblogicPortalAppDocument$Factory.parse(WeblogicPortalAppDocument.java:533)
         at com.bea.netuix.servlets.manager.AppDescriptor.loadConfig(AppDescriptor.java:670)
         at com.bea.netuix.servlets.manager.AppDescriptor.loadDescriptor(AppDescriptor.java:1040)
         at com.bea.netuix.servlets.manager.SingleFileServlet.reinitInternal(SingleFileServlet.java:124)
         at com.bea.netuix.servlets.manager.SingleFileServlet.initInternal(SingleFileServlet.java:84)
         Truncated. see log file for complete stacktrace
    >
    <Nov 4, 2009 12:45:24 PM PST> <Error> <netuix> <BEA-423540> <No IPreferenceStore implementation has been registered in WEB-INF/netuix-config.xml. See the javadoc for com.bea.portlet.prefs.spi.IPreferenceStore for information on how to configure a preference store. Using a no-op store as a default.>
    <Nov 4, 2009 12:45:57 PM PST> <Error> <netuix> <BEA-423203> <The included control tree for URI [PortalConfig/snmp/Snmp.book] is invalid.
    com.bea.netuix.nf.UIControlException: Error creating tree from uri [PortalConfig/snmp/Snmp.book].
         at com.bea.netuix.servlets.controls.content.ValidatedContent.validateContent(ValidatedContent.java:91)
         at com.bea.netuix.servlets.manager.SingleFileProcessor.getMergedControlFromFile(SingleFileProcessor.java:358)
         at com.bea.netuix.servlets.manager.UIServletInternal.processStream(UIServletInternal.java:272)
         at com.bea.netuix.servlets.manager.UIServletInternal.getTree(UIServletInternal.java:230)
         at com.bea.netuix.servlets.manager.UIServletInternal.createUIContext(UIServletInternal.java:105)
         Truncated. see log file for complete stacktrace
    com.bea.netuix.nf.UIControlException: One or more validation error(s) occurred during parsing [PortalConfig/snmp/Snmp.book]. The error(s) were: [Parser Error...
    org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'netuix:meta'. One of '{"http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0":toggleButton, "http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0":content}' is expected.
         at com.bea.netuix.servlets.controls.content.ValidatedContent.validateContent(ValidatedContent.java:80)
         at com.bea.netuix.servlets.manager.SingleFileProcessor.getMergedControlFromFile(SingleFileProcessor.java:358)
         at com.bea.netuix.servlets.manager.UIServletInternal.processStream(UIServletInternal.java:272)
         at com.bea.netuix.servlets.manager.UIServletInternal.getTree(UIServletInternal.java:230)
         at com.bea.netuix.servlets.manager.UIServletInternal.createUIContext(UIServletInternal.java:105)
         Truncated. see log file for complete stacktrace
    >
    <Nov 4, 2009 12:46:26 PM PST> <Warning> <netuix> <BEA-423319> <A default encoding was not found for webapp [console]. You can set a default encoding for portals in netuix-config.xml. Defaulting to [UTF-8].>
    <Nov 4, 2009 12:46:27 PM PST> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@3ee3a0 - appName: 'consoleapp', name: 'console', context-path: '/console', spec-version: '2.5', request: weblogic.servlet.internal.ServletRequestImpl@13442f1[
    GET /console/console.portal HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 (CK-zz) Firefox/3.0.14
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://127.0.0.1:7101/console/login/LoginForm.jsp
    Cookie: JSESSIONID=jWpJKxnS1N3pd3ryQRGShJF7qbkZt2KrP9DdTPCphJh9vwvyJndL!662735321; ADMINCONSOLESESSION=5012KxnLnRNpnk679vWrWSbX2SXrhv0nqN11JcwGzJvhbjNy7L4R!662735321
    ]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: Could not initialize class schemacom_bea_xml.system.sF6C6DB196AAE83D234595A687AE0370E.TypeSystemHolder
         at sun.misc.Unsafe.ensureClassInitialized(Native Method)
         at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:25)
         at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:122)
         at java.lang.reflect.Field.acquireFieldAccessor(Field.java:918)
         at java.lang.reflect.Field.getFieldAccessor(Field.java:899)
         Truncated. see log file for complete stacktrace

    The Fusion Middleware is installed on my Windows XP laptop. To start my admin server, I use the Windows start button and navigate to "Oracle Fusion Middleware 11.1.1.0.2" -> "User Projects" -> "base-domain" -> "Start Admin Server for WebLogic Server Domain" menu item.
    After the admin server is running, I use the Windows start button and navigate to "Oracle Fusion Middleware 11.1.1.0.2" -> "User Projects" -> "base-domain" -> "Admin Server Console" menu item.
    A web browser pops up and after a few minutes, the login screen appears. After logging in, the admin console return a error screen. The log file contains the previous posted entries.

  • Jdev 11.1.2 and weblogic server 10.3.3

    Hi,
    I have ADF application developed using jdeveloper 11.1.1.3 and it works great.
    I compiled the same ADF application using jdeveloper 11.1.2 and it works great too in embedded weblogic server.
    I successfully deployed the test.ear file in weblogic 10.3.3.
    When I try to "activate changes", I get the below error
    weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/Oracle/Middleware/user_projects/domains/adfappWLS/servers/adfServer/stage/test/test.ear' for application 'test'. The specific error is: [Deployer:149158]No application files exist at '/Oracle/Middleware/user_projects/domains/adfappWLS/servers/adfServer/stage/test/test.ear'..
    Errors were encountered while performing this operation.
    Any thoughts on this please?
    Thanks

    In addition to Johns statement, here is the long version http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    Timo

  • How to configure WebCenter runtime on WebLogic server

    Hi,
    I have exposed my existing ADF 11g application as a portlet based on the inputs that I got from Re: Exposing Existing ADF application as a portlet in WebCenter . I'm able to deploy this and run this in the embedded WebLogic server that comes with JDev. But I'm getting an error when I try to deploy it on an standalone WebLogic Server? Do I need to anytshing specific to configure WebCenter run time? Currently, I just have ADF run time configured on the server. Please let me know.
    Regards,
    Antony.

    You have to install webcenter. It's a rather large installation.
    You can find the download here:
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html
    The one you are looking for is:
    WebCenter Suite (11.1.1.2.0)
    And if you are running WLS 10.3.3 you also need to install
    WebCenter Suite (11.1.1.3.0) (after installing the 11.1.1.2.0)
    And don't forget to first run the RCU which you also need to download if you haven't already done so
    Repository Creation Utility (11.1.1.3.3) (if you are using WLS 10.3.3 with Webcenter 11.1.1.3)
    or Repository Creation Utility (11.1.1.2.1) (if you are using WLS 10.3.2 with webcenter 11.1.1.2)
    If the installation askes to install UCM, don't check this on because otherwhise you also need to download UCM:
    Content Management for WebCenter (10.1.3.5.1)
    After the installation is done, you can run the configuration tool from the WLS to create a new domain and then you can select the webcenter components you want to install in the domain.

  • Upgrading Weblogic server to move from jdeveloper 11.1.1.1.0 to 11.1.1.4.0

    Hello, I would need clear direction to what I should do to upgrade my target weblogic server when I move my development environment from jdeveloper 11.1.1.1.0 to 11.1.1.4.0
    Initial ADF project was developed with jdeveloper 11.1.1.1.0 and deployed on a WLS 10.3.0
    Now we are upgrating the application and we decided to move the project to jdeveloper 11.1.1.1.4
    I need help on what I should upgrade on the target WLS server.
    How do we move from WLS 10.3.0 to WLS 10.3.4?
    Is it a reinstall or a upgrade? How do we upgrade?
    And what about just upgrating the ADF run time? Is it the way to go?
    At following link we see
    http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html there is a Application development runtime is it the runtime that we install on the server or not?
    I am confused if the ADF run time is tied with the WLS version or not, can someone give me a clear description of what is the ADF Runtime and how we upgrade it on the servers? Any Oracle documentation describing this process that I can provide to my server administrators?
    At the end what is the best practice to upgrade the WLS servers when you would lilke to move like me from an older version of jdeveloper to a newer version. is there an Oracle document describing the steps to be done?
    Thanks

    I'll echo Timo's question - why upgrade to 11.1.1.4 and not to the latest and greatest 11.1.1.6 (released yesterday)?
    Upgrading to an older version basically means that you are setting yourself for another upgrade later on - so why not enjoy all the bug fixes and new features of the newer versions?
    In terms of the upgrade process - if you look in the documentation tab of JDeveloper you'll see the book "Upgrade Guide for Oracle SOA Suite, WebCenter, and ADF" which gives the steps you can follow.
    For 11.1.1.6 the book is here:
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10127/toc.htm
    In the same documentation tab you'll find the certification matrix that explains which ADF version works with which WLS version:
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html

  • Error while deploying my project from jDeveloper to Weblogic Server 10.3

    I am trying to deploy my project from Oracle jDeveloper to remote Weblogic Server.
    I am getting an SQL Exception. See below log:
    [11:09:55 PM] ---- Deployment started. ---- [11:09:55 PM] Target platform is (Weblogic 10.3). [11:09:55 PM] Running dependency analysis... [11:09:55 PM] Building... [11:10:04 PM] Deploying profile... [11:10:04 PM] Updating revision id for the SOA Project 'bpm_poc_project.jpr' to '1.0'.. [11:10:04 PM] Wrote Archive Module to /xyz/home/abc/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Deploying sca_bpm_poc_project_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001] [11:10:04 PM] Processing sar=/xyz/home/akrishn2/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Adding sar file - /xyz/home/akrishn2/jdeveloper/mywork/bpm_poc_app/bpm_poc_project/deploy/sca_bpm_poc_project_rev1.0.jar [11:10:04 PM] Preparing to send HTTP request for deployment [11:10:04 PM] Creating HTTP connection to host:localhost, port:7001 [11:10:04 PM] Sending internal deployment descriptor [11:10:04 PM] Sending archive - sca_bpm_poc_project_rev1.0.jar [11:11:26 PM] Received HTTP response from the server, response code=500 [11:11:26 PM] Error deploying archive sca_bpm_poc_project_rev1.0.jar to partition "default" on server AdminServer [http://localhost:7001] [11:11:26 PM] HTTP error code returned [500] [11:11:26 PM] Error message from server: There was an error deploying the composite on AdminServer: javax.ejb.EJBException: EJB Exception: ; nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"); nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"): EJB Exception: ; nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))"); nested exception is: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
    Error Code: 904 Call: SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?)) bind => [default, bpm_poc_project, 1.0, soa_347b99f8-fa8d-4671-a2f8-2b5446723ab2, BPMN] Query: ReadAllQuery(name="CubeProcess.findCubeProcessesInComposite" referenceClass=CubeProcess sql="SELECT PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE FROM BPM_CUBE_PROCESS WHERE (((((DOMAINNAME = ?) AND (COMPOSITENAME = ?)) AND (REVISION = ?)) AND (SCALABEL = ?)) AND (PROCESSTYPE = ?))").
    Can someone give some pointers ?
    Edited by: 853032 on Apr 18, 2011 11:22 PM

    If you can, the best way would be to to change the column name from SUBTYPE to something that isn't a SQL reserved key word.
    You might get around this particular problem by adding @Column(name = "\"SUBTYPE\"") on your attribute. This will force eclipselink to add quotation marks in the generated SLQ, but I think it will cause problems when it comes to some more complicated queries.
    In my opinion, the only safe way here is to not use column names that are in conflict with SLQ reserved key words.
    Pedja

  • Problems starting WebLogic server in Jdeveloper 11.1.2.1.0

    I'm having an issue converting an application that was developed to run under OAS to use WebLogic Server. I downloaded Jdeveloper 11.1.2.1.0, configured the integrated server and the default domain, and then I try to start the server. The server starts but during the startup process I receive this exception:
    java.lang.NoSuchMethodError: org.w3c.dom.Element.getTextContent()Ljava/lang/String;
         at oracle.security.audit.config.XMLContext.getTextContent(XMLContext.java:136)
         at oracle.security.audit.config.Attribute.<init>(Attribute.java:194)
         at oracle.security.audit.config.CommonAttributes.<init>(CommonAttributes.java:63)
         at oracle.security.audit.config.EventDefinitionList.<init>(EventDefinitionList.java:122)
         at oracle.security.audit.config.AuditConfig.readGenericEvents(AuditConfig.java:612)
         at oracle.security.audit.config.AuditConfig.loadEvents(AuditConfig.java:1071)
         at oracle.security.audit.Auditor.<init>(Auditor.java:214)
    This then affects the deployment and execution of the web app. Does anyone have any advice or a cure for this problem? We have the org.w3c.dom.Element class in the xmlparserv2.jar file that we have external to Jdev but all those seem to be earlier than Java 1.5, because they don't have the getTextContent() method.
    Thanks,
    Sharon

    Which operating system you are running on?Windows 7
    Have you tired to move the user directory to a path without spaces?No spaces in any paths that I can see.
    Look for the system11.1.1.xxxx folder and remove or rename it. Jdev created the folder from scratch next time you start.Done that, multiple times (folder is system11.1.2.1.38.60.81). When we first started seeing this error, that was the advice that many people gave in various discussion groups. We were working in an older version of Jdeveloper at that time. So then I downloaded the latest Jdev installation from the Oracle download site, thinking that maybe the older version had an older JDK embedded. I've installed twice now, once with using the embedded Sun JDK of 1.6.0_24 and once using our own separately downloaded version of 1.6.0_24 and I get the error in either case.
    You are correct that it is probably an installation problem, but I have no idea what it could be.
    Sharon

  • Upgrading BEA-Workhop artifacts to newer versions of the Weblogic server

    Hi,
    We have a WLI 8.1 stack where we have deployed the artifacts(ears) developed using the BEA Workshop. BEA Weblogic 8.1 SP4 is being used as the Application server currently. We are currently looking out for the possibility to migrate to a newer version of the weblogic server for the obvious reasons.
    The problem is that we have a lot of reusable code that we want to redeploy on the new version of the weblogic server without going into the costs of redevloping the newer integrations. I want to understand if at all it is possible to move the current workshop artifacts on the newer version of the Weblogic server. I have a vague idea that this could be done some how by using JDeveloper but I am not realy sure on how to go forward with this.
    Could any one inform me on how this could be achieved or Is there a plan on how this could be done.
    Any help on this front will be higly appriciated.
    regards,
    Prakhar

    This document contains information about the compatibility with previous releases: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/upgrade/compat.html\
    Some previous posts that might be useful as well:
    - Weblogic 8.1 to 10.3 upgrade
    - WebLogic Upgrade from 8.1 to 10.3

  • Query about the steps for Weblogic Server Upgrade from 8.1 to 10.3

    Hi!
    We have planned to upgrade our Weblogic Server from 8.1 to 10.3. Could anyone advise me:
    1. How to upgrade the Weblogic Server from 8.1 to 10.3? Can the Weblogic Server 10.3 coexist with the Weblogic Server 8.1 in one physical server?
    2. Where can the upgrade software be downloaded?
    3. We have a web service currently running under Weblogic Workshop as the Weblogic Server is started via the workshop. Can this web service be run under Weblogic Server 10.3?
    4. Are there any foreseeable issues/problems that will happen?
    Please kindly help me. Thanks a lot.
    Best Regards
    May

    Download location: http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    You can upgrade the domain after you install wls 10.3 using QuickStart.
    When we migrated we have moved from windows to linux. We have installed, created domain, created managed servers, configured, etc. from scratch. We didn't face any 'show stopper' issues.

Maybe you are looking for

  • WD Service Call ABAP program generation error in 2004s

    Hi, I create a 'service call' by using the wizard and I select my existing 'component controller' as a controller. The service type I use is a (custom) function module. The function module has 1 import parameter, an export structure and 6 tables. In

  • Make payment from OrderSecureRetrieve.aspx?

    Is there any way to insert a link to a payment details collection page from the quote\order detail page that is provided when a secure zone customer (logged into secure zone) views his\her orders, and selects the one for which they want to make payme

  • In Between date prompt

    I have a requirement to create a prompt where there are two dates FROM_DATE TO_DATE Need to put between date functionality that goes like this, Between FROM_DATE and TO_DATE. This is easy to implement if there is just one date column, in this case th

  • When will the iPad get Google Maps?

    When will the iPad get Google Maps?

  • Returning results to a popup, how to format

    Hi, i have a printer script and at the end of the command i return the results for verification in a popup window, but it screws up with the formating. So i am wondering if its possible to format it better? or something better to use instead of a pop