000364 Server failed during initialization

I've installed the WLS 7 on a Sun Solaris machine. I was able to install
and startup the server. However, after shuting down the server and
attempting another startup the following exception is encounted. Any ideas
what might be causing this?:
Starting WebLogic Server...
<Feb 11, 2003 2:54:59 PM PST> <Critical> <WebLogicServer> <000364> <Server
failed during initialization.
Exception:weblogic.management.configuration.ConfigurationException: - with
nested exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
77)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with nested
exception:
[java.lang.NullPointerException]
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
86)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
>
The WebLogic Server did not start up properly.
Exception raised:
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
77)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with nested
exception:
[java.lang.NullPointerException]
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
86)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
Reason: Fatal initialization exception
Throwable: weblogic.management.configuration.ConfigurationException: - with
nested exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
77)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with nested
exception:
[java.lang.NullPointerException]
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
86)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
Thanks,
John

I have similar problem with WebLogic sp2 on Solaris 8. I get the following message
when I try to start admin server:
<Critical> <WebLogicServer> <000364> <Server failed during initialization. Exception:weblogic.management.configuration.ConfigurationException:
- with nested exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:477)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with nested exception:
[java.lang.NullPointerException]
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:486)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
>
The WebLogic Server did not start up properly.
Exception raised:
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:477)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with nested exception:
[java.lang.NullPointerException]
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:486)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
Reason: Fatal initialization exception
Throwable: weblogic.management.configuration.ConfigurationException: - with nested
exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:477)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with nested exception:
[java.lang.NullPointerException]
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:486)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
+ set +x
Please help
"Ashish" <[email protected]> wrote:
>
>
>
Hi Scott,
I am facing same problem (same error log as described below). I
have installed
WEblogic 7.0 SP2 on Windows XP. will apprceaite any help on this.
Thanks & Regards,
Ashish
"Wayne W. Scott" <[email protected]> wrote:
This looks very much like a case I worked last week. A problem report
had ~10 cases
linked to it. A patch is available for WLS 7.0 SP1; it's automatically
in SP2. So,
please tell me more about your environments and then I can tell if it's
applicable.
Thanks,
Wayne Scott
ben wrote:
hi, i am also having the server initialization problem, i am a novice
to this....could someone please help us out...
thanx in advance.
ben
"John Doody" <[email protected]> wrote in message news:<[email protected]>...
I've installed the WLS 7 on a Sun Solaris machine. I was able to
install
and startup the server. However, after shuting down the server and
attempting another startup the following exception is encounted. Anyideas
what might be causing this?:
Starting WebLogic Server...
<Feb 11, 2003 2:54:59 PM PST> <Critical> <WebLogicServer> <000364><Server
failed during initialization.
Exception:weblogic.management.configuration.ConfigurationException:- with
nested exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
77)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with
nested
exception:
[java.lang.NullPointerException]
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
86)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
The WebLogic Server did not start up properly.
Exception raised:
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
77)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - withnested
exception:
[java.lang.NullPointerException]
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
86)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
Reason: Fatal initialization exception
Throwable: weblogic.management.configuration.ConfigurationException:- with
nested exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at weblogic.management.commo.Commo.initInstances(Commo.java:207)
at weblogic.management.commo.Commo.init(Commo.java:125)
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
77)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with
nested
exception:
[java.lang.NullPointerException]
at
weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
86)
at
weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
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)
Thanks,
John

