Unable to initialize Node Manager on Weblogic 11g (10.3.5) Linux env..

Hello,
I worked earlier on Weblogic 8.1 and after a long gap I am coming back to Weblogic Server.
And I tried to install & setup Weblogic Server 11g R1 (10.3.5). I successfully installed WL 11g on a Linux machine, configured the domain, and admin server without any problem. I created a managed server on the Console and tried to initialize the node manager to be able to start the managed server. I am getting the following error message repeatedly. And I did not select SSL connection, while setting up the environment.
Can someone help me resolve this issue?
<Sep 13, 2011 12:19:31 PM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer inb01.n2nservices.com - 192.168.112.46 during SSL handshake.>
javax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer inb01.n2nservices.com - 192.168.112.46 during SSL handshake.
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
at com.certicom.tls.record.ReadHandler.fireAlert(Unknown Source)
at com.certicom.tls.record.ReadHandler.getProtocolVersion(Unknown Source)
at com.certicom.tls.record.ReadHandler.checkVersion(Unknown Source)
at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
at com.certicom.tls.record.ReadHandler.read(Unknown Source)
at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at weblogic.nodemanager.server.Handler.run(Handler.java:71)
at java.lang.Thread.run(Thread.java:662)
Sep 13, 2011 12:19:31 PM weblogic.nodemanager.server.Handler run

Can you see what listen address you have given to Node Manager in console or in config.xml?
<machine xsi:type="unix-machineType">
<name>Servername</name>
<node-manager>
<name>Servername</name>
<listen-address>localhost</listen-address>
</node-manager>
</machine>
Another way to start Managed server is to use startManaged.sh script.

