Getting error while starting Managed server in clustered environment

Hi All,
I created a cluster in weblogic 9.2 and two manged servers under that cluster through WLST scripts.
I started Node manager through connecting WLST and now when i am starting the managed servers its giving the following error :
wls:/Dist_3/serverConfig> start('managed1','Server')
Starting server managed1 ....NMProcess: <Jan 30, 2009 2:57:27 PM> <Warning> <I/O
error while reading domain directory: java.io.FileNotFoundException: Domain dir
ectory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)>
NMProcess: java.io.FileNotFoundException: Domain directory 'C:\bea\weblogic92\co
mmon\bin' invalid (domain salt file not found)
NMProcess: at weblogic.nodemanager.server.DomainManager.initialize(DomainMa
nager.java:80)
NMProcess: at weblogic.nodemanager.server.DomainManager.<init>(DomainManage
r.java:52)
NMProcess: at weblogic.nodemanager.server.NMServer.getDomainManager(NMServe
r.java:242)
NMProcess: at weblogic.nodemanager.server.Handler.handleDomain(Handler.java
:212)
NMProcess: at weblogic.nodemanager.server.Handler.handleCommand(Handler.jav
a:105)
NMProcess: at weblogic.nodemanager.server.Handler.run(Handler.java:66)
NMProcess: at java.lang.Thread.run(Thread.java:595)
NMProcess:
I/O error while reading domain directory: java.io.FileNotFoundException: Domain
directory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 1250, in start
WLSTException: 'Error occured while performing start : Error starting the server
Error occured while performing start : Server with name managed1 failed to be st
arted Use dumpStack() to view the full stacktrace'
wls:/Dist_3/serverConfig> start('managed2','Server')
Starting server managed2 ....NMProcess: <Jan 30, 2009 3:05:51 PM> <Warning> <I/O
error while reading domain directory: java.io.FileNotFoundException: Domain dir
ectory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)>
NMProcess: java.io.FileNotFoundException: Domain directory 'C:\bea\weblogic92\co
mmon\bin' invalid (domain salt file not found)
NMProcess: at weblogic.nodemanager.server.DomainManager.initialize(DomainMa
nager.java:80)
NMProcess: at weblogic.nodemanager.server.DomainManager.<init>(DomainManage
r.java:52)
NMProcess: at weblogic.nodemanager.server.NMServer.getDomainManager(NMServe
r.java:242)
NMProcess: at weblogic.nodemanager.server.Handler.handleDomain(Handler.java
:212)
NMProcess: at weblogic.nodemanager.server.Handler.handleCommand(Handler.jav
a:105)
NMProcess: at weblogic.nodemanager.server.Handler.run(Handler.java:66)
NMProcess: at java.lang.Thread.run(Thread.java:595)
NMProcess:
I/O error while reading domain directory: java.io.FileNotFoundException: Domain
directory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 1250, in start
WLSTException: 'Error occured while performing start : Error starting the server
Error occured while performing start : Server with name managed2 failed to be st
arted Use dumpStack() to view the full stacktrace'
wls:/Dist_3/serverConfig>