Similar Messages

  • URGENT! Critical WebLogicServer 000364 Server failed during initialization

    Hello,
    My weblogic server was running fine but when I tried to restart it is givin me
    the following error.
    I am not able to figure it out.I have not done any changes to any of files.
    Failed to find host: java.net.UnknownHostException: -i
    <Aug 5, 2003 3:16:24 PM CDT> <Critical> <WebLogicServer> <000364> <Server failed
    during initialization. Exception:java.l
    ang.NullPointerException
    java.lang.NullPointerException
    at com.bea.utils.misc.Process.isValidIP(Process.java:670)
    at com.bea.utils.misc.ProcessManager.otherItemCheck(ProcessManager.java:724)
    at com.bea.utils.misc.ProcessManager.otherItemCheck_wrapper(ProcessManager.java:704)
    at com.bea.utils.misc.ProcessManager.memCheck(ProcessManager.java:659)
    at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:414)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:622)
    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)
    >
    Thanks
    sandhya

    I got it it was IP address confusion.
    Thanks
    sandhya
    "Karthik V" <[email protected]> wrote:
    Check the <Server> configuration in your config.xml.
    If you have specified the "ListenAddress" attribute, remove it and try
    starting your server.
    /k
    "sandhya" <[email protected]> wrote in message
    news:[email protected]..
    Hello,
    My weblogic server was running fine but when I tried to restart itis
    givin me
    the following error.
    I am not able to figure it out.I have not done any changes to any offiles.
    Failed to find host: java.net.UnknownHostException: -i
    <Aug 5, 2003 3:16:24 PM CDT> <Critical> <WebLogicServer> <000364> <Serverfailed
    during initialization. Exception:java.l
    ang.NullPointerException
    java.lang.NullPointerException
    at com.bea.utils.misc.Process.isValidIP(Process.java:670)
    atcom.bea.utils.misc.ProcessManager.otherItemCheck(ProcessManager.java:724)
    atcom.bea.utils.misc.ProcessManager.otherItemCheck_wrapper(ProcessManager.java
    :704)
    atcom.bea.utils.misc.ProcessManager.memCheck(ProcessManager.java:659)
    at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:414)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:622)
    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)
    >
    Thanks
    sandhya

  • BEA-000364 Server failed during initialization.

    Hi,
    I am using WL8.1SP3 in Linux, and I am getting the following stack trace on starting the server
    <Oct 18, 2004 4:09:30 AM PDT> <Warning> <EmbeddedLDAP> <BEA-171520> <Could not obtain an exclusive lock for directory: ./myserver/ldap/ldapfiles. Waiting for 10 seconds and then retrying in case existing WebLogic Server is still shutting down.>
    <Oct 18, 2004 4:09:40 AM PDT> <Warning> <EmbeddedLDAP> <BEA-171520> <Could not obtain an exclusive lock for directory: ./myserver/ldap/ldapfiles. Waiting for 10 seconds and then retrying in case existing WebLogic Server is still shutting down.>
    <Oct 18, 2004 4:09:50 AM PDT> <Warning> <EmbeddedLDAP> <BEA-171520> <Could not obtain an exclusive lock for directory: ./myserver/ldap/ldapfiles. Waiting for 10 seconds and then retrying in case existing WebLogic Server is still shutting down.>
    <Oct 18, 2004 4:10:00 AM PDT> <Error> <EmbeddedLDAP> <BEA-171519> <Could not obtain an exclusive lock to the embedded LDAP data files directory: ./myserver/ldap/ldapfiles because another WebLogic Server is already using this directory. Ensure that the first WebLogic Server is completely shutdown and restart the server.>
    <Oct 18, 2004 4:10:00 AM PDT> <Critical> <WebLogicServer> <BEA-000364> <Server failed during initialization. Exception:weblogic.server.ServiceFailureException: Could not obtain an exclusive lock to the embedded LDAP data files directory: ./myserver/ldap/ldapfiles because another WebLogic Server is already using this directory. Ensure that the first WebLogic Server is completely shutdown and restart the server.
    weblogic.server.ServiceFailureException: Could not obtain an exclusive lock to the embedded LDAP data files directory: ./myserver/ldap/ldapfiles because another WebLogic Server is already using this directory. Ensure that the first WebLogic Server is completely shutdown and restart the server.
    at weblogic.ldap.EmbeddedLDAP.ensureExclusiveAccess(EmbeddedLDAP.java:959)
    at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:221)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:816)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    I even deleted and recreated the corressponding folders ldapfiles, but it did not help. also restarted some of the os level services like lockd, startd.
    does anybody have any tips. my server instance was workign well, but i had stopped the service and wanted to restart it. thats when i got this error. i have killed all java processes, so not sure which process has a handle to these folders.
    -- amiya

    Hi,
    Thanks for your reply.
    My Admin server is running fine. The msi-config.xml, SerializedSystemIni.dat, boot.properties files are in the same directory. When I exceute the command
    startManagedWebLogic.sh <managed server name> it shows the same exception
    <WebLogicServer> <BEA-000364> <Server failed during initialization. Exception:weblogic.security.spi.ProviderInitializationException: [Security:090314]Entitlement Engine unable to connect to the embedded LDAP server
    netscape.ldap.LDAPException: error result (49)
    weblogic.security.spi.ProviderInitializationException: [Security:090314]Entitlement Engine unable to connect to the embedded LDAP server
    netscape.ldap.LDAPException: error result (49)
    thanks,
    Thiru.

  • Server failed during initialization ...(authentification for user denied)

    hi,
    I'm using weblogic 7.0 server to replace my weblogic 5.0. I've got an error during
    login to the server:
    <server failed during initialization Exception: java.lang.securityException: Authentification
    for user denied..>
    could you help me and tell me what to do ?
    Thanks you.
    Cyril

    cyril,
    You should use the same username and password that you used to boot your 5.1 server with.
    hope it helps,
    -satya
    cyril wrote:
    In fact, I used the properties converter through the console to convert weblogic.properties
    to config.xml and the variables:
    WLS_USER=weblogic.
    WLS_PWD=weblogic.
    The petstoreExamples works but not my application...
    satya <[email protected]> wrote:
    Cyril,
    Did you use the properties converter through the console to convert your
    weblogic.properties to
    config.xml? What username and password did you use to boot the server?
    Thanks,
    -satya
    cyril wrote:
    hi,
    I'm using weblogic 7.0 server to replace my weblogic 5.0. I've gotan error during
    login to the server:
    <server failed during initialization Exception: java.lang.securityException:Authentification
    for user denied..>
    could you help me and tell me what to do ?
    Thanks you.
    Cyril

  • [JTAExceptions:119002]A logging last resource failed during initialization

    Hi Guys,
    After creating data source when we restart the weblogic/soa/osb server..we are getting following error.
    Reason: [JTAExceptions:119002]A logging last resource failed during initialization. The server cannot boot unless all configured logging last resources (LLRs) initialize. Failing reason:
    javax.transaction.SystemException: weblogic.transaction.loggingresource.LoggingResourceException: java.sql.SQLException: J
    DBC LLR, table verify failed for table *'WL_LLR_SOA_SERVER1', row 'JDBC LLR Domain//Server' record had unexpected value 'soa_domain//AdminServer' expected value 'soa_domain//soa_server1'>* .
    I checked the table 'WL_LLR_SOA_SERVER1', this tables have poolnamestr = 'soa_domain//soa_server1'..
    some times we get the error: 'WL_LLR_SOA_SERVER1', row 'JDBC LLR Domain//Server' record had unexpected value 'base_domain//soa_server1' expected value 'soa_domain//soa_server1'>* .*
    My concern is ..we have only one domain (soa_domain) also 'WL_LLR_SOA_SERVER1' table is populated with correct value..then from where 'base_domain' value is coming?
    Our SOA server is running on linux 64 bit platform. and it's not a cluster installation.
    can some one suggest me how to fix this issue.
    thanks,
    AB

    Hi Anuj,
    Yes We have only one domain and this issue we face when we bounce the server after creating datasources.
    Sometime this issue also appear when we try to deploy the datasource in managed/admin server.. for example..
    An error occurred during activation of changes, please see the log for details.
    weblogic.application.ModuleException:
    JDBC LLR, table verify failed for table 'WL_LLR_SOA_SERVER1', row 'JDBC LLR Domain//Server' record had unexpected value 'soa_domain//AdminServer' expected 'soa_domain//soa_server1'*** ONLY the original domain and server that creates an LLR table may access it ***
    thanks,
    Ab

  • Managed server failed during start

    I am trying to start my Managed instance ( located on a box different from Admin) but I do not know why its getting failed.
    However one more instance running fine which exists on the same box and using the same node manager.
    Below is the errors I am seeing in the server.log file;
    #<Feb 8, 2010 11:09:36 AM CST> <Critical> <WebLogicServer> <xltwls02> <CargomaxMDB2> <Main Thread> <<WLS Kernel>> <> <> <1265648976581> <BEA-000386> <Server subsystem failed.
    Reason: java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:595)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
    at weblogic.jndi.Environment.getContext(Environment.java:307)
    at weblogic.jndi.Environment.getContext(Environment.java:277)
    at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:154)
    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)
    java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:591)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
    at weblogic.jndi.Environment.getContext(Environment.java:307)
    at weblogic.jndi.Environment.getContext(Environment.java:277)
    at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:154)
    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)
    I am also pasting below the error I am seeing in Server.out file
    <Feb 8, 2010 11:09:31 AM CST> <Notice> <Log Management> <BEA-170019> <The server log file /opt/WeblogicLogs/cargomax/Dev/CargomaxMDB2/logs/CargomaxMDB2.log is opened. All server
    side log events will be written to this file.>
    <Feb 8, 2010 11:09:35 AM CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Feb 8, 2010 11:09:36 AM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jnd
    i.internal.ServerNamingNode_922_WLStub
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:595)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
    at weblogic.jndi.Environment.getContext(Environment.java:307)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:591)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    Truncated. see log file for complete stacktrace
    >
    The WebLogic Server encountered a critical failure
    Reason: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl
    Exception in thread "Main Thread" java.lang.AssertionError: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:147)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:126)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:424)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:237)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:678)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:406)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:392)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:172)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:373)
    at weblogic.Server.main(Server.java:67)
    <Feb 8, 2010 11:09:37 AM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    Thanks in Advance!

    Sorry I think I made a mistake while pasting complete classpath, the classpath we are using is
    <class-path>/opt/WeblogicApps/cargomax/cargomaxDomainDev/lib/CR326377_92mp2.jar:/opt/Weblogic/WLS9.2.2/patch_weblogic922/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/Weblogic/WLS9.2.2/jrockit90_150_10/lib/tools.jar:/opt/Weblogic/WLS9.2.2/server/lib/weblogic_sp.jar:/opt/WeblogicApps/cargomax/cargomaxDomainDev/lib/tibjms.jar:/opt/Weblogic/WLS9.2.2/server/lib/weblogic.jar:/opt/Weblogic/WLS9.2.2/server/lib/webservices.jar:/opt/Weblogic/WLS9.2.2/common/eval/pointbase/lib/pbclient51.jar:/opt/Weblogic/WLS9.2.2/server/lib/xqrl.jar:/opt/Weblogic/WLS9.2.2/platform/lib/p13n/p13n-schemas.jar:/opt/Weblogic/WLS9.2.2/platform/lib/p13n/p13n_common.jar:/opt/Weblogic/WLS9.2.2/platform/lib/p13n/p13n_system.jar:/opt/Weblogic/WLS9.2.2/platform/lib/wlp/netuix_common.jar:/opt/Weblogic/WLS9.2.2/platform/lib/wlp/netuix_schemas.jar:/opt/Weblogic/WLS9.2.2/platform/lib/wlp/netuix_system.jar:/opt/Weblogic/WLS9.2.2/platform/lib/wlp/wsrp-common.jar:/opt/WeblogicApps/cargomax/cargomaxDomainDev/lib/swalog4j-1.1.jar</class-path>
    I compared the classpath of the MS1 ( Running fine on Machine1, on the same box Admin is also running fine. ) and MS2. They are exactly same and we are passing the same start up argument.
    But when I am trying to start the MS2 through admin console its throwing the same error.
    The Server out log says:
    <Feb 10, 2010 3:17:29 PM CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Feb 10, 2010 3:17:30 PM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jnd
    i.internal.ServerNamingNode_922_WLStub
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:595)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
    at weblogic.jndi.Environment.getContext(Environment.java:307)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:591)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    Truncated. see log file for complete stacktrace
    >
    The WebLogic Server encountered a critical failure
    Reason: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl
    Exception in thread "Main Thread" java.lang.AssertionError: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:147)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:126)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:424)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:237)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:678)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:406)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:392)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:172)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:373)
    at weblogic.Server.main(Server.java:67)
    <Feb 10, 2010 3:17:31 PM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    And the server log says:
    LS Kernel>> <> <> <1265836650371> <BEA-400000> <Initializing message interception service>
    ####<Feb 10, 2010 3:17:30 PM CST> <Critical> <WebLogicServer> <xltwls02> <CargomaxMDB2> <Main Thread> <<WLS Kernel>> <> <> <1265836650628> <BEA-000386> <Server subsystem failed.
    Reason: java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:595)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
    at weblogic.jndi.Environment.getContext(Environment.java:307)
    at weblogic.jndi.Environment.getContext(Environment.java:277)
    at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:154)
    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)
    java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_922_WLStub
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:591)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:567)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:475)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
    at weblogic.jndi.Environment.getContext(Environment.java:307)
    at weblogic.jndi.Environment.getContext(Environment.java:277)
    at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:154)
    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)
    >
    Please advice me if you have any workaround or solution in your mind.

  • AddIndex failed during initialization to a remote cache through C++ extend

    Hi,
    We are seeing this issue in intermittently. We run Oracle Coherence Version 3.6.1.0 Build 19636 on 3 boxes (2 server and 1 proxy per box). We use a C++ extend client to publish data every night. We clear the cache every night and start the client processes (3 extend client processes) that publishes reference data. We are seeing the following error and the process crashes after this. Can you please let me know if this looks like a known issue or if you can think of something wrong that might be going on?
    xyzCache: dist-xyzCache initialized and active
    Exception: CoherenceCachePublisher::Initialize:coherence::net::RequestTimeoutException: request timed out after 10000 millis
    at virtual coherence::lang::TypedHandle<coherence::net::messaging::Response> coherence::component::net::extend::AbstractPofRequest::Status::getResponse()(AbstractPofRequest.cpp:189)
    at coherence::component::net::extend::AbstractPofRequest::Status::getResponse()
    at coherence::component::net::extend::AbstractPofRequest::Status::waitForResponse(long)
    at coherence::component::net::extend::PofChannel::request(coherence::lang::TypedHandle<coherence::net::messaging::Request>, long)
    at coherence::component::net::extend::PofChannel::request(coherence::lang::TypedHandle<coherence::net::messaging::Request>)
    at coherence::component::net::extend::RemoteNamedCache::BinaryCache::addIndex(coherence::lang::TypedHandle<coherence::util::ValueExtractor const>, bool, coherence::lang::TypedHandle<coherence::util::Comparator const>)
    at coherence::util::ConverterCollections::ConverterQueryMap::addIndex(coherence::lang::TypedHandle<coherence::util::ValueExtractor const>, bool, coherence::lang::TypedHandle<coherence::util::Comparator const>)
    Regards,
    Sairam

    I am following up this problem with more information we found out in the following thread.
    Re: Clear cache operation blows up the cluster

  • Server failed to run - Reason:Server is not in the majority cluster partition

    Hi,
    my environment is Weblogic 12.1.2.
    The deployment configuration is: cluster, 2 machines, 2 managed servers, 1 data source, and JMS (with uniform distributed queue).
    When I'm starting the admin server + managed server on the first machine (using the node manager), while on the second machine the managed server and also the node manager are not running, the server failed to run and the error reason is : "Server is not in the majority cluster partition".
    How can I enforce the server to run even if the second one is not running ? This scenario could occured because of some local problems on the second machine. My expectation is that after the second will running the whole cluster status will be good.
    Thanks,
    Yaakov

    Hi,
    Just to remember the configuration: 2 managed servers configured as cluster that should be deployed on 2 different machine.
    Following summary of the tests:
         - node manager + admin server + 1 managed server running on the first machine --> server failed to init with error "Server is not in the majority cluster partition"
         - node manager + admin server + 2 managed servers running on the one machine --> servers are running without errors
         - node manager + admin server + 1 managed server running on the first  machine / node manager runs on the second machine --> server on the first machine runs without errors without the famous error ' Server is not in the majority cluster partition'.
    Bottom line, seems that if the node manager is not running on the remote machine, the cluster is not in a stable state and so the single managed server failed to initialize.
    Is it according the documentation / expectations ?
    Thanks,
    Yaakov

  • Unable to initialize the server: Server failed to bind to the requested por

    I am facing the error while starting the server. I see the following error.
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000350> <Unable to create a server socket on Channel Default for: 162.86.20.87, port: 8101. java.net.BindException: Address already in use Perhaps the address 162.86.20.87 is incorrect or another process is using port 8101.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
    <Sep 26, 2007 11:49:54 PM EDT> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
    Reason: Server failed to bind to the requested port. See preceeding log message for details.
    If the port is already in use how to find which server is running on that port, how to find the process and kill it. I am using weblogic 8.1 sp4 in Solaris 8.

    Bruce:
    It sounds like (as you already note) failed to shutdown WLS, that is why the
    .loc file was held and why the port is in use, WLS process was still
    running. To see why it failed to shut down, I would examine the
    weblogic.log, aslo the servers std out and err. Additionally taking a
    thread dump (if possible) on the "it wont shut down" wls java process should
    show (maybe unless the VM is hosed), where/what is hanging on/around. Do
    you happen to have native code running with wls, say a type 2 JDBC driver?
    Otherwise it sounds like a VM bug. But more data is needed to be sure.
    Cheers
    mbg
    "Bruce Bryan" <[email protected]> wrote in message
    news:3ef08499$[email protected]..
    I was shutting down the WLS server using the console shutdown and itfailed to shutdown completely. I then attempted to use the kill command on
    the process which usually works. This time I was unable to kill the process
    without using the kill -9 command. When I attempted to bring the server
    back up I got a failure to get a lock on the embedded ldap. I removed the
    .loc file and came further up but was unable to get further than the
    listener ports which were still locked to the old process. Do you know of
    anything I can do the get the WLS server back up without rebooting my
    Solaris server????
    netstat -an shows the port is in use but the only process that is alloweduse that port is WLS.

  • SQL Server 2012 Developer Edition will not install. Setup files don't even get copied completely. Win 8.1. ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    SQL Server 2012 Developer Edition will not install.  Setup files don't even get copied completely.  Win 8.1.  ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    Hello,
    I am glad it worked.
    Thank you for visiting MSDN forums!
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • UCM Server libraries and application failed during startup

    When i am going to start UCM_Server managed server (a instance of UCM) from Administrative Console, server started but application startup failed. Similarly, when i start this server using startManagedWebLogic startup script, server as well as applications started without any error. When i see log, I found following errors:-
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "Web Services Startup Class", java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
    java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    java.lang.ClassNotFoundException: oracle.ias.cache.Startup
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:29 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
         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)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:37:37 PM GMT+05:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Apr 7, 2011 4:37:37 PM GMT+05:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Apr 7, 2011 4:38:07 PM GMT+05:00> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'DMS Application [Version=11.1.1.1.0]' due to error java.lang.NoClassDefFoundError: oracle/dms/http/Request.
    java.lang.NoClassDefFoundError: oracle/dms/http/Request
         at java.lang.Class.getDeclaredFields0(Native Method)
         at java.lang.Class.privateGetDeclaredFields(Class.java:2291)
         at java.lang.Class.getDeclaredFields(Class.java:1743)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:1024)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:1017)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: oracle/dms/http/Request
         at java.lang.Class.getDeclaredFields0(Native Method)
         at java.lang.Class.privateGetDeclaredFields(Class.java:2291)
         at java.lang.Class.getDeclaredFields(Class.java:1743)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:1024)
         at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:1017)
         Truncated. see log file for complete stacktrace
    >
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    <Apr 7, 2011 4:38:12 PM GMT+05:00> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application D:\oracle\Middleware\Oracle_ECM1\ucm\idc\components\ServletPlugin\idcnativews.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    <Apr 7, 2011 4:38:12 PM GMT+05:00> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'Oracle UCM Native Web Services' due to error weblogic.application.ModuleException: Failed to load webapp: 'idcnativews.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'idcnativews.war'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:38:12 PM GMT+05:00> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application D:\oracle\Middleware\Oracle_ECM1\ucm\idc\components\ServletPlugin\idcws.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    <Apr 7, 2011 4:38:12 PM GMT+05:00> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'Oracle UCM Web Services' due to error weblogic.application.ModuleException: Failed to load webapp: 'idcws.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'idcws.war'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:38:13 PM GMT+05:00> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: AttachmentsAuthorization, Specification-Version: 1, Implementation-Version: 11.1, referenced from: D:\oracle\Middleware\user_projects\domains\ucm_domain\servers\UCM_server\tmp\_WL_user\Oracle Universal Content Management - Content Server\tqwlmw]. Make sure the referenced optional package has been deployed as a library.>
    <Apr 7, 2011 4:38:13 PM GMT+05:00> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'Oracle Universal Content Management - Content Server' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:38:13 PM GMT+05:00> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@35146290[app:wsil-wls module:/inspection.wsil path:/inspection.wsil spec-version:2.5] oracle.dms.wls.DMSServletFilter.
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:38:13 PM GMT+05:00> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'wsil-wls'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:38:13 PM GMT+05:00> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@35701572[app:Oracle UCM Help module:ocsh path:/_ocsh spec-version:2.5] oracle.dms.wls.DMSServletFilter.
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:38:13 PM GMT+05:00> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'Oracle UCM Help'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Apr 7, 2011 4:38:13 PM GMT+05:00> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Apr 7, 2011 4:38:14 PM GMT+05:00> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "Audit Loader Startup Class", java.lang.ClassNotFoundException: oracle.security.audit.ajl.loader.JEEAuditLoader
    java.lang.ClassNotFoundException: oracle.security.audit.ajl.loader.JEEAuditLoader
         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)
         Truncated. see log file for complete stacktrace
    >
    Its look that libraries are not in class path when i start from the administrative console. What do you suggest? and How we can solve this problem?
    Regards,
    Imran

    Solution: Node manager issue, Node manager incorrectly configured,
    run
    $ ...oracle_common/common/bin/setNMProps.sh
    Then run the node manager start script.
    Other configuration may also be necessary:
    append | *.*.*.* to the incoming socket c.a.s.f for UCM in the em configuration web app ( http://IP:7001/em).
    Edit: above should red | star.star.star.star where star="*"
    Edited by: 849176 on 11-Apr-2011 01:06

  • AS Server 10g R2 install fails during OID

    I am trying to install Oracle Application Server 10g Release 2 but the install fails during the install of the OID configuration assistant. I have retried that specific install numerous times but it continues to fail. I receive the following message in my oidca_log. Could someone provide me with some guidance? I have been tasked with installing this software and its causing me all kinds of problems. Any help would be much appreciated.
    Fri Jul 14 13:09:52 PDT 2006 OID CA started.
    Registering OID server..
    SID: sdhub10g
    DB Host: DELMAR
    DB Version:10.1.0.4.2
    create final wallet
    Stopping OID Server using OPMN..
    Starting OID Server using OPMN..
    Fri Jul 14 13:10:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    with a retryCount:20
    Fri Jul 14 13:10:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: simple bind failed: delmar.development.com:13061 [Root exception is java.net.SocketException: Socket closed]
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Caused by: java.net.SocketException: Socket closed
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:66)
         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
         at com.sun.jndi.ldap.Connection.writeRequest(Connection.java:390)
         at com.sun.jndi.ldap.LdapClient.ldapBind(LdapClient.java:334)
         at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:193)
         at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2640)
         at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
         at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
         at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:133)
         at oracle.ldap.util.jndi.ConnectionThread.run(ConnectionThread.java:61)
    Fri Jul 14 13:11:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:11:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:12:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:12:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:13:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:13:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:14:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:14:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:15:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:15:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:16:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:16:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:17:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:17:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:18:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:18:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:19:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:19:34 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:20:04 PDT 2006 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: Request: 1 cancelled
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:492)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:135)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:157)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:947)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Fri Jul 14 13:20:04 PDT 2006Could not contact OID server.
    Stopping OID Server using OPMN..
    oracle.ldap.oidinstall.backend.OIDCAException: OID Server could not be started. Please see the log files.
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:958)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:273)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    I am having the same exact problem as documented in the following article but the solution documented in this article unfortunately did not apply:
    http://forums.oracle.com/forums/thread.jspa;jsessionid=8d922006ce67d1ef91f6c484a4ba035f8a2d3e0851a.rQjwahaM-AXMmkbGngTxpQOUaNaKaxD3lN4OagSLb3mIaN8IbwSLa30Qn3qP-x4KbhiKbA8Omh8Q-wOSa30K8Oz1iNyKb2TRnk8LaN8IpR9vmQLz-AbJpgaLc34SaNmMah0S8OexhOaOgzXApR9PplaOagbynknvrkLOlQzNp65In0__?messageID=1177518&#1177518

    Thanks for the follow up. Yes, I do have two Oracle Homes on the server: One is for an Oracle Database Server 9i and the other is for the current install of Application Server. Both listeners are up and running and they are both listening on different ports. Having both of these services started simulatenously should not be a problem given that their listening on different ports, correct? I used the lsnrctl status command in each of the Oracle Homes and I didn't notice anything in the output that stated the listener was not running. The last piece of output states that "The command completed successfully" Anything, I should be looking for in the output?

  • EAP-TLS or PEAP authentication failed during SSL handshake to the ACS serve

    We are running the LWAPP (2006 wlc's and 1242 AP's) and using the ACS 4.0 for authentication. Our users are
    experiencing an issue, where they are successfully authenticated the first time, however as the number of them is increasing, they're starting to drop the connections and being prompted to re-authenticate. At this point, they are not being able to authenticate again.
    We're using PEAP for the authentication and Win XP SP2 clients as the supplicants. The error message that we are seeing on the ACS for that controller is "EAP-TLS or PEAP authentication failed during SSL handshake to the ACS server"...Not sure if this error msg is relevant since we have other WLC's that are working OK and still generating the same error msg on the ACS...
    Thanks..

    Here are some configs you can try:
    config advanced eap identity-request-timeout 120
    config advanced eap identity-request-retries 20
    config advanced eap request-timeout 120
    config advanced eap request-retries 20
    save config

  • SLD : Failed to initialize cluster notification during SLD startup

    hello,
    We are using WAS 7.0.
    While starting the SLD the server gives following error.
    Failed to send start signal for complete cluster, SLD may still be stopped on other cluster nodes.
    in the log of SLD following entries are there..
    FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    3428858 11/22/2007 13:42:11.515 [SAPEngine_Application_Thread[impl:3]_70] FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    Thrown:
    com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: Failed to initialize cluster notification. Please check your JNDI service and JMS provider for errors.
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:154)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:69)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:109)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: javax.jms.JMSException:
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:271)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2614)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2173)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:142)
    ... 18 more
    caused by:
    javax.jms.JMSException:
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:271)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2614)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2173)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:142)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:69)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:109)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please help.
    Thanks,
    Manoj

    Hi Pankaj,
    The ABAP RFC is working fine but the JCo RFC is not there.
    But in the create JCo connect button in Content Administration -->webdynpro.
    Please suggest.
    Thanks
    Manoj

  • While doing a sync, I received a phone call.  Since then I get a message during sync " Itunes could not sync contacts to the iphone because the sync server failed to sync the iphone.  What to do?

    While doing a sync, I received a phone call.  Since then I get a message during sync "Itunes could not sync contacts to the iphone because the sync server faile to sync the iphone".  What to do?

    I had same problem,,This link solved issue easily
    http://www.question-defense.com/2010/09/01/itunes-could-not-sync-calendars-to-th e-iphone-because-the-sync-server-failed
    I didn't lose any calendar since it was all on the computer in Outlook calendar

