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

Similar Messages

  • 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

  • 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.

  • Weblogic.server.ServiceFailureException:com- embedded LDAP error

    Hi
    While starting teh weblogic server, I am getting error as
    weblogic.server.ServiceFailureException: Error initialisng embedded LDAP server - with nested exception
    java.lang.ClassCastException:com.octetstring.vde.backend.BackendRoot
    the server is not started (I have installed it as a window service in Win2k)
    Any help on this ?

    there are few different ways to fix this. I do this frequently
    --Delete the data folder and boot the server it will fix the issue. You will lose all the users information (except admin user) need to recrate any ohter users you created.make sure backup data folder
    -- Second get the data folder from domain_bak folder
    Hope this will fix your problem
    Thanks
    ksr
    Edited by: ksr11 on Nov 24, 2010 10:33 AM

  • WebLogic Server vs Embedded Servlet Engine

    We have licensing for WebLogic Server, and I was wondering if there were any benefits to using it over the embedded servlet engine for hosting Collaboration 4.5 or Publisher 6.4?

    hi.
    WebLogic Express supports the following:
    Servlets, JSP, JDBC, JNDI, JTA, JAAS, JAXP, RMI, and clustering. You
    can build a cluster of WLExpress instances.
    Hope this helps,
    Michael
    Laurent PAILLARD wrote:
    What are the differences between Server and Express. I've read that
    Express does not implement EJB, JMS and two-phase commit protocol for
    transaction. Nothing is said about clustering. As Servlet session can
    be clustered, I wish to know if I can build a cluster with 2 Weblogic
    Express instances.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Weblogic 8.1 & Embedded LDAP server

    Hi,
    Is it possible to store user attributes alongwith username & password in the Weblogic 8.1 Embedded LDAP Server?.
    We have about 6 user profile attributes along with the username & password. Does weblogic's embedded LDAP Server
    support this feature.
    Any help will be appreciated.
    thanx,
    Vishwa

    Hi Vishwap,
    Did you ever found out how to manipulate additional information in the embedded LDAP server?
    I am in critical need to do the same.
    Thanks in advance for your comments.
    Zi

  • Embedding WebLogic Application Server 10.3

    Are there any whitepapers or information related to embedding WLS Server into an application? Our software is used by varying sized companies and it would be beneficial for us to embed the appserver and database server within our installation routine and not expose the management to the smaller end user shops. I guess I am just looking for some information to get me started so I understand complexities involved. Right now we are just reselling under the ASFU agreement and install and configure the appserver separately (though through silent installs, JMX, JSR-88). Embedding would save time for our implementation teams as well as minimize overhead and decision making on the part of the end user :)

    I believe there is an entire team at Oracle dedicated to assisting ISV's with bundling WebLogic Server. I strongly recommend that you contact your local account team.
    http://www.oracle.com/us/corporate/contact/index.htm
    If you need assistance finding out who that is email me at my username @oracle.com and let me know where you are located and what type of application you have.

  • Embedded HTTP server in weblogic vs OHS

    Hi,
    I have installed EPM. Along with it weblogic is installed. I forget to install OHS so weblogic is using it's own HTTP server.
    I have some questions related to embedded server vs OHS.
    1 - Will embedded HTTP Server will work as fine as OHS?
    2 - Is there any speed difference between 2 servers?
    3 - I am having a lot of unusual issues, could it be due to embedded HTTP server?
    Regards

    Hi there JanGLi,
    your question is rather architectural than technical.
    The use of OHS should be dictated by your environment topology.
    1 - Will embedded HTTP Server will work as fine as OHS?
    Sure. WLS is designed and can work standalone, i.e. without requiring
    OHS in front.
    2 - Is there any speed difference between 2 servers?
    Though I have NOT done any stress tests to compare OHS vs WLS in serving
    content, I expect the OHS to better serve static content, i.e. images,
    JS, css, etc.
    I would say that OHS is required when you are running web based
    applications distributed among several DMZ's where OHS should be in your
    Internet zone and WLS in the application server zone. You can also
    offload WLS from SSL, i.e. you can configure OHS to handle the SSL
    communication and leave the WLS to do its job - running JEE components.
    3 - I am having a lot of unusual issues, could it be due to embedded
    HTTP server?
    In your case I doubt that the problems you are experiencing with EPM are
    due to the lack of OHS in front. If your are more specific in the issues
    you are facing I (or someone else in the community) might be able to
    help you.
    Hope this helps,
    A.

  • Jdev 11G (11.1.1.3.0) ADF BC: Weblogic Server Samples

    I installed the JDeveloper Studio Edition 11.1.1.3.0 from http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html. From what I'm gathering, the WebLogic server that's installed (embedded?) with this is not the same server that's installed if you do a standalone install, BUT to install WLS standalone, you are supposed to install JDeveloper 11g?
    Lot's of questions...
    1. What I'm getting at is... I'd really like to look at the samples, specifically the MedRec or the MedRec Spring sample, but I'm not sure how I even go about doing that? I have not seen any "samples" folder under my current folder structure, searching from C:\Oracle\Middleware downward.
    2. Do I need another copy of WLS, or do I custom install these samples into my current JDEV installed WLS? If so, how?
    3. Where are the other samples and code examples that are mentioned in the Roadmap book e14529.pdf?
    Any help would be appreciated. Old JDEV used to include OC4J standalone that you could run from the command line (listening on 8888) or within JDEV embedded listening on 8988. I guess I'm just trying to find something similar, and a way to begin looking at how to do WebLogic J2EE development, after coming from an Oracle A/S 10.1.2 environment (due to Oracle Forms requirement).
    4. Any suggestions on this as well?
    Confused...
    Eric

    The integrated WLS is a stripped down version so it doesn't come with the samples.
    It is mainly meant as an easy way for you to test/run applications you build with JDeveloper.
    On the JDeveloper page on OTN you'll find lots of tutorials and samples that show you how to build applications that will run on WebLogic.
    http://www.oracle.com/technetwork/developer-tools/jdev/overview/index.html
    I would suggest you start with this tutorial if you are coming from a Forms background:
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/ria_application/developriaapplication_long.htm
    As far as the WLS samples, you can bring the samples source into JDeveloper into new projects (look at project form existing source) - and then run them and they'll deploy to the integrated server.
    Another option is to install a stand alone WLS, and then the samples will be there.
    If you are missing WLS samples - try posting on the WLS forum.

  • Error While Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3

    Hi All,
    I am Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3
    My JDeveloper Version is - JDeveloper10.1.3.0.4
    I followed Following Links for Deployment
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/wls/wls.html
    http://blog.fekw.de/2008/08/23/howto-install-adf-10-runtime-and-deploy-adf-bc-app-to-oracle-weblogic-103-running-on-linux/
    I am Getting Following Error
    java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLParseException
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.<clinit>(ADFPhaseListener.java:463)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:711)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:400)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:328)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    Thanks
    Vijay Chavan

    My bc4j.conf file is like bellow and my datasource name is expertDS
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="DeptAMLocal">
    <AppModuleJndiName>model.ent.DeptAM</AppModuleJndiName>
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCName>expert</JDBCName>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <jbo.project>Model</jbo.project>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMEmbeddedAS">
    <jbo.internal.embedded>true</jbo.internal.embedded>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <ApplicationPath>current-workspace-app</ApplicationPath>
    <ConnectionPort>23891</ConnectionPort>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <HostName>localhost</HostName>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <java.naming.security.credentials>
    <![CDATA[{904}05DDD90D64C79A7BC508C94B403DD81551]]>
    </java.naming.security.credentials>
    <java.naming.security.principal>oc4jadmin</java.naming.security.principal>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMAS">
    <jbo.ampool.maxinactiveage>300000</jbo.ampool.maxinactiveage>
    <AppServerConnectionName>weblogic</AppServerConnectionName>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.ejb.txntimeout>86400</jbo.ejb.txntimeout>
    <DtMiddleTierDeploymentProfile>../ModelMiddleTier1.deploy</DtMiddleTierDeploymentProfile>
    <jbo.security.enforce>Test</jbo.security.enforce>
    <jbo.ampool.maxpoolsize>600</jbo.ampool.maxpoolsize>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <DtDeploymentProfile>../ModelEJB1.deploy</DtDeploymentProfile>
    <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <DtCommonDeploymentProfile>../ModelCommon1.deploy</DtCommonDeploymentProfile>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <jbo.ampool.minavailablesize>0</jbo.ampool.minavailablesize>
    <ApplicationPath>BackBoneEJB</ApplicationPath>
    <jbo.ampool.monitorsleepinterval>10000</jbo.ampool.monitorsleepinterval>
    </AppModuleConfig>
    </AppModuleConfigBag>

  • Error while deploying application with WebLogic server

    Hi,
    I use Jdeveloper 11g and created and ADF application which i want to deploy with WebLogic Server.But i have an error which is :
    "There was a failure when processing annotations for application C:\...\xxx.war. Please make sure that the annotations are valid. The error is oracle.adf.library.webapp.ResourceServlet "
    Plz help me.
    Thx

    I am receiving same message for simple servlet. Running JDev11g build 5166 and embedded WLS 10.3. Servlet used to deploy to embedded WLS and ran fine. Recently running newly created servlets produces error message as in this thread.
    Investigation turned up the fact that the class file for the servlet was not deployed to the context-root (o.j2ee\drs) on the server. Copying the class file from the mywork project folder to the context-root folder (o.j2ee\drs) permitted the servlet to run.
    Don't know if this is the cause of what you are experiencing but it may assist in your investigation! I have not figured out why the class file for servlets does not deploy to server despite the fact that the log file shows war and ear files were deployed. As it turns out, the war file does not have the class file in it so something is wrong before the war file is created.
    Cheers!

  • Weblogic Server 9.2 not starting

    Hello All,
    Our weblogic server 9.2 admin server is not being started. This is a admin instance and we are having issue with the managed server startup as well.
    We get the following error message - I have read another thread as well on this forum for different version of weblogic but nothing seems to be working. Currently the log says that some ldap files inside the ldap directory and log files are owned via root and when we try to start the server with dmadmin user, the files are not accessable.
    Our problem is -
    (1) It is a production box so we have to careful when we change the ownership of the files if required from root to dmadmin.
    (2) If we change the ownership or delete the ldap files how it will impact to the production environment.
    (3) We have test environment and there all these files are owned by dmadmin user but in production some how few of them are owned by root and not starting up...since we are using the dmadmin seesion to start it....
    I am pretty new to Weblogic server so dont know how to solve it. Please share your thoughts....
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=:/documentum/bea9.2/patch_weblogic920/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/documentum/bea9.2/jdk/lib/tools.jar:/documentum/bea9.2/weblogic/server/lib/weblogic_sp.jar:/documentum/bea9.2/weblogic/server/lib/weblogic.jar:/documentum/bea9.2/weblogic/server/lib/webservices.jar::/documentum/bea9.2/weblogic/common/eval/pointbase/lib/pbclient51.jar:/documentum/bea9.2/weblogic/server/lib/xqrl.jar::
    PATH=/documentum/bea9.2/weblogic/server/bin:/documentum/bea9.2/jdk/jre/bin:/documentum/bea9.2/jdk/bin:/oracle/app/oracle/product/10.2.0.3/bin:/documentum/product/6.0/convert:/documentum/java/1.5.0_00/bin:/documentum/product/6.0/bin:/documentum/dba:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/dmadmin/bin:/usr/bin/X11:/sbin:.
    * 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:
    Starting WLS with line:
    /documentum/bea9.2/jdk/bin/java -Xms256m -Xmx512m -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -da -Dplatform.home=/documentum/bea9.2/weblogic -Dwls.home=/documentum/bea9.2/weblogic/server -Dwli.home=/documentum/bea9.2/weblogic/integration -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/documentum/bea9.2/patch_weblogic920/profiles/default/sysext_manifest_classpath -Dweblogic.Name=adminServer -Djava.security.policy=/documentum/bea9.2/weblogic/server/lib/weblogic.policy weblogic.Server
    <Apr 17, 2012 10:11:44 PM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /documentum/bea9.2/weblogic/platform/lib/p13n/p13n-schemas.jar:/documentum/bea9.2/weblogic/platform/lib/p13n/p13n_common.jar:/documentum/bea9.2/weblogic/platform/lib/p13n/p13n_system.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/netuix_common.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/netuix_schemas.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/netuix_system.jar:/documentum/bea9.2/weblogic/platform/lib/wlp/wsrp-common.jar>
    <Apr 17, 2012 10:11:45 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with IBM J9 VM Version 2.3 from IBM Corporation>
    <Apr 17, 2012 10:11:47 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Temporary Patch for CR322044 Tue Jul 31 12:48:52 IST 2007
    WebLogic Temporary Patch for CR334842 Thu Aug 2 14:45:06 2007
    WebLogic Temporary Patch for CR284142 Tue Oct 10 16:41:47 2006
    WebLogic Temporary Patch for CR299086 Wed Nov 15 18:45:32 2006
    WebLogic Temporary Patch for CR276285 Thu Nov 16 10:27:34 2006
    WebLogic Server 9.2 Tue Dec 12 14:26:03 PST 2006 876043 >
    <Apr 17, 2012 10:11:54 PM EDT> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /documentum/bea9.2/license.bea>
    <Apr 17, 2012 10:11:54 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Apr 17, 2012 10:11:54 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Apr 17, 2012 10:11:54 PM EDT> <Error> <Log Management> <BEA-170020> <The server log file ./servers/adminServer/logs/adminServer.log could not be opened successfully.>
    <Apr 17, 2012 10:11:56 PM EDT> <Error> <EmbeddedLDAP> <000000> <Error opening the Transaction Log: ./servers/adminServer/data/ldap/ldapfiles/EmbeddedLDAP.tran (Permission denied)>
    <Apr 17, 2012 10:11:56 PM EDT> <Error> <EmbeddedLDAP> <000000> <Error Instantiating 'dc=DctmDomain': null>
    <Apr 17, 2012 10:11:56 PM EDT> <Critical> <EmbeddedLDAP> <BEA-171522> <An error occurred while initializing the Embedded LDAP Server. The exception thown is java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot incompatible with com.octetstring.vde.backend.standard.BackendStandard. This may indicate a problem with the data files for the Embedded LDAP Server. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files exist in ./servers/adminServer/data/ldap/backup.>
    <Apr 17, 2012 10:11:56 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot incompatible with com.octetstring.vde.backend.standard.BackendStandard
         at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:273)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    <Apr 17, 2012 10:11:56 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Apr 17, 2012 10:11:56 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Apr 17, 2012 10:11:56 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Thanks Arun. Your reply is helpful. How can I identify weather I am using the node manager or not....What we use is the following script to start the server...
    #this script will start Documentum Application
    . /home/dmadmin/.profile
    nohup /documentum/bea9.2/domains/DctmDomain/startWebLogic.sh > /documentum/dba/log/Weblogic/StartWL.log &
    sleep 90
    nohup /documentum/bea9.2/domains/DctmDomain/startMethodServer.sh >/documentum/dba/log/Weblogic/startMethodServer.log &
    sleep 90
    These are the files currently owned via root. I have asked the Unix team to change the ownership because I even can not delete the file inside the ldap directory owned via root. Then I will try to restart the server ....
    <Domain_Home>\data\ldap\ldapfiles\EmbeddedLDAP.tran
    <Domain_Home>\logs\adminServer.log
    <Domain_Home>\logs\DctmDomain.log
    Kindly suggest if we are on the right track....and about the node manager...
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    One more thing if you see our script -
    #this script will start Documentum Application
    . /home/dmadmin/.profile
    nohup /documentum/bea9.2/domains/DctmDomain/startWebLogic.sh > /documentum/dba/log/Weblogic/StartWL.log &
    sleep 90
    nohup /documentum/bea9.2/domains/DctmDomain/startMethodServer.sh >/documentum/dba/log/Weblogic/startMethodServer.log &
    sleep 90
    We start the Method server after the weblogic server and we get the nested error which says - Could not obtain the lock
    <Domain_Home>\tmp\DctmServer_MethodServer.lok
    server might already running..
    Thanks for your help

Maybe you are looking for

  • HP Officejet Pro 8500 A909a printer Problems.

    Main computer and Laptop both running Windows 7 64 bit.  Printer works fine on the main computer.  Laptop saysthe driver is missing for the 8500.  When searching for the problem through windows search, It tells me the driver is not installed.  I clic

  • Installment plan/ payment plan without SSN

    Dear community, I am I'm the US with a. Visa and therefore do not possess a Social Security Number. I could not find  satisfactory info on the apple website, so I'm asking here. Do you happen to know if there is a special payment plan to pay for a Ma

  • Error when running ECATT

    Hi, When running ecatt to mass upload records into SAP, the system is reporting the following error: NA 00379 Screen 000 is too large for internal batch input area. Diagnosis:  Processing a session is not allowed as this is already in process Procedu

  • Create a Loolup field with PowerShell but Change the Default Display field

    Hi  I am creating the a load of site columns with PowerShell. In the case of a Lookup Column I want to ensure that a the the industry column is checked programmatically. $myField.LookupList = $spLookupList.ID $myField.LookupField = $LookUpmyField.Int

  • MacOSX bootcamp windows7 steam games?

    Hi...I have iMax27 (imac11.3) Mac OS X 10.6.8  installed bootcamp 4.0.4033 and istalled Windows 7  Then Ihave installed Steam support for games and have installed Tomb2013. There is some wrong with the keyboards configuration because I cant take a sr