Similar Messages

  • Unable to start node manager of WebLogic 12c on OEL 5.9 64 bit

    Hi,
    I have WLS 12 running on OEL 5.9 64 bit.
    The installation ise JDK  instead of the default JRockit.
    The version of Java that has been installed is from rpm: jdk-7u25-linux-x64.rpm
    I have created a domain.
    I am unable to start the Node Manager the first time, and thus unable to create the file nodemanager.properties.
    I get an error:
    weblogic.nodemanager.common.ConfigException: Native version is enabled but nodemanager native library could not be loaded
    I have added JAVA_USE_64BIT=true in the commEnv.sh, but it seems not to help.
    Does someone know how to get the nodde manager runing on a Linux x86 64 bit?
    Thanks by advance for any tip.

    Hello, try this:
    1. Set the environment to use the 64 bit WLS library:
    export LD_LIBRARY_PATH=
    /u01/Middleware/wlserver_10.3/server/native/linux/x86_64/:/u01/Middleware/wlserver_10.3/server/native/linux/i686/
    2. Retry the domain configuration:
    /u01/Middleware/Oracle_PFRD/bin/config.sh

  • Unable to initialize session manager

    Hi, We are on BOXI R2 SP3 on IIS and we are using SDK to open reports. We ran 1200 users performance testing and we got just 15 failures with the message.
    Error in RetrieveReport Internal Error:Unable to Initialize session manager
    When I open CCM using Program filesetc then I use to get same error message :"Unable to Initialize session manager". When I search for the ccm shortcut and launch that then it works fine. Now its totally missing from Program Files>> Business Objects options.
    Any idea what is the cause? Not sure if this error is related.

    This could be because previously only 512 MB was assigned to each sessions. We increased this to 1024 and we are not seeing this error message. There is a registry entry "WINDOWS"  in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems.
    In WINDOWS Key the value is "WIndows Shared Section=1024,3072,512" We made it to "WIndows Shared Section=1024,3072,1024"
    Thanks,

  • While i m starting node manager in weblogic

    Dear All,
    my weblogic server was working fine after restarted the windows server, when i am trying to start the node manager i m getting below error, please guide me please, this is production
    <Sep 22, 2013 12:58:07 AM> <WARNING> <There was a problem initializing the domain 'weblogic_domain' at 'D:\Oracle\Middleware\u
    _domain'. Please make sure that this domainName: 'weblogic_domain' is registered and is fully enrolled for this nodemanager at
    projects\domains\weblogic_domain'.>
    Sep 22, 2013 12:58:07 AM weblogic.nodemanager.server.NMServer findOrCreateDomainManager
    WARNING: There was a problem initializing the domain 'weblogic_domain' at 'D:\Oracle\Middleware\user_projects\domains\weblogic
    at this domainName: 'weblogic_domain' is registered and is fully enrolled for this nodemanager at: 'D:\Oracle\Middleware\user_
    ain'.
    <Sep 22, 2013 12:58:07 AM> <WARNING> <I/O error while reading domain directory>
    java.io.IOException: Invalid state file format. State file contents:
            at weblogic.nodemanager.common.StateInfo.load(StateInfo.java:135)
            at weblogic.nodemanager.server.AbstractServerMonitor.loadStateInfo(AbstractServerMonitor.java:497)
            at weblogic.nodemanager.server.AbstractServerMonitor.isCleanupAfterCrashNeeded(AbstractServerMonitor.java:156)
            at weblogic.nodemanager.server.ServerMonitor.isCleanupAfterCrashNeeded(ServerMonitor.java:25)
            at weblogic.nodemanager.server.AbstractServerManager.recoverServer(AbstractServerManager.java:147)
            at weblogic.nodemanager.server.ServerManager.recoverServer(ServerManager.java:23)
            at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:105)
            at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:60)
            at weblogic.nodemanager.server.NMServer.findOrCreateDomainManager(NMServer.java:284)
            at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:273)
            at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:227)
            at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:109)
            at weblogic.nodemanager.server.Handler.run(Handler.java:71)
            at java.lang.Thread.run(Thread.java:662)
    Sep 22, 2013 12:58:07 AM weblogic.nodemanager.server.Handler handleDomain
    WARNING: I/O error while reading domain directory
    java.io.IOException: Invalid state file format. State file contents:
            at weblogic.nodemanager.common.StateInfo.load(StateInfo.java:135)
            at weblogic.nodemanager.server.AbstractServerMonitor.loadStateInfo(AbstractServerMonitor.java:497)
            at weblogic.nodemanager.server.AbstractServerMonitor.isCleanupAfterCrashNeeded(AbstractServerMonitor.java:156)
            at weblogic.nodemanager.server.ServerMonitor.isCleanupAfterCrashNeeded(ServerMonitor.java:25)
            at weblogic.nodemanager.server.AbstractServerManager.recoverServer(AbstractServerManager.java:147)
            at weblogic.nodemanager.server.ServerManager.recoverServer(ServerManager.java:23)
            at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:105)
            at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:60)
            at weblogic.nodemanager.server.NMServer.findOrCreateDomainManager(NMServer.java:284)
            at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:273)
            at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:227)
            at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:109)
            at weblogic.nodemanager.server.Handler.run(Handler.java:71)
            at java.lang.Thread.run(Thread.java:662)
    thanks

    why do you mis-post this problem in an Oracle database forum when root cause & fix are external to any Oracle database?

  • Configuration issue in node manager ( Oracle Weblogics 11g )

    Hello Everyone,
    We have developed an Admin server and a Managed server. Both are working fine. When we tried to implement node manager concept in it, we were partially unsuccessful to make this task completed.
    Under Environment -> Machines -> machine_name -> Under Monitoring tab
         We could see status as inactive.
    Sequence of Steps we followed:-
         - Create new Machine ( Environment -> machine )
         - added Managed Server to the Machine
         - In Managed Server, Environment variable is set. Invoked WLST. Enrolled domain_home to wls_home/common/nodemanager

    This is the scenario which i followed, kindly read it . . you will get clear idea. .
    Machine 1 - Admin Server
    Machine 2 - Managed Server
    In Admin server, Environments -> server -> Machine 2 has been added. I am able to start and stop managed services.
    Node Manager:-
    In Machine 1 ( Admin server ) - Environments -> machine -> create -> In listener address ( gave ip address of machine 2 ) -> in listerner port -> 5556.
         - Environments -> machine -> select - created machine ->configuration -> servers -> add maanged server - machine 2.
    In Machine 2 ( Managed Server ) - In WLS_HOME/server/bin -> ./setENV**.sh -> Invoke wlst -> Used connect cmd to get connect admin url in WLST -> executed enroll cmd
         - Then executed ./startnodemanager.sh script
    We assume that now under Environment -> Machine -> Machine_Name -> monitoring -> status should be reachable but for me its inactive. I found this message - weblogic.nodemanager.NMConnectException.
    =================================================================================================================
    Now below you will find node manager logs and properties file
    Log viewed when ./startnodemanager.sh is executed
    + CLASSPATH=/home/oracle/oracle11g/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/patch_oepe180/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/patch_adfr1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/jdk160_29/lib/tools.jar:/home/oracle/oracle11g/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/oracle11g/Middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/oracle11g/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/home/oracle/oracle11g/Middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/oracle11g/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/oracle11g/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/oracle11g/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/patch_oepe180/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/patch_adfr1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/oracle11g/Middleware/jdk160_29/lib/tools.jar:/home/oracle/oracle11g/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/oracle11g/Middleware/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/oracle11g/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/home/oracle/oracle11g/Middleware/wlserver_10.3/server/lib/webservices.jar:/home/oracle/oracle11g/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/oracle11g/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/home/oracle/oracle11g/Middleware
    + '[' '!' -z '' ']'
    + '[' '!' -z '' ']'
    + export CLASSPATH
    + export PATH
    + cd /home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager
    + set -x
    + '[' '' '!=' '' ']'
    + '[' '' '!=' '' ']'
    + /home/oracle/oracle11g/Middleware/jdk160_29/bin/java -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -Dcoherence.home=/home/oracle/oracle11g/Middleware/coherence_3.7 -Dbea.home=/home/oracle/oracle11g/Middleware -Xverify:none -Xverify:none -Djava.security.policy=/home/oracle/oracle11g/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.nodemanager.javaHome=/home/oracle/oracle11g/Middleware/jdk160_29 weblogic.NodeManager -v
    <Oct 12, 2012 4:01:52 PM> <INFO> <Loading domains file: /home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.domains>
    Oct 12, 2012 4:01:52 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    INFO: Loading domains file: /home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.domains
    <Oct 12, 2012 4:01:52 PM> <INFO> <Loaded node manager configuration properties from '/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.properties'>
    Oct 12, 2012 4:01:52 PM weblogic.nodemanager.server.NMServer <init>
    INFO: Loaded node manager configuration properties from '/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.properties'
    Node manager v10.3
    Configuration settings:
    NodeManagerHome=/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager
    ListenAddress=
    ListenPort=5556
    ListenBacklog=50
    SecureListener=false
    AuthenticationEnabled=true
    NativeVersionEnabled=true
    CrashRecoveryEnabled=false
    JavaHome=/home/oracle/oracle11g/Middleware/jdk160_29/jre
    StartScriptEnabled=false
    StopScriptEnabled=false
    StartScriptName=startWebLogic.sh
    StopScriptName=
    LogFile=/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.log
    LogLevel=INFO
    LogLimit=0
    LogCount=1
    LogAppend=true
    LogToStderr=true
    LogFormatter=weblogic.nodemanager.server.LogFormatter
    DomainsFile=/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.domains
    DomainsFileEnabled=true
    StateCheckInterval=500
    UseMACBroadcast=false
    DomainRegistrationEnabled=false
    DomainsDirRemoteSharingEnabled=false
    Domain name mappings:
    TestDomain -> /home/oracle/oracle11g/Middleware/user_projects/domains/TestDomain
    <Oct 12, 2012 4:01:54 PM> <INFO> <Plain socket listener started on port 5556>
    Oct 12, 2012 4:01:54 PM weblogic.nodemanager.server.Listener run
    INFO: Plain socket listener started on port 5556
    nodemanager.log
    <Oct 12, 2012 4:01:52 PM> <INFO> <Loading domains file: /home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.domains>
    <Oct 12, 2012 4:01:52 PM> <INFO> <Loaded node manager configuration properties from '/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.prop
    erties'>
    <Oct 12, 2012 4:01:54 PM> <INFO> <Plain socket listener started on port 5556>
    more nodemanager.properties
    #Sun Oct 07 06:39:50 BST 2012
    DomainsFile=/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.domains
    LogLimit=0
    PropertiesVersion=10.3
    DomainsDirRemoteSharingEnabled=false
    javaHome=/home/oracle/oracle11g/Middleware/jdk160_29
    AuthenticationEnabled=true
    NodeManagerHome=/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager
    JavaHome=/home/oracle/oracle11g/Middleware/jdk160_29/jre
    LogLevel=INFO
    DomainsFileEnabled=true
    StartScriptName=startWebLogic.sh
    ListenAddress=
    NativeVersionEnabled=true
    ListenPort=5556
    LogToStderr=true
    SecureListener=false
    LogCount=1
    DomainRegistrationEnabled=false
    StopScriptEnabled=false
    QuitEnabled=false
    LogAppend=true
    StateCheckInterval=500
    CrashRecoveryEnabled=false
    StartScriptEnabled=false
    LogFile=/home/oracle/oracle11g/Middleware/wlserver_10.3/common/nodemanager/nodemanager.log
    LogFormatter=weblogic.nodemanager.server.LogFormatter
    ListenBacklog=50
    -bash-3.2$
    more nodemanager.domains#
    #Fri Oct 12 16:00:36 BST 2012
    TestDomain=/home/oracle/oracle11g/Middleware/user_projects/domains/TestDomain
    -bash-3.2$
    All these were found in Admin Server. . . Kindly provide ur suggestions . .

  • Unable to start Node Manager

    Hello everyone,
    I've installed WLS 10.3.3 on windows. *2 Managed servers (jitu-pc, jitu-pc1) & 1 admin server on same machine*.
    Below are the SSL configurations for both:
    Host Name Verification = None
    Machine>Node Manager: Type=PLAIN
    When I try to start the node manager ($BEA_HOME\server\bin\startNodeManager.cmd" I get below error:
    <Oct 15, 2010 4:11:33 AM> <INFO> <Secure socket listener started on port 5556>
    Oct 15, 2010 4:11:33 AM weblogic.nodemanager.server.SSLListener run
    *INFO: Secure socket listener started on port 5556*
    <Oct 15, 2010 4:12:04 AM GMT+05:30> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer 01HW165700.entcorp.ttsl.com - 172.17.43.84 during SSL handshake.>
    <Oct 15, 2010 4:12:04 AM GMT+05:30> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer 01HW165700.entcorp.ttsl.com - 172.17.43.84 during SSL handshake.>
    <Oct 15, 2010 4:12:04 AM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer 01HW165700 - 172.17.43.84 during SSL handshake.>
    javax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer 01HW165700 - 172.17.43.84 during SSL handshake.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
    at com.certicom.tls.record.ReadHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.ReadHandler.getProtocolVersion(Unknown Source)
    at com.certicom.tls.record.ReadHandler.checkVersion(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    at weblogic.nodemanager.server.Handler.run(Handler.java:70)
    at java.lang.Thread.run(Thread.java:619)
    Can anybody tell me what am I missing ?

    Thanks Jay,
    That worked.
    Also, I've one more doubt.
    I browsed to the $WEBLOGIC_HOME/common/nodemanager directory.
    From there I executed $WEBLOGIC_HOME/server/bin startNodeManager.cmd.
    But before starting there is no "nodemanager.properties" file.
    After I started node manager, it started with default properties, and wrote the same to "nodemanager.properties" file in the same directory I started the node manager from.
    Then I aborted the node manager, edited the property file for SecureListener and then restarted. Then everything went up and fine.
    My question is that is there any default "nodemanager.properties" ?

  • Unable to Initialize Volume Manager from a Configuration File

    I'd like to reattach a D1000 to a rebuilt system. The array contains a raid 5 partition that was built with Solaris Volume Manager (Solaris 9). Since it is the same system all controller/target/slice ids have not changed. I was able to restore the Volume Manager configuration files (/etc/lvm) from a tape backup and followed the instructions provided in the Solaris Volume Manager Administration Guide: How to Initialize Solaris Volume Manager from a Configuration File <http://docs.sun.com/db/doc/816-4519/6manoju60?a=view>.
    All of the state database replicas for this partition are contained on the disks within the array so I began by creating new database replicas on a local disk.
    I then copied the /etc/md.cf file to /etc/md.tab
    # more /etc/lvm/md.tab
    # metadevice configuration file
    # do not hand edit
    d0 -r c1t10d0s0 c1t11d0s0 c1t12d0s0 c1t8d0s0 c1t9d0s0 c2t10d0s0 c2t11d0s0 c2t12d0s0 c2t8d0s0 c2t9d0s0 -k -i 32b -h hsp000
    hsp000 c1t13d0s0 c2t13d0s0
    I then tested the syntax of the md.tab file (this output is actually from my secomd attempt).
    # /sbin/metainit -n -a
    d0: RAID is setup
    metainit: <hostname>: /etc/lvm/md.tab line 4: hsp000: hotspare pool is already setup
    Not seeing any problems I then attempted to recreate the d0 volume, but it fails with the error below:
    # /sbin/metainit -a
    metainit: <hostname>: /etc/lvm/md.tab line 3: d0: devices were not RAIDed previously or are specified in the wrong order
    metainit: <hostname>: /etc/lvm/md.tab line 4: hsp000: hotspare pool is already setup
    Any suggestions on how to reinitialize this volume would be appreciated.
    Thanks, Doug

    You have UserPrincipalName column heading in the csv file so this should be your cmdlet.
    import-csv C:\temp\sharedMailboxCreationTest.csv | ForEach-Object {New-Mailbox -shared  -Name $_.Name  -Alias $_.Alias  -OrganizationalUnit $_.OrganizationalUnit -UserPrincipalName $_.UserPrincipalName -Database $_.Database}
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Unable to deploy ear file to weblogic 11g

    Unable to access the selected application.
    Exception in AppMerge flows' progression
    Exception in AppMerge flows' progression
    VALIDATION PROBLEMS WERE FOUND problem: cvc-attribute.4: The value '6' does not equal the fixed value '5' of attribute 'version':<null>
    VALIDATION PROBLEMS WERE FOUND problem: cvc-attribute.4: The value '6' does not equal the fixed value '5' of attribute 'version':<null>
    Please help.

    Hi ,
    This issue with build an application ear file.
    please follow below steps to resolve.
    1. verify your build script  having or indicated the correct value of the -Dwls-11 option if not change accordingly
    2.  ./buildear.sh -Dappserver=weblogic -Dwls-11=<true/false> -Dpackage=ear filename create-ear
    Thanks !!!
    Babu

  • Weblogic 11g Operating System Tuning (Linux Tuning Parameters and Windows)

    Hello,
    Linux and Windows systems the following parameters and parameter should be the windows.
    Linux
    /sbin/ifconfig lo mtu
    kernel.msgmni
    kernel.sem
    fs.file-max
    kernel.shmmax
    net.ipv4.tcp_max_syn_backlog
    Windows ?

    WLS Performance and Tuning Guide at http://docs.oracle.com/cd/E21764_01/web.1111/e13814/toc.htm - this has a section on OS tuning......

  • OBIEE 11g (11.1.1.5.0) - Issue with starting Node Manager

    Hi,
    Have anyone faced an issue with starting Node Manager in OBIEE 11g (11.1.1.5.0)? OS is 64 bit Linux, WebLogic is 10.3.5. I used the software-install method and followed by running config.sh. Everything completed successfully. I updated the catalog and rpd location in the FMW control screen.
    To get it activated I bounced services and when I try to start Node Manager it gives below error --
    <Aug 30, 2011 2:02:42 PM CDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 30, 2011 2:02:42 PM> <SEVERE> <Fatal error in node manager server>
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Aug 30, 2011 2:02:42 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    + set +x
    I see the same issue reported in ML OBIEE 11g - Node manager fails to start upon upgrade [ID 1329442.1] and WebLogic Server: Node Manager Startup is Failing with java.io.IOException: Unsupported cypher suite [ID 1329260.1] I tried to modify commEnv.sh. But it didnt help me.
    Please let me know if anyone have faced similar issue and what exactly did you do to resolve it.
    Cherrish Vaidiyan
    Edited by: Cherrish on Aug 30, 2011 3:14 PM

    Hi,
    There are Two types of Cipher suites --- Certicom Cipher Suite and SunJSSE Equivalent Cipher Suite. And with Weblogic 10.3.5, you are using Sun JSSE Cipher Suite, and by default Node Manager uses the Certicom Cipher Suite.
    In the nodemanager.properties, Add CipherSuite=SSL_RSA_EXPORT_WITH_RC4_40_MD5, save and restart Node Manager.
    Reference Metalink Note: WebLogic Server 10.3.x: Getting "Unsupported Cipher" Exceptions When Starting Node Manager [ID 1307325.1]
    Cherrish Vaidiyan

  • Weblogic 10.3.6 update node manager error.

    After installing 10.3.5 I did the installation on WebLogic 10.3.6 upgrade. (wls1036_upgrade_generic.jar). Domain installation does not work if I did, and then I saw when I ran the node manager.
    Error
    C:\oracle\Middleware\wlserver_10.3\server\bin>set CLASSPATH=.;C:\oracle\MIDDLE~1
    \patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ora
    cle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch
    .jar;C:\oracle\MIDDLE~1\patch_jdev1112\profiles\default\sys_manifest_classpath\w
    eblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;C:\oracle\MIDDLE~1\
    WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\w
    eblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.6.0
    .jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\MIDDLE~1
    \modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/
    ant-contrib.jar;
    C:\oracle\Middleware\wlserver_10.3\server\bin>if not "" == "" set CLASSPATH=;.;C
    :\oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic
    patch.jar;C:\oracle\MIDDLE~1\patchocp371\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\oracle\MIDDLE~1\patch_jdev1112\profiles\default\sys_man
    ifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;C:
    \oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV
    ~1.3\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server
    .modules_10.3.6.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C
    :\oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\
    NETSFA~1.0_1/lib/ant-contrib.jar;
    C:\oracle\Middleware\wlserver_10.3\server\bin>if not "" == "" set CLASSPATH=.;C:
    \oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_
    patch.jar;C:\oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpat
    h\weblogic_patch.jar;C:\oracle\MIDDLE~1\patch_jdev1112\profiles\default\sys_mani
    fest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;C:\
    oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~
    1.3\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.
    modules_10.3.6.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:
    \oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\N
    ETSFA~1.0_1/lib/ant-contrib.jar;;
    C:\oracle\Middleware\wlserver_10.3\server\bin>cd C:\oracle\MIDDLE~1\WLSERV~1.3\c
    ommon\NODEMA~1
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>if not "" == "" if not "" == "" go
    to runNMWithListenAddressAndPort
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>if not "" == "" goto runNMWithList
    enAddress
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>if not "" == "" goto runNMWithList
    enPort
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>"C:\PROGRA~1\Java\JDK17~1.0_0\bin\
    java.exe" -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dcoher
    ence.home=C:\oracle\MIDDLE~1\COHERE~1.7 -Dbea.home=C:\oracle\MIDDLE~1 -Xverify:
    none "-Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.p
    olicy" "-Dweblogic.nodemanager.javaHome=C:\PROGRA~1\Java\JDK17~1.0_0" weblogic.N
    odeManager -v
    <Jan 4, 2012 4:22:31 PM> <INFO> <Loading domains file: C:\oracle\MIDDLE~1\WLSERV
    ~1.3\common\NODEMA~1\nodemanager.domains>
    Jan 04, 2012 4:22:31 PM weblogic.nodemanager.server.NMServerConfig initDomainsMa
    p
    INFO: Loading domains file: C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1\nodema
    nager.domains
    <Jan 4, 2012 4:22:36 PM> <INFO> <Loading identity key store: FileName=C:/oracle/
    MIDDLE~1/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    Jan 04, 2012 4:22:36 PM weblogic.nodemanager.server.SSLConfig loadKeyStoreConfig
    INFO: Loading identity key store: FileName=C:/oracle/MIDDLE~1/WLSERV~1.3/server\
    lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true
    <Jan 4, 2012 4:22:36 PM> <SEVERE> <Fatal error in node manager server>
    weblogic.nodemanager.common.ConfigException: Unknown key store identity alias or
    not a key entry alias: DemoIdentity
    at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.ja
    va:177)
    at weblogic.nodemanager.server.SSLConfig.<init>(SSLConfig.java:102)
    at weblogic.nodemanager.server.NMServer.init(NMServer.java:186)
    at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:148)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:380)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Jan 04, 2012 4:22:36 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    weblogic.nodemanager.common.ConfigException: Unknown key store identity alias or
    not a key entry alias: DemoIdentity
    at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.ja
    va:177)
    at weblogic.nodemanager.server.SSLConfig.<init>(SSLConfig.java:102)
    at weblogic.nodemanager.server.NMServer.init(NMServer.java:186)
    at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:148)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:380)
    at weblogic.NodeManager.main(NodeManager.java:31)
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>goto finish
    C:\oracle\MIDDLE~1\WLSERV~1.3\common\NODEMA~1>ENDLOCAL
    Correction would be how.

    Hi,
    You should check admin server's logs found under ${DOMAIN_HOME}/servers/AdminServer/logs.
    Regards,
    Mohab

  • What is the use of Node Manager?

    OBIEE Oracle Business Intelligence 11.1.1.5
    I have started up the WebLogic server which delivers the WL Server Admin Console as well as the Fusion Middleware Control.
    I have ignored NodeManager. It hasnt been started.
    What is the use of NodeManager?
    Oracle tells us:
    Note: In order to start the Managed Server using the WebLogic Server Administration Console, the Node Manager must be running.
    http://download.oracle.com/docs/cd/E21043_01/bi.1111/e10541/components.htm
    But my Manged Server is running ok - I can check http://<host>:7001/console and its ok.
    So why do I need to bother with NodeManager?
    I only have WLS and OHS installed - no BI instance.
    DA

    Answers inline:
    As I have installed weblogic server 10.3.5 on windows. while am starting it using cmd am getting two ips as
    1**.*.... for weblogic server one is (channel default 4... .. and one is default 1) kindly explain.
    - It doesn't generate any IP. If you have installed successfully, weblogic will run on your system and it's ip will remain same. You can access it using your systems'IP:portnumber
    Also tell as I have to use cmd for starting servers how can i use unix commands for the same??
    - You have installed on windows so unix command won't work for you. You can either start by going into services window in windows or start using command by going to path weblogichome\domains\domainname\bin. Execute startWebLogic.cmd
    Also explain what is the use of node manager and weblogic scripting tool which are also installed in the system.
    - Node manager is used for communication bentween two or more servers in a domain.
    As am looking to install OIM 11g so kindly tell what are all the things I need to know about weblogic so that i can learn OIM easily.
    - To install OIM, install weblogic, install oracle database. Use RCU utilities to create database and then install SOA, OIM and configure them. You can get all kinds of guides and steps for OIM 11g r2 here:
    http://docs.oracle.com/cd/E27559_01/index.htm
    regards,
    GP

  • Adding patch jar file while starting Managed Server through Node Manager

    Hi,
    I am using Weblogic Express 10.0 on Linux env, Jrockit JVM.
    I have a patch jar file from BEA, I added it to Weblogic start script, when I start the Managed server by using startManagedWeblogic.sh script, I can see that patch jar file is added to classpath when I grep for Java process.(ps -ef | grep -i java).
    But when I start the Managed server through NodeManager and grep for java process, I dont see the patch jar file added to classpath of Managed server process which is started.
    Can someone let me know if I have to add the patch jar file somewhere else along with Weblogic start script if starting Managed server through Node Manager?
    Weblogic Consultant

    Thanks for your response.
    I found another way to do this.
    Edit nodemanager.properties file and set StartScriptEnabled=true (By default it is false), and then restart the Node Manager process.
    Enabling this setting to true will enable the NodeManager process to use startManagedWeblogic.sh script while starting the managed server, all the added jar files, memory settings will be taken from start script of Weblogic
    Weblogic Consultant

  • Maximum number of nodes in a Weblogic cluster on RedHat Linux?

    Is there a limitation of the number of nodes in a weblogic cluster
              running under RedHat Linux?
              Can I start with 5 nodes and in a year scale up to 500 or 5000 nodes?
              Thanks!
              Ralf.
              

    Ralf,
              > Is there a limitation of the number of nodes in a weblogic cluster
              > running under RedHat Linux?
              A realistic limit, of course.
              > Can I start with 5 nodes and in a year scale up to 500 or 5000 nodes?
              If your app is completely stateless, then it can scale to 40 maybe 80
              servers.
              The problem is that stateless apps typically manage state that sits behind
              them, and there's basically no database in the world that can handle the
              load that 40 servers can put on it. Depending on the app, you can easily
              saturate 4 database CPUs per 1 app server CPU, but usually the factor is
              closer to 1:1, and with agressive caching in the app tier even less.
              Things like stateful session bean replication and HTTP session replication
              in a cluster ... well, YMMV ... but I would hypothesize that it won't scale
              up anywhere close to 40 servers under load.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Ralf Reddin" <[email protected]> wrote in message
              news:[email protected]..
              >
              

  • ALSB2.6/WLS9.2 Node Manager Monitoring Issue

    Hi,
    We have configured a java based node manager on weblogic 9.2 platform, using our customized scripts, for ALSB domain.
    Node manager uses a customized server startup script to start the servers. This start-up script does some custom tasks and then starts the weblogic managed server with java options specified in this start-up script.
    We are able to start / stop the managed servers from admin console but the node manager is not able to monitor the health of the managed servers. Node manager's log file also shows that server is in failed state whereas the managed servers log files show running state.
    Can you please help how can we make the java based node manager (which uses a script to start the server) to monitor/check health of the managed server.
    Also we've noticed a change in the way parameters are passed to server start-up script (which is called by the node manager ) between WLS8.1 and 9.2.
    In 8.1 arguments were passed to the script in$1,$2,$3 and $4 ($4 pointing to the pid file of managed server). However these arguments are no longer available in 9.2.

    I think when nodemanager.properties runs at the start of node manager, there is one line in it, i.e.
    StartScriptName=startWeblogic.cmd
    now there are few lines in the startWeblogic.cmd, those are:
    @REM Set IP Mask.
    if NOT "%NetMask%"=="" (
    set IPMASK=%NetMask%
    ) else (
    set IPMASK=
    @REM Perform IP Migration if SERVER_IP is set by node manager.
    if NOT "%SERVER_IP%"=="" (
    call "%WL_HOME%\common\bin\wlsifconfig.cmd" -addif "%IFNAME%" "%SERVER_IP%" "%IPMASK%"
    now I think that's why everytime the node manager tries to start the server the IP address is changed or masked to different one in startup.properties file, what I have mentioned in previous post...and what is indicated in log file...
    any guru...plz

Maybe you are looking for

  • Error in Asset Value carry forward to next year

    As a regular periodic process of Month/Year closing activities in SAP, Asset Year 2015 was opened and then closes the year 2014 and carried forward the Asset values to the year 2015. But unfortunately some of the Asset value had not been transferred

  • TS3276 Problem with email

    Long ago, I had a comcast.net email account (inactive for more than a year.) Out of the blue, yesterday, the mail program started trying to "send" my messages through comcast - every attempt to send a message is failing. (since this account no longer

  • Navigation setting in iPhoto 6

    I have just installed iPhoto 6 and was in the edit mode trying out the different effects. A navigation bar appeared that would allow me to adjust the photo into the center of the matt effect. I closed the navigation bar and have not been able to find

  • Incorrect Payment Method picked up in Payment program

    In my payment program we ran a few payments, the invoices didn't have any payment method specified so my guess was that the paymetn program shoudl pick up payment method from the Vendor Master data, where i have payment method set up as I(Internation

  • Access my Mac's hard drive app

    I am looking for an iPhone app that works in a similar way to Apple's iDisk iPhone app but instead of connecting to my iDisk it connects to my Mac's hard drive.  I don't need any remote desktop stuff.  Any suggestions?