Maybe you are looking for

  • Filling Baseline date in the 'BAPI_ACC_DOCUMENT_POST'

    Hi All,    I am using the BAPI <b>'BAPI_ACC_DOCUMENT_POST'</b> for posting the documents and I can't able to update the Baseline date(Bline date) field in the BAPI which is inside the parameter 'ACCOUNTRECEIVABLE' since I am not having any customer n

  • New xf86-video-mga 14.100 problems

    As I found no way to contact package maintainer, maybe you can post suggestions or comments on this case. Bug report: http://www.freebsd.org/cgi/query-pr.cgi?pr=117726 Patch: http://www.wonkity.com/~wblock/mgapatch/xorg-patch.txt Discussion on this t

  • Wiki server templates

    does anyone know a company that sells wiki server compatible templates ? I dont mind paying a small fee but I would really like a few more templates without digging into CSS - really not my cup of tea best regards

  • Applescript for mixed ink

    Hi, I want to be able to make mixed inkt swatches from an applescript. Can anyone help to correct or  this script? Tnx tell application "Adobe InDesign CS3" tell document 1 set mylist to {"Process Cyan, Process Magenta, Process Yellow, Process Black,

  • Editing office documents online after Integrating them from Windows

    Hello all, After following these instructions http://help.sap.com/saphelp_erp2005vp/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/content.htm  to integrate our windows system into the portal, I'd like users to have the ability to edit documents onlin