Node manager not starting servers as a OS service.

Node manager is starting upon simulating OS crash but it is not bringing up the managed servers running on that machine.
The following is the nodemanager.properties file -
[orawl@qa-wl2 nodemanager]$ more nodemanager.properties
#Mon Apr 11 14:55:43 EDT 2011
#Mon Apr 11 11:57:43 EDT 2011
DomainsFile=/home/orawl/oracle/middleware/wlserver_10.3/common/nodemanager/nodemanager.domains
LogLimit=0
PropertiesVersion=10.3
DomainsDirRemoteSharingEnabled=false
javaHome=/usr/lib/jdk1.6.0_24
AuthenticationEnabled=true
NodeManagerHome=/home/orawl/oracle/middleware/wlserver_10.3/common/nodemanager
JavaHome=/usr/lib/jdk1.6.0_24/jre
LogLevel=INFO
DomainsFileEnabled=true
StartScriptName=startWebLogic.sh
ListenAddress=
NativeVersionEnabled=true
ListenPort=5556
LogToStderr=true
SecureListener=true
LogCount=1
DomainRegistrationEnabled=false
StopScriptEnabled=false
QuitEnabled=false
LogAppend=true
StateCheckInterval=500
CrashRecoveryEnabled=true
StartScriptEnabled=true
LogFile=/home/orawl/oracle/middleware/wlserver_10.3/common/nodemanager/nodemanager.log
LogFormatter=weblogic.nodemanager.server.LogFormatter
ListenBacklog=50
#NodeManager SSL Properties
KeyStores=CustomIdentityAndCustomTrust
CustomIdentityKeyStoreType=JKS
CustomIdentityAlias=xxxxxxxxxxxx
CustomIdentityKeyStoreFileName=/home/orawl/oracle/middleware/keystores/xxxxxxxxxxxx.jks
CustomIdentityKeyStorePassPhrase={3DES}XXXXXXXXXXXXXXXXXXXXXXX
CustomIdentityPrivateKeyPassPhrase={3DES}XXXXXXXXXXXXXXXXXXXXXXX
CustomTrustKeyStoreType=JKS
CustomTrustKeyStoreFileName=/home/orawl/oracle/middleware/keystores/trustcacerts.jks
CustomTrustKeyPassPhrase=xxxxxxxxxxx
Please advice.

Hi All,
Add to my initial post , the error which is getting logged is -
<14/10/2011 6:35:22 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<14/10/2011 6:35:33 PM EST> <Info> <Management> <BEA-141223> <The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.>
<14/10/2011 6:35:33 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
There are 1 nested errors:
weblogic.management.ManagementException: [Management:141223]The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.
     at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
     at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
     at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
     at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
     at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
     at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
     at weblogic.Server.main(Server.java:71)
Regards,
Avi

