Not able to setup a cluster on two W2K machines

          Hi all,
          When I try to start the manager server with
          StartManagedWebLogic.cmd machine1 machine:7001
          I get this exception:
          Starting WebLogic Server ....
          Connecting to http://machine:7001...
          The WebLogic Server did not start up properly.
          Exception raised: weblogic.management.configuration.ConfigurationException: machine1
          not found
          weblogic.management.configuration.ConfigurationException: machine1 not foun
          d
          at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:927)
          at weblogic.management.Admin.initialize(Admin.java:287)
          at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
          at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
          at weblogic.Server.main(Server.java:35)
          Reason: Fatal initialization exception
          Of course, I've created the machine1 on the administration console.
          Please, any suggestions?
          Thanks a lot!
          Pablo.
          

I couldn't find references to "machine1" in your config.xml.
          The error message clearly says "machine1" not found. It appears somehow the
          changes were not written to the config.xml . you might want to double-check that.
          When you create a new server, you should have "machine1" entries as follows
          (replace cls1 with machine1)
          <Server AdministrationPort="0" Cluster="MyCluster"
          ListenAddress="172.17.12.209" ListenPort="7001"
          LogRemoteExceptionsEnabled="true"
          Name="cls1" PreferredSecondaryGroup="G2" ReplicationGroup="G1" StdoutSeverityLevel="64">
          <SSL Name="cls1"/>
          <ServerDebug Name="cls1"/>
          <Log FileName="cls1.log" Name="cls1"/>
          <WebServer DefaultWebApp="DefaultWebApp_cls1" Name="cls1"/>
          <KernelDebug Name="cls1"/>
          </Server>
          Pablo Estades wrote:
          > Yes of course, but they are basically the defaults config.xml.
          >
          > config.xml for machine1 (lab1):
          >
          > <?xml version="1.0" encoding="UTF-8"?>
          > <!--If your domain is active, please do not edit the config.xml file. Any changes
          > made to that file while the domain is active will not have any effect on the domain's
          > configuration and are likely to be lost. If your domain is inactive, you may edit
          > this file with an XML editor. If you do so, please refer to the configuration
          > documentation at http://edocs.bea.com/wls/docs60/adminguide/config_xml.html.
          > In general, we recommend that changes to your configuration file be made through
          > the Administration Console.-->
          > <Domain Name="mydomain">
          > <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
          > <Application Deployed="true" Name="certificate" Path=".\config\mydomain\applications">
          > <WebAppComponent Name="certificate" Targets="myserver" URI="certificate.war"/>
          > </Application>
          > <Application Deployed="true" Name="DefaultWebApp_myserver" Path=".\config\mydomain\applications">
          > <WebAppComponent Name="DefaultWebApp_myserver"
          > Targets="myserver" URI="DefaultWebApp_myserver"/>
          > </Application>
          > <Application Deployed="true" Name="console" Path=".\config\mydomain\applications">
          > <WebAppComponent Name="console" Targets="myserver" URI="console.war"/>
          > </Application>
          > <Server ListenPort="7001" Name="myserver" NativeIOEnabled="true">
          > <WebServer DefaultWebApp="DefaultWebApp_myserver"
          > LogFileName="./config/mydomain/logs/access.log"
          > LoggingEnabled="true" Name="myserver"/>
          > <SSL Enabled="true" ListenPort="7002" Name="myserver"
          > ServerCertificateChainFileName="config/mydomain/ca.pem"
          > ServerCertificateFileName="config/mydomain/democert.pem" ServerKeyFileName="config/mydomain/demokey.pem"/>
          > <Log FileName="config/mydomain/logs/weblogic.log" Name="myserver"/>
          > <ServerDebug Name="myserver"/>
          > <KernelDebug Name="myserver"/>
          > </Server>
          > <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
          > GroupDN="o=airius.com,ou=Groups" GroupIsContext="false"
          > GroupNameAttribute="cn" GroupUsernameAttribute="uniquemember"
          > LDAPURL="ldap://dap:389"
          > Name="defaultLDAPRealmForNetscapeDirectoryServer"
          > Notes="This is provided as an example. Before enabling this Realm, you
          > must edit the configuration parameters as appropriate for your environment."
          > Principal="uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot"
          > UserAuthentication="local" UserDN="o=airius.com,ou=People"
          > UserNameAttribute="uid" UserPasswordAttribute="userpassword"/>
          > <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
          > GroupDN="o=Microsoft, ou=Groups" GroupIsContext="true"
          > GroupNameAttribute="cn" GroupUsernameAttribute="memberObject"
          > LDAPURL="ldap://ldapserver:389"
          > Name="defaultLDAPRealmForMicrosoftSiteServer"
          > Notes="This is provided as an example. Before enabling this Realm, you
          > must edit the configuration parameters as appropriate for your environment."
          > Principal="cn=ldapadmin" UserAuthentication="local"
          > UserDN="o=Microsoft, ou=Members" UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
          > <Security GuestDisabled="false" Name="mydomain"
          > PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"/>
          > <ApplicationManager Name="mydomain"/>
          > <FileRealm Name="wl_default_file_realm"/>
          > <Application Name="wl_management_internal1" Path=".\config\tmp">
          > <WebAppComponent Name="wl_management_internal1"
          > Targets="myserver" URI="wl_management_internal1.war"/>
          > </Application>
          > <PasswordPolicy Name="wl_default_password_policy"/>
          > <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
          > GroupDN="o=airius.com,ou=Groups" GroupIsContext="true"
          > GroupNameAttribute="cn" GroupUsernameAttribute="member"
          > LDAPURL="ldap://ldapserver:363"
          > Name="defaultLDAPRealmForNovellDirectoryServices"
          > Notes="This is provided as an example. Before enabling this Realm, you
          > must edit the configuration parameters as appropriate for your environment."
          > Principal="cn=Admin,o=airius.com" SSLEnable="true"
          > UserAuthentication="bind" UserDN="o=airius.com,ou=People"
          > UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
          > <CachingRealm
          > BasicRealm="defaultLDAPRealmForNetscapeDirectoryServer"
          > CacheCaseSensitive="true" Name="defaultCachingRealm"/>
          > <Application Name="wl_management_internal2" Path=".\config\tmp">
          > <WebAppComponent Name="wl_management_internal2"
          > Targets="myserver" URI="wl_management_internal2.war"/>
          > </Application>
          > <JTA Name="mydomain"/>
          > <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/>
          > </Domain>
          >
          > config.xml for machine (pef)
          >
          > <?xml version="1.0" encoding="UTF-8"?>
          > <!--If your domain is active, please do not edit the config.xml file. Any changes
          > made to that file while the domain is active will not have any effect on the domain's
          > configuration and are likely to be lost. If your domain is inactive, you may edit
          > this file with an XML editor. If you do so, please refer to the configuration
          > documentation at http://edocs.bea.com/wls/docs60/adminguide/config_xml.html.
          > In general, we recommend that changes to your configuration file be made through
          > the Administration Console.-->
          > <Domain Name="mydomain">
          > <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
          > GroupDN="o=Microsoft, ou=Groups" GroupIsContext="true"
          > GroupNameAttribute="cn" GroupUsernameAttribute="memberObject"
          > LDAPURL="ldap://ldapserver:389"
          > Name="defaultLDAPRealmForMicrosoftSiteServer"
          > Notes="This is provided as an example. Before enabling this Realm, you
          > must edit the configuration parameters as appropriate for your environment."
          > Principal="cn=ldapadmin" UserAuthentication="local"
          > UserDN="o=Microsoft, ou=Members" UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
          > <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/>
          > <Application Deployed="true" Name="certificate" Path=".\config\mydomain\applications">
          > <WebAppComponent Name="certificate" Targets="miservidor" URI="certificate.war"/>
          > </Application>
          > <JTA Name="mydomain"/>
          > <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
          > <Application Name="wl_management_internal1" Path=".\config\tmp">
          > <WebAppComponent Name="wl_management_internal1"
          > Targets="miservidor" URI="wl_management_internal1.war"/>
          > </Application>
          > <Server ListenPort="7001" Name="miservidor" NativeIOEnabled="true">
          > <SSL Enabled="true" ListenPort="7002" Name="miservidor"
          > ServerCertificateChainFileName="config/mydomain/ca.pem"
          > ServerCertificateFileName="config/mydomain/democert.pem" ServerKeyFileName="config/mydomain/demokey.pem"/>
          > <ServerDebug Name="miservidor"/>
          > <Log FileName="config/mydomain/logs/weblogic.log" Name="miservidor"/>
          > <WebServer DefaultWebApp="DefaultWebApp_miservidor"
          > LogFileName="./config/mydomain/logs/access.log"
          > LoggingEnabled="true" Name="miservidor"/>
          > <KernelDebug Name="miservidor"/>
          > </Server>
          > <Application Name="wl_management_internal2" Path=".\config\tmp">
          > <WebAppComponent Name="wl_management_internal2"
          > Targets="miservidor" URI="wl_management_internal2.war"/>
          > </Application>
          > <PasswordPolicy Name="wl_default_password_policy"/>
          > <Cluster ClusterAddress="pef" DefaultLoadAlgorithm="round-robin"
          > Name="testCluster" ServiceAgeThresholdSeconds="180"/>
          > <FileRealm Name="wl_default_file_realm"/>
          > <ApplicationManager Name="mydomain"/>
          > <Machine Name="dap"/>
          > <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
          > GroupDN="o=airius.com,ou=Groups" GroupIsContext="false"
          > GroupNameAttribute="cn" GroupUsernameAttribute="uniquemember"
          > LDAPURL="ldap://ldapserver:389"
          > Name="defaultLDAPRealmForNetscapeDirectoryServer"
          > Notes="This is provided as an example. Before enabling this Realm, you
          > must edit the configuration parameters as appropriate for your environment."
          > Principal="uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot"
          > UserAuthentication="local" UserDN="o=airius.com,ou=People"
          > UserNameAttribute="uid" UserPasswordAttribute="userpassword"/>
          > <Application Deployed="true" Name="console" Path=".\config\mydomain\applications">
          > <WebAppComponent Name="console" Targets="miservidor" URI="console.war"/>
          > </Application>
          > <Application Deployed="true" Name="DefaultWebApp_miservidor" Path=".\config\mydomain\applications">
          > <WebAppComponent Name="DefaultWebApp_miservidor"
          > Targets="miservidor" URI="DefaultWebApp_miservidor"/>
          > </Application>
          > <Security GuestDisabled="false" Name="mydomain"
          > PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"/>
          > <Machine Name="lab1"/>
          > <Machine Name="myserver"/>
          > <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
          > GroupDN="o=airius.com,ou=Groups" GroupIsContext="true"
          > GroupNameAttribute="cn" GroupUsernameAttribute="member"
          > LDAPURL="ldap://ldapserver:363"
          > Name="defaultLDAPRealmForNovellDirectoryServices"
          > Notes="This is provided as an example. Before enabling this Realm, you
          > must edit the configuration parameters as appropriate for your environment."
          > Principal="cn=Admin,o=airius.com" SSLEnable="true"
          > UserAuthentication="bind" UserDN="o=airius.com,ou=People"
          > UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
          > </Domain>
          >
          > Thanks.
          >
          > Kumar Allamraju <[email protected]> wrote:
          > >would you mind posting your config.xml?
          > >especially i'm interested in "machine1" related entries..
          > >
          > >Pablo Estades wrote:
          > >
          > >> Hi all,
          > >>
          > >> When I try to start the manager server with
          > >>
          > >> StartManagedWebLogic.cmd machine1 machine:7001
          > >>
          > >> I get this exception:
          > >>
          > >> Starting WebLogic Server ....
          > >> Connecting to http://machine:7001...
          > >> ***************************************************************************
          > >> The WebLogic Server did not start up properly.
          > >> Exception raised: weblogic.management.configuration.ConfigurationException:
          > >machine1
          > >> not found
          > >> weblogic.management.configuration.ConfigurationException: machine1
          > >not foun
          > >> d
          > >> at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:927)
          > >> at weblogic.management.Admin.initialize(Admin.java:287)
          > >> at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
          > >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
          > >> at weblogic.Server.main(Server.java:35)
          > >> Reason: Fatal initialization exception
          > >> ***************************************************************************
          > >>
          > >> Of course, I've created the machine1 on the administration console.
          > >>
          > >> Please, any suggestions?
          > >>
          > >> Thanks a lot!
          > >> Pablo.
          > >
          