hi kartheek,
i think u just missed some of steps while starting managed server using nodemanager in WLST.
If u dont mind i'm sending some of steps just check it out. Once u try the same steps.
1.start the ADMIN SERVER
2.start the WLST
java weblogic.WLST
3.Connect to AdminServer
connect('username',password','t3://adminhost:listenport')
example: connect('weblogic','weblogic','t3://localhost:7001')
4.start the nodemanager in WLST
startNodeManager()
5.connect to nodemanager
nmConnect('username','password','nodemanagerhost',
'nodemanagerlistenport','domainname','path to domain')
example: nmConnect('weblogic','weblogic','localhost','5556','base_domain'
'C:/bea/user_projects/domains/base_domain')
6.start the managed server in WLST
start('managedservername','Type','t3://managedhost:listenport')
example:start('man1','Server','t3://localhost:7003')
7.If u want to start cluster in WLST
start('clustername','Type')
example: start('cluster1','Cluster')
If u want to start managed in Cluster u follow STEP-6 only
regards
abhi

Similar Messages

  • Getting error while starting Managed Server

    Hi All,
    I configured Custered environment in Weblogic 9.2 to use in ALSB.
    While starting managed server i am getting error :
    <Critical> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666363188> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:941)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         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)
    >
    ####<Feb 3, 2009 6:36:04 PM IST> <Notice> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364234> <BEA-000365> <Server state changed to FAILED>
    ####<Feb 3, 2009 6:36:04 PM IST> <Error> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364234> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Feb 3, 2009 6:36:04 PM IST> <Notice> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364594> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Feb 3, 2009 6:36:04 PM IST> <Info> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364891> <BEA-000236> <Stopping execute threads.>
    Can anybody pls guide me to solve this erro.
    Thanks,
    Kartheek

    This statement should be prominently displayed in this and all similar forums, but the best advice I can give anyone here is that if you're struggling with a problem for several DAYS, not to mention weeks, and the only resource you've used is this forum, you should file a support request with Oracle right now. That is one of the most important skills you will need to use WebLogic effectively.

  • Getting error while starting Managed server configured in ALSB(ClusteredEnv

    Hi All,
    I configured Custered environment in Weblogic 9.2 to use in ALSB.
    While starting managed server i am getting error :
    <Critical> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666363188> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:941)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         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)
    >
    ####<Feb 3, 2009 6:36:04 PM IST> <Notice> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364234> <BEA-000365> <Server state changed to FAILED>
    ####<Feb 3, 2009 6:36:04 PM IST> <Error> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364234> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Feb 3, 2009 6:36:04 PM IST> <Notice> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364594> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Feb 3, 2009 6:36:04 PM IST> <Info> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666364891> <BEA-000236> <Stopping execute threads.>
    Can anybody pls guide me to solve this erro.
    Thanks,
    Kartheek

    You probably changed your system password in the console?
    Look for your boot.properties file in the following location:
    [domain]\servers\[server]\security
    change the following line:
    password={3DES}Ytm72Oh4zE0bsptrYn13Xw==
    to:
    password=mynewpassword
    WebLogic Server will encrypt the password on the next boot, and your problem should be resolved.

  • Getting error while starting manage server on weblogic 9.2 platform

    Hi
    I am getting following error while I try to start manage server
    java.lang.NullPointerException: at com.bea.console.handles.JMXHandle.(JMXHandle.java:73) at com.bea.console.actions.core.server.lifecycle.Lifecycle.noAccess(Lifecycle.java:771) at com.bea.console.actions.core.server.lifecycle.Lifecycle.start(Lifecycle.java:109) 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 org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:869) at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808) at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477) at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305) at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335) at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:63) at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:167) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:49) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:57) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:86) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2114) at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:221) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851) at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630) at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157) at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:241) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    The node manager is reachable, also the port it is listening is reachable.
    Please suggest me somethng
    Thanks and Regards
    Shilpa

    Hi
    I am getting following error while I try to start manage server
    java.lang.NullPointerException: at com.bea.console.handles.JMXHandle.(JMXHandle.java:73) at com.bea.console.actions.core.server.lifecycle.Lifecycle.noAccess(Lifecycle.java:771) at com.bea.console.actions.core.server.lifecycle.Lifecycle.start(Lifecycle.java:109) 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 org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:869) at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808) at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477) at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305) at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335) at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:63) at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:167) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:49) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:57) at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:86) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2114) at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:221) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851) at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630) at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157) at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:241) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    The node manager is reachable, also the port it is listening is reachable.
    Please suggest me somethng
    Thanks and Regards
    Shilpa

  • Getting error while starting managed recovery

    Hi,
    I am getting error while starting managed recovery.Please suggest.
    Please find below error log
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION
    Attempt to start background Managed Standby Recovery process (OTP3)
    Wed Jun 23 19:24:10 2010
    MRP0 started with pid=50, OS id=3350
    MRP0: Background Managed Standby Recovery process started (OTP3)
    Fast Parallel Media Recovery enabled
    Managed Standby Recovery not using Real Time Apply
    Warning: Recovery target destination is in a sibling branch
    of the controlfile checkpoint. Recovery will only recover
    changes to datafiles.
    Datafile 1 (ckpscn 296765005228) is orphaned on incarnation#=1
    MRP0: Background Media Recovery terminated with error 19909
    Errors in file /ora/app/oracle/admin/OTP3/diag/rdbms/otp3/OTP3/trace/OTP3_mrp0_3350.trc:
    ORA-19909: datafile 1 belongs to an orphan incarnation
    ORA-01110: data file 1: '/ora_ots_gdb1/oradata/OTP3/datafile/o1_mf_SYSTEM_REORG1_.dbf'
    Errors in file /ora/app/oracle/admin/OTP3/diag/rdbms/otp3/OTP3/trace/OTP3_mrp0_3350.trc:
    ORA-19909: datafile 1 belongs to an orphan incarnation
    ORA-01110: data file 1: '/ora_ots_gdb1/oradata/OTP3/datafile/o1_mf_SYSTEM_REORG1_.dbf'
    MRP0: Background Media Recovery process shutdown (OTP3)
    Completed: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION

    Hi,
    The standby database has been activated previously but since then reverted back into its standby role. Prior to the
    RMAN duplicate operation the "alter system reset control_files scope=spfile sid='*';" has not been executed (i.e. the
    control files have not been overwritten).
    check the incarnation on both the sides i.e primary & standby
    list incarnation of database;
    RMAN> reset database to incarnation 2;
    database reset to incarnation 2
    RMAN> exit
    hope you can solve by restting the incarnation.
    Thanks

  • Error while starting manages server

    Hi All.
    M facing problem while starting managed server, this might be related to sip server as i see this in the error log. when i click on the sip server tab in the console then io see below error :-
    +++++++++
    Error opening /ext-jsp/sipserver/ConfigGeneralForm.jsp.
    The source of this error is:
    javax.servlet.ServletException: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /ext-jsp/sipserver/ConfigGeneralForm.jsp
    Exception occurred while processing '/bea/wls/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_internal/consoleapp/jxhze9/console-ext/sipserver-console-ext/ext-jsp/sipserver/ConfigGeneralForm.jsp'java.lang.OutOfMemoryError: PermGen space
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         at com.bea.core.repackaged.jdt.internal.compiler.lookup.CompilationUnitScope.buildTypeBindings(CompilationUnitScope.java:67)
         at com.bea.core.repackaged.jdt.internal.compiler.lookup.LookupEnvironment.buildTypeBindings(LookupEnvironment.java:152)
         at com.bea.core.repackaged.jdt.internal.compiler.Compiler.internalBeginToCompile(Compiler.java:717)
         at com.bea.core.repackaged.jdt.internal.compiler.Compiler.beginToCompile(Compiler.java:377)
         at com.bea.core.repackaged.jdt.internal.compiler.Compiler.compile(Compiler.java:422)
         at weblogic.jsp.internal.java.JDTJavaCompiler.generateByteCode(JDTJavaCompiler.java:104)
         at weblogic.jsp.internal.java.JavaSourceFile._codeGen(JavaSourceFile.java:211)
         at weblogic.jsp.internal.java.JavaSourceFile.codeGen(JavaSourceFile.java:201)
         at weblogic.jsp.internal.ProxySourceFile.compileGeneratedFiles(ProxySourceFile.java:310)
         at weblogic.jsp.internal.ProxySourceFile.codeGen(ProxySourceFile.java:248)
         at weblogic.jsp.internal.SourceFile.codeGen(SourceFile.java:327)
         at weblogic.jsp.internal.client.ClientUtilsImpl$CodeGenJob.run(ClientUtilsImpl.java:599)
         at weblogic.jsp.internal.client.Job.performJob(Job.java:83)
         at weblogic.jsp.internal.client.ThreadPool$WorkerThread.run(ThreadPool.java:217)
    Caused by: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /ext-jsp/sipserver/ConfigGeneralForm.jsp
    Exception occurred while processing '/bea/wls/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_internal/consoleapp/jxhze9/console-ext/sipserver-console-ext/ext-jsp/sipserver/ConfigGeneralForm.jsp'java.lang.OutOfMemoryError: PermGen space
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         at com.bea.core.repackaged.jdt.internal.compiler.lookup.CompilationUnitScope.buildTypeBindings(CompilationUnitScope.java:67)
         at com.bea.core.repackaged.jdt.internal.compiler.lookup.LookupEnvironment.buildTypeBindings(LookupEnvironment.java:152)
         at com.bea.core.repackaged.jdt.internal.compiler.Compiler.internalBeginToCompile(Compiler.java:717)
         at com.bea.core.repackaged.jdt.internal.compiler.Compiler.beginToCompile(Compiler.java:377)
         at com.bea.core.repackaged.jdt.internal.compiler.Compiler.compile(Compiler.java:422)
         at weblogic.jsp.internal.java.JDTJavaCompiler.generateByteCode(JDTJavaCompiler.java:104)
         at weblogic.jsp.internal.java.JavaSourceFile._codeGen(JavaSourceFile.java:211)
         at weblogic.jsp.internal.java.JavaSourceFile.codeGen(JavaSourceFile.java:201)
         at weblogic.jsp.internal.ProxySourceFile.compileGeneratedFiles(ProxySourceFile.java:310)
         at weblogic.jsp.internal.ProxySourceFile.codeGen(ProxySourceFile.java:248)
         at weblogic.jsp.internal.SourceFile.codeGen(SourceFile.java:327)
         at weblogic.jsp.internal.client.ClientUtilsImpl$CodeGenJob.run(ClientUtilsImpl.java:599)
         at weblogic.jsp.internal.client.Job.performJob(Job.java:83)
         at weblogic.jsp.internal.client.ThreadPool$WorkerThread.run(ThreadPool.java:217)
         at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessary(JavelinxJSPStub.java:226)
         at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:162)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:256)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:216)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:243)
         ... 184 more
    ++++++++
    Below is the config.xml file i am using :-
    <?xml version="1.0" encoding="UTF-8"?>
    <domain xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd" xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <name>base_domain</name>
    <domain-version>10.3.4.0</domain-version>
    <security-configuration xmlns:xacml="http://xmlns.oracle.com/weblogic/security/xacml" xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator">
    <name>base_domain</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"/>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xsi:type="xacml:xacml-role-mapperType"/>
    <sec:authorizer xsi:type="xacml:xacml-authorizerType"/>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"/>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"/>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"/>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    <sec:password-validator xsi:type="pas:system-password-validatorType">
    <sec:name>SystemPasswordValidator</sec:name>
    <pas:min-password-length>8</pas:min-password-length>
    <pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
    </sec:password-validator>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>{AES}Ax9F8YRCZJqRRoPcjJxTwS03NgNAJSUjUcQ0vMJybMfkxNKN3YZCRsR+jEQrT/n3/KU4Kn5WXqCILWifqYRDlmnGGryHuNEEK83B/FCoBb1h8T47+ML1pULyyNpGPaFq</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>{AES}G0nkKdRHqwIqNXGqn7lArIXG1SfKKdkWwTOyZ4SmkwE=</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <self-tuning-thread-pool-size-min>15</self-tuning-thread-pool-size-min>
    <socket-readers>2</socket-readers>
    <ssl>
    <name>AdminServer</name>
    <enabled>true</enabled>
    </ssl>
    <machine>Machine_1</machine>
    <listen-address/>
    <network-access-point>
    <name>sip</name>
    <protocol>sip</protocol>
    <listen-port>5060</listen-port>
    <public-port>5060</public-port>
    <http-enabled-for-this-protocol>false</http-enabled-for-this-protocol>
    <outbound-enabled>true</outbound-enabled>
    </network-access-point>
    <network-access-point>
    <name>sips</name>
    <protocol>sips</protocol>
    <listen-port>5061</listen-port>
    <public-port>5061</public-port>
    <http-enabled-for-this-protocol>false</http-enabled-for-this-protocol>
    <outbound-enabled>true</outbound-enabled>
    </network-access-point>
    </server>
    <server>
    <name>M1</name>
    <ssl>
    <name>M1</name>
    <enabled>true</enabled>
    <listen-port>7503</listen-port>
    </ssl>
    <machine>Machine_1</machine>
    <listen-port>7003</listen-port>
    <listen-address/>
    <web-service>
    <name>M1</name>
    <web-service-persistence>
    <name>M1</name>
    <web-service-logical-store>
    <name>WseeStore</name>
    <persistence-strategy>LOCAL_ACCESS_ONLY</persistence-strategy>
    <request-buffering-queue-jndi-name>weblogic.wsee.BufferedRequestQueue</request-buffering-queue-jndi-name>
    <response-buffering-queue-jndi-name>weblogic.wsee.BufferedResponseQueue</response-buffering-queue-jndi-name>
    </web-service-logical-store>
    </web-service-persistence>
    </web-service>
    </server>
    <server>
    <name>M2</name>
    <ssl>
    <name>M2</name>
    <enabled>true</enabled>
    <listen-port>7504</listen-port>
    </ssl>
    <machine>Machine_1</machine>
    <listen-port>7004</listen-port>
    <listen-address/>
    <web-service>
    <name>M2</name>
    <web-service-persistence>
    <name>M2</name>
    <web-service-logical-store>
    <name>WseeStore</name>
    <persistence-strategy>LOCAL_ACCESS_ONLY</persistence-strategy>
    <request-buffering-queue-jndi-name>weblogic.wsee.BufferedRequestQueue</request-buffering-queue-jndi-name>
    <response-buffering-queue-jndi-name>weblogic.wsee.BufferedResponseQueue</response-buffering-queue-jndi-name>
    </web-service-logical-store>
    </web-service-persistence>
    </web-service>
    </server>
    <embedded-ldap>
    <name>base_domain</name>
    <credential-encrypted>{AES}vWDbFLBCN+g/5kGlFyC+Qp8NUIevNXYQEJYBVgoM2BaXRBIGnLy+rHfLzGrQT5JG</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.4.0</configuration-version>
    <machine xsi:type="unix-machineType">
    <name>Machine_1</name>
    <node-manager>
    <name>Machine_1</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    <jms-server>
    <name>WseeJmsServer_auto_2</name>
    <target>M1</target>
    <persistent-store>WseeFileStore_auto_2</persistent-store>
    </jms-server>
    <jms-server>
    <name>WseeJmsServer_auto_3</name>
    <target>M2</target>
    <persistent-store>WseeFileStore_auto_3</persistent-store>
    </jms-server>
    <jms-server>
    <name>WseeJaxwsJmsServer_auto_2</name>
    <target>M1</target>
    <persistent-store>WseeJaxwsFileStore_auto_2</persistent-store>
    </jms-server>
    <jms-server>
    <name>WseeJaxwsJmsServer_auto_3</name>
    <target>M2</target>
    <persistent-store>WseeJaxwsFileStore_auto_3</persistent-store>
    </jms-server>
    <self-tuning>
    <fair-share-request-class>
    <name>wlss.transport.fsrc</name>
    <target>M1,M2</target>
    <fair-share>50</fair-share>
    </fair-share-request-class>
    <fair-share-request-class>
    <name>wlss.timer.fsrc</name>
    <target>M1,M2</target>
    <fair-share>100</fair-share>
    </fair-share-request-class>
    <fair-share-request-class>
    <name>wlss.tracing.fsrc</name>
    <target>M1,M2</target>
    <fair-share>50</fair-share>
    </fair-share-request-class>
    <fair-share-request-class>
    <name>wlss.connect.fsrc</name>
    <target>M1,M2</target>
    <fair-share>1000</fair-share>
    </fair-share-request-class>
    <min-threads-constraint>
    <name>wlss.tracing.minthreads</name>
    <target>M1,M2</target>
    <count>1</count>
    </min-threads-constraint>
    <min-threads-constraint>
    <name>wlss.connect.minthreads</name>
    <target>M1,M2</target>
    <count>1</count>
    </min-threads-constraint>
    <max-threads-constraint>
    <name>wlss.timer.maxthreads</name>
    <target>M1,M2</target>
    <count>16</count>
    <connection-pool-name/>
    </max-threads-constraint>
    <max-threads-constraint>
    <name>wlss.tracing.maxthreads</name>
    <target>M1,M2</target>
    <count>1</count>
    <connection-pool-name/>
    </max-threads-constraint>
    <capacity>
    <name>wlss.transport.capacity</name>
    <target>M1,M2</target>
    <count>400</count>
    </capacity>
    <capacity>
    <name>wlss.timer.capacity</name>
    <target>M1,M2</target>
    <count>256</count>
    </capacity>
    <work-manager>
    <name>wlss.transport</name>
    <target>M1,M2</target>
    <fair-share-request-class>wlss.transport.fsrc</fair-share-request-class>
    <response-time-request-class xsi:nil="true"/>
    <context-request-class xsi:nil="true"/>
    <capacity>wlss.transport.capacity</capacity>
    <ignore-stuck-threads>false</ignore-stuck-threads>
    </work-manager>
    <work-manager>
    <name>wlss.timer</name>
    <target>M1,M2</target>
    <fair-share-request-class>wlss.timer.fsrc</fair-share-request-class>
    <response-time-request-class xsi:nil="true"/>
    <context-request-class xsi:nil="true"/>
    <max-threads-constraint>wlss.timer.maxthreads</max-threads-constraint>
    <capacity>wlss.timer.capacity</capacity>
    <ignore-stuck-threads>false</ignore-stuck-threads>
    </work-manager>
    <work-manager>
    <name>wlss.tracing.domain</name>
    <target>M1,M2</target>
    <fair-share-request-class>wlss.tracing.fsrc</fair-share-request-class>
    <min-threads-constraint>wlss.tracing.minthreads</min-threads-constraint>
    <max-threads-constraint>wlss.tracing.maxthreads</max-threads-constraint>
    <ignore-stuck-threads>false</ignore-stuck-threads>
    </work-manager>
    <work-manager>
    <name>wlss.tracing.local</name>
    <target>M1,M2</target>
    <fair-share-request-class>wlss.tracing.fsrc</fair-share-request-class>
    <response-time-request-class xsi:nil="true"/>
    <context-request-class xsi:nil="true"/>
    <min-threads-constraint>wlss.tracing.minthreads</min-threads-constraint>
    <max-threads-constraint>wlss.tracing.maxthreads</max-threads-constraint>
    <ignore-stuck-threads>false</ignore-stuck-threads>
    </work-manager>
    <work-manager>
    <name>wlss.connect</name>
    <target>M1,M2</target>
    <fair-share-request-class>wlss.connect.fsrc</fair-share-request-class>
    <response-time-request-class xsi:nil="true"/>
    <context-request-class xsi:nil="true"/>
    <min-threads-constraint>wlss.connect.minthreads</min-threads-constraint>
    <ignore-stuck-threads>false</ignore-stuck-threads>
    </work-manager>
    <work-manager>
    <name>weblogic.wsee.mdb.DispatchPolicy</name>
    <target>M1,M2</target>
    </work-manager>
    <work-manager>
    <name>weblogic.wsee.jaxws.mdb.DispatchPolicy</name>
    <target>M1, M2</target>
    </work-manager>
    </self-tuning>
    <file-store>
    <name>WseeFileStore_auto_2</name>
    <directory>WseeFileStore_auto_2</directory>
    <target>M1</target>
    </file-store>
    <file-store>
    <name>WseeFileStore_auto_3</name>
    <directory>WseeFileStore_auto_3</directory>
    <target>M2</target>
    </file-store>
    <file-store>
    <name>WseeJaxwsFileStore_auto_2</name>
    <directory>WseeJaxwsFileStore_auto_2</directory>
    <target>M1</target>
    </file-store>
    <file-store>
    <name>WseeJaxwsFileStore_auto_3</name>
    <directory>WseeJaxwsFileStore_auto_3</directory>
    <target>M2</target>
    </file-store>
    <file-store>
    <name>WseeFileStore</name>
    <directory>WseeFileStore</directory>
    <target>AdminServer</target>
    </file-store>
    <jms-system-resource>
    <name>WseeJmsModule</name>
    <target>M1,M2</target>
    <sub-deployment>
    <name>WseeJmsServer9127702</name>
    <target>WseeJmsServer_auto_2</target>
    </sub-deployment>
    <sub-deployment>
    <name>WseeJmsServer20604610</name>
    <target>WseeJmsServer_auto_3</target>
    </sub-deployment>
    <descriptor-file-name>jms/wseejmsmodule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <jms-system-resource>
    <name>WseeJaxwsJmsModule</name>
    <target>M1,M2</target>
    <sub-deployment>
    <name>WseeJaxwsJmsServer31278546</name>
    <target>WseeJaxwsJmsServer_auto_2</target>
    </sub-deployment>
    <sub-deployment>
    <name>WseeJaxwsJmsServer7750867</name>
    <target>WseeJaxwsJmsServer_auto_3</target>
    </sub-deployment>
    <descriptor-file-name>jms/wseejaxwsjmsmodule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <custom-resource>
    <name>sipserver</name>
    <target>M1,M2</target>
    <descriptor-file-name>custom/sipserver.xml</descriptor-file-name>
    <resource-class>com.bea.wcp.sip.management.descriptor.resource.SipServerResource</resource-class>
    <descriptor-bean-class>com.bea.wcp.sip.management.descriptor.beans.SipServerBean</descriptor-bean-class>
    </custom-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <saf-agent>
    <name>ReliableWseeSAFAgent</name>
    <target>AdminServer</target>
    <store>WseeFileStore</store>
    </saf-agent>
    <saf-agent>
    <name>ReliableWseeJaxwsSAFAgent_M1</name>
    <target>M1</target>
    <store>WseeJaxwsFileStore_auto_2</store>
    </saf-agent>
    <saf-agent>
    <name>ReliableWseeJaxwsSAFAgent_M2</name>
    <target>M2</target>
    <store>WseeJaxwsFileStore_auto_3</store>
    </saf-agent>
    </domain>
    Can someone please helpme here..

    I tried same and facing below error whenever i click on any tab over the console :-
    Error opening /jsp/core/server/ServersControlTable.jsp
    The source of this error is:
    java.lang.OutOfMemoryError: PermGen space
    ++++++++
    below is the MEm_ARGS in commEnv.sh :-
    # This script is used to set up a common environment for starting WebLogic
    # Server, as well as WebLogic development.
    # It sets the following variables:
    # BEA_HOME - The home directory of all your BEA installation.
    # MW_HOME - The home directory of all your Oracle installation.
    # WL_HOME - The root directory of the BEA installation.
    # COHERENCE_HOME - The root directory of the COHERENCE installation.
    # ANT_HOME - The Ant Home directory.
    # ANT_CONTRIB - The Ant contrib directory
    # JAVA_HOME - Location of the version of Java used to start WebLogic
    # Server. See the Oracle Fusion Middleware Supported System Configurations page
    # (http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html) for an
    # up-to-date list of supported JVMs on your platform.
    # JAVA_VENDOR - Vendor of the JVM (i.e. BEA, HP, IBM, Sun, etc.)
    # JAVA_USE_64BIT - Indicates if JVM uses 64 bit operations
    # PATH - JDK and WebLogic directories will be added to the system
    # path.
    # WEBLOGIC_CLASSPATH - Classpath required to start WebLogic Server.
    # FMWCONFIG_CLASSPATH - Classpath required to start config tools such as WLST, config wizard, pack, and unpack..
    # FMWLAUNCH_CLASSPATH - Additional classpath needed for WLST start script
    # LD_LIBRARY_PATH, LIBPATH and SHLIB_PATH
    # - To locate native libraries.
    # JAVA_VM - The java arg specifying the VM to run. (e.g.
    # -server, -hotspot, etc.)
    # MEM_ARGS - The variable to override the standard memory arguments
    # passed to java.
    # CLASSPATHSEP - CLASSPATH delimiter.
    # PATHSEP - Path delimiter.
    # DERBY_HOME - Derby home directory.
    # DERBY_TOOLS - Derby tools jar.
    # DERBY_CLASSPATH - Classpath needed to start Derby.
    # DERBY_CLIENT_CLASSPATH
    # - Derby client classpath.
    # PRODUCTION_MODE - Indicates if the Server will be started in PRODUCTION_MODE
    # PATCH_CLASSPATH - WebLogic system classpath patch
    # PATCH_LIBPATH - Library path used for patches
    # PATCH_PATH - Path used for patches
    # WEBLOGIC_EXTENSION_DIRS - Extension dirs for WebLogic classpath patch
    # It exports the following function:
    # trapSIGINT - Get actual Derby PID when running in MKSNT environment;
    # trap SIGINT to make sure Derby will also be stopped.
    # resetFd - Reset the number of open file descriptors to 1024.
    # jDriver for Oracle users: This script assumes that native libraries required
    # for jDriver for Oracle have been installed in the proper location and that
    # your os specific library path variable (i.e. LD_LIBRARY_PATH/solaris,
    # SHLIB_PATH/hpux, etc...) has been set appropriately. Also note that this
    # script defaults to the oci920_8 version of the shared libraries. If this is
    # not the version you need, please adjust the library path variable
    # accordingly.
    # sub functions
    # limit the number of open file descriptors
    resetFd() {
    if [ ! -n "`uname -s |grep -i cygwin || uname -s |grep -i windows_nt || \
    uname -s |grep -i HP-UX`" ]
    then
    ofiles=`ulimit -S -n`
    maxfiles=`ulimit -H -n`
    if [ "$?" = "0" -a  `expr ${maxfiles} : '[0-9][0-9]*$'` -eq 0 -a `expr ${ofiles} : '[0-9][0-9]*$'` -eq 0 ]; then
    ulimit -n 4096
    else
    if [ "$?" = "0" -a `uname -s` = "SunOS" -a `expr ${maxfiles} : '[0-9][0-9]*$'` -eq 0 ]; then
    if [ ${ofiles} -lt 65536 ]; then
    ulimit -H -n 65536
    else
    ulimit -H -n ${ofiles}
    fi
    fi
    fi
    fi
    # Get actual Derby process when running in MKS/NT environment;
    # Trap SIGINT
    # input:
    # DERBY_PID -- Derby server process id.
    # output:
    # DERBY_PID -- Actual Derby pid in MKS/NT environment.
    trapSIGINT() {
    # With MKS, the pid of $! dosen't show up correctly.
    # It starts a shell process to launch whatever commands it calls.
    if [ `uname -s` = "Windows_NT" ]; then
    DERBY_PID=`ps -eo pid,ppid |
    awk -v DERBY_PID=${DERBY_PID} '$2 == DERBY_PID {print $1}'`
    POINTBASE_PID=`ps -eo pid,ppid |
    awk -v POINTBASE_PID=${POINTBASE_PID} '$2 == POINTBASE_PID {print $1}'`
    fi
    # Kill Derby on interrupt from this script (^C)
    trap 'if [ "${DERBY_PID}" != "" ]; then
    kill -9 ${DERBY_PID}
    unset DERBY_PID
    fi' 2
    trap 'if [ "${POINTBASE_PID}" != "" ]; then
    kill -9 ${POINTBASE_PID}
    unset POINTBASE_PID
    fi' 2
    # end of sub functions
    # Set up BEA Home
    BEA_HOME="/bea/wls"
    # Set up Middleware Home
    MW_HOME="/bea/wls"
    # Set up WebLogic Home
    WL_HOME="/bea/wls/wlserver_10.3"
    # Set up COHERENCE Home
    COHERENCE_HOME="/bea/wls/coherence_3.6"
    # Set up Common Modules Directory
    MODULES_DIR="/bea/wls/modules"
    # Set up Common Features Directory
    FEATURES_DIR="/bea/wls/modules/features"
    # Set up Ant Home
    ANT_HOME="${MODULES_DIR}/org.apache.ant_1.7.1"
    # Set up Ant contrib
    ANT_CONTRIB="${MODULES_DIR}/net.sf.antcontrib_1.1.0.0_1-0b2"
    # Setup SUN_ARCH_DATA_MODEL
    SUN_ARCH_DATA_MODEL="32"
    #JAVA_USE_64BIT, true if JVM uses 64 bit operations
    JAVA_USE_64BIT=false
    # Reset JAVA_HOME, JAVA_VENDOR and PRODUCTION_MODE unless JAVA_HOME
    # and JAVA_VENDOR are pre-defined.
    if [ -z "${JAVA_HOME}" -o -z "${JAVA_VENDOR}" ]; then
    # Set up JAVA HOME
    JAVA_HOME="/usr/jdk/instances/jdk1.7.0_05"
    # Set up JAVA VENDOR, possible values are
    #Oracle, HP, IBM, Sun ...
    JAVA_VENDOR=Oracle
    # PRODUCTION_MODE, default to the development mode
    PRODUCTION_MODE=""
    fi
    export BEA_HOME MW_HOME WL_HOME MODULES_DIR FEATURES_DIR COHERENCE_HOME ANT_HOME ANT_CONTRIB JAVA_HOME JAVA_VENDOR PRODUCTION_MODE JAVA_USE_64BIT
    # Set up JVM options base on value of JAVA_VENDOR
    if [ "$PRODUCTION_MODE" = "true" ]; then
    case $JAVA_VENDOR in
    Oracle)
    JAVA_VM=-server
    MEM_ARGS="-Xms128m -Xmx256m"
    HP)
    JAVA_VM=-server
    MEM_ARGS="-Xms32m -Xmx200m -XX:MaxPermSize=128m"
    IBM)
    JAVA_VM=
    MEM_ARGS="-Xms32m -Xmx200m"
    Sun)
    JAVA_VM=-server
    MEM_ARGS="-Xms32m -Xmx200m -XX:MaxPermSize=128m"
    Apple)
    JAVA_VM=-server
    MEM_ARGS="-Xms32m -Xmx200m -XX:MaxPermSize=128m"
    JAVA_VM=
    MEM_ARGS="-Xms32m -Xmx200m"
    esac
    else
    case $JAVA_VENDOR in
    Oracle)
    JAVA_VM=-server
    MEM_ARGS="-Xms128m -Xmx256m"
    -Xms512m -Xmx512m -XX:MaxPermSize=256m
    JAVA_OPTIONS="${JAVA_OPTIONS} -Xverify:none"
    HP)
    JAVA_VM=-client
    MEM_ARGS="-Xms32m -Xmx200m -XX:MaxPermSize=128m"
    IBM)
    JAVA_VM=
    MEM_ARGS="-Xms32m -Xmx200m"
    Sun)
    JAVA_VM=-client
    MEM_ARGS="-Xms32m -Xmx200m -XX:MaxPermSize=128m"
    JAVA_OPTIONS="${JAVA_OPTIONS} -Xverify:none"
    Apple)
    JAVA_VM=-client
    MEM_ARGS="-Xms32m -Xmx200m -XX:MaxPermSize=128m"
    JAVA_VM=
    MEM_ARGS="-Xms32m -Xmx200m"
    esac
    fi
    export JAVA_VM MEM_ARGS JAVA_OPTIONS
    # Set the classpath separator
    case `uname -s` in
    Windows_NT*)
    CLASSPATHSEP=\;
    PATHSEP=\;
    CYGWIN*)
    CLASSPATHSEP=\;
    esac
    if [ "${CLASSPATHSEP}" = "" ]; then
    CLASSPATHSEP=:
    fi
    if [ "${PATHSEP}" = "" ]; then
    PATHSEP=:
    fi
    export PATHSEP CLASSPATHSEP
    # Set-up patch related class path, extension dirs, library path and path options
    if [ -f "${WL_HOME}/common/bin/setPatchEnv.sh" ]; then
    . "${WL_HOME}"/common/bin/setPatchEnv.sh
    fi
    # Figure out how to load java native libraries, also add -d64 for hpux and solaris 64 bit arch.
    case `uname -s` in
    AIX)
    if [ -n "${LIBPATH}" ]; then
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LIBPATH=${LIBPATH}:${WL_HOME}/server/native/aix/ppc64
    else
    LIBPATH=${LIBPATH}:${WL_HOME}/server/native/aix/ppc
    fi
    else
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LIBPATH=${WL_HOME}/server/native/aix/ppc64
    else
    LIBPATH=${WL_HOME}/server/native/aix/ppc
    fi
    fi
    LIBPATH=${PATCH_LIBPATH}:${LIBPATH}
    export LIBPATH
    HP-UX)
    arch=`uname -m`
    if [ "${arch}" = "ia64" ]; then
    if [ -n "${SHLIB_PATH}" ]; then
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    SHLIB_PATH=${SHLIB_PATH}:${WL_HOME}/server/native/hpux11/IPF64:${WL_HOME}/server/native/hpux11/IPF64/oci920_8
    else
    SHLIB_PATH=${SHLIB_PATH}:${WL_HOME}/server/native/hpux11/IPF32:${WL_HOME}/server/native/hpux11/IPF32/oci920_8
    fi
    else
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    SHLIB_PATH=${WL_HOME}/server/native/hpux11/IPF64:${WL_HOME}/server/native/hpux11/IPF64/oci920_8
    else
    SHLIB_PATH=${WL_HOME}/server/native/hpux11/IPF32:${WL_HOME}/server/native/hpux11/IPF32/oci920_8
    fi
    fi
    else
    if [ -n "${SHLIB_PATH}" ]; then
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    SHLIB_PATH=${SHLIB_PATH}:${WL_HOME}/server/native/hpux11/PA_RISC64:${WL_HOME}/server/native/hpux11/PA_RISC64/oci920_8
    else
    SHLIB_PATH=${SHLIB_PATH}:${WL_HOME}/server/native/hpux11/PA_RISC:${WL_HOME}/server/native/hpux11/PA_RISC/oci920_8
    fi
    else
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    SHLIB_PATH=${WL_HOME}/server/native/hpux11/PA_RISC64:${WL_HOME}/server/native/hpux11/PA_RISC64/oci920_8
    else
    SHLIB_PATH=${WL_HOME}/server/native/hpux11/PA_RISC:${WL_HOME}/server/native/hpux11/PA_RISC/oci920_8
    fi
    fi
    fi
    SHLIB_PATH=${PATCH_LIBPATH}:${SHLIB_PATH}
    export SHLIB_PATH
    if [ "${JAVA_USE_64BIT}" = "true" ] && [ "${JAVA_VENDOR}" != "Oracle" ]
    then
    JVM_D64="-d64"
    export JVM_D64
    JAVA_VM="${JAVA_VM} ${JVM_D64}"
    export JAVA_VM
    fi
    LINUX|Linux)
    arch=`uname -m`
    if [ -n "${LD_LIBRARY_PATH}" ]; then
    if [ "${arch}" = "ia64" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/linux/ia64:${WL_HOME}/server/native/linux/ia64/oci920_8
    else
    if [ "${arch}" = "x86_64" -a "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/linux/${arch}:${WL_HOME}/server/native/linux/${arch}/oci920_8
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/linux/${arch}:${WLSS_HOME}/server/native/linux/${arch}/oci920_8
    fi
    else
    if [ "${arch}" = "s390x" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/linux/s390x
    else
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/linux/i686:${WL_HOME}/server/native/linux/i686/oci920_8
    fi
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/linux/i686:${WLSS_HOME}/server/native/linux/i686/oci920_8
    fi
    fi
    fi
    else
    if [ "${arch}" = "ia64" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/linux/ia64:${WL_HOME}/server/native/linux/ia64/oci920_8
    else
    if [ "${arch}" = "x86_64" -a "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LD_LIBRARY_PATH=${WL_HOME}/server/native/linux/${arch}:${WL_HOME}/server/native/linux/${arch}/oci920_8
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/linux/${arch}:${WLSS_HOME}/server/native/linux/${arch}/oci920_8
    fi
    else
    if [ "${arch}" = "s390x" ]; then
    LD_LIBRARY_PATH=${WL_HOME}/server/native/linux/s390x
    else
    LD_LIBRARY_PATH=${WL_HOME}/server/native/linux/i686:${WL_HOME}/server/native/linux/i686/oci920_8
    fi
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/linux/i686:${WLSS_HOME}/server/native/linux/i686/oci920_8
    fi
    fi
    fi
    fi
    LD_LIBRARY_PATH=${PATCH_LIBPATH}:${LD_LIBRARY_PATH}
    export LD_LIBRARY_PATH
    OSF1)
    if [ -n "${LD_LIBRARY_PATH}" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/tru64unix
    else
    LD_LIBRARY_PATH=${WL_HOME}/server/native/tru64unix
    fi
    LD_LIBRARY_PATH=${PATCH_LIBPATH}:${LD_LIBRARY_PATH}
    export LD_LIBRARY_PATH
    SunOS)
    arch=`uname -m`
    if [ -n "${LD_LIBRARY_PATH}" ]; then
    if [ "${arch}" = "i86pc" ]; then
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/solaris/x64
    else
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/solaris/x86
    fi
    else
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/solaris/sparc64:${WL_HOME}/server/native/solaris/sparc64/oci920_8
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/solaris/sparc64:${WLSS_HOME}/server/native/solaris/sparc64/oci920_8
    fi
    else
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/solaris/sparc:${WL_HOME}/server/native/solaris/sparc/oci920_8
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/solaris/sparc:${WLSS_HOME}/server/native/solaris/sparc/oci920_8
    fi
    fi
    fi
    else
    if [ "${arch}" = "i86pc" ]; then
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LD_LIBRARY_PATH=${WL_HOME}/server/native/solaris/x64
    else
    LD_LIBRARY_PATH=${WL_HOME}/server/native/solaris/x86
    fi
    else
    if [ "${SUN_ARCH_DATA_MODEL}" = "64" ]; then
    LD_LIBRARY_PATH=${WL_HOME}/server/native/solaris/sparc64:${WL_HOME}/server/native/solaris/sparc64/oci920_8
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/solaris/sparc64:${WLSS_HOME}/server/native/solaris/sparc64/oci920_8
    fi
    else
    LD_LIBRARY_PATH=${WL_HOME}/server/native/solaris/sparc:${WL_HOME}/server/native/solaris/sparc/oci920_8
    if [ "$SIP_ENABLED" = "true" ]; then
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WLSS_HOME}/server/native/solaris/sparc:${WLSS_HOME}/server/native/solaris/sparc/oci920_8
    fi
    fi
    fi
    fi
    LD_LIBRARY_PATH=${PATCH_LIBPATH}:${LD_LIBRARY_PATH}
    export LD_LIBRARY_PATH
    if [ "${JAVA_USE_64BIT}" = "true" ] && [ "${JAVA_VENDOR}" != "Oracle" ]
    then
    JVM_D64="-d64"
    export JVM_D64
    JAVA_VM="${JAVA_VM} ${JVM_D64}"
    export JAVA_VM
    fi
    Darwin)
    if [ -n "${DYLD_LIBRARY_PATH}" ]; then
    DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}:${WL_HOME}/server/native/macosx
    else
    DYLD_LIBRARY_PATH=${WL_HOME}/server/native/macosx
    fi
    DYLD_LIBRARY_PATH=${PATCH_LIBPATH}:${DYLD_LIBRARY_PATH}
    export DYLD_LIBRARY_PATH
    Windows_NT*) ;;
    CYGWIN*) ;;
    echo "$0: Don't know how to set the shared library path for `uname -s`. "
    esac
    # set up WebLogic Server's class path
    WEBLOGIC_CLASSPATH="${JAVA_HOME}/lib/tools.jar${CLASSPATHSEP}${WL_HOME}/server/lib/weblogic_sp.jar${CLASSPATHSEP}${WL_HOME}/server/lib/weblogic.jar${CLASSPATHSEP}${FEATURES_DIR}/weblogic.server.modules_10.3.4.0.jar${CLASSPATHSEP}${WL_HOME}/server/lib/webservices.jar${CLASSPATHSEP}${ANT_HOME}/lib/ant-all.jar${CLASSPATHSEP}${ANT_CONTRIB}/lib/ant-contrib.jar"
    export WEBLOGIC_CLASSPATH
    # set up config tools class path
    FMWCONFIG_CLASSPATH="${JAVA_HOME}/lib/tools.jar${CLASSPATHSEP}${BEA_HOME}/utils/config/10.3/config-launch.jar${CLASSPATHSEP}${WL_HOME}/server/lib/weblogic_sp.jar${CLASSPATHSEP}${WL_HOME}/server/lib/weblogic.jar${CLASSPATHSEP}${FEATURES_DIR}/weblogic.server.modules_10.3.4.0.jar${CLASSPATHSEP}${WL_HOME}/server/lib/webservices.jar${CLASSPATHSEP}${ANT_HOME}/lib/ant-all.jar${CLASSPATHSEP}${ANT_CONTRIB}/lib/ant-contrib.jar"
    export FMWCONFIG_CLASSPATH
    FMWLAUNCH_CLASSPATH="${BEA_HOME}/utils/config/10.3/config-launch.jar"
    export FMWLAUNCH_CLASSPATH
    if [ "${PATCH_CLASSPATH}" != "" ] ; then
    WEBLOGIC_CLASSPATH="${PATCH_CLASSPATH}${CLASSPATHSEP}${WEBLOGIC_CLASSPATH}"
    export WEBLOGIC_CLASSPATH
    FMWCONFIG_CLASSPATH="${PATCH_CLASSPATH}${CLASSPATHSEP}${FMWCONFIG_CLASSPATH}"
    export FMWCONFIG_CLASSPATH
    fi
    if [ "$SIP_ENABLED" = "true" ]; then
    # set up SIP classpath
    SIP_CLASSPATH="${WLSS_HOME}/server/lib/weblogic_sip.jar"
    # add to WLS class path
    WEBLOGIC_CLASSPATH="${WEBLOGIC_CLASSPATH}${CLASSPATHSEP}${SIP_CLASSPATH}"
    export WEBLOGIC_CLASSPATH
    FMWCONFIG_CLASSPATH="${FMWCONFIG_CLASSPATH}${CLASSPATHSEP}${SIP_CLASSPATH}"
    export FMWCONFIG_CLASSPATH
    fi
    # DERBY configuration
    DERBY_HOME="${WL_HOME}/common/derby"
    DERBY_CLIENT_CLASSPATH="${DERBY_HOME}/lib/derbyclient.jar"
    DERBY_CLASSPATH="${CLASSPATHSEP}${DERBY_HOME}/lib/derbynet.jar${CLASSPATHSEP}${DERBY_CLIENT_CLASSPATH}"
    DERBY_TOOLS="${DERBY_HOME}/lib/derbytools.jar"
    DERBY_SYSTEM_HOME=${WL_HOME}/common/derby/demo/databases
    DERBY_OPTS="-Dderby.system.home=$DERBY_SYSTEM_HOME"
    if [ "${DERBY_PRE_CLASSPATH}" != "" ] ; then
    DERBY_CLASSPATH="${DERBY_PRE_CLASSPATH}${CLASSPATHSEP}${DERBY_CLASSPATH}"
    fi
    if [ "${DERBY_POST_CLASSPATH}" != "" ] ; then
    DERBY_CLASSPATH="${DERBY_CLASSPATH}${CLASSPATHSEP}${DERBY_POST_CLASSPATH}"
    fi
    export DERBY_HOME DERBY_CLASSPATH DERBY_TOOLS DERBY_SYSTEM_HOME DERBY_OPTS
    if [ -d "${WL_HOME}/common/eval/pointbase" ]
    then
    # PointBase configuration
    POINTBASE_HOME="${WL_HOME}/common/eval/pointbase"
    POINTBASE_CLIENT_CLASSPATH="${POINTBASE_HOME}/lib/pbclient57.jar"
    POINTBASE_CLASSPATH="${CLASSPATHSEP}${POINTBASE_HOME}/lib/pbembedded57.jar${CLASSPATHSEP}${POINTBASE_CLIENT_CLASSPATH}"
    POINTBASE_TOOLS="${POINTBASE_HOME}/lib/pbtools57.jar"
    if [ "${POINTBASE_PRE_CLASSPATH}" != "" ] ; then
    POINTBASE_CLASSPATH="${POINTBASE_PRE_CLASSPATH}${CLASSPATHSEP}${POINTBASE_CLASSPATH}"
    fi
    if [ "${POINTBASE_POST_CLASSPATH}" != "" ] ; then
    POINTBASE_CLASSPATH="${POINTBASE_CLASSPATH}${CLASSPATHSEP}${POINTBASE_POST_CLASSPATH}"
    fi
    export POINTBASE_HOME POINTBASE_CLASSPATH POINTBASE_TOOLS
    fi
    # Set up PATH
    if [ `uname -s` = "CYGWIN32/NT" ]; then
    # If we are on an old version of Cygnus we need to turn <letter>:/ in the path
    # to //<letter>/
    WL_HOME_CYGWIN=`echo $WL_HOME | sed 's#\([a-zA-Z]\):#//\1#g'`
    ANT_HOME_CYGWIN=`echo $ANT_HOME | sed 's#\([a-zA-Z]\):#//\1#g'`
    ANT_CONTRIB_CYGWIN=`echo $ANT_CONTRIB | sed 's#\([a-zA-Z]\):#//\1#g'`
    JAVA_HOME_CYGWIN=`echo $JAVA_HOME | sed 's#\([a-zA-Z]\):#//\1#g'`
    PATCH_PATH_CYGWIN=`echo $PATCH_PATH | sed 's#\([a-zA-Z]\):#//\1#g'`
    WL_USE_X86DLL=
    WL_USE_IA64DLL=
    WL_USE_AMD64DLL=
    if [ "${WL_USE_IA64DLL}" = "true" ]; then
    PATH="${PATCH_PATH_CYGWIN}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/64${PATHSEP}${WL_HOME_CYGWIN}/server/bin${PATHSEP}${ANT_HOME_CYGWIN}/bin${PATHSEP}${JAVA_HOME_CYGWIN}/jre/bin${PATHSEP}${JAVA_HOME_CYGWIN}/bin${PATHSEP}${PATH}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/64/oci920_8"
    fi
    if [ "${WL_USE_X86DLL}" = "true" ]; then
    PATH="${PATCH_PATH_CYGWIN}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/32${PATHSEP}${WL_HOME_CYGWIN}/server/bin${PATHSEP}${ANT_HOME_CYGWIN}/bin${PATHSEP}${JAVA_HOME_CYGWIN}/jre/bin${PATHSEP}${JAVA_HOME_CYGWIN}/bin${PATHSEP}${PATH}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/32/oci920_8"
    fi
    if [ "${WL_USE_AMD64DLL}" = "true" ]; then
    PATH="${PATCH_PATH_CYGWIN}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/x64${PATHSEP}${WL_HOME_CYGWIN}/server/bin${PATHSEP}${ANT_HOME_CYGWIN}/bin${PATHSEP}${JAVA_HOME_CYGWIN}/jre/bin${PATHSEP}${JAVA_HOME_CYGWIN}/bin${PATHSEP}${PATH}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/x64/oci920_8"
    fi
    else
    if [ -n "`uname -s |grep -i cygwin_`" ]; then
    # If we are on an new version of Cygnus we need to turn <letter>:/ in
    # the path to /cygdrive/<letter>/
    CYGDRIVE=`mount -ps | tail -1 | awk '{print $1}' | sed -e 's%/$%%'`
    WL_HOME_CYGWIN=`echo $WL_HOME | sed "s#\([a-zA-Z]\):#${CYGDRIVE}/\1#g"`
    ANT_HOME_CYGWIN=`echo $ANT_HOME | sed "s#\([a-zA-Z]\):#${CYGDRIVE}/\1#g"`
    PATCH_PATH_CYGWIN=`echo $PATCH_PATH | sed "s#\([a-zA-Z]\):#${CYGDRIVE}/\1#g"`
    JAVA_HOME_CYGWIN=`echo $JAVA_HOME | sed "s#\([a-zA-Z]\):#${CYGDRIVE}/\1#g"`
    WL_USE_X86DLL=
    WL_USE_IA64DLL=
    WL_USE_AMD64DLL=
    if [ "${WL_USE_IA64DLL}" = "true" ]; then
    PATH="${PATCH_PATH_CYGWIN}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/64${PATHSEP}${WL_HOME_CYGWIN}/server/bin${PATHSEP}${ANT_HOME_CYGWIN}/bin${PATHSEP}${JAVA_HOME_CYGWIN}/jre/bin${PATHSEP}${JAVA_HOME_CYGWIN}/bin${PATHSEP}${PATH}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/64/oci920_8"
    fi
    if [ "${WL_USE_X86DLL}" = "true" ]; then
    PATH="${PATCH_PATH_CYGWIN}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/32${PATHSEP}${WL_HOME_CYGWIN}/server/bin${PATHSEP}${ANT_HOME_CYGWIN}/bin${PATHSEP}${JAVA_HOME_CYGWIN}/jre/bin${PATHSEP}${JAVA_HOME_CYGWIN}/bin${PATHSEP}${PATH}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/32/oci920_8"
    fi
    if [ "${WL_USE_AMD64DLL}" = "true" ]; then
    PATH="${PATCH_PATH_CYGWIN}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/x64${PATHSEP}${WL_HOME_CYGWIN}/server/bin${PATHSEP}${ANT_HOME_CYGWIN}/bin${PATHSEP}${JAVA_HOME_CYGWIN}/jre/bin${PATHSEP}${JAVA_HOME_CYGWIN}/bin${PATHSEP}${PATH}${PATHSEP}${WL_HOME_CYGWIN}/server/native/win/x64/oci920_8"
    fi
    else
    # set PATH for other shell environments
    PATH="${WL_HOME}/server/bin${PATHSEP}${ANT_HOME}/bin${PATHSEP}${JAVA_HOME}/jre/bin${PATHSEP}${JAVA_HOME}/bin${PATHSEP}${PATH}"
    # On Windows, include WebLogic jDriver in PATH
    if [ -n "`uname -s |grep -i windows_nt`" ]; then
    WL_USE_X86DLL=
    WL_USE_IA64DLL=
    WL_USE_AMD64DLL=
    if [ "${WL_USE_IA64DLL}" = "true" ]; then
    PATH="${PATCH_PATH}${PATHSEP}${WL_HOME}/server/native/win/64${PATHSEP}${PATH}${PATHSEP}${WL_HOME}/server/native/win/64/oci920_8"
    fi
    if [ "${WL_USE_AMD64DLL}" = "true" ]; then
    PATH="${PATCH_PATH}${PATHSEP}${WL_HOME}/server/native/win/x64${PATHSEP}${PATH}${PATHSEP}${WL_HOME}/server/native/win/x64/oci920_8"
    fi
    if [ "${WL_USE_X86DLL}" = "true" ]; then
    PATH="${PATCH_PATH}${PATHSEP}${WL_HOME}/server/native/win/32${PATHSEP}${PATH}${PATHSEP}${WL_HOME}/server/native/win/32/oci920_8"
    fi
    fi
    fi
    fi
    export PATH
    resetFd
    =======
    my system is not on production mode and using oracle java. please suggest

  • Authentication Error while starting managed server ...

              Hi everyone,
              is there anyone to help me in avoiding the SecurityException while starting managed
              server in a cluster. Weblogic version is 6.1.
              I have started the admin server in a cluster and is running fine. Also cluster
              is started successfully.
              When I start managed server appManaged (which is also included in the cluster),
              I get the following error:
              Starting WebLogic Server ....
              Connecting to http://appadmn:7001...
              <Nov 20, 2003 11:05:56 AM EST> <Error> <Configuration Management> <Error connect
              ing to admin server and initializing admin home: admin URL: t3://appadmin:7001
              javax.naming.AuthenticationException. Root exception is java.lang.SecurityExcep
              tion: attempting to add an object which is not an instance of java.security.Prin
              cipal to a Subject's Principal Set
              at javax.security.auth.Subject$SecureSet.add(Subject.java:1098)
              at weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(Boot
              ServicesStub.java:72)
              at weblogic.common.internal.BootServicesStub.authenticate(BootServicesSt
              ub.java:80)
              at weblogic.security.acl.internal.Security.authenticate(Security.java:10
              8)
              at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialConte
              xtFactoryDelegate.java:461)
              at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
              textFactoryDelegate.java:316)
              at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
              tialContextFactoryDelegate.java:288)
              at weblogic.jndi.Environment.getContext(Environment.java:155)
              at weblogic.jndi.Environment.getInitialContext(Environment.java:138)
              at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:951)
              The start script for managed server appManaged is :
              %JAVA_HOME%\bin\java -hotspot -ms64m -ms64m -classpath %CLASSPATH% -Dweblogic.Domain=mydomain
              -Dweblogic.management.server=appadmin:7001 -Dweblogic.Name=appManaged -Dbea.home=%BEA_HOME%
              -Dweblogic.management.username=system -Dweblogic.management.password=weblogic
              -Dweblogic.ProductionModeEnabled=%STARTMODE% -Djava.security.auth.login.config==%
              BEA_HOME%\wlserver6.1\lib\compat.config -Djava.security.policy==%BEA_HOME%\wlserver6.1\lib\weblogic.policy
              -Dweblogic.management.discover=false weblogic.Server
              thanks.
              

    I could see calling to setDomainEnv.cmd script:
    *@REM Call setDomainEnv here.*
    set DOMAIN_HOME=D:\Perforce\weblogic1\dev\src_crmod\wls\mytest
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
    set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS%
    set SAVE_CLASSPATH=%CLASSPATH%
    But in my environment I do not see these variable set to any, JAVA_HOME, DERBY_CLASSPATH, JAVA_OPTIONS, CLASS_PATH.
    This might be the issue? Or anything else?

  • Help Please !!! Authentication error while starting managed server

    Hi everyone,
    is there anyone to help me in avoiding the SecurityException while starting managed
    server in a cluster. Weblogic version is 6.1.
    I have started the admin server in a cluster and is running fine. Also cluster
    is started successfully.
    When I start managed server appManaged (which is also included in the cluster),
    I get the following error:
    Starting WebLogic Server ....
    Connecting to http://appadmn:7001...
    <Nov 20, 2003 11:05:56 AM EST> <Error> <Configuration Management> <Error connect
    ing to admin server and initializing admin home: admin URL: t3://appadmin:7001
    javax.naming.AuthenticationException. Root exception is java.lang.SecurityExcep
    tion: attempting to add an object which is not an instance of java.security.Prin
    cipal to a Subject's Principal Set
    at javax.security.auth.Subject$SecureSet.add(Subject.java:1098)
    at weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(Boot
    ServicesStub.java:72)
    at weblogic.common.internal.BootServicesStub.authenticate(BootServicesSt
    ub.java:80)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:10
    8)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialConte
    xtFactoryDelegate.java:461)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:316)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:288)
    at weblogic.jndi.Environment.getContext(Environment.java:155)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:138)
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:951)
    The start script for managed server appManaged is :
    %JAVA_HOME%\bin\java -hotspot -ms64m -ms64m -classpath %CLASSPATH% -Dweblogic.Domain=mydomain
    -Dweblogic.management.server=appadmin:7001 -Dweblogic.Name=appManaged -Dbea.home=%BEA_HOME%
    -Dweblogic.management.username=system -Dweblogic.management.password=weblogic
    -Dweblogic.ProductionModeEnabled=%STARTMODE% -Djava.security.auth.login.config==%
    BEA_HOME%\wlserver6.1\lib\compat.config -Djava.security.policy==%BEA_HOME%\wlserver6.1\lib\weblogic.policy
    -Dweblogic.management.discover=false weblogic.Server
    thanks.

    I could see calling to setDomainEnv.cmd script:
    *@REM Call setDomainEnv here.*
    set DOMAIN_HOME=D:\Perforce\weblogic1\dev\src_crmod\wls\mytest
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
    set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS%
    set SAVE_CLASSPATH=%CLASSPATH%
    But in my environment I do not see these variable set to any, JAVA_HOME, DERBY_CLASSPATH, JAVA_OPTIONS, CLASS_PATH.
    This might be the issue? Or anything else?

  • Getting error while starting the server.

    I am getting the following error while starting the server. Please help
    trc file: "C:\SAP\JP1\JC00\work\dev_jstart", trc level: 1, release: "710"
    sysno      00
    sid        JP1
    systemid   560 (PC with Windows NT)
    relno      7100
    patchlevel 0
    patchno    0
    intno      20063500
    make       multithreaded, Unicode, optimized
    profile    C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile
    pid        2240
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, JM
    arguments :
      arg[ 0] : C:\SAP\JP1\SYS\exe\run\jstart.exe
      arg[ 1] : pf=C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile

    F [Thr 3540] Tue Sep 04 20:55:33 2007
    F  [Thr 3540] SfCJdkConfig::get: JDK home directory is set by profile
    F  [Thr 3540]      Java home: C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F  [Thr 3540] SfCJdkConfig::get: Java VM type is set by profile
    F  [Thr 3540]      Java VM type: server
    F  ********************************************************************************
    F  Java SDK properties (C:\SAP\JP1\JC00\work\jstart.jdk)
    F    root directory    : C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_07-b00
    F    cpu               : x86
    F    java vm type      : server
    F    jvm library name  : jvm.dll
    F    library path      : C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin\server;C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin
    F    executable path   : C:\SAP\JP1\SYS\exe\run\sapjvm_5\bin
    F  ********************************************************************************
    I  [Thr 3540] MtxInit: 30002 0 2
    F  [Thr 3540] JsfCreateShm: ShmCreate(79, 4096, ATTACH) failed (rc = 3 SHM segment doesn't exist)...
    F  [Thr 3540] SfCInstanceManager::newState: starting run level 1.
    F  [Thr 3540] *** ERROR => SfICreateFiElem: FiInit(JSF-FI-BRSESS, 1, 32) failed (rc = 6 invalid argument) [jsfxxshm.c   1909]
    F  [Thr 3540] *** ERROR => SfEInternalError: SfCInstanceManager::createDynShm: JsfCreateDynShm failed (rc = 1 general error)  [sfxxinst.hpp 349]
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Callstack without Exception:
    App       : jstart.exe (pid=2240)
    When      : 9/4/2007 20:55:34.296
    Threads   : 2
    Computer Name       : EMPMXMOBILE
    User Name           : SYSTEM
    Number of Processors: 2
    Processor Type: x86 Family 6 Model 15 Stepping 6
    Windows Version     : 5.1 Current Build: 2600
    Stack Dump for Thread Id dd4
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0006f784 00000000 7c8025cb 00000000 00000604 00000000 ntdll!KiFastSystemCallRet
    0006f7fc 00000000 004385ac 00000000 00000604 00000000 kernel32!WaitForSingleObject
    0006f820 00000000 0044aeee 00000000 0044af27 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    0006fa40 00000000 7c9106eb 00000000 78134d85 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    005b36b8 00000000 00000000 00000000 00000029 00000000 ntdll!RtlAllocateHeap
    Stack Dump for Thread Id dd8
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0172feac 00000000 7c8314a6 00000000 00000674 00000000 ntdll!KiFastSystemCallRet
    0172ff74 00000000 781329b9 00000000 00000000 00000000 jstart!FcaConnection_fcaCloseOutput
    0172ffac 00000000 78132a45 00000000 7c910738 00000000 MSVCR80!endthreadex
    0172ffec 00000000 00000000 00000000 781329df 00000000 MSVCR80!endthreadex

    F [Thr 3540] Tue Sep 04 20:55:34 2007
    F  [Thr 3540] SfCOptions::doExit: goodbye... (exitcode 1, retcode 1)

    Hi Viji,
                It seem's some memory(RAM) problem is strucking, can you try to shut down the OS and try to start the server?
    Regards,
    Hari.

  • Getting error while starting weblogic server in jdeveloper

    getting an error while starting weblogic server in jdeveloper
    IN LOG(its shows following):
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    User 'principals=[weblogic, Administrators]' has administration role. All tasks by adminstrators must go through an Administration Port.
    **** Authentication error while connecting to application server IntegratedWebLogicServer. Please check settings.
    **** Failed to complete start-up of application server IntegratedWebLogicServer.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]
    [Forcing termination of IntegratedWebLogicServer]
    taskkill /F /PID 1620
    Process exited.
    PLs help me

    User, please tell us your jdev version!
    Somehow your credentials are corrupted. Two possible solution:
    1) open your system11.1.1.xxxx folder open the DefaultDomain\servers\DefaultServer\security folder and edit the boot.properties file. Remove the '(AES)...' part after username and password and write the new ones e.g. username=weblogic', password='Welcome1'. Save the file and try to start the integrated server again. Once the server starts the entries are encoded again.
    2) if 1) does not work, remove the whole DefaultDomain folder and create a new WLS instance inside jdev.
    Timo

  • Getting Error while starting SOA Server OIM 11gR1

    Hi,
    I am getting following errors while staring SOA server in OIM 11g R1, my OIM server is running fine I can login to OIM and work but SOA server is not coming up. It was working fine suddenly it started throwing these errors. I have done the whole OIM installation again but no I am getting same issue :
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SensorManager' defined in ServletContext resource [WEB-INF/fabric-config-core.xml]: Cannot resolve reference to bean 'FabricMesh' while setting bean property 'fabricMesh'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMesh': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMesh': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:127)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1288)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:275)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         ... 55 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.aop.framework.ProxyFactoryBean.freshTargetSource(ProxyFactoryBean.java:577)
         at org.springframework.aop.framework.ProxyFactoryBean.getSingletonInstance(ProxyFactoryBean.java:306)
         at org.springframework.aop.framework.ProxyFactoryBean.getObject(ProxyFactoryBean.java:243)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
         ... 63 more
    Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1144)
         at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1105)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:386)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         ... 81 more
    Caused by: java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
         at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.FilteringClassLoader.findClass(FilteringClassLoader.java:101)
         at weblogic.utils.classloaders.FilteringClassLoader.loadClass(FilteringClassLoader.java:86)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at org.springframework.util.ClassUtils.forName(ClassUtils.java:211)
         at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:385)
         at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1138)
         ... 91 more
    Caused by: java.lang.ClassNotFoundException: weblogic.sca.api.ScaReferenceProcessor
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         ... 115 more
    [2013-01-07T19:13:54.258+05:30] [soa_server1] [NOTIFICATION] [] [oracle.mds] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLFnlQAxGO5yjk3yW1Guh2_000002,0] [APP: soa-infra] MBean: oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=soa-infra deregistered
    [2013-01-07T19:13:54.258+05:30] [soa_server1] [NOTIFICATION] [] [oracle.adf.share.config.ADFConfigFactory] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLFnlQAxGO5yjk3yW1Guh2_000002,0] [APP: soa-infra] Calling ADF Config instance implementation: class oracle.adf.share.config.MDSConfigImpl.releaseResources()
    [2013-01-07T19:13:56.068+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms\r\n] [userId: <anonymous>] [ecid: 0000JkLFnlQAxGO5yjk3yW1Guh2_000002,0] [APP: soa-infra] Repository:: initExchange: Name = RosettaNet
    [2013-01-07T19:13:56.068+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms\r\n] [userId: <anonymous>] [ecid: 0000JkLFnlQAxGO5yjk3yW1Guh2_000002,0] [APP: soa-infra] Repository:: initExchange: ex.getPackagingProtocolRef() RNIF11_PKG
    [2013-01-07T19:13:56.068+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms\r\n] [userId: <anonymous>] [ecid: 0000JkLFnlQAxGO5yjk3yW1Guh2_000002,0] [APP: soa-infra] Repository:: initExchange: ex.getPackagingProtocolRef() RNIF11_PKG
    [2013-01-07T19:31:50.353+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.cluster] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] Detected Enable Cluster=true     StandAlone=true
    [2013-01-07T19:31:50.353+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] [[
    OraBPEL "bpel-engine" BPEL domain loaded.
    [2013-01-07T19:31:50.353+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] CubeServiceEngine=> initialized ....
    [2013-01-07T19:31:50.447+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] Setting executor from fabric
    [2013-01-07T19:31:53.320+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] Unloaded BPEL domain "bpel-engine"
    [2013-01-07T19:31:53.320+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.system] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] Done shutting down engine bpmn
    [2013-01-07T19:31:53.382+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.serviceEngine] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] ****** Inside MediatorServiceEngine::cleanup ******
    [2013-01-07T19:31:53.382+05:30] [soa_server1] [NOTIFICATION] [] [oracle.soa.mediator.dispatch.db] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] DBContainerIdManager stop()
    [2013-01-07T19:31:53.413+05:30] [soa_server1] [ERROR] [] [org.springframework.web.context.ContextLoader] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JkLK0Db2nJQpy^DCiW1GuhJp000002,0] [APP: soa-infra] Context initialization failed[[
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SensorManager' defined in ServletContext resource [WEB-INF/fabric-config-core.xml]: Cannot resolve reference to bean 'FabricMesh' while setting bean property 'fabricMesh'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMesh': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMesh': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:127)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1288)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:275)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         ... 55 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.aop.framework.ProxyFactoryBean.freshTargetSource(ProxyFactoryBean.java:577)
         at org.springframework.aop.framework.ProxyFactoryBean.getSingletonInstance(ProxyFactoryBean.java:306)
         at org.springframework.aop.framework.ProxyFactoryBean.getObject(ProxyFactoryBean.java:243)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
         ... 63 more
    Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1144)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         ... 81 more
    Caused by: java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at org.springframework.util.ClassUtils.forName(ClassUtils.java:211)
         at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:385)
         at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1138)
         ... 91 more
    Caused by: java.lang.ClassNotFoundException: weblogic.sca.api.ScaReferenceProcessor
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         ... 115 more
         and
         oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.NameNotFoundException: Unable to resolve 'RuntimeConfigService'. Resolved ''; remaining name 'RuntimeConfigService'[[
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:323)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.run(TaskFlowDeployerThread.java:129)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.NameNotFoundException: Unable to resolve 'RuntimeConfigService'. Resolved ''; remaining name 'RuntimeConfigService'
         at oracle.bpel.services.workflow.runtimeconfig.client.RuntimeConfigServiceRemoteClient.getTaskDisplayInfo(RuntimeConfigServiceRemoteClient.java:665)
         at sun.reflect.GeneratedMethodAccessor1232.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:133)
         at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:72)
         at $Proxy212.getTaskDisplayInfo(Unknown Source)
         at oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.setTaskDisplayInfo(TaskFlowPropsUtil.java:798)
         at oracle.bpel.services.workflow.client.worklist.util.TaskFlowPropsUtil.setTaskDisplayInfo(TaskFlowPropsUtil.java:777)
         at oracle.bpel.services.workflow.client.worklist.servlet.TaskFlowDeployerThread.registerTaskFlowWithTask(TaskFlowDeployerThread.java:261)
         ... 2 more
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'RuntimeConfigService'. Resolved ''; remaining name 'RuntimeConfigService'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.bpel.services.workflow.runtimeconfig.client.RuntimeConfigServiceRemoteClient.getTaskDisplayInfo(RuntimeConfigServiceRemoteClient.java:660)
         ... 11 more
    Please help.

    Looks like a known issue with missing jar files.
    Please refer to Oracle support document - [ID 1332553.1]

  • Error while starting manage server

    Hi,
    I get the following error while starting the managed server. But there is no
    fatal error and the startup is successful. The domain has an admin and a managed
    instance. The admin server starts without any trouble. Please help resolve this
    problem.
    regards
    vignesh
    <Mar 15, 2004 6:07:07 PM EST> <Info> <Security> <090142> <The weblogic keystore
    provider DefaultKeyStore in realm myrealm cannot be
    used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <Mar 15, 2004 6:07:07 PM EST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Mar 15, 2004 6:07:08 PM EST> <Notice> <WebLogicServer> <000328> <Starting WebLogic
    Managed Server "vignesh" for domain "a201516">
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000214> <WebLogic Server
    "vignesh" version:
    WebLogic Server 7.0 SP1 Mon Sep 9 22:46:58 PDT 2002 206753
    WebLogic XMLX Module 7.0 SP1 Mon Sep 9 22:54:41 PDT 2002 206753
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000215> <Loaded License
    : /apps/bea/license.bea>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <RJVM> <000520> <Network Configuration
    Cluster Participant: false
    Native Socket IO Enabled: true
    Reverse DNS Allowed: false
    Network Channel: Default
    Listen Address: 167.19.244.65
    Listen Port: 6100
    SSL Listen Port: 6101
    External DNS Name: not configured
    Cluster Address: not configured
    Protocol(s): T3,T3S,HTTP,HTTPS
    Tunneling Enabled: false
    Outgoing Enabled: true
    Admin Traffic Only: false
    Admin Traffic OK: true
    Channel Weight: 50
    Accept Backlog: 50
    Login Timeout: 5000 ms
    Login Timeout SSL: 25000 ms
    Message Timeout HTTP: 60000 ms
    Message Timeout T3: 60000 ms
    Max Message Size HTTP: 10000000
    Max Message Size T3: 10000000
    >
    <Mar 15, 2004 6:07:11 PM EST> <Error> <rmi> <080007> <RMI runtime disabled because
    an initial reference could not be bound
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    at weblogic.rmi.internal.BasicRuntimeDescriptor.createSkeleton(BasicRuntimeDescriptor.java:217)
    at weblogic.rmi.internal.BasicRuntimeDescriptor.<init>(BasicRuntimeDescriptor.java:135)
    at weblogic.rmi.internal.DescriptorManager.getBasicRuntimeDescriptor(DescriptorManager.java:85)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManager.java:48)
    at weblogic.rmi.internal.BasicServerRef.initializeDGCPolicy(BasicServerRef.java:164)
    at weblogic.rmi.internal.BasicServerRef.<init>(BasicServerRef.java:141)
    at weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:263)
    at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:241)
    at weblogic.rmi.internal.RMIServerService.initialize(RMIServerService.java:19)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 15, 2004 6:07:12 PM EST> <Info> <XML> <130036> <Initializing XMLRegistry.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <JDBC> <001007> <INITIALIZING DONE issued.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190000> <Initializing J2EE Connector
    Service>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190001> <J2EE Connector Service
    initialized successfully>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040090> <Deployed 4 default connection
    factories.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040305> <JMS service is initialized
    and in the standby mode.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <IIOP> <002014> <IIOP subsystem enabled.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101128> <Initializing HTTP services.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101052> <[HTTP vignesh] Initialized>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101135> <vignesh is the default web
    server>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <J2EE> <160037> <J2EE service initializing>
    <Mar 15, 2004 6:07:19 PM EST> <Info> <Deployer> <149207> <The Deployment Slave
    is initializing>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101201> <uddi:uddi loading descriptor>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddi from
    WAR file: ./vignesh/.internal/uddi.war>
    <Mar 15, 2004 6:07:23 PM EST> <Info> <HTTP> <101202> <uddi:uddi preparing>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101201> <uddiexplorer:uddiexplorer
    loading descriptor>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddiexplorer
    from WAR file: ./vignesh/.internal/uddiexplorer.wa
    r>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101202> <uddiexplorer:uddiexplorer
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101201> <wl_management_internal1:wl_management_internal1
    loading descriptor>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading wl_management_internal1
    from WAR file: ./vignesh/.internal/wl_m
    anagement_internal1.war>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101202> <wl_management_internal1:wl_management_internal1
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <DRS> <002504> <Slave for DataIdentifier
    DataIdentifierID: 1 registered with DRS with version 0
    >
    <Mar 15, 2004 6:07:30 PM EST> <Info> <Deployer> <149215> <The Slave Deployer did
    not receive an initial update after 2,000 milliseco
    nds.>
    <Mar 15, 2004 6:07:31 PM EST> <Info> <HTTP> <101206> <uddi:uddi activating>
    <Mar 15, 2004 6:07:34 PM EST> <Info> <HTTP> <101209> <uddi:uddi ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddi:uddi starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <uddiexplorer:uddiexplorer
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <uddiexplorer:uddiexplorer
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddiexplorer:uddiexplorer
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <wl_management_internal1:wl_management_internal1
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <wl_management_internal1:wl_management_internal1
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <wl_management_internal1:wl_management_internal1
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <Deployer> <149208> <The Deployment Slave
    is initialized>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JTA> <110441> <Opening transaction log with
    driver version "j1.0" and synchronous write policy
    "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean
    javadoc or
    console on-line help.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING ... issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING DONE issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "MessageDrivenBeanConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "QueueConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "TopicConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "DefaultConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040306> <JMS service is active now.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101129> <Initializing Web services.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101238> <HTTP log rotation is size
    based for the webserver: vignesh>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <HTTP> <101051> <[HTTP vignesh] started>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <Deployer> <149209> <The Deployment Slave
    is resuming>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <J2EE> <160003> <Deployed : DefaultWebApp>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Deployer> <149210> <The Deployment Slave
    is resumed>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.name = Java(TM) 2 Runtime Environment
    , Standard Edition>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.protocol.handler.pkgs = weblogic.utils|weblog
    ic.utils|weblogic.net|weblogic.management>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.library.path = /apps/bea/jdk131_03/jre/li
    b/sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.rpc.ServiceFactory = weblogic.webservice
    .core.rpc.ServiceFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryPar
    ser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url = http://java.sun.com/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    path.separator = :>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.name = Java HotSpot(TM) Server VM>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding.pkg = sun.io>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.driver = weblogic.apache.xerces.parser
    s.SAXParser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.name = Java Virtual Machine
    Specification>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.dir = /apps/bea/user_projects/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.soap.MessageFactory = weblogic.webservic
    e.core.soap.MessageFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.management.server = http://167.19.244.65:
    6102>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    vde.home = ./vignesh/ldap>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDele
    gateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironm
    ent>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.arch = sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.io.tmpdir = /var/tmp/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    line.separator =
    >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.Name = vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.vendor = Sun Microsystems In
    c.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.url.pkgs = weblogic.jndi.facto
    ries>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.fonts = >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.name = SunOS>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.library.path = /apps/bea/jdk131_03/bin/../jre
    /lib/sparc/server:/apps/bea/jdk131_03/bin/../jre/lib/sparc::/apps/bea/jdk131_03/bin/../jre/../lib/sparc:/apps/bea/weblogic700/server
    /lib/solaris:/apps/bea/weblogic700/server/lib/solaris/oci817_8:/usr/lib>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.name = Java Platform API Specif
    ication>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.version = 47.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.ProductionModeEnabled = false>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.version = 5.8>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.home = /users/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.PortableRemoteObjectClass = weblog
    ic.iiop.PortableRemoteObjectDelegateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.security.policy = /apps/bea/weblogic700/serve
    r/lib/weblogic.policy>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.timezone = America/New_York>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    bea.home = /apps/bea>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding = 646>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.version = 1.3>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.path = /apps/bea/jdk131_03/lib/tools.ja
    r:/apps/bea/weblogic700/server:/apps/bea/weblogic700/server/lib/weblogic_sp.jar:/apps/bea/weblogic700/server/lib/weblogic.jar:/users
    /a201516:/users/a201516/weblogic/myserver/serverclasses/xerces.jar:/users/a201516/weblogic/myserver/serverclasses/xalan.jar:/apps/we
    blogic/javaclasses/xml4j_2_0_15/xml4j.jar:/apps/weblogic/javaclasses/xmlbeans/lib/xml_swing11.jar:/apps/weblogic/javaclasses/javamai
    l-1.1.3/mail.jar:/users/a201516/weblogic/lib/weblogic510sp12.jar:/users/a201516/weblogic/lib/weblogicaux.jar:/users/a201516/weblogic
    /classes:/apps/weblogic/javaclasses/jgl3.1.0/lib/jgl3.1.0.jar:/users/a201516/tips/oracle_thin_driver.jar:/apps/weblogic/javaclasses/
    jce1.2/lib/jce1_2-do.jar:/apps/weblogic/javaclasses/javamail-1.1.3/mail.jar:/apps/weblogic/javaclasses/jaf-1.0.1/activation.jar:/app
    s/weblogic/javaclasses/junit3.5/junit.jar:/users/a201516/weblogic/lib/vp4jb_o.jar:/users/a201516/weblogic/lib/LDAPSimpleAuth.jar:/ap
    ps/warranty/weblogic/javaclasses/lib/uwc/javaftpapi.jar:/apps/motorclub2/weblogic/lib/log4j.jar:/apps/motorclub2/weblogic/lib/log4j_
    core.jar:/apps/motorclub2/weblogic/lib/sunjce_provider.jar:/apps/motorclub2/weblogic/lib/iText.jar:/apps/motorclub2/weblogic/lib/US_
    export_policy.jar:/apps/motorclub2/weblogic/lib/Verisign.jar:/apps/warranty/weblogic/javaclasses/lib/uwc/ldapjdk.jar:/users/a201516/
    weblogic/myserver/workdir/uwc/serverclasses:/users/a201516/weblogic/myserver/workdir/uwc/servletclasses:/users/a201516/weblogic/myse
    rver/workdir/dm/serverclasses:/users/a201516/weblogic/myserver/workdir/dm/servletclasses:/users/a201516/weblogic/myserver/servletcla
    sses:/users/a201516/weblogic/myserver/serverclasses:/apps/direct/weblogic/myserver/dmejb/CustomerSessionBean.jar:/apps/direct/weblog
    ic/myserver/dmejb/SalesEntityJar.jar:/apps/direct/weblogic/myserver/dmejb/CheckSalesEntityJar.jar:/apps/direct/weblogic/myserver/dme
    jb/SalesSessionJar.jar:/apps/direct/weblogic/myserver/dmejb/PlanSessionBean.jar:/apps/direct/weblogic/myserver/dmejb/SearchSession.j
    ar:/apps/direct/weblogic/myserver/dmejb/DSUSearchJar.jar:/apps/direct/weblogic/myserver/dmejb/LoginSession.jar:/users/a201516/weblog
    ic/myserver/uwcejb/OutClaimEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutClaimSessionDeployed.jar:/users/a201516/web
    logic/myserver/uwcejb/OutContractEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutContractSessionDeployed.jar:/users/a2
    01516/weblogic/myserver/uwcejb/OutProfileSessionDeployed.jar:/users/a201516/weblogic/myserver/gmmcejb/memberentitybeanjar.jar:/users
    /a201516/weblogic/myserver/gmmcejb/policyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/paymententitybeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/historyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/enrollsessionbeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/loginsessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/memberaccsessionbeanjar.jar:/user
    s/a201516/weblogic/myserver/gmmcejb/historysessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/updatesessionbeanjar.jar:/app
    s/gmppDirect2004/weblogic/myserver/dmejb/PriceSessionBean.jar:/users/a201516/weblogic/myserver/workdir/gmmc2/:/users/a201516/weblogi
    c/myserver/workdir/gmmc2/com/mic/gmmc/constants/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.name = a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.initial = weblogic.jndi.WLInit
    ialContextFactory>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.home = /apps/bea/jdk131_03/jre>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.name = Java Management Extension
    s>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.language = en>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.name = JMX RI>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.info = mixed mode>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.security.SSL.trustedCAKeyStore = /apps/be
    a/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.version = 1.3.1_03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.ext.dirs = /apps/bea/jdk131_03/jre/lib/ext>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.class.path = /apps/bea/jdk131_03/jre/lib/
    rt.jar:/apps/bea/jdk131_03/jre/lib/i18n.jar:/apps/bea/jdk131_03/jre/lib/sunrsasign.jar:/apps/bea/jdk131_03/jre/classes>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.separator = />
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url.bug = http://java.sun.com/cgi-bin/
    bugreport.cgi>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.io.unicode.encoding = UnicodeBig>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.endian = big>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.version = 1.0 Final Release>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+
    vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5803151,name=DefaultWebApp,context-path=/DefaultWebApp)]
    We
    bServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    WebServiceServlet: i
    nit>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    uddilistener: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5823496,name=uddiexplorer,context-path=/uddiexplorer)]
    WebS
    erviceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2121551,name=wl_management_internal1,context-path=/wl_manag
    ement_internal1)] WebServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <WebLogicServer> <000325> <License allows
    low strength (export) SSL.>
    <Mar 15, 2004 6:07:47 PM EST> <Info> <Security> <090116> <The Server vignesh is
    using the private key it retrieved from keystore ali
    ased by demokey.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <Security> <090125> <Loaded 14 trusted certificates
    from keystore file specified on the command
    line: /apps/bea/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000307> <Exportable key
    maximum lifespan set to 500 uses.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000300> <Certificate contents:
    1 certificate(s):
    fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May 30 17:38:01
    EDT 2000, not after = Thu May 13 17:38:01 EDT 200
    4, holder = C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com
    [email protected] , issuer = C=US SP=Californi
    a L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Authority [email protected]
    , key = modulus length=65 exponent
    length=3
    >
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000310> <Using low strength
    (exportable) SSL.>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default"
    listening on port 6100, ip address 1
    67.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default"
    listening on port 6101, ip addres
    s 167.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000332> <Started WebLogic
    Managed Server "vignesh" for domain "a201516" run
    ning in Development Mode>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>

    "Vignesh" <[email protected]> writes:
    It looks like a bug. We are on 7.0sp4 with sp5 soon to be released. I
    suggest you try a more up-to-date version.
    andy
    Hi,
    I get the following error while starting the managed server. But there is no
    fatal error and the startup is successful. The domain has an admin and a managed
    instance. The admin server starts without any trouble. Please help resolve this
    problem.
    regards
    vignesh
    <Mar 15, 2004 6:07:07 PM EST> <Info> <Security> <090142> <The weblogic keystore
    provider DefaultKeyStore in realm myrealm cannot be
    used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <Mar 15, 2004 6:07:07 PM EST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Mar 15, 2004 6:07:08 PM EST> <Notice> <WebLogicServer> <000328> <Starting WebLogic
    Managed Server "vignesh" for domain "a201516">
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000214> <WebLogic Server
    "vignesh" version:
    WebLogic Server 7.0 SP1 Mon Sep 9 22:46:58 PDT 2002 206753
    WebLogic XMLX Module 7.0 SP1 Mon Sep 9 22:54:41 PDT 2002 206753
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000215> <Loaded License
    : /apps/bea/license.bea>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <RJVM> <000520> <Network Configuration
    Cluster Participant: false
    Native Socket IO Enabled: true
    Reverse DNS Allowed: false
    Network Channel: Default
    Listen Address: 167.19.244.65
    Listen Port: 6100
    SSL Listen Port: 6101
    External DNS Name: not configured
    Cluster Address: not configured
    Protocol(s): T3,T3S,HTTP,HTTPS
    Tunneling Enabled: false
    Outgoing Enabled: true
    Admin Traffic Only: false
    Admin Traffic OK: true
    Channel Weight: 50
    Accept Backlog: 50
    Login Timeout: 5000 ms
    Login Timeout SSL: 25000 ms
    Message Timeout HTTP: 60000 ms
    Message Timeout T3: 60000 ms
    Max Message Size HTTP: 10000000
    Max Message Size T3: 10000000
    >
    <Mar 15, 2004 6:07:11 PM EST> <Error> <rmi> <080007> <RMI runtime disabled because
    an initial reference could not be bound
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    at weblogic.rmi.internal.BasicRuntimeDescriptor.createSkeleton(BasicRuntimeDescriptor.java:217)
    at weblogic.rmi.internal.BasicRuntimeDescriptor.<init>(BasicRuntimeDescriptor.java:135)
    at weblogic.rmi.internal.DescriptorManager.getBasicRuntimeDescriptor(DescriptorManager.java:85)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManager.java:48)
    at weblogic.rmi.internal.BasicServerRef.initializeDGCPolicy(BasicServerRef.java:164)
    at weblogic.rmi.internal.BasicServerRef.<init>(BasicServerRef.java:141)
    at weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:263)
    at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:241)
    at weblogic.rmi.internal.RMIServerService.initialize(RMIServerService.java:19)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 15, 2004 6:07:12 PM EST> <Info> <XML> <130036> <Initializing XMLRegistry.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <JDBC> <001007> <INITIALIZING DONE issued.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190000> <Initializing J2EE Connector
    Service>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190001> <J2EE Connector Service
    initialized successfully>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040090> <Deployed 4 default connection
    factories.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040305> <JMS service is initialized
    and in the standby mode.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <IIOP> <002014> <IIOP subsystem enabled.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101128> <Initializing HTTP services.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101052> <[HTTP vignesh] Initialized>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101135> <vignesh is the default web
    server>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <J2EE> <160037> <J2EE service initializing>
    <Mar 15, 2004 6:07:19 PM EST> <Info> <Deployer> <149207> <The Deployment Slave
    is initializing>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101201> <uddi:uddi loading descriptor>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddi from
    WAR file: ./vignesh/.internal/uddi.war>
    <Mar 15, 2004 6:07:23 PM EST> <Info> <HTTP> <101202> <uddi:uddi preparing>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101201> <uddiexplorer:uddiexplorer
    loading descriptor>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddiexplorer
    from WAR file: ./vignesh/.internal/uddiexplorer.wa
    r>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101202> <uddiexplorer:uddiexplorer
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101201> <wl_management_internal1:wl_management_internal1
    loading descriptor>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading wl_management_internal1
    from WAR file: ./vignesh/.internal/wl_m
    anagement_internal1.war>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101202> <wl_management_internal1:wl_management_internal1
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <DRS> <002504> <Slave for DataIdentifier
    DataIdentifierID: 1 registered with DRS with version 0
    >
    <Mar 15, 2004 6:07:30 PM EST> <Info> <Deployer> <149215> <The Slave Deployer did
    not receive an initial update after 2,000 milliseco
    nds.>
    <Mar 15, 2004 6:07:31 PM EST> <Info> <HTTP> <101206> <uddi:uddi activating>
    <Mar 15, 2004 6:07:34 PM EST> <Info> <HTTP> <101209> <uddi:uddi ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddi:uddi starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <uddiexplorer:uddiexplorer
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <uddiexplorer:uddiexplorer
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddiexplorer:uddiexplorer
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <wl_management_internal1:wl_management_internal1
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <wl_management_internal1:wl_management_internal1
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <wl_management_internal1:wl_management_internal1
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <Deployer> <149208> <The Deployment Slave
    is initialized>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JTA> <110441> <Opening transaction log with
    driver version "j1.0" and synchronous write policy
    "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean
    javadoc or
    console on-line help.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING ... issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING DONE issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "MessageDrivenBeanConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "QueueConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "TopicConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "DefaultConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040306> <JMS service is active now.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101129> <Initializing Web services.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101238> <HTTP log rotation is size
    based for the webserver: vignesh>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <HTTP> <101051> <[HTTP vignesh] started>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <Deployer> <149209> <The Deployment Slave
    is resuming>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <J2EE> <160003> <Deployed : DefaultWebApp>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Deployer> <149210> <The Deployment Slave
    is resumed>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.name = Java(TM) 2 Runtime Environment
    , Standard Edition>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.protocol.handler.pkgs = weblogic.utils|weblog
    ic.utils|weblogic.net|weblogic.management>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.library.path = /apps/bea/jdk131_03/jre/li
    b/sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.rpc.ServiceFactory = weblogic.webservice
    .core.rpc.ServiceFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryPar
    ser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url = http://java.sun.com/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    path.separator = :>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.name = Java HotSpot(TM) Server VM>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding.pkg = sun.io>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.driver = weblogic.apache.xerces.parser
    s.SAXParser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.name = Java Virtual Machine
    Specification>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.dir = /apps/bea/user_projects/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.soap.MessageFactory = weblogic.webservic
    e.core.soap.MessageFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.management.server = http://167.19.244.65:
    6102>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    vde.home = ./vignesh/ldap>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDele
    gateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironm
    ent>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.arch = sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.io.tmpdir = /var/tmp/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    line.separator =
    >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.Name = vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.vendor = Sun Microsystems In
    c.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.url.pkgs = weblogic.jndi.facto
    ries>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.fonts = >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.name = SunOS>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.library.path = /apps/bea/jdk131_03/bin/../jre
    /lib/sparc/server:/apps/bea/jdk131_03/bin/../jre/lib/sparc::/apps/bea/jdk131_03/bin/../jre/../lib/sparc:/apps/bea/weblogic700/server
    /lib/solaris:/apps/bea/weblogic700/server/lib/solaris/oci817_8:/usr/lib>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.name = Java Platform API Specif
    ication>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.version = 47.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.ProductionModeEnabled = false>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.version = 5.8>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.home = /users/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.PortableRemoteObjectClass = weblog
    ic.iiop.PortableRemoteObjectDelegateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.security.policy = /apps/bea/weblogic700/serve
    r/lib/weblogic.policy>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.timezone = America/New_York>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    bea.home = /apps/bea>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding = 646>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.version = 1.3>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.path = /apps/bea/jdk131_03/lib/tools.ja
    r:/apps/bea/weblogic700/server:/apps/bea/weblogic700/server/lib/weblogic_sp.jar:/apps/bea/weblogic700/server/lib/weblogic.jar:/users
    /a201516:/users/a201516/weblogic/myserver/serverclasses/xerces.jar:/users/a201516/weblogic/myserver/serverclasses/xalan.jar:/apps/we
    blogic/javaclasses/xml4j_2_0_15/xml4j.jar:/apps/weblogic/javaclasses/xmlbeans/lib/xml_swing11.jar:/apps/weblogic/javaclasses/javamai
    l-1.1.3/mail.jar:/users/a201516/weblogic/lib/weblogic510sp12.jar:/users/a201516/weblogic/lib/weblogicaux.jar:/users/a201516/weblogic
    /classes:/apps/weblogic/javaclasses/jgl3.1.0/lib/jgl3.1.0.jar:/users/a201516/tips/oracle_thin_driver.jar:/apps/weblogic/javaclasses/
    jce1.2/lib/jce1_2-do.jar:/apps/weblogic/javaclasses/javamail-1.1.3/mail.jar:/apps/weblogic/javaclasses/jaf-1.0.1/activation.jar:/app
    s/weblogic/javaclasses/junit3.5/junit.jar:/users/a201516/weblogic/lib/vp4jb_o.jar:/users/a201516/weblogic/lib/LDAPSimpleAuth.jar:/ap
    ps/warranty/weblogic/javaclasses/lib/uwc/javaftpapi.jar:/apps/motorclub2/weblogic/lib/log4j.jar:/apps/motorclub2/weblogic/lib/log4j_
    core.jar:/apps/motorclub2/weblogic/lib/sunjce_provider.jar:/apps/motorclub2/weblogic/lib/iText.jar:/apps/motorclub2/weblogic/lib/US_
    export_policy.jar:/apps/motorclub2/weblogic/lib/Verisign.jar:/apps/warranty/weblogic/javaclasses/lib/uwc/ldapjdk.jar:/users/a201516/
    weblogic/myserver/workdir/uwc/serverclasses:/users/a201516/weblogic/myserver/workdir/uwc/servletclasses:/users/a201516/weblogic/myse
    rver/workdir/dm/serverclasses:/users/a201516/weblogic/myserver/workdir/dm/servletclasses:/users/a201516/weblogic/myserver/servletcla
    sses:/users/a201516/weblogic/myserver/serverclasses:/apps/direct/weblogic/myserver/dmejb/CustomerSessionBean.jar:/apps/direct/weblog
    ic/myserver/dmejb/SalesEntityJar.jar:/apps/direct/weblogic/myserver/dmejb/CheckSalesEntityJar.jar:/apps/direct/weblogic/myserver/dme
    jb/SalesSessionJar.jar:/apps/direct/weblogic/myserver/dmejb/PlanSessionBean.jar:/apps/direct/weblogic/myserver/dmejb/SearchSession.j
    ar:/apps/direct/weblogic/myserver/dmejb/DSUSearchJar.jar:/apps/direct/weblogic/myserver/dmejb/LoginSession.jar:/users/a201516/weblog
    ic/myserver/uwcejb/OutClaimEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutClaimSessionDeployed.jar:/users/a201516/web
    logic/myserver/uwcejb/OutContractEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutContractSessionDeployed.jar:/users/a2
    01516/weblogic/myserver/uwcejb/OutProfileSessionDeployed.jar:/users/a201516/weblogic/myserver/gmmcejb/memberentitybeanjar.jar:/users
    /a201516/weblogic/myserver/gmmcejb/policyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/paymententitybeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/historyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/enrollsessionbeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/loginsessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/memberaccsessionbeanjar.jar:/user
    s/a201516/weblogic/myserver/gmmcejb/historysessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/updatesessionbeanjar.jar:/app
    s/gmppDirect2004/weblogic/myserver/dmejb/PriceSessionBean.jar:/users/a201516/weblogic/myserver/workdir/gmmc2/:/users/a201516/weblogi
    c/myserver/workdir/gmmc2/com/mic/gmmc/constants/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.name = a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.initial = weblogic.jndi.WLInit
    ialContextFactory>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.home = /apps/bea/jdk131_03/jre>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.name = Java Management Extension
    s>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.language = en>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.name = JMX RI>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.info = mixed mode>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.security.SSL.trustedCAKeyStore = /apps/be
    a/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.version = 1.3.1_03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.ext.dirs = /apps/bea/jdk131_03/jre/lib/ext>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.class.path = /apps/bea/jdk131_03/jre/lib/
    rt.jar:/apps/bea/jdk131_03/jre/lib/i18n.jar:/apps/bea/jdk131_03/jre/lib/sunrsasign.jar:/apps/bea/jdk131_03/jre/classes>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.separator = />
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url.bug = http://java.sun.com/cgi-bin/
    bugreport.cgi>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.io.unicode.encoding = UnicodeBig>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.endian = big>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.version = 1.0 Final Release>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+
    vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5803151,name=DefaultWebApp,context-path=/DefaultWebApp)]
    We
    bServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    WebServiceServlet: i
    nit>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    uddilistener: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5823496,name=uddiexplorer,context-path=/uddiexplorer)]
    WebS
    erviceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2121551,name=wl_management_internal1,context-path=/wl_manag
    ement_internal1)] WebServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <WebLogicServer> <000325> <License allows
    low strength (export) SSL.>
    <Mar 15, 2004 6:07:47 PM EST> <Info> <Security> <090116> <The Server vignesh is
    using the private key it retrieved from keystore ali
    ased by demokey.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <Security> <090125> <Loaded 14 trusted certificates
    from keystore file specified on the command
    line: /apps/bea/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000307> <Exportable key
    maximum lifespan set to 500 uses.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000300> <Certificate contents:
    1 certificate(s):
    fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May 30 17:38:01
    EDT 2000, not after = Thu May 13 17:38:01 EDT 200
    4, holder = C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com
    [email protected] , issuer = C=US SP=Californi
    a L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Authority [email protected]
    , key = modulus length=65 exponent
    length=3
    >
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000310> <Using low strength
    (exportable) SSL.>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default"
    listening on port 6100, ip address 1
    67.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default"
    listening on port 6101, ip addres
    s 167.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000332> <Started WebLogic
    Managed Server "vignesh" for domain "a201516" run
    ning in Development Mode>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>

  • Error while starting Managed server in wls

    I am using WebLogic Server Version: 10.3.4.0. I have created one managed server thru admin console. I am starting managed server using startManagedWebLogic.cmd batch file. Chnages I made in this cmd file is added managed server name and wls userid/password.
    When execute this, I get below error:
    Server
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server.  Program will exit.
    The contents of the startManagedWebLogic.cmd is as below:
    @ECHO OFF
    @REM WARNING: This file is created by the Configuration Wizard.
    @REM Any changes to this script may be lost when adding extensions to this configuration.
    SETLOCAL
    @REM --- Start Functions ---
    GOTO :ENDFUNCTIONS
    :usage
         echo Need to set SERVER_NAME and ADMIN_URL environment variables or specify
         echo them in command line:
         echo Usage: %1 SERVER_NAME {ADMIN_URL}
         echo for example:
         echo %1 managedserver1 http://localhost:7001
    GOTO :EOF
    :ENDFUNCTIONS
    @REM --- End Functions ---
    @REM *************************************************************************
    @REM This script is used to start a managed WebLogic Server for the domain in
    @REM the current working directory. This script can either read in the SERVER_NAME and
    @REM ADMIN_URL as positional parameters or will read them from environment variables that are
    @REM set before calling this script. If SERVER_NAME is not sent as a parameter or exists with a value
    @REM as an environment variable the script will EXIT. If the ADMIN_URL value cannot be determined
    @REM by reading a parameter or from the environment a default value will be used.
    @REM
    @REM For additional information, refer to "Managing Server Startup and Shutdown for Oracle WebLogic Server"
    @REM (http://download.oracle.com/docs/cd/E17904_01/web.1111/e13708/overview.htm)
    @REM *************************************************************************
    @REM Set SERVER_NAME to the name of the server you wish to start up.
    Set SERVER_NAME=*ManagedServer1*
    set DOMAIN_NAME=mydomain
    set ADMIN_URL=http://localhost:7001
    @REM Set WLS_USER equal to your system username and WLS_PW equal
    @REM to your system password for no username and password prompt
    @REM during server startup. Both are required to bypass the startup
    @REM prompt.
    set WLS_USER=*weblogic*
    set WLS_PW=*weblogic1*
    @REM Set JAVA_OPTIONS to the java flags you want to pass to the vm. i.e.:
    @REM set JAVA_OPTIONS=-Dweblogic.attribute=value -Djava.attribute=value
    set JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="d:\Perforce\weblogic1\src_16020jr\bea\wlserver_10.3\server\..\server\lib\cacerts" %JAVA_OPTIONS%
    @REM Set JAVA_VM to the java virtual machine you want to run. For instance:
    @REM set JAVA_VM=-server
    set JAVA_VM=
    @REM Set SERVER_NAME and ADMIN_URL, they must by specified before starting
    @REM a managed server, detailed information can be found at
    @REM http://download.oracle.com/docs/cd/E17904_01/web.1111/e13708/overview.htm
    if "%1"=="" (
         if "%SERVER_NAME%"=="" (
              CALL :usage %0
              GOTO :EOF
    ) else (
         set SERVER_NAME=%1
         shift
    if "%1"=="" (
         if "%ADMIN_URL%"=="" (
              CALL :usage %0
              GOTO :EOF
    ) else (
         set ADMIN_URL=%1
         shift
    @REM Export the admin_url whether the user specified it OR it was sent on the command-line
    set ADMIN_URL=%ADMIN_URL%
    set SERVER_NAME=%SERVER_NAME%
    set DOMAIN_HOME=D:\Perforce\weblogic1\dev\src_crmod\wls\mytest
    if "%1"=="" (
         @REM Call Weblogic Server with our default params since the user did not specify any other ones
         call "%DOMAIN_HOME%\bin\startWebLogic.cmd" nodebug noderby noiterativedev notestconsole noLogErrorsToConsole
    ) else (
         @REM Call Weblogic Server with the params the user sent in INSTEAD of the defaults
         call "%DOMAIN_HOME%\bin\startWebLogic.cmd" %1 %2 %3 %4 %5 %6 %7 %8 %9
    ENDLOCAL
    Any help is really appreciated.

    I could see calling to setDomainEnv.cmd script:
    *@REM Call setDomainEnv here.*
    set DOMAIN_HOME=D:\Perforce\weblogic1\dev\src_crmod\wls\mytest
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
    set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS%
    set SAVE_CLASSPATH=%CLASSPATH%
    But in my environment I do not see these variable set to any, JAVA_HOME, DERBY_CLASSPATH, JAVA_OPTIONS, CLASS_PATH.
    This might be the issue? Or anything else?

  • Clustering newbie error while starting managed server

              I'm getting an authorization exception while starting a managed server (see attached
              trace). I'm running WLS 6.1 on three Redhat Linux servers. I've configured an
              admin server on Machine1, which starts fine. When I attempt to start the first
              managed server on M2 (an identical installation: same default values used on both
              machines), and supplying the admin server machine's IP and listen port, I get
              an error message which includes the line:
              The reported error was: < null > This condition generally results when the managed
              and admin servers are using the same listen address and port.
              While the port is the same (which I understand they must be), the listen addresses
              are definitely different. Any suggestions?
              Thanks,
              [trace.txt]
              

              Thanks for the ideas, Mark. As it turned out, I discovered while reading the security
              newsgroup that WLS 6.1 "has issues with" Java 1.4.0, which I happened to be running
              the managed server under. After regressing to 1.3.1, it seems to work. Funny
              how I could have missed that....:-)
              "Mark Vaughn" <[email protected]> wrote:
              >
              >Here are a few things I have run into in this area. IF you are on UNIX,
              >make sure
              >your DNS settings and /etc/hosts files are all identicle between
              >these servers. I would recommend using IP's instead of names that
              >have to be resolved. Also, there is a line in your cluster settings
              >that is mis-formatted:
              >
              ><Cluster ClusterAddress="reaper1,reaper2:7001" Name="TestCluster" />
              >
              >"reaper1" has no port defined.
              >
              >Try adding the port for reaper1. If that fixes it I will be shocked,
              >
              >but you will be fixed. If it does not, try using IP's instead of
              >server names. If that fixes, you know the problem was in the network
              >configurations on the machines.
              >
              >Hope that helps,
              >--Mark Vaughn
              >
              >
              >"Martin Zaidel" <[email protected]> wrote:
              >>
              >>
              >>
              >>Right: the error message implies the problem is that the admin and managed
              >>server
              >>have the same IP, while I know they don't: that's what's confusing me.
              >> (My config.xml
              >>is attached.)
              >>
              >>Just to clarify:
              >>
              >>I've installed the WLS 6.1 with examples (with the 6.1 cluster license)
              >>on three
              >>machines (each with their own filesystems). On skylla, I've created
              >a
              >>server named
              >>'Admin' in the examples domain, as well as a cluster with two machines,
              >>reaper1
              >>and reaper2, all using the default ports and settings. Admin starts
              >>fine on skylla.
              >> When I invoke the managed server on reaper1 with
              >>
              >>java $JAVA_OPTIONS -classpath $CLASSPATH -Dweblogic.Domain=examples
              >-Dweblogic.Name=reaper1
              >>-Dweblogic.management.server=skylla:7001 -Dweblogic.management.password=$WLS_PW
              >>-Dbea.home=/opt/bea -Dcloudscape.system.home=./samples/eval/cloudscape/data
              >>-Djava.security.policy==$WL_HOME/lib/weblogic.policy
              >>weblogic.Server
              >>
              >>then I get the error (see attachment of my original post). Note that
              >>all these
              >>installations are straight out of the box.
              >>
              >>Thanks,
              >>
              >>Martin
              >>
              >>
              >>
              >>Kumar Allamraju <[email protected]> wrote:
              >>><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
              >>><html>
              >>>Looking at the error message , it appears that your admin & managed
              >>>server are configured
              >>><br>to have the same IP ? It doesn't look like that's the case from
              >>your
              >>>email.
              >>><p>Can you clarify?
              >>><br>Also post your config.xml , i will take a look at it.
              >>><p>--
              >>><br>Kumar
              >>><p>Martin Zaidel wrote:
              >>><blockquote TYPE=CITE>I'm getting an authorization exception while
              >starting
              >>>a managed server (see attached
              >>><br>trace). I'm running WLS 6.1 on three Redhat Linux servers.
              >>>I've configured an
              >>><br>admin server on Machine1, which starts fine. When I attempt
              >>>to
              >>>start the first
              >>><br>managed server on M2 (an identical installation: same default values
              >>>used on both
              >>><br>machines), and supplying the admin server machine's IP and listen
              >>>port,
              >>>I get
              >>><br>an error message which includes the line:
              >>><p>The reported error was: < null > This condition generally results
              >>>when the managed
              >>><br>and admin servers are using the same listen address and port.
              >>><p>While the port is the same (which I understand they must be),
              >the
              >>>listen addresses
              >>><br>are definitely different. Any suggestions?
              >>><p>Thanks,
              >>><p> ----------------------------------------
              >>><br>
              >>>Name: trace.txt
              >>><br> trace.txt Type: Plain Text (text/plain)
              >>><br>
              >>>Encoding: base64</blockquote>
              >>></html>
              >>>
              >>
              >
              

  • My realm error while starting managed server on a remote machine

    Tried to start the managed server on the remote from admin console...got the below error message
    Node manager on the remote machine is up and running.Start request reaches the node manager but it fails to start the server because of below error.
    <May 6, 2011 2:12:46 AM PDT> <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:342)
         at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
         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:47)
         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:99)
         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:891341 fatal internal error> org.apache.openjpa.util.InternalException: There was an error when invoking the static getInstance method on the named factory class "org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory". 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.OutOfMemoryError: allocLargeObjectOrArray: [Ljava/lang/Object;, size 782611408
         at java.util.Arrays.copyOf(Arrays.java:2760)
         at java.util.Arrays.copyOf(Arrays.java:2734)
         at java.util.ArrayList.ensureCapacity(ArrayList.java:167)
         at java.util.ArrayList.add(ArrayList.java:351)
         at org.apache.openjpa.conf.CacheMarshallerImpl.setInputUrlFromResourceLocation(CacheMarshallerImpl.java:226)
         Truncated. see log file for complete stacktrace
    >
    <May 6, 2011 2:12:46 AM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <May 6, 2011 2:12:46 AM PDT> <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:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any pointers would be very helpful.

    I think your problem is here: Caused By: java.lang.OutOfMemoryError: allocLargeObjectOrArray: [Ljava/lang/Object;, size 782611408
    And is probably related to this: http://mail-archives.apache.org/mod_mbox/openjpa-dev/201006.mbox/%3C26423199.85161276545675046.JavaMail.jira@thor%3E
    the comment in here is saying: Make the CacheMarshallerImpl a bit more tolerant to different configurations.
    Could be the out of memory error you getting is related to your openjpa configuration, not sure here                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • WMV export in Photoshop CC 2014?

    Is there a way to export render videos in .WMV format in Photoshop CC 2014?

  • Opening PDF file in other lanquages

    Hi, Iam using rstxpdft4 to convert my spool file into pdf. the pdf is getting created. suppose the data in the pdf file is in russian language, But if in my system the russian language is not installed then if i opened the pdf form all the russian la

  • Why are the first items to be played opening at the end?

    This problem occurs on podcasts, videos, and songs: when an item is played, it opens at the end rather than the beginning, so the next item in the list plays instead. Sometimes if I click on the item again, it starts from the beginning, but equally a

  • Sending Purchase order via Email (with CC)

    I implemented the functionality of sending purchasing documents by e-mail (according the oss note 191470) and works. However I need To send the email to the vender email address but also in CC to the person who creates the PO. I mean, when the PO is

  • Font upload in 4.5B system

    Hi, Can anyone suggest me how to upload/install Fonts in SAP 4.5B system. We are unable to use using the Tcode se73. The program Rstxsf01 also not available in 4.5B system. Please provide me the solution to upload new font to use in sap script (4.5B