Similar Messages

  • Node Manager not starting UCM Server automatically

    Hi All,
    I have configured Node Manager to start and stop UCM 11g server.
    But whenever, I am restarting the host OS - Windows server 2003 64 bit, it does not start the UCM managed server, automatically.
    I am running two managed servers on the same host OS, the first UCM manages server, starts automatically on every restart.
    The second managed UCM server, does not start. I need to then manually start the managed server. There are no errors logged, and the manual start of the managed server happens without any issues.
    As a workaround, I tried starting the managed server from Windows scheduler, but it does not start the server as well. I wrote a script like -
    Myscript.cmd
    call E:\..\user_projects\domains\prod_domain\bin\setDomainEnv.cmd
    java weblogic.WLST c:\start....\ServerStart.py
    scheduled the script (myscript.cmd) to run from the Windows Scheduler.
    Any pointers would be very helpful. Are there any known issues, if there are two managed servers, and one starts automatically, which affects the starting of the second managed server?
    I see the following error in the log file -
    <14/10/2011 6:35:22 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <14/10/2011 6:35:33 PM EST> <Info> <Management> <BEA-141223> <The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.>
    <14/10/2011 6:35:33 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
    at weblogic.Server.main(Server.java:71)
    Regards
    Avi

    Hi Avi,
    Give a cross check to your ServerStart.py
    As the error states The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist
    In your ServerStart.py you might have specified as follows
    sh start MAnagedWeblogic.sh server=PRD_UCM_Server1
    While these are the list of Server you have in your weblogic
    PRDAdminServer,
    PRD_UCM_server1,(You have Specified in your command PRD_UCM_Server1
    PRD_IBR_server1
    The Command should be as follows
    sh start ManagedWeblogic.sh server=PRD_UCM_server1
    This should help
    Regards
    Fabian

  • Node Manager not starting UCM Server

    Hi All,
    I have configured Node Manager to start and stop UCM 11g server.
    But whenever, I am restarting the host OS - Windows server 2003 64 bit, it does not start the UCM managed server, automatically.
    I am running two managed servers on the same host OS, the first UCM manages server, starts automatically on every restart.
    The second managed UCM server, does not start. I need to then manually start the managed server. There are no errors logged, and the manual start of the managed server happens without any issues.
    As a workaround, I tried starting the managed server from Windows scheduler, but it does not start the server as well. I wrote a script like -
    Myscript.cmd
    call E:\..\user_projects\domains\prod_domain\bin\setDomainEnv.cmd
    java weblogic.WLST c:\start....\ServerStart.py
    scheduled the script (myscript.cmd) to run from the Windows Scheduler.
    Any pointers would be very helpful. Are there any known issues, if there are two managed servers, and one starts automatically, which affects the starting of the second managed server?
    Regards
    Avi

    Hi All,
    Add to my initial post , the error which is getting logged is -
    <14/10/2011 6:35:22 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <14/10/2011 6:35:33 PM EST> <Info> <Management> <BEA-141223> <The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.>
    <14/10/2011 6:35:33 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
         at weblogic.Server.main(Server.java:71)
    Regards,
    Avi

  • Node Manager Not Starting Managed Servers

    I have nodemanager configured to restart managed servers automatically upon reboot but when I physically restart the 2nd node none of the managed servers start and there are no errors. Steps completed and verified....
    1) Nodemanager.properties has domain path and 'crashrecoveryenabled' set to 'true'
    2) managed servers have autorestart set to 'true' and -Xnohup parameter added to startup arguments.
    3) Boot.properties files ave the username and password (encrypted) to start up the server.
    Here is the nodemanager.log file and you can clearly see it is grabbing the startup files. It almost looks like the server files are trying to get loaded before the nodemanager port is available but I see no errors. Any ideas?
    <Dec 28, 2009 9:16:59 AM> <Info> <QA10311> <WebProxyServer2> <Working directory is "C:\bea\user_projects\domains\QA10311">
    <Dec 28, 2009 9:16:59 AM> <Info> <QA10311> <WebProxyServer2> <Server output log file is "C:\bea\user_projects\domains\QA10311\servers\WebProxyServer2\logs\WebProxyServer2.out">
    <Dec 28, 2009 9:47:09 AM> <INFO> <Loading domains file: C:\bea\WLSERV~1.3\common\nodemanager\nodemanager.domains>
    <Dec 28, 2009 9:47:16 AM> <INFO> <Loading identity key store: FileName=C:/bea/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Dec 28, 2009 9:47:18 AM> <INFO> <Loaded node manager configuration properties from 'C:\bea\WLSERV~1.3\common\nodemanager\nodemanager.properties'>
    <Dec 28, 2009 9:47:21 AM> <Info> <QA10311> <ACR2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\ACR2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:21 AM> <Info> <QA10311> <CommandNet2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\CommandNet2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:21 AM> <Info> <QA10311> <FPCE2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\FPCE2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:21 AM> <Info> <QA10311> <MQServer2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\MQServer2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:22 AM> <Info> <QA10311> <PortalServer2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\PortalServer2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:22 AM> <Info> <QA10311> <ShoppingCart2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\ShoppingCart2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:22 AM> <Info> <QA10311> <webapp2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\webapp2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:22 AM> <Info> <QA10311> <WebProxyServer2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\WebProxyServer2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:22 AM> <Info> <QA10311> <WUA2> <Startup configuration properties loaded from "C:\bea\user_projects\domains\QA10311\servers\WUA2\data\nodemanager\startup.properties">
    <Dec 28, 2009 9:47:27 AM> <INFO> <Secure socket listener started on port 5556, host qaportal2.FCQA.COM>

    Hi,
    Entries in nodemanager.properties looks fine, but how are you testing this functionality?
    If you will stop servers monitored by nodemanager, stop nodemanager and then reboot physical server, on startup if nodemanager is configured as daemon it will start nm process but will do nothing to managed server process.
    To test "CrashRecoveryEnabled=true" kill the managed server pid and then stop/kill nodemanager process. Then perform physical server reboot, now if nm is configured as daemon process server reboot will start nodemanager. Once NM is up first thing it check is the server it was monitoring earlier and if under directory $WL_HOME/servers/<server>/data/nodemanager it finds "pid" and "lck" file it checks if that pid exists and if not then go for a restart of weblogic server instance.
    This has worked for me...!
    Thanks,
    Ranjan
    http://www.middlewaresupport.wordpress.com

  • Node Manager not starting servicess after server reboot

    We have WLS 10.1.3.5 with IDM/OAM(two domains in same server as its TEST environment) on Oracle Linux 5(64bit),when ever server reboots node manger is not starting managed servers.
    I have enabled CrashRecoveryEnabled=true
    Here is nodemanager.properties.
    [oracle@oam nodemanager]$ cat nodemanager.properties
    #Changed NM Listen Port
    #Tue Mar 05 03:12:20 IST 2013
    DomainsFile=/u01/Oracle/Middleware/wlserver_10.3/common/nodemanager/nodemanager.domains
    LogLimit=0
    DomainsDirRemoteSharingEnabled=false
    PropertiesVersion=10.3
    AuthenticationEnabled=true
    NodeManagerHome=/u01/Oracle/Middleware/wlserver_10.3/common/nodemanager
    javaHome=/u01/Oracle/Middleware/jdk160_24
    JavaHome=/u01/Oracle/Middleware/jdk160_24/jre
    LogLevel=INFO
    DomainsFileEnabled=true
    StartScriptName=startWebLogic.sh
    ListenAddress=
    NativeVersionEnabled=true
    ListenPort=5556
    LogToStderr=true
    SecureListener=false
    LogCount=1
    StopScriptEnabled=false
    DomainRegistrationEnabled=false
    QuitEnabled=false
    LogAppend=true
    StateCheckInterval=500
    CrashRecoveryEnabled=true
    StartScriptEnabled=true
    LogFile=/u01/Oracle/Middleware/wlserver_10.3/common/nodemanager/nodemanager.log
    LogFormatter=weblogic.nodemanager.server.LogFormatter
    ListenBacklog=50
    here is my domain information in server.
    =========================
    [oracle@oam nodemanager]$ cat nodemanager.domains
    #Domains and directories created by Configuration Wizard
    #Tue Mar 05 05:24:37 IST 2013
    OAMDomain=/u01/Oracle/Middleware/user_projects/domains/OAMDomain
    IDMDomain=/u01/Oracle/Middleware/user_projects/domains/IDMDomain

    Hi,
    Entries in nodemanager.properties looks fine, but how are you testing this functionality?
    If you will stop servers monitored by nodemanager, stop nodemanager and then reboot physical server, on startup if nodemanager is configured as daemon it will start nm process but will do nothing to managed server process.
    To test "CrashRecoveryEnabled=true" kill the managed server pid and then stop/kill nodemanager process. Then perform physical server reboot, now if nm is configured as daemon process server reboot will start nodemanager. Once NM is up first thing it check is the server it was monitoring earlier and if under directory $WL_HOME/servers/<server>/data/nodemanager it finds "pid" and "lck" file it checks if that pid exists and if not then go for a restart of weblogic server instance.
    This has worked for me...!
    Thanks,
    Ranjan
    http://www.middlewaresupport.wordpress.com

  • Node manager not starting

    I have just installed a second CRS 5.0(2) server which I intend to add to the cluster, but I'm having a problem in that the Node Manager Service hangs on startup. The error I get is:
    Event ID:7022
    The CRS Node Manager Service Hung on starting.
    I can see from the Windows services that the service remains in a 'starting state'.
    I wanted to attach the MIVR logs to this post but I'm finding that there is no MIVR folder in c:/Program Files/wfavvid/log. Has the install completed successfully? I had no errors when installing the package.
    I've checked the binding order of the NIC cards and they are correct. I have also run the 'postinstall.exe' but still the same problem.
    On another note, how can you tell if the license provided (uploaded by someone else) includes HA software?
    Thanks

    Try checking out the MCVD logs and the application and system logs for any error with NIC or network connectivity.
    As for the second question the key you are looking for in the Lic is the entry.
    INCREMENT CRS_EXP_PRE_WARM_STBY cisco 5.0
    In case its already uploaded in CRS the Control Center >Display Licenses will show HA enabled.

  • ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022

    제품 : FIN_GL
    작성날짜 : 2004-05-20
    ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022
    ===============================================================
    Problem Description
    Account Hierarchy Manager 실행시 아래와 같이 JBO-27022 error발생하면서,
    해당 기능을 사용할 수 없을 경우에 대한 원인 및 조치사항에 대해 언급한다.
    Navigation PATH : GL Setup -> Accounts -> Manager
    Error내용
    oracle.jbo.AttributeLoadException: JBO-27022: java.sql.SQLException(?ㅈ)ㅇㅙ ?ㅙㅔ?
    java.lang.String ?ㄿㅔ??ㅔ Java ㅀㅄㅐㅌㅈㄶ ㅋ???ㅔㅚ?ㄹ 13 ?ㅙㅅㄶㅍㅊ?ㄱㅌㄽ ㅀㄺ?ㅋ ㅇㅙㅅ¥ㅔㅚㅄㅏ ㅅㄵ
    ㅍㅔㅓ?ㅔ?ㅍ?ㅄㅚㅄ?.
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.lang.RuntimeException.<init>(RuntimeException.java:39)
         at oracle.jbo.JboException.<init>(JboException.java:354)
    ## Detail 0 ##
    java.sql.SQLException: UTF8ㅀ? UCS2 ㅀㄳ?ㄱ ㅌㄽㅇㅙ ㅊㄿ?ㄿㅔㅛ ㅌ? ㅎ?ㅍ?ㅄㅚㅄ?: failUTF8Conv
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.sql.SQLException.<init>(SQLException.java:43)
    Solution Description
    GL setup->financial->flexfileds->key -> segments 화면의
    Structures region에서 Title에 입력된 Data가 20 chars(한글은 10글자)를 넘으면
    위와 같은 Error가 발생한다.

    Can you get us somehow a stack? maybe this can help narrowing down the real problem.
    thx clemens

  • SPP 4.30 windows could not start the rwd uperform monitoring service

    Hi, i just install spp 4.30 with two servers, one for the sql databases, and the other for the search server and vignette.
    Windows server 2008. 64 bits
    All the installation was ok, but when you try to configure the server it doesn't show the web page.
    The rwd uperform monitoring service can not start and send the following error:
    Windows could not start the rwd uperform monitoring service error 1067.
    Any ideas.
    thanks
    Edited by: Idel Gorodezky on Jun 26, 2011 3:14 AM

    Hi, thanks for the Help, i am sending the logs.
    - <Log>
    - <Entry Type="Error" Id="f19c1f86-8e6e-4bee-8c18-312e7edb23d2">
      <Date>6/27/2011 1:23:09 AM</Date>
      <ThreadID>9</ThreadID>
      <ErrorCode>24-01-014</ErrorCode>
      <RoutineNamespace>RWD.uPerform.CMS.Vignette.VerifyLicense</RoutineNamespace>
      <FriendlyMessage>An error occurred while verifying license.</FriendlyMessage>
      <Message>The remote server returned an error: (401) Unauthorized.</Message>
      <StackTrace>at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at RWD.uPerform.CMS.Vignette.GetBytesFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.GetStringFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.VerifyLicense() at RWD.uPerform.WindowsService.QueueMonitor.VerifyLicense()</StackTrace>
      <Parameters />
      </Entry>
    - <Entry Type="Error" Id="2a9ca666-2f94-4cb0-86e9-62254c21e2ec">
      <Date>6/27/2011 5:39:02 AM</Date>
      <ThreadID>9</ThreadID>
      <ErrorCode>24-01-014</ErrorCode>
      <RoutineNamespace>RWD.uPerform.CMS.Vignette.VerifyLicense</RoutineNamespace>
      <FriendlyMessage>An error occurred while verifying license.</FriendlyMessage>
      <Message>The remote server returned an error: (401) Unauthorized.</Message>
      <StackTrace>at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at RWD.uPerform.CMS.Vignette.GetBytesFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.GetStringFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.VerifyLicense() at RWD.uPerform.WindowsService.QueueMonitor.VerifyLicense()</StackTrace>
      <Parameters />
      </Entry>
    - <Entry Type="Error" Id="7c26d18a-fadf-49f1-8f0f-881ea4d33fa0">
      <Date>6/27/2011 10:59:44 AM</Date>
      <ThreadID>9</ThreadID>
      <ErrorCode>24-01-014</ErrorCode>
      <RoutineNamespace>RWD.uPerform.CMS.Vignette.VerifyLicense</RoutineNamespace>
      <FriendlyMessage>An error occurred while verifying license.</FriendlyMessage>
      <Message>The remote server returned an error: (401) Unauthorized.</Message>
      <StackTrace>at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at RWD.uPerform.CMS.Vignette.GetBytesFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.GetStringFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.VerifyLicense() at RWD.uPerform.WindowsService.QueueMonitor.VerifyLicense()</StackTrace>
      <Parameters />
      </Entry>
    - <Entry Type="Error" Id="0bd8fe26-8265-4b2e-a192-0b6513eb5ad8">
      <Date>6/27/2011 12:01:15 PM</Date>
      <ThreadID>9</ThreadID>
      <ErrorCode>24-01-014</ErrorCode>
      <RoutineNamespace>RWD.uPerform.CMS.Vignette.VerifyLicense</RoutineNamespace>
      <FriendlyMessage>An error occurred while verifying license.</FriendlyMessage>
      <Message>The remote server returned an error: (401) Unauthorized.</Message>
      <StackTrace>at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at RWD.uPerform.CMS.Vignette.GetBytesFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.GetStringFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.VerifyLicense() at RWD.uPerform.WindowsService.QueueMonitor.VerifyLicense()</StackTrace>
      <Parameters />
      </Entry>
    - <Entry Type="Error" Id="b8b0694b-5214-4871-9bc6-b8af11dadf6f">
      <Date>6/27/2011 1:06:19 PM</Date>
      <ThreadID>9</ThreadID>
      <ErrorCode>24-01-014</ErrorCode>
      <RoutineNamespace>RWD.uPerform.CMS.Vignette.VerifyLicense</RoutineNamespace>
      <FriendlyMessage>An error occurred while verifying license.</FriendlyMessage>
      <Message>The remote server returned an error: (401) Unauthorized.</Message>
      <StackTrace>at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at RWD.uPerform.CMS.Vignette.GetBytesFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.GetStringFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.VerifyLicense() at RWD.uPerform.WindowsService.QueueMonitor.VerifyLicense()</StackTrace>
      <Parameters />
      </Entry>
    - <Entry Type="Error" Id="370efaa4-1f71-413c-a027-126b31693932">
      <Date>6/27/2011 4:17:07 PM</Date>
      <ThreadID>9</ThreadID>
      <ErrorCode>24-01-014</ErrorCode>
      <RoutineNamespace>RWD.uPerform.CMS.Vignette.VerifyLicense</RoutineNamespace>
      <FriendlyMessage>An error occurred while verifying license.</FriendlyMessage>
      <Message>The remote server returned an error: (401) Unauthorized.</Message>
      <StackTrace>at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at RWD.uPerform.CMS.Vignette.GetBytesFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.GetStringFromServer(Uri uri, CredentialSet CredentialsToUse, String postData) at RWD.uPerform.CMS.Vignette.VerifyLicense() at RWD.uPerform.WindowsService.QueueMonitor.VerifyLicense()</StackTrace>
      <Parameters />
      </Entry>
      </Log>
    <configuration>
      <appSettings>
        <add key="DataSource" value="fifcrsppdb01" />
        <add key="Database" value="uperformGlossarydef" />
        <add key="DatabaseEngine" value="SQLserver" />
        <add key="DatabasePort" value="1433" />
        <add key="DatabaseSchema" value="glossaryPublic10" />
        <add key="ConnectionModifier" value=";pooling=false" />
        <add key="DatabasePassword" value="Zn4Od3shJCfR6hrx0ALMNg==" />
        <add key="DatabaseUser" value="glossaryPublic10" />
        <add key="Flags" value="0" />
        <add key="SMTPServer" value="172.16.3.114" />
        <add key="SMTPDomain" value="16.3.114" />
        <add key="HostName" value="FIFCRSPPAP01.ccr.co.cr" />
        <add key="HostPort" value="80" />
        <add key="HostProtocol" value="http" />
        <add key="GlossaryEnabled" value="True" />
        <add key="GlossaryUseRTF" value="True" />
        <add key="GlossaryDefaultLanguage" value="en-US" />
        <add key="VignetteIntegrated" value="True" />
        <add key="InstallLocation" value="C:\Vignette\Collaboration\" />
        <add key="ErrorLog" value="WWW\uPerformWS\logs\ServerErrors.xml" />
        <add key="DataFolder" value="WWW\RWD\Data\" />
        <add key="LibraryStructure" value="en-US_rwdDocLib.xml" />
        <add key="WorkingLocation" value="WWW\uPerformWS\WorkingFolder\" />
        <add key="ErrorMaxSize" value="1000000" />
        <add key="ErrorHistory" value="30" />
        <add key="GlossaryQueue" value=".\private$\GlossaryQueue" />
        <add key="PublishingQueue" value=".\private$\PublishingQueue" />
        <add key="ImportExportQueue" value=".\private$\ImportExportQueue" />
        <add key="ErrorQueue" value=".\private$\ErrorQueue" />
        <add key="UserManagementQueue" value=".\private$\UserManagementQueue" />
        <add key="Transforms" value="WWW\uPerformWS\ms\PublishingData\Base Static\xml\transforms" />
        <add key="CurrentVersion" value="4.30" />
        <add key="TrustAllCertificates" value="True" />
        <add key="WebRequestTimeout" value="600000" />
        <add key="LdapAuthentication" value="ServerBind" />
        <add key="WordtoHTML" value="True" />
        <add key="WordtoPDF" value="True" />
        <add key="PPTtoPDF" value="True" />
        <add key="ExceltoPDF" value="True" />
        <add key="WordtoSource" value="True" />
        <add key="PPTtoSource" value="True" />
        <add key="ExceltoSource" value="True" />
        <add key="PublishedContent" value="WWW\ucontent\" />
        <add key="PublisherConfig" value="WWW\uPerformWS\ms\PublishingData\configuration files\transformation.settings" />
        <add key="Templates" value="WWW\uPerformWS\ms\PublishingData\Base AppData\templates\" />
        <add key="BaseStatic" value="WWW\uPerformWS\ms\PublishingData\Base Static\" />
        <add key="BaseAppData" value="WWW\uPerformWS\ms\PublishingData\Base AppData\" />
        <add key="PensListenerPath" value="WWW\uPerformWS\" />
        <add key="Upgrade" value="WWW\uPerformWS\ms\PublishingData\Upgrade\" />
        <add key="EnableDocSIM" value="True" />
        <add key="EnableDocXHTML" value="True" />
        <add key="EnableDocPDF" value="True" />
        <add key="EnableDocWORD" value="True" />
        <add key="EnableDocPPT" value="True" />
        <add key="EnableCourseSIM" value="True" />
        <add key="EnableCoursePDF" value="True" />
        <add key="EnableCourseWORD" value="True" />
        <add key="EnablePPTXsource" value="True" />
        <add key="EnablePPTXpdf" value="True" />
        <add key="EnableXLSXsource" value="True" />
        <add key="EnableXLSXpdf" value="True" />
        <add key="EnableDOCXsource" value="True" />
        <add key="EnableDOCXhtml" value="True" />
        <add key="EnableDOCXpdf" value="True" />
        <add key="SystemPassword" value="" />
        <add key="IntegrationEnabled" value="False" />
        <add key="IntegrationUserName" value="" />
        <add key="IntegrationPassword" value="" />
        <add key="IntegrationURL" value="" />
        <add key="IntegrationOutgoingPolicy" value="" />
        <add key="IntegrationIncomingPolicy" value="" />
        <add key="PolicyFile" value="WWW\uPerformWS\wse3policyCache.config" />
        <add key="WebRequestQueryString" value="SMSESSION=NO" />
        <add key="SiteMinderCookie" value="SMCHALLENGE" />
        <add key="SiteMinderDomain" value="" />
        <add key="TivoliCookieName" value="" />
        <add key="TivoliCookieDomain" value="" />
        <add key="TivoliWebSEALJunction" value="" />
        <add key="TivoliWebSEALBaseURL" value="" />
        <add key="AuthenticationType" value="Basic" />
        <add key="LDAPTimeout" value="10" />
        <add key="UserPageSize" value="2000" />
      </appSettings>
    </configuration>

  • When i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.

    when i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.when i click start it says the apple mobile device services stopped in the middle then stopped.it said some services stop in the middle if not used by other services.and i just updated itunes before all a this and ever since ive had errors.

    Have you looked at this article:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • Wndows could not start the SQL Server (MSSQLSERVER) service on Local computer

    I have 2 instance of SQL Server in same server. A is installed first and B next.
    Somehow A cannot start at all when I try to start from Windows Services.
    B can be started normally.
    A worked normally week ago. There has been only one thing what I may have to server since that.
    I have installed MondoDB. Currently MondoDB it is stopped. 
    windows could not start the SQL Server (MSSQLSERVER) service on Local computer
    Error 31: A device attached to the system is not functioning.
    Kenny_I

    I don't see anything special in event logs.
    Data file of both SQL Server instance are located on same C drive of same server.
    Kenny_I
    Hello Kenny,
    The main issue is not related to SQL server .SQL is at receiving end its hardware or the cables ( not sure which one) are the one causing issue.
    I serached
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/111da2ae-0a86-41a5-ba03-7d1c0cc91ea9/windows-error-code-31a-device-attached-to-the-system-is-not-functioning-properly?forum=wdk
    http://www.chicagotech.net/netforums/viewtopic.php?f=1&t=6467
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Windows could not start the distributed transaction coordinator service on local computer

    Dear All,
    I'm having an issue starting the DTC service in windows 7 OS. I always got the error message below when im trying to start it.
    "Windows could not start the distributed transaction coordinator service on local computer"
    Thanks,
    Melvin

    Hi Melvin,
    Please try the following methods to solve this issue:
    Method 1: Re-create the MS DTC log, and then restart the service.
    Click
    Start, type cmd in the search box, and then press
    Enter.
    Type the command
    msdtc -resetlog at the command prompt, and then press
    Enter.
    Warning: The msdtc -resetlog command can cause data corruption if it is used incorrectly. Make sure that you do not have any pending transactions when you run this
    command.
    Type the command net start msdtc, and then press
    Enter.
    Method 2: Set the logon account permissions for the MS DTC service
    If Method 1 does not resolve the problem, set the logon account for the MS DTC service to have read and write permissions for the Msdtc.log file. Please follow the steps below:
    Click
    Start, type cmd in the search box, and then press
    Enter.
    Type the command
    control admintools at the command prompt, and then press
    Enter.
    Double-click
    Services.
    In the Services pane, locate
    Distributed Transaction Coordinator.
    In the
    Log On As column, note the account name.  Note: The default logon account for the MS DTC service is the NETWORK SERVICE account.
    Start Windows Explorer, and
    then open the %windir%\System32\Msdtc folder.
    Right-click the
    Msdtc.log file, and then click Properties.
    Click the
    Security tab.
    Click the logon account name that you noted
    in step 5. For example, click the NETWORK SERVICE account name.
    In the
    Permissions pane, click to select the Allow check box for the following permissions: ◦Read & Execute  
    ◦Read    ◦Write
    Click
    OK.
    Click
    Yes to accept the security warning.
    In the
    Services pane, right-click Distributed Transaction Coordinator, and then click
    Start.
    Method 3: Assign permissions to the NETWORK service to traverse the directory tree
    Determine whether the NETWORK service has permissions to traverse through the folder. To do this, follow these steps.
    Note: By default, the "Everyone" group has these permissions. For more information, go to the following Microsoft TechNet website:
    Bypass traverse checking
    Click
    Start, type secpol.msc in the search box, and then press
    Enter.     
    Browse through the following computer configuration: 
            \Windows Settings\Security Settings\Local Policies\User Rights Assignment 
    Check for "Bypass traverse checking," and then add the "Everyone" group. 
    Update the Group Policy settings on the computer. To do this, click
    Start, type gpupdate in the search box, and then press
    Enter.
    In the
    Services pane, right-click Distributed Transaction Coordinator, and then click
    Start.
    Regards,
    Lany Zhang

  • Windows could not start the Network Location Awareness service on Local computer

    i have a dell inspiron 1501 laptop running windows vista home premium media center edition. i have recently been getting an error when trying to view networked computer saying  "connection status: unknown" and "the dependency service or group failed to start". i started by disabling and re-enabling the driver and that did not help. i then brought up the services.msc thing and started looking at the networking services. i noticed that the Network Location Awareness service was not started so i tried to start it. i got a popup message saying "Windows could not start the Netwrok Location Awareness service on Local Computer. Error 0xc000096: 0xc0000096".
    i also get an error popup when i try to start the Network List service saying "Windows could not start the Network List Service service on Local Computer. Error 1068: The dependency service or group failed to start".
    what might i have done to make this happen and what can i do to try to fix it?
    haus

    Hi,
    Thank you for the post.
    I fully understand the inconvenience the issue has been caused and the current situation can be frustrating. Please try the following steps for troubleshooting.
    1.    Please start the computer in Safe Mode with Network and check the result. If the issue disappears, please perform a clean boot.
    For the detailed steps, please refer to the step 1 and 2 in the KB article 936214 (http://support.microsoft.com/kb/936214).
    2.    If the issue persists, please check the system file by using the command SFC /scannow.
    For more information, please refer to the KB article 929833 (http://support.microsoft.com/kb/929833).
    If the above suggestions do not resolve the issue that service fails to start up, please understand that debug and dump analysis may be required for further troubleshooting. Also, in most cases, it is necessary to check the source codes. However, debugging is out of our forum’s support boundary. A support call to our product service team is needed for the debugging service. In this case, I’d like to suggest contacting Microsoft Customer Support Service (CSS) for assistance so that this issue can be resolved efficiently.
    To obtain the phone numbers for specific technology request, please check the website listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;PHONENUMBERS
    Thank you for your understanding.
    Sincerely,
    Joson Zhou
    Microsoft Online Community Support

  • Node Manager not shutting down the Managed Servers

    I have WebLogic Server 8.1 SP4 installed on around 9 separate boxes - 3 servers form one WLS domain of one admin + two managed servers. The managed servers are started using Node Manager from the admin console.
    On one domain start/shutdown using Admin Console works just fine however the other two domains the managed servers startup fine but shutdown fails - or takes over 15 minutes. I see the following error in the Node Manager logs
    NMMessage: Command read failed 'Connection reset' on socket/ <ip_address>
    Any ideas on what I can do to fix this ? The servers which will not shutdown have EJB's installed on them. Dont think this could be related as shutting down the application results in the same problem as listed above.
    Thanks,
    Kevin.

    The name of remote machine configured on admin server it must to be resolved on same machine in /etc/hosts:
    Example:
    On the admin server is configured the unix machine N1234
    On the machine N1234 in the file nodemanager.hosts it must be present the IP of admin server
    On the admin server in /etc/hosts it must be present
    IP_N1234 N1234

  • Multiple Node Manager Instances and servers sharing the same domain home.

    Hi,
    We have a 8 man server weblogic cluster spread over 4 machines. Each machine runs 2 man servers each.
    Each of the machine is configured to run node manager.
    We use shared storage accessible to all 8 servers and all 8 man servers have the same domain_home.
    Lets call it W:/domain
    Now the problem we are facing is that node manager running on 1 machine is trying to access/control a managed server on a different machine after a machine restart.
    eg.
    ManServer1 Home : W:/domain/servers/server1 ====> runs on Machine 1
    ManServer2Home : W:/domain/servers/server2 ====> runs on Machine 2
    Problem is node manager on machine 1 is trying to restart man server 2. The path W:/domain/servers/server2 is accessible to Machine 1.
    After a restart, what I assume is happening is that the nodemanager is checking all servers folder under Domain_Home/Servers and trying to restart servers instead of restarting only those which it should start. The config file has the server and machine assignment done correctly. Is there a way to make this configuration towork. Or do we need to create different domain_home's for different man servers like
    Domain_Home for MS1: W:/domain/MS1 ( Server Home would be : W:/domain/MS1/servers/MS1)
    Domain_Home for MS2: W:/domain/MS2 ( Server Home would be : W:/domain/MS2/servers/MS2)
    Regards,
    Atheek
    Edited by: atheek1 on 03-May-2010 00:27

    Thanks - We have tried putting 2 dad entries in file, but not sure how you connect. You only specify a port number, so how does it connect that to a db???

  • Path problem when use node manager to start Managed Server

    Hi, I have met a problem:
    My managed server's root directory is /usr/local/bea/cluster1/usr_projects/mydomain
    My Node Manager 's default directory is /usr/local/bea/cluster1/weblogic700/common/nodemanager
    I have some config file located under managed server's root directory and log
    file is also should be generated in managed server's root directory.
    But when I try to use node manager to startup/shutdown the Managed Server, I found
    weblogic can not find the config file if I don't move the config file from Managed
    server's root directory to node manager server's default directory. and also log
    file was created under node manager's default directory.
    It seems that managed server's default directory has been changed to node manager's
    default directory.
    What shall I do if I want Managed Server's default directory to be kept?

    Hi Lumin,
    If the weblogic version is 8.1, there is a RootDirectory field in Remote
    Start tab which should resolve your problem. Just enter the absolute
    directory pathname on the machine where you are starting your managed server
    and the current working directory of the managed server will be this
    RootDirectory. Before 8.1, the RootDirectory was used for finding the config
    file for weblogic but it was never used to change the working directory of
    the managed server created by the node manager.
    cheers,
    gaurav.
    "lumin" <[email protected]> wrote in message
    news:3eb7a4ae$[email protected]..
    >
    Hi, I have met a problem:
    My managed server's root directory is/usr/local/bea/cluster1/usr_projects/mydomain
    My Node Manager 's default directory is/usr/local/bea/cluster1/weblogic700/common/nodemanager
    >
    I have some config file located under managed server's root directory andlog
    file is also should be generated in managed server's root directory.
    But when I try to use node manager to startup/shutdown the Managed Server,I found
    weblogic can not find the config file if I don't move the config file fromManaged
    server's root directory to node manager server's default directory. andalso log
    file was created under node manager's default directory.
    It seems that managed server's default directory has been changed to nodemanager's
    default directory.
    What shall I do if I want Managed Server's default directory to be kept?

Maybe you are looking for

  • Issue in Product configurator component on Clicking DONE button - Session hung up

    Hi All, In our environment, eCommunications and eProdCFGObjMgr are separately configured in different servers.. When we place order and take through product configurator to customize the product and click DONE button, the eCommunication session itsel

  • Add field(Text-Field) in SAP Adobe form (SFP) @ line item level

    Hi All, I have copied SAP Standard Travel Request Form (FITP_REQUEST_FORM), and modifying it according to client's requirement. The requirement is to display Comments field I need to display some more details under Travel Itinerary & Services Eg: Com

  • How to search inside BLOB

    Hi, I need to search inside BLOB segment for specific string. I have tried two options , but non of them return row. select ... from .... where dbms_lob.instr(my_blob, utl_raw.cast_to_raw('/PROD-NP-2009Version/Shared/Connections/Database'))>0  select

  • IPad2 Settings App blank after installing os5.1

    Settings screen is blank after installing 5.1. Tried to clear multitask cache and reboot using powerdn/home button. Still blank.

  • Fireworks document has layers in Dreamweaver

    When I insert my Fireworks HTML it is creating a separate layer in Dreamweaver that floats above the other layers. This didn't happen the first time I inserted this graphic. What could I have changed to cause this to happen?