Similar Messages

  • I am Using Apple iPhone 4g 32gb and i have Updated to iOS 6.0 but in Maps i am not able to change the angle with two finger why so ?

    I am Using Apple iPhone 4g 32gb and i have Updated to iOS 6.0 but in Maps i am not able to change the angle with two finger why so ? I have also restored it but not getting

    I have an iPhone 4 also.  If you are referring to the flyover view, its unavailble for the iPhone4.  If you want to rotate the map, hold two fingers on the map for 2-3 seconds and rotate them in opposite directions.
    Hope this helps

  • I have migrated from London to New Delhi and i am facing some problem with my iPhone 4s and i am not able to setup a repair .My phone is in under warranty too. Can anyone tell whats the matter?

    I have migrated from London to New Delhi and i am facing some problem with my iPhone 4s and i am not able to setup a repair .My phone is in under warranty too. Can anyone tell whats the matter?

    The warranty is NOT international. You must take it back to the country of origin if it needs repair. The E.U. is considered a single country for warranty purposes.

  • Just got new iPad 3.  Not able to setup my Ohio.edu email account

    Just got new ipad3.   Not able to setup my Ohio.edu mailbox

    I'd talk to your school tech support and see what settings they have in place. For example, I can't access my work's e-mail via the exchange app but I can via the web access...largely because it's not a work iPad and they won't allow that kind of access on a device that's not 'their own'

  • HT201320 I am not able to setup my Accenture email account on iphone5 though i can do it on my android device

    I am not able to setup my Accenture email account on iphone5 though i can do it on my android device

    That's unfortunate.
    Try using the correct setup information and it will work.
    Without any details we honestly cannot offer any useful assistance.

  • I am not able to run Seeded Page from my Local machine

    Hi,
    I am not able to run Seeded Page from my Local machine.Please help why i am getting this error Could Not create java virtual machine.
    I am using Jdeveloper Version is 10g.
    Thanks,
    SomaSekhar.

    How many rows do these tables contain?
    S_NDC@link_525Z2 sndc
    s_drug_item
    Also, is the table T_DRUG_ITEM_TEN_DIGIT_NDC in use by other sessions?
    Have you tried running this procedure from sql*plus instead of TOAD?
    How long have you waited for the procedure execution to complete?
    Were there any errors?

  • Could not able to execute FTP commands in windows server machines 2012/ windows server 2008.

    Could not able to execute FTP commands in windows server machines 2012/ windows server 2008.
    From windows server 2012 and windows server 2008, Opened port 20,21,22 in firewall bidirectionally. After Establishing connection by passing credentials  230 log in  successful.
    ftp commands executing getting as " 425 Use Port or PASV first" , "500 Illegal PORT command".
    But I could able to do windows client machines like windows 7 and windows 8 with same environment
    Note : Firewall ports are opened.  have tested by making firewall down to avoid filters. 
    Pandiyan Muthuraman

    Hi Pandiyan Muthuraman,
    Did you mean even you disable or open the related port the FTP issue still exist? I found this errors most time occur when we use the ISA firewall and the FTP configured passive
    mode, if you have ISA firewall please refer the following KB to fix this issue.
    How to enable passive CERN FTP connections through ISA Server 2000, 2004, or 2006
    http://support.microsoft.com/kb/300641
    The have a specific form for the IIS question, if you have the further IIS related question you can ask in IIS forum.
    IIS support forum
    http://forums.iis.net/
    Thanks for your understanding and support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Managed server not able to join the cluster

    Hi
    I have two storage node enabled coherence servers on two different machines.These two are able to form the cluster without any problem. I also have two Managed servers. When I start one, will join the cluster without any issue but when I start the fourth one which does not join the cluster. Only one Managed server joins the cluster. I am getting the following error.
    2011-12-22 15:39:26.940/356.798 Oracle Coherence GE 3.6.0.4 &lt;Info> (thread=[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded cache configuration from "file:/u02/oracle/admin/atddomain/atdcluster/ATD/config/atd-client-cache-config.xml"
    2011-12-22 15:39:26.943/356.801 Oracle Coherence GE 3.6.0.4 &lt;D4> (thread=[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): TCMP bound to /172.23.34.91:8190 using SystemSocketProvider
    2011-12-22 15:39:57.909/387.767 Oracle Coherence GE 3.6.0.4 &lt;Warning> (thread=Cluster, member=n/a): This Member(Id=0, Timestamp=2011-12-22 15:39:26.944, Address=172.23.34.91:8190, MachineId=39242, Location=site:dev.icd,machine:appsoad2-web2,process:24613, Role=WeblogicServer) has been attempting to join the cluster at address 231.1.1.50:7777 with TTL 4 for 30 seconds without success; this could indicate a mis-configured TTL value, or it may simply be the result of a busy cluster or active failover.
    2011-12-22 15:39:57.909/387.767 Oracle Coherence GE 3.6.0.4 &lt;Warning> (thread=Cluster, member=n/a): Received a discovery message that indicates the presence of an existing cluster:
    Message "NewMemberAnnounceWait"
    FromMember=Member(Id=2, Timestamp=2011-12-22 15:22:56.607, Address=172.23.34.74:8090, MachineId=39242, Location=site:dev.icd,machine:appsoad4,process:23937,member:CoherenceServer2, Role=WeblogicWeblogicCacheServer)
    FromMessageId=0
    Internal=false
    MessagePartCount=1
    PendingCount=0
    MessageType=9
    ToPollId=0
    Poll=null
    Packets
    [000]=Broadcast{PacketType=0x0DDF00D2, ToId=0, FromId=2, Direction=Incoming, ReceivedMillis=15:39:57.909, MessageType=9, ServiceId=0, MessagePartCount=1, MessagePartIndex=0, Body=0}
    Service=ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_ANNOUNCE), Id=0, Version=3.6}
    ToMemberSet=null
    NotifySent=false
    ToMember=Member(Id=0, Timestamp=2011-12-22 15:39:26.944, Address=172.23.34.91:8190, MachineId=39242, Location=site:dev.icd,machine:appsoad2-web2,process:24613, Role=WeblogicServer)
    SeniorMember=Member(Id=1, Timestamp=2011-12-22 15:22:53.032, Address=172.23.34.73:8090, MachineId=39241, Location=site:dev.icd,machine:appsoad3,process:19339,member:CoherenceServer1, Role=WeblogicWeblogicCacheServer)
    2011-12-22 15:40:02.915/392.773 Oracle Coherence GE 3.6.0.4 &lt;Warning> (thread=Cluster, member=n/a): Received a discovery message that indicates the presence of an existing cluster:
    Message "NewMemberAnnounceWait"
    FromMember=Member(Id=2, Timestamp=2011-12-22 15:22:56.607, Address=172.23.34.74:8090, MachineId=39242, Location=site:dev.icd,machine:appsoad4,process:23937,member:CoherenceServer2, Role=WeblogicWeblogicCacheServer)
    FromMessageId=0
    Internal=false
    MessagePartCount=1
    PendingCount=0
    MessageType=9
    ToPollId=0
    Poll=null
    Packets
    {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    By default Coherence uses a multicast protocol to discover other nodes when forming a cluster. Since you are having difficulties in establishing a cluster via multicast, Can you please perform a multicast test and see if multicast is configured properly.
    http://wiki.tangosol.com/display/COH32UG/Multicast+Test
    Hope you are using same configuration files across the cluster members and all members of the cluster must specify the same cluster name in order to be allowed to join the cluster.
    <cluster-name system-property="tangosol.coherence.cluster";>xxx</cluster-name>
    I would suggest, try using the unicast-listener with the well-known-addresses instead of muticast-listener.
    http://wiki.tangosol.com/display/COH32UG/well-known-addresses
    Add similar entries like below in your tangosol override xml..
    <well-known-addresses>
    <socket-address id="1">
    <address> 172.23.34.91<;/address>
    <port>8190</port>
    </socket-address>
    <socket-address id="2">
    <address> 172.23.34.74<;/address>
    <port> 8090</port>
    </socket-address>
    </well-known-addresses>
    This list is used by all other nodes to find their way into the cluster without the use of multicast, thus at least one well known node must be running for other nodes to be able to join.
    Hope this helps!!
    Thanks,
    Ashok.
    <div id="isChromeWebToolbarDiv" style="display:none"></div>

  • We are not able to open ms-office 2013 two word simultaneously

    Hi Support,
    We are using MS-office 2013.We are not able to open the Two word document simultaneously at a time and sometimes it is showing pop in  word and not able to open the pop-up word document.
    Pls. share your ideas.
    Regards
    Pradeep.R

    Hi Charles,
    The way which i posted the question is not so clear.I want clarification in MS-Office word 2013.
    I have opened the fresh word 2013 and working on the word to prepare some documents.
    When i try to open the another saved word document it is overlapping one after another and the second word document showing blinking message and not able to open the second document.It is closing the second word document automatically.I can able to work
    with only one opened document and not able to open multiple word documents at a same time.
    The second question is How many word documents can be opened in a computer at a same time?Our work is based on word document only.  some of the users are opening the different word documents in the same computer minimum six or seven word documents 
    and working on the same.
    Suppose if we are opening and working with  multiple word & excel file at a same time whether it will affect the system slow?
    Looking forward for your reply at the earliest.
    Regards
    Pradeep.R
    Addressing number that can be open at once...
    This is a function of available RAM and hard drive space (although if you get into memory paging you really can slow down). It depends on the document size and also on processor speed. I have had 30 documents open at once. I often use Excel and Word at the
    same time. The more you have open, the slower your system will be, although it may not be noticed until you push the limits.
    Charles Kenyon Madison, WI

  • NodeManager not able to start second managed server in same machine

    Hi,
    I am facing an issue, I am not able start a second ManagedServer(MG2) using nodemanager (through AdminConsole)
    My setup is as below:
    Server 1
    1) Admin Server + ManagedServer (MG1) (INSTALL LOCATION: /opt/web/MyServer1)
    2) Second Managed Server (MG2) (INSTALL LOCATION: /opt/web/MyServer2)
    Both belong a same Domain (MyDomain) and NodeManager runs from /opt/web/MyServer1
    I can start MG1, but not MG2.
    I did
    1) nmEnroll for (1) nmEnroll('/opt/web/MyServer1/domains/MyDomain','/opt/web/MyServer1/wlserver_10.3/common/nodemanager')
    2) nmEnroll for (2) nmEnroll('/opt/web/MyServer2/domains/MyDomain','/opt/web/MyServer2/wlserver_10.3/common/nodemanager')
    I see following error in nodemanager.log,
    The domain 'MyDomain' at '/opt/web/MyServer2/domains/MyDomain' was not registered in the nodemanager.domains file and dy
    namic domain registration is not supported. Please register the domain in the nodemanager.domains file.
    I can start the MG2 if I manually edit nodemanager.domains to point /opt/web/MyServer2/domains/MyDomain.
    Is there a way to configure multiple domains locations in nodemanager.domains, so Nodemanger can start managed server installed in different location?

    Your nmEnroll shows 2 different domain path values supplied - which means you have told NM to try to connect to 2 different domains
    1) nmEnroll for (1) nmEnroll('/opt/web/MyServer1/domains/MyDomain','/opt/web/MyServer1/wlserver_10.3/common/nodemanager')
    2) nmEnroll for (2) nmEnroll('/opt/web/MyServer2/domains/MyDomain','/opt/web/MyServer2/wlserver_10.3/common/nodemanager')
    You also show 2 distinct node managers you are trying to configure.
    nmEnroll enrolls a domain, not an individual server. If you have only 1 installation of nodemanager, and only 1 domain, then you would only need one nmEnroll command.

  • Not able to run the Jdeveloper Pages in Local Machine

    Dear All,
    I am developing Custom OAF Pages in R12. while am not able to run the page in Local Machine Currently i am using Remote VPN. same page i import into server am able to run in Application.
    The error says:
    1, Increae the time limit bye setting the JRAD.RUNREG.TIMEOUT Parameter in ide.parameters file loacted in System directory.
    I found the file . am not able to find the JRAD.RUNREG.TIMEOUT Parameter option
    2, Check the Host Name in the Preferances, Under Embeded OC4J.
    I Verified same and using the Default Local IP Address.
    I am using Jdeveloper Version : p8431482_R12_GENERIC.zip
    Please help me. I approciate before
    Thanks
    Venkat Reddy Pulichintha
    00971502644919
    [email protected]

    Dear Gaurav,
    Thanks for you quick replay
    For this Patch number (p8431482_R12_GENERIC.zip), there is no (JAVA Options: remove this statement: -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true)
    Please guide me furthe steps. any other settings requird.
    Thanks
    Venkat Reddy Pulichintha
    00971502644919
    [email protected]

  • Not able to create a text file in Client Machine using Forms 10g

    Hi - I'm mot able to create a text file in Client Machine using Forms 10g. I'm getting error when system executes the bolded line.(i.e. CLIENT_TEXT_IO.FOPEN). During run-time system is throwing "ORA-06508: PL/SQL: could not find program unit being called".
    I had attached webutil.pll in the form.
    Please advise me.
    DECLARE
    l_Temp CLIENT_TEXT_IO.FILE_TYPE;
    LC$Name Varchar2(100) ;
    LC$Fic Varchar2(100) ;
    LN$Lines Pls_integer := 0 ;
    LC$Line Varchar2(4000) ;
    Cursor C_CUR Is
    Select * From TEST_TEXTIO where rownum <= 50;
    BEGIN
    LC$Name := 'tmp_file.txt' ;
    LC$Fic := 'c:\temp\tmp_file.txt';
    Begin
    l_temp := CLIENT_TEXT_IO.FOPEN( 'C:\temp\tmp_file.txt', 'W');
    Exception
         when others then
         message( 'OPEN FILE ERROR ' || LC$Fic ||sqlerrm );
         display_error;
         raise form_trigger_failure;
    End ;
    -- Write the lines --
    For Cur In C_CUR Loop
         LC$Line := Cur.CODE || ' -> ' || Cur.COL1 || ',' || Cur.COL2 || ',' || Cur.Col3 ;
         CLIENT_TEXT_IO.PUT_LINE( LF$File, LC$Line ) ;      
         LN$Lines := C_CUR%ROWCOUNT ;
    End loop ;
    -- Close the file --
    CLIENT_TEXT_IO.FCLOSE( LF$File ) ;
    Exception
         When others Then
    message('err='||sqlerrm);message(' ');
    display_error;
    CLIENT_TEXT_IO.FCLOSE( LF$File ) ;      
         Raise ;
    END;
    Thanks.
    Arun

    Hi ,
    i have one Question though its not related to thos question if some could help me it will be really helpful,
    i have created one program to import and export excel to forms vice versa, if the form is attached with webutil its working fine am using ole2.but i have a new idea if i add this program in menu, it can be used for all the forms attched to that menu, i made program also, but problem am facing right now is if the form is not attched with webutil it will not work so is there possiblity to share my webutil from one form to another form ,so i will keep one form as a interface form in that webutil will be attched ,i can share that webutil to all other forms so that all the forms no need to attach webutil again
    if its possible means please suggest some ideas

  • Not able to connect linux database instance in another machine

    Hi,
    I have installed oracle 10g database server in Linux, and i created one database instance. and i have added tns entry and listener entry.
    I am to connect the database on that machine. but not in different machine. i am able to access/ping linux machine in another machine also.
    while creating tns entry for linux database instance in another machine using "netca" i am getting this error.
    Connecting...ORA-12560: TNS:protocol adapter error
    The test did not succeed.
    Some of the information you provided may be incorrect.
    Click Back to review the information provided for net service name, or Change Login to change username.
    I verified listener and tns entry ( i think for this listener configuration is enough) also. and database is up.
    If anybody knows why i am not able to connect linux database in another machine. is there any network configurations other than listener configuration.
    Thanks in advance.

    yes i tried to connect with ORACLE_SID, its successful. and using tnsname like you said.
    Instead of using netca to create the tnsnames.ora entry on the second server, copy the tnsnames.ora entry from the DB server. Then use tnsping to test connection :-i done above but not able to ping the tns name, i am getting this error.
    TNS-12560: TNS:protocol adapter error
    ------------------------------------------------

  • Not able to setup hotmail, yahoomail, etc

    After starting the blackberry curve 9220 tried to setup yahoomail and hotmail. Went to Email setup but it only shows blackberry mail and enterprise mail setup but no other mails.
    please help.
    regards/prashant

    Hi and Welcome to the Community!
    To use the proprietary BB services (including Push email capability, BBM, etc.), you must have an adequate data plan from your carrier. The carriers host BIS (BlackBerry Internet Service) for their BB users. Typically, BIS is not available via generic data plans. Many carriers call what is necessary The Blackberry Data Plan. Whatever they call it, it is the carrier who delivers BIS to their BB users -- contact them for assistance. Once you have a Push-email enabled BIS-capable data plan on your BB (at whatever fees your carrier will charge, btw), your BB-proprietary services will function (e.g., you will have Personal/Internet Email added to the email setup wizard, your BBM will function, etc).
    http://www.blackberryfaq.com/index.php/What_do_I_need_a_Data_Plan_for%3F
    With hundreds of carriers in the world, each with dozens of different data plans, it's impossible to tell you specifically what any service plan might actually provide. Only the carriers can answer that question. The best thing to do is to decide what services you desire, and then talk to your carrier about obtaining (from them) a data plan that enables what you desire.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Why am I not able to bookmark a page in two different locations ? If I place it in my husband's bookmarks then in mine they take it out of the first place it was bookmaked

    Firefox will not allow me to bookmark a page more than once. I would like to have separate bookmarks for my husband and myself. if I save it to my bookmarks then try to save it to his it removes it from the first place I saved it .

    You can do a Copy & Paste in the Bookmarks Manager (Shift+Ctrl+B) to create a copy of a bookmark.<br />
    You can also drag the website's favicon on the left end of the location bar to a folder into the Bookmarks menu drop down list or to a folder in the Bookmarks side bar (Ctrl+B) or onto the Bookmarks Toolbar.<br />
    In the side bar you need to click to the left of the icon to prevent Firefox from opening the bookmark.<br />
    <br />
    * Old Add Bookmark Behavior: https://addons.mozilla.org/firefox/addon/8479

Maybe you are looking for

  • Nota Fiscal Eletrônica de Importação

    Pessoal, Estamos implantando a NFe no cliente que possui processo de importação, porém, estamos com dificuldades no seguinte problema: Para os casos que a empresa realizar uma importação onde a emissão da Nota Fiscal seja no último dia do mês, a merc

  • Why does my HP LaserJet 4 Plus put out blank page after print page?

    why does my laser Jet 4 Plus put out a blank sheet after every print page

  • How to generate bad records for varchar2 type

    Hi Iam using sqlldr to load records from a flat file to a table. Table columns contains varchar2 datatype Data is loaded by fixedlength position. There is no not null restriction on the fields. I want to have a bad file generated. Can anyone let me k

  • Urgent: Agent Test Failed

    Hi All, 1.) I have a strange error with the odi java agent. I installed it successfully..., executed few scenarios Successfully. 2.) But after few executions, it started throwing the following error. But if i restart the OracleDIAgent or restart rega

  • Why my pictures does not open on iphoto?

    hi , i can't open my photos on iphoto