Unable to start weblogic 10 with eclipse

Hello,
i've a weblogic 10 server and it runs normally if i want to start from the DOS command-line and my ear is correctly deployed.
When i try to start the same server within eclipse, my application seems to be initialized but at the end of the starting i've the following error :
<Critical> <WebLogicServer> <AdminServer> <main> <<WLS Kernel>> <> <BEA-000386> <Server subsystem failed. Reason: java.lang.NoClassDefFoundError: weblogic/management/internal/DynamicMBeanImpl
java.lang.NoClassDefFoundError: weblogic/management/internal/DynamicMBeanImpl
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:242)
     at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
     at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
     at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(Unknown Source)
     at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
     at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployments(ClassDeploymentManager.java:177)
     at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsAfterAppActivation(ClassDeploymentManager.java:158)
     at weblogic.management.deploy.classdeployment.StartupClassPrelistenService.start(StartupClassPrelistenService.java:13)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
>
I don't know what i have to do, and where should i find the DynamicMBeanImpl in the weblogic 10 API.
Thanks

Hi, David. Adding weblogic.jar by the full path will and does work. It makes sense to doubt this, but have a look at the manifest.mf file. It is these relative classpath entries that don't resolve correctly unless the real path of weblogic.jar is in the eclipse launch path. Hunting individual jars is a never-ending process in wls10. It is easiest to just use the original weblogic.jar file.
This is why. Notice all the relative classpath entries:
unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ jar -xvf weblogic.jar META-INF/MANIFEST.MF
inflated: META-INF/MANIFEST.MF
unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ cat META-INF/MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32 (B
EA Systems, Inc.)
Main-Class: weblogic.Server
Implementation-Vendor: BEA Systems
Implementation-Title: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 20
08 1137967
Implementation-Version: 10.3.0.0
Class-Path: ../../../modules/features/weblogic.server.modules_10.3.0.0
.jar schema/weblogic-domain-binding.jar schema/diagnostics-binding.ja
r schema/diagnostics-image-binding.jar wlcipher.jar webservices.jar x
mlx.jar ojdbc6.jar jconn2.jar jconn3.jar jConnect.jar EccpressoAsn1.j
ar EccpressoCore.jar EccpressoJcae.jar mysql-connector-java-commercia
l-5.0.3-bin.jar wlbase.jar wlutil.jar wlsqlserver.jar wldb2.jar wlsy
base.jar wloracle.jar wlinformix.jar wlw-langx.jar ../../common/lib/p
dev.jar wlw-system.jar jcom.jar weblogic-L10N.jar
unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ jar -xvf ../../../modules/features/weblogic.server.modules_10.3.0.0.jar META-INF/MANIFEST.MF
inflated: META-INF/MANIFEST.MF
unknown-00-1b-63-07-ce-dc:~/bea/wlserver_10.3/server/lib adriancole$ cat META-INF/MANIFEST.MF
Manifest-Version: 1.0
Implementation-Vendor: BEA Systems
Implementation-Title: BEA Modules WebLogic Server Dependencies 10.3 Th
u Jul 10 07:58:50 MDT 2008
Implementation-Version: 10.3.0.0
Feature-Name: weblogic.server.modules
Source-Repository-Change-Id: 1133362
Class-Path: weblogic.server.modules.L10N_10.3.0.0.jar ../com.bea.core.
antlr.runtime_2.7.7.jar ../com.bea.core.descriptor.j2ee_1.1.0.0.jar .
./com.bea.core.descriptor.j2ee.binding_1.1.0.0.jar ../com.bea.core.de
scriptor.wl_1.1.0.0.jar ../com.bea.core.descriptor.wl.binding_1.1.0.0
.jar ../com.bea.core.datasource6_1.4.0.0.jar ../com.bea.core.datasour
ce6.binding_1.4.0.0.jar ../com.bea.core.beangen_1.4.0.0.jar ../com.be
a.core.descriptor.settable.binding_1.4.0.0.jar ../com.bea.core.diagno
stics.accessor_1.1.0.0.jar ../com.bea.core.diagnostics.accessor.bindi
ng_1.1.0.0.jar ../com.bea.core.management.core_2.3.0.0.jar ../com.bea
.core.management.core.binding_2.3.0.0.jar ../com.bea.core.ejbgen_1.0.
0.0.jar ../org.apache.ant.patch_1.1.0.0_1-6-5.jar ../org.apache.ant_1
.6.5/lib/ant-all.jar ../com.bea.core.repackaged.apache.bcel_5.2.1.0.j
ar ../com.bea.core.repackaged.jdt_3.2.2.0.jar ../com.bea.core.apache.
commons.collections_3.2.0.jar ../com.bea.core.apache.commons.lang_2.1
.0.jar ../com.bea.core.apache.commons.pool_1.3.0.jar ../com.bea.core.
apache.dom_1.0.0.0.jar ../com.bea.core.apache.logging_1.0.0.0.jar ../
org.apache.openjpa_2.2.0.0_1-1-0.jar ../com.bea.core.xml.xmlbeans_1.0
.0.0_2-4-0.jar ../com.bea.core.logging_1.4.0.0.jar ../com.bea.core.be
a.opensaml_1.0.0.0_5-0-2-0.jar ../com.bea.core.bea.opensaml2_1.0.0.0_
5-0-2-0.jar ../com.bea.core.monitoring.harvester.api_2.1.0.0.jar ../c
om.bea.core.monitoring.harvester.jmx_2.1.0.0.jar ../com.bea.adaptive.
harvester.utils_1.2.0.0.jar ../com.bea.mbean.typing.util_1.2.0.0.jar
../javolution_3.7.19.0.jar ../joda.time_1.2.1.0.jar ../com.bea.core.x
ml.staxb.buildtime_1.3.0.0.jar ../com.bea.core.xml.staxb.runtime_1.3.
0.0.jar ../com.bea.core.annogen_1.2.0.0.jar ../com.bea.core.kodo_1.0.
0.0_4-2-0.jar ../com.bea.core.kodo.integration_1.3.0.0.jar ../com.bea
.core.kodo.integration.binding_1.3.0.0.jar ../com.bea.core.kodo.integ
ration.tools_1.2.0.0.jar ../com.bea.core.process_5.4.0.0.jar ../com.b
ea.core.xml.beaxmlbeans_1.0.0.0_2-4-0.jar ../com.bea.core.repackaged.
aspectj.aspectjweaver_5.1.0.jar ../com.bea.core.repackaged.apache.com
mons.logging_1.2.0.jar ../com.bea.core.repackaged.springframework.spr
ing_2.0.3.jar ../com.bea.core.repackaged.springframework.pitchfork_1.
1.0.0_1-0.jar ../com.bea.core.common.security.i18n_1.0.0.0_5-0-2-0.ja
r ../com.bea.core.common.security.xacml_1.0.0.0_5-0-2-0.jar ../com.be
a.core.common.security.saml2.utils_1.0.0.0_5-0-2-0.jar ../com.bea.cor
e.common.engine.impl_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.engin
e.api_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.api_1.0.0.0
_5-0-2-0.jar ../com.bea.core.common.security.impl_1.0.0.0_5-0-2-0.jar
../com.bea.core.common.security.jdkutils_1.0.0.0_5-0-2-0.jar ../com.
bea.core.common.security.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.co
mmon.security.saml2_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.securi
ty.saml2.manage_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.p
roviders.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.sa
ml.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.xacmlpro
viders.utils_1.0.0.0_5-0-2-0.jar ../com.bea.core.common.security.prov
iders.env_1.0.0.0_5-0-2-0.jar ../com.bea.core.certj_1.0.0.0.jar ../co
m.bea.core.ldapjdk_1.0.0.0.jar ../com.bea.core.apache.commons.net_1.0
.0.0_1-4-1.jar ../com.bea.core.weblogic.saaj_1.3.0.0.jar ../com.bea.c
ore.weblogic.stax_1.4.0.0.jar ../glassfish.el_2.1.0.jar ../glassfish.
jaxb_2.1.6.jar ../glassfish.jaxb.xjc_2.1.6.jar ../glassfish.jaxws.res
olver_2.1.3.jar ../glassfish.jaxws.fastinfoset_2.1.3.jar ../glassfish
.jaxws.rt_2.1.3.jar ../glassfish.jaxws.mimepull_1.0.144.jar ../com.be
a.core.woodstox_1.0.0.0_3-2-4.jar ../glassfish.jaxws.tools_1.0.0.0_2-
1-3.jar ../glassfish.stax.ex_1.0.0.0_1-2.jar ../glassfish.xmlstreambu
ffer_0.5.221.jar ../com.bea.core.apache.oro_1.0.0.0_2-0-8.jar ../java
x.activation_1.1.0.0_1-1.jar ../javax.annotation_1.1.jar ../javax.int
erceptor_1.0.jar ../javax.ejb_3.0.1.jar ../javax.jdo_2.0.1.jar ../jav
ax.enterprise.deploy_1.2.jar ../javax.jms_1.1.1.jar ../javax.jsp_1.1.
0.0_2-1.jar ../javax.jws_2.0.jar ../javax.mail_1.1.0.0_1-1.jar ../jav
ax.management.j2ee_1.0.jar ../javax.persistence_1.0.0.0_1-0.jar ../ja
vax.resource_1.5.1.jar ../javax.security.jacc_1.0.0.0_1-1.jar ../java
x.servlet_1.0.0.0_2-5.jar ../javax.transaction_1.0.0.0_1-1.jar ../jav
ax.xml.bind_2.1.1.jar ../javax.xml.registry_1.0.0.0_1-0.jar ../javax.
xml.soap_1.3.1.0.jar ../javax.xml.stream_1.1.1.0.jar ../javax.xml.ws_
2.1.1.jar ../javax.xml.rpc_1.2.1.jar ../monfox.dsnmp.agent_1.0.0.0_4-
6-5.jar ../com.bea.core.jsafe_3.5.0.jar ../com.bea.core.serp_1.14.2.0
.jar ../com.bea.core.apache_1.2.0.0.jar ../com.bea.core.beaninfo_1.4.
0.0.jar ../com.bea.core.descriptor_1.4.0.0.jar ../com.bea.core.repack
aged.asm_3.0.jar ../com.bea.core.repackaged.asm.commons_3.0.jar ../co
m.bea.core.repackaged.asm.tree_3.0.jar ../com.bea.core.repackaged.asm
.util_3.0.jar ../com.bea.core.diagnostics.core_2.1.0.0.jar ../com.bea
.core.diagnostics.logging_1.1.0.0.jar ../com.bea.core.diagnostics.que
ry_1.0.0.0.jar ../com.bea.core.diagnostics.accessor_1.1.0.0.jar ../co
m.bea.core.diagnostics.instrumentor_1.3.0.0.jar ../com.bea.core.diagn
ostics.notifications_1.1.0.0.jar ../com.bea.core.diagnostics.query_1.
0.0.0.jar ../com.bea.core.diagnostics.snmp_1.1.0.0.jar ../com.bea.cor
e.i18n_1.4.0.0.jar ../com.bea.core.i18n.generator_1.3.0.0.jar ../com.
bea.core.i18n.tools_1.1.0.0.jar ../com.bea.core.management.jmx_1.1.0.
0.jar ../com.bea.core.mbean.maker_1.3.0.0.jar ../com.bea.core.mbean.s
upport_1.3.0.0.jar ../com.bea.core.messaging.kernel_1.4.0.0.jar ../co
m.bea.core.resourcepool_1.4.0.0.jar ../com.bea.core.weblogic.socket.a
pi_1.0.0.0.jar ../com.bea.core.weblogic.rmi.client_1.4.0.0.jar ../com
.bea.core.weblogic.security.wls_1.0.0.0_5-0-2-0.jar ../com.bea.core.w
eblogic.lifecycle_1.1.0.0.jar ../com.bea.core.store_1.4.0.0.jar ../co
m.bea.core.store.gxa_1.4.0.0.jar ../com.bea.core.store.admintool_1.1.
0.0.jar ../com.bea.core.store.jdbc_1.1.0.0.jar ../com.bea.core.transa
ction_2.5.0.0.jar ../com.bea.core.utils.full_1.4.0.0.jar ../com.bea.c
ore.utils.agent_1.0.0.0.jar ../com.bea.core.utils.classloaders_1.4.0.
0.jar ../com.bea.core.utils.compiler_1.0.0.0.jar ../com.bea.core.util
s.expressions_1.3.0.0.jar ../com.bea.core.utils.wrapper_1.3.0.0.jar .
./com.bea.core.timers_1.4.0.0.jar ../com.bea.core.weblogic.workmanage
r_1.4.0.0.jar ../com.bea.core.workarea_1.4.0.0.jar ../com.bea.core.xm
l.weblogic.xpath_1.1.0.0.jar ../com.bea.core.jatmi_1.2.0.3.jar ../com
.bea.core.weblogic.security_1.0.0.0_5-0-2-0.jar ../com.bea.core.weblo
gic.security.auth_1.0.0.0.jar ../com.bea.core.weblogic.security.diges
t_1.0.0.0.jar ../com.bea.core.weblogic.security.identity_1.1.0.0.jar
../com.bea.core.weblogic.security.logger_1.1.0.0.jar ../com.bea.core.
nodemanager.plugin_1.2.0.0.jar ../com.bea.core.jmspool_1.4.0.0.jar ..
/com.bea.core.compat.wl.90_1.1.0.0.jar ../com.bea.core.http.pubsub.mb
ean_1.2.0.0.jar ../com.bea.core.weblogic.web.api_1.2.0.0.jar ../com.b
ea.core.redef_1.1.0.0.jar ../com.bea.core.redefagent_1.1.0.0.jar ../c
om.bea.core.redef.binding_1.1.0.0.jar
Source-Repository-URI: p4://p4jrep.bea.com:7999://depot/dev/src_stable
/repository/modules/features
Created-By: 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00 (Sun Microsystem
s Inc.)
See what I mean? You would end up needing a crazy amount of individual jars to get the equivalent classpath of the weblogic.jar in its original location.
Does that make sense?
Cheers,
-Adrian

Similar Messages

  • Unable to start weblogic with JRockit

    i am using a 32 bit machine to start weblogic server on JRockit JVM. Doing this in order to have already installed Oracle SOA suite and when I start weblogic using JRockit it is Running out of memory. Tried the solutions given in the forum but not able to resolve this issue.
    Also when using jdk getting permgen error. Tried with resetting the maxPermSize value etc in the startweblogic server but not able to do so.
    For JRockit OOM has any one faced a similar issue?
    Can any one help me with same ?

    Thanks Carlos. The value was getting overridden in startweblogic.cmd for Sun jdk but was not sufficient for my problem as I was using Jrockit and with JRockit there is no Permsize issue inturn there was OOM.
    I followed these steps:
    1. changed maxpermsize in startweblogic.
    2. Tried increasing system swap space.
    3. Used a profiler which controls JVM running, tried reduce memory leaks, but none worked.
    I switched to JRockit for weblogic
    1. tried increasing memory etc. Finally I switched to 64 bit machine as suggested in one of the forums for JRockit oom.
    Now both jdk and JRockit weblogic with all SOA components working successfully.
    Thanks,
    Dipti Karnataki

  • How to start weblogic with jdk1.4.0

    anybody can tell how to start weblogic with jdk1.4.0 correctly?

    "jacky" <[email protected]> wrote in message news:<[email protected]>...
    anybody can tell how to start weblogic with jdk1.4.0 correctly?Take a look at:
    http://www.genuitec.com/products/JDK14_WLS61.pdf

  • Unable to start weblogic 6.0sp1 with JProbe

    Hi,
    While trying to start weblogic(version 6.0 SP1 on windows NT4) from JProbe (version
    ), the console simply shows the following message:
    Starting Weblogic Server ...
    <Sep 17, 2001 > <Notice> <Management> <Loading configuration file .\config\mydomain\config.xml
    ..>
    log file: G:\bea\wlserver6.0sp1\.\config\mydomain\logs\weblogic.log
    <Sep 17, 2001 12:53:39 PM GMT+05:30> <Info> <Logging> <Only log messages of seve
    rity "Error" or worse will be displayed in this window. This can be changed at
    A
    dmin Console> mydomain> Servers> myserver> Logging> General> Stdout severity threshold>
    Enter to close the window...
    We are using Sun's JDK1.3.1. It seems to be a JDK problem, but could not figure
    out..
    -Sumit

    What do you find in the weblogic.log file?
    Mike
    "Sumit" <[email protected]> wrote:
    >
    Hi,
    While trying to start weblogic(version 6.0 SP1 on windows NT4) from JProbe
    (version
    ), the console simply shows the following message:
    Starting Weblogic Server ...
    <Sep 17, 2001 > <Notice> <Management> <Loading configuration file .\config\mydomain\config.xml
    ...>
    log file: G:\bea\wlserver6.0sp1\.\config\mydomain\logs\weblogic.log
    <Sep 17, 2001 12:53:39 PM GMT+05:30> <Info> <Logging> <Only log messages
    of seve
    rity "Error" or worse will be displayed in this window. This can be changed
    at
    A
    dmin Console> mydomain> Servers> myserver> Logging> General> Stdout severity
    threshold>
    Enter to close the window...
    We are using Sun's JDK1.3.1. It seems to be a JDK problem, but could
    not figure
    out..
    -Sumit

  • Can not start WebLogic in Eclipse. Error: "Could not find the main class."

    I have installed Eclipse 2.0 and WebLogic Server 6.1. and the WebLogc plug in from GENUITEC (and jdk1.3.1_04, on Win2K Server). After I have done the configuration, the WebLogic start/stop buttons are integried into the Eclipse Toolbar, but when I click on the start button to start Weblogic, it pops up a dialog box "Java Virtual Machine Launcher" with message: "Could not find the main class. Program will exit!"
    Starting WebLogc Server from the Start panel works fine.
    Does any one have seen this before or have a suggestion what I should do?
    Many many thanks in advance.
    Huan

    Weblogic must be started with a full JDK; otherwise
    JSPs and dynamic EJB stubs could not be deployed. The
    error message
    indicates you are attempting to use a JRE. Configure
    Eclipse JRE to point to a JDK. The product
    documentation will help you with this process. It does not work for me. :-(
    I have tried JDK 1.3.1 and 1.4.1: same result: I get a "Could not find the main class: Program will exit"
    For free expert support please consider contacting
    Genuitec at [email protected] If just want any
    answer ask a newsgroup.
    WayneI'll try the support at '[email protected]' :)
    Michel
    Michel Szybist
    [email protected]
    Fax: +33 (0)173729897
    SMS: http://www.szybist.net/

  • Sp6 - unable to start weblogic server

    hi,
    I have weblogic 5.1 running in solaris 2.6 & service pack 3. Weblogic is
    fine
    with these environment settings. I tried to install Service pack 6. I
    included
    weblogicsp6.jar & weblogicsp6boot.jar instead of weblogicsp3.jar &
    weblogicsp3boot.jar.
    Now i am unable to start the weblogic server.
    error while starting the server is :-
    Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/common/T3ServicesFinderDef
    at java.lang.ClassLoader.defineClass0(Native Method) .....
    I checked my startup script, its fine with weblogicsp6boot.jar, the
    first entry
    in the java classpath & weblogicsp6.jar, the first entry in
    -Dweblogic.class.path.
    anyone has the answer? is there any issue in servicepack 6.
    regards
    Arun.
    reply to [email protected]

    This is almost always a result of not installing the service pack correctly.
    You should check the documentation on the service pack to doublecheck that
    you have the correct settings.
    Michael Girdley
    BEA Systems Inc
    "Arun" <[email protected]> wrote in message
    news:[email protected]..
    hi,
    I have weblogic 5.1 running in solaris 2.6 & service pack 3. Weblogic is
    fine
    with these environment settings. I tried to install Service pack 6. I
    included
    weblogicsp6.jar & weblogicsp6boot.jar instead of weblogicsp3.jar &
    weblogicsp3boot.jar.
    Now i am unable to start the weblogic server.
    error while starting the server is :-
    Exception in thread "main" java.lang.NoClassDefFoundError:
    weblogic/common/T3ServicesFinderDef
    at java.lang.ClassLoader.defineClass0(Native Method) .....
    I checked my startup script, its fine with weblogicsp6boot.jar, the
    first entry
    in the java classpath & weblogicsp6.jar, the first entry in
    -Dweblogic.class.path.
    anyone has the answer? is there any issue in servicepack 6.
    regards
    Arun.
    reply to [email protected]

  • Unable to start services with different

    Hi,
    We have installed OBIEE 11g on a 64-bit Windows machine. When we start the services with the same user id which was logged in while installation the services go up successfully and everything seems fine. However, when we try to start the services with any other user id, the weblogic server fails to start.
    Please let me know if anyone has any idea why this could be happening. Any help will be appreciated.
    Thanks
    Naman

    Hi,
    I added the user to BIAdministrators but still it is unable to start the services. Also, the ID with which I installed OBIEE is also not added to the BIAdministrators group but is still able to start the services.
    Thanks
    Naman

  • Problem starting Weblogic under Eclipse

    Hello!
    When I am trying to start the Weblogic server from Eclipse i receive the following error:
    <12.12.2006 11.20 Uhr CET> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Programme\bea\user_projects\domains\curves_domain\lib\quartz-all-1.5.2.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\p13n\p13n-schemas.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\p13n\p13n_common.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\p13n\p13n_system.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\wlp\netuix_common.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\wlp\netuix_schemas.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\wlp\netuix_system.jar>
    <12.12.2006 11.20 Uhr CET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_07-b03 from Sun Microsystems Inc.>
    <12.12.2006 11.20 Uhr CET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2  Mon May 15 23:48:19 EDT 2006 763445 >
    <12.12.2006 11.20 Uhr CET> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141266]Parsing Failure in config.xml: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -9120448754896609940
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:122)
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:38)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:374)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:125)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:67)
    Caused by: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -9120448754896609940
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:546)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1551)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1465)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1698)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
         at java.util.HashMap.readObject(HashMap.java:1012)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1818)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1917)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1841)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
         at java.util.HashMap.readObject(HashMap.java:1013)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1818)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1917)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1841)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
         at com.bea.staxb.buildtime.internal.bts.BindingFile.forSer(BindingFile.java:77)
         at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingFiles(RuntimeTylar.java:111)
         at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingLoader(RuntimeTylar.java:90)
         at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryImpl.java:66)
         at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryImpl.java:52)
         at weblogic.descriptor.internal.MarshallerFactory.<init>(MarshallerFactory.java:48)
         at weblogic.descriptor.DescriptorManager$DefaultMarshallerFactorySingleton.<clinit>(DescriptorManager.java:40)
         at weblogic.descriptor.DescriptorManager.getDefaultMF(DescriptorManager.java:116)
         at weblogic.descriptor.DescriptorManager.getMarshallerFactory(DescriptorManager.java:125)
         at weblogic.descriptor.DescriptorManager.getDescriptorFactory(DescriptorManager.java:153)
         at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:277)
         at weblogic.management.provider.internal.DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:52)
         at weblogic.management.provider.internal.RuntimeAccessImpl$IOHelperImpl.parseXML(RuntimeAccessImpl.java:599)
         at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:230)
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:110)
         ... 7 more
    >
    <12.12.2006 11.20 Uhr CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <12.12.2006 11.20 Uhr CET> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <12.12.2006 11.20 Uhr CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> I have seen this problem for AIX, but I am using Weblogic under Windows XP

    hi jprivas,
    i am having the same problem (but with wls 9.0). please, can you share with us how you solved your problem?
    many thanks

  • Unable to start weblogic

    hello
    After trying to activate the DBMS support on my weblogic server, I am unable to restart my weblogic server, I should mention that I run my weblogic through JDeveloper 11g, when I try to execute my project I 'have the following error:
    NestedThrowables:
    java.lang.reflect.InvocationTargetException.
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:341)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    Truncated. see log file for complete stacktrace
    Caused By: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:365)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
    Truncated. see log file for complete stacktrace
    Caused By: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
    at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:549)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
    at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
    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)
    at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
    Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal internal error> org.apache.openjpa.util.InternalException: There was an error when invoking the static getInstance method on the named factory class "kodo.jdbc.kernel.KodoJDBCBrokerFactory". See the nested exception for details.
    at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
    at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: There were errors initializing your configuration: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal store error> org.apache.openjpa.util.StoreException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
    at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:235)
    at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:684)
    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)
    at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:288)
    at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
    at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
    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)
    at org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
    at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
    at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
    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)
    at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
    at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
    at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:299)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.sql.SQLException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
    at com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:274)
    at com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:413)
    at com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:290)
    at com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:199)
    at org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:113)
    at org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:93)
    at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:227)
    ... 42 more
    at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:302)
    at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
    at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
    at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
    Truncated. see log file for complete stacktrace
    <16 mai 2011 14 h 47 GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <16 mai 2011 14 h 47 GMT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    <16 mai 2011 14 h 47 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <16 mai 2011 14 h 47 GMT> <Error> <WebLogicServer> <BEA-000383>
    <16 mai 2011 14 h 47 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Process exited..
    it seems will have one problem with the url said, now I do not know how to change the url so that weblogic does not start,knowing that my weblogic server is integrated in JDEV
    thanks

    i create a new application with a new jsf page, at run time it gives this error (i think the same error) :
    Starting WLS with line:
    d:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=D:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1 -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=d:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sysext_manifest_classpath;d:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <24 mai 2011 16 h 51 GMT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <24 mai 2011 16 h 51 GMT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <24 mai 2011 16 h 51 GMT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\lib\sqljdbc4.jar>
    <24 mai 2011 16 h 51 GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 17.0-b17 from Sun Microsystems Inc.>
    <24 mai 2011 16 h 51 GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 >
    <24 mai 2011 16 h 51 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <24 mai 2011 16 h 51 GMT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <24 mai 2011 16 h 51 GMT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <24 mai 2011 16 h 51 GMT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00031. Log messages will continue to be logged in C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <24 mai 2011 16 h 51 GMT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\Administrateur\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <24 mai 2011 16 h 52 GMT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException.
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:341)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
         Truncated. see log file for complete stacktrace
    Caused By: com.bea.common.engine.ServiceInitializationException: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:365)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
         at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
         Truncated. see log file for complete stacktrace
    Caused By: javax.jdo.JDOFatalInternalException: Unexpected exception caught.
    NestedThrowables:
    java.lang.reflect.InvocationTargetException
         at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:549)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
         at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
         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)
         at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
         Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal internal error> org.apache.openjpa.util.InternalException: There was an error when invoking the static getInstance method on the named factory class "kodo.jdbc.kernel.KodoJDBCBrokerFactory". See the nested exception for details.
         at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
         at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: There were errors initializing your configuration: <openjpa-1.1.1-SNAPSHOT-r422266:965591 fatal store error> org.apache.openjpa.util.StoreException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
         at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:235)
         at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:684)
         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)
         at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:288)
         at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
         at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
         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)
         at org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
         at org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
         at kodo.jdo.PersistenceManagerFactoryImpl.getPersistenceManagerFactory(PersistenceManagerFactoryImpl.java:41)
         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)
         at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:534)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(StoreServiceDelegate.java:149)
         at com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(StoreServiceDelegate.java:98)
         at com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServiceImpl.java:76)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
         at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
         at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
         at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
         at weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(WLSIdentityServiceImpl.java:46)
         at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:299)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:220)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1785)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.sql.SQLException: A connection could not be obtained for driver class "com.microsoft.sqlserver.jdbc.SQLServerDriver" and URL ""jdbc:sqlserver://localhost:1433;DatabaseName=helpdesk;User=sa;Password=123456"". You may have specified an invalid URL.
         at com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:274)
         at com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:413)
         at com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:290)
         at com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:199)
         at org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:113)
         at org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:93)
         at org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(DataSourceFactory.java:227)
         ... 42 more
         at org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(ConfigurationImpl.java:302)
         at org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAConfigurationImpl.java:1409)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBrokerFactory.java:646)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFactory.java:131)
         at kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory.java:43)
         Truncated. see log file for complete stacktrace
    >
    <24 mai 2011 16 h 52 GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <24 mai 2011 16 h 52 GMT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    <24 mai 2011 16 h 52 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <24 mai 2011 16 h 52 GMT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <24 mai 2011 16 h 52 GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Process exited.

  • Unable to start weblogic server using another user of same machine

    Hi,
    I have installed weblogic using my credentials.I am able to start it properly with my credentials.
    I am getting error while starting weblogic server from another user of same machine having same admin rights.
    It shows following details while starting server and process stops:
    <22-Dec-2011 06:15:02 o'clock GMT> <Info> <Security> <BEA-090905> <Disabling C
    ptoJ JCE Provider self-integrity check for better startup performance. To enable
    this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true
    >
    <22-Dec-2011 06:15:02 o'clock GMT> <Info> <Security> <BEA-090906> <Changing th
    default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To
    enable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    Please advice.
    Thanks and Regards:
    Priya

    Can you check the server log file for more details. The server log file is located in the <domain-home>/servers/<server-name>/logs directory.
    There probably something wrong with the log rotation or something similar. Usually when certain files that are created during runtime belong
    to a certain user, other users do not have rights or they must belong to the same group.
    Also note that the messages are only info messages and are not really the cause.

  • Unable to start Weblogic Server

    Hi,
    I have installed the Weblogic server 10.3.5 and SOA 11.1.1.6.0 in the same Middleware directory.
    I have also created a domain sucessfully.
    When i try to start the Weblogic server it ends in Errors. Below are the log details, any help would be greatly appreciated.
    ####<Feb 28, 2013 2:44:06 PM EST> <Alert> <Diagnostics> <R9MW4FZ> <AdminServer> <oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump Executor (created: Thu Feb 28 14:44:05 EST 2013)> <<WLS Kernel>> <> <> <1362080646736> <BEA-320016> <Creating diagnostic image in c:\oracle\middleware\user_projects\domains\xedomain\servers\adminserver\adr\diag\ofm\xedomain\adminserver\incident\incdir_10 with a lockout minute period of 1.>
    ####<Feb 28, 2013 2:45:33 PM EST> <Warning> <oracle.as.jmx.framework.generic.MBeanAttributeInfoMappingMetaData> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JoYJBACFW7WFLziOOA1HBv5C000002> <1362080733800> <J2EE JMX-46034> <No annotation should be put on attribute mutator parameter "public abstract void oracle.adf.mbean.share.config.runtime.activedata.AdfActivedataConfigMXBean.setPollingInterval(java.lang.Integer)".>
    ####<Feb 28, 2013 2:45:33 PM EST> <Warning> <oracle.as.jmx.framework.generic.MBeanAttributeInfoMappingMetaData> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JoYJBACFW7WFLziOOA1HBv5C000002> <1362080733816> <J2EE JMX-46034> <No annotation should be put on attribute mutator parameter "public abstract void oracle.adf.mbean.share.config.runtime.activedata.AdfActivedataConfigMXBean.setLatencyThreshold(java.lang.Integer)".>
    ####<Feb 28, 2013 2:45:33 PM EST> <Warning> <oracle.as.jmx.framework.generic.MBeanAttributeInfoMappingMetaData> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JoYJBACFW7WFLziOOA1HBv5C000002> <1362080733816> <J2EE JMX-46034> <No annotation should be put on attribute mutator parameter "public abstract void oracle.adf.mbean.share.config.runtime.activedata.AdfActivedataConfigMXBean.setKeepAliveInterval(java.lang.Integer)".>
    ####<Feb 28, 2013 2:45:33 PM EST> <Warning> <oracle.as.jmx.framework.generic.MBeanAttributeInfoMappingMetaData> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JoYJBACFW7WFLziOOA1HBv5C000002> <1362080733831> <J2EE JMX-46034> <No annotation should be put on attribute mutator parameter "public abstract void oracle.adf.mbean.share.config.runtime.activedata.AdfActivedataConfigMXBean.setMaxReconnectAttemptTime(java.lang.Integer)".>
    ####<Feb 28, 2013 2:45:33 PM EST> <Warning> <oracle.as.jmx.framework.generic.MBeanAttributeInfoMappingMetaData> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000JoYJBACFW7WFLziOOA1HBv5C000002> <1362080733831> <J2EE JMX-46034> <No annotation should be put on attribute mutator parameter "public abstract void oracle.adf.mbean.share.config.runtime.activedata.AdfActivedataConfigMXBean.setReconnectWaitTime(java.lang.Integer)".>
    ####<Feb 28, 2013 2:49:32 PM EST> <Warning> <org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000JoYJBACFW7WFLziOOA1HBv5C000002> <1362080972481> <BEA-000000> <Configurator services already initialized.>
    ####<Feb 28, 2013 2:50:49 PM EST> <Notice> <Log Management> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362081049810> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    ####<Feb 28, 2013 2:50:50 PM EST> <Notice> <WebLogicServer> <R9MW4FZ> <AdminServer> <main> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-0000000000000015> <1362081050512> <BEA-000365> <Server state changed to ADMIN>
    ####<Feb 28, 2013 2:50:50 PM EST> <Notice> <WebLogicServer> <R9MW4FZ> <AdminServer> <main> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-0000000000000015> <1362081050684> <BEA-000365> <Server state changed to RESUMING>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055535> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:45e8:4dad:49d6:78eb:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055551> <BEA-002613> <Channel "Default[8]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Warning> <Server> <R9MW4FZ> <AdminServer> <DynamicListenThread[Default[1]]> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001c> <1362081055551> <BEA-002611> <Hostname "R9MW4FZ.hitachiconsulting.net", maps to multiple IP addresses: 192.168.1.105, fe80:0:0:0:6081:5cdc:77a0:9e54%18, fe80:0:0:0:811:10c8:3f57:fe96%11, 2001:0:9d38:953c:811:10c8:3f57:fe96>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055551> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:6982:6af9:226b:2058:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055551> <BEA-002613> <Channel "Default" is now listening on 2001:0:9d38:953c:811:10c8:3f57:fe96:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055566> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:6081:5cdc:77a0:9e54:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055566> <BEA-002613> <Channel "Default[7]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055566> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.1.105:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055566> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:c0a8:169:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <Server> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055566> <BEA-002613> <Channel "Default[6]" is now listening on fe80:0:0:0:811:10c8:3f57:fe96:7001 for protocols iiop, t3, ldap, snmp, http.>
    ####<Feb 28, 2013 2:50:55 PM EST> <Notice> <WebLogicServer> <R9MW4FZ> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000001a> <1362081055566> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "XEdomain" running in Development Mode>
    ####<Feb 28, 2013 2:50:56 PM EST> <Notice> <WebLogicServer> <R9MW4FZ> <AdminServer> <main> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-0000000000000015> <1362081056175> <BEA-000365> <Server state changed to RUNNING>
    ####<Feb 28, 2013 2:50:56 PM EST> <Notice> <WebLogicServer> <R9MW4FZ> <AdminServer> <main> <<WLS Kernel>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-0000000000000015> <1362081056190> <BEA-000360> <Server started in RUNNING mode>
    ####<Feb 28, 2013 2:52:27 PM EST> <Critical> <Health> <R9MW4FZ> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000004a> <1362081147794> <BEA-310003> <Free memory in the server is 2,405,928 bytes. There is danger of OutOfMemoryError>
    ####<Feb 28, 2013 2:54:21 PM EST> <Critical> <Health> <R9MW4FZ> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000004a> <1362081261097> <BEA-310003> <Free memory in the server is 2,535,936 bytes. There is danger of OutOfMemoryError>
    ####<Feb 28, 2013 3:07:41 PM EST> <Critical> <Health> <R9MW4FZ> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000004a> <1362082061768> <BEA-310003> <Free memory in the server is 4,526,112 bytes. There is danger of OutOfMemoryError>
    ####<Feb 28, 2013 3:10:30 PM EST> <Critical> <Health> <R9MW4FZ> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <f6ef983f54a76485:2c2f650d:13d224c93e5:-8000-000000000000004a> <1362082230935> <BEA-310003> <Free memory in the server is 1,763,864 bytes. There is danger of OutOfMemoryError>
    Thanks

    Hi,
    this logs shows that your server is running but it does not have enough memory.
    Update Xms and Xmx JVM parameter to increase the heap in the JVM
    Emmanuel

  • Unable to start weblogic in workshop 8.1 SP4

    I configured new domain for my portal project. I created application and web portal project under the domain. But when I try to start my weblogic in workshop, it just hangs. I am able to start weblogic thru the command prompt without any problem. Please advise.

    Hi,
    First start the weblogic from thecommand line then go to
    C:\bea\weblogic81\workshop click on the work shop application . then it will start
    Regards
    Prasanna Yalam

  • Unable to start WebLogic 5.1 sp4 from the Console

    I installed WebLogic Server 5.1 Service Pack 4, as described by the
    release_notes_sp4.html document. I can successfully do the following using
    NT Workstation 4.0:
    1. Start weblogic from the command line using startWebLogic.cmd
    2. Start weblogic from the Start | Programs | WebLogic 5.1.0 | WebLogic
    Server menu.
    I can also start the console from the command line using startConsole.cmd.
    But, from the console, when I start weblogic, but it is only 5.1.0, not
    5.1.0 sp4
    When I start the console from the Start | Programs | WebLogic 5.1.0 |
    WebLogic Console menu and then try to start weblogic , I get the following
    error:
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Any help would be appreciated.

    I am facing the same problem here Steven. Did you get any solution for that?
    Thanks
    Vishwajeet Lohakarey
    Yash Technologies Inc.
    [email protected]
    Steven R. Baturin <[email protected]> wrote in message
    news:[email protected]...
    I installed WebLogic Server 5.1 Service Pack 4, as described by the
    release_notes_sp4.html document. I can successfully do the followingusing
    NT Workstation 4.0:
    1. Start weblogic from the command line using startWebLogic.cmd
    2. Start weblogic from the Start | Programs | WebLogic 5.1.0 | WebLogic
    Server menu.
    I can also start the console from the command line using startConsole.cmd.
    But, from the console, when I start weblogic, but it is only 5.1.0, not
    5.1.0 sp4
    When I start the console from the Start | Programs | WebLogic 5.1.0 |
    WebLogic Console menu and then try to start weblogic , I get the following
    error:
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Any help would be appreciated.

  • Unable to start weblogic server back end in linux

    Hi All,
          i am  going to start weblogic 10.3.6 in production environment by using below commend but it gives error:
           >cd /usr/app/oracle/Middleware/user_projects/domains/base_domain
            >nohup startWebLogic.sh &
           But when I use this command I am getting this output:
         -bash-3.2$ nohup ./startWebLogic.sh &
      -bash-3.2$ nohup: appending output to `nohup.out'
    Can someone please help me in this.
    Thank you,
    Ram

    Hi Ram,
    That it's the normal behavior when you use a nohup command, all the output is getting saved into a nohup.out file that you can find in the same location where the startWeblogic.sh file resides..
    If you do:
    tail -f nohup.out
    You will find all the output.
    Also if you want to see the last 200 output lines do:
    tail -fn 200 nohup.out
    The advantage of using nohup is that if you are using a ssh client you can close the client and the process will keep running.
    Hope this helps
    Regards
    Carlos

  • Unable to start weblogic server from workshop

    I am able to start weblogic through command window. when i try to start via workshop,Nothing happens but weblogic server progress bar says ( starting weblogic server). Please advise.

    Hello,
    Table 'slee_db.beaxacmlap' doesn't exist 1. Check the permissions of the user that connects to the database. Can it create tables in this specified schema? If not update your JDBC configuration via the WLS Admin Console or update the permissions on database side.
    2. Does the table exist? If not, the easiest is to start the domain in development mode once so that the tables are created automatically.When this is done, you can switch back to production mode if you run this setting. The production mode can be enabled / disabled in config.xl via the domain configuration section of the WLS Admin console or via startWeblogic.sh by setting a environment called PRODUCTION_MODE=true|false.
    3. Be aware that there is another forum as well for your product that you can access via support.oracle.com and than click to "community". The right forum for OCSG is 'Communications Industry->Service Delivery Platform' You can subscribe to it via RSS feed as well.
    Regards,
    Kai

Maybe you are looking for

  • MB5B report missing custom fields in background execution

    Hi, I have added few fields in MB5B transaction, when I run transaction in foreground the new fields I am getting in the report output but when I run report in foreground I am not getting custom fields in the spool. Please let me know why I am not ge

  • How to call a proxy written in ECC from Neteweaver Gateway

    Hi Experts, We have a scenario in our project where there is a proxy written in ECC which brings inventory data from POSDM system. We need to call this proxy and then send the data to SMP 3.0. Can the experts guide me here on how to go about doing th

  • How to add a printer in windows 7 that is conneted to a mac

    I need instructions on adding a printer in Windows 7 Ultimate w/SP1 which is connected to a MacMini

  • Separate Process order for utilities

    HI, My requirement is can we create separate process orders for utilities based on the actual consumption of Plant1 & plant2, so that there will not be any WIP change effect in the system. How to go about it & if do the changes any implications,  ple

  • Document under status posted (T-code FB03)

    there are 10 line items on one g/l account , out of which 8 docs are under open item status, and other are under posted status...now my question is (1) how do we get posted status....under what condition a doucment which comes under posted status ..i