Run startWeblogic.sh errors in production mode

Hi,
I am trying to run the following commands to start the admin server and managed nodes from the commandline on linux:
domain_dir/bin/startWebLogic.sh &
domain_dir/bin/startManagedWebLogic.sh managednodename http://localhost:7001 &
By entering the & i start it as background process to keep the servers running when i close my shell session. When the script asks for the username it is not sent to the scripts because they are already in de background and i recieve the error that 'weblogic is not a command' so it is trying to execute the typed username as a command.
How can i start weblogic from the command line in the background when in production mode where a username and password is necesarry to start them?
Kind Regards,
Andre

Found the solution on Metalink. In the startManagedWebLogic.sh script there is already a WLS_USER and a WLS_PW property. If you set them and add the same to the startWebLogic.sh script they both can be started.
WLS_USER="username"
export WLS_USER
WLS_PW="password"
export WLS_PW
start the adminserver and nodes with
nohup /weblogic_home/DomainName/bin/startWebLogic.sh &
nohup /weblogic_home/DomainName/bin/startManagedWebLogic.sh ManagedNodeName1 http://localhost:7001 &
nohup /weblogic_home/DomainName/bin/startManagedWebLogic.sh ManagedNodeName2 http://localhost:7001 &
Regards,
Andre

Similar Messages

  • How to recompile a single JSP in WLS10.3 running in production mode

    In OAS there was a parameter...something like ?precompile=true which would force recompile of a JSP. Does anyone know any equivalent setting in WLS? We are running in production mode, but there are cases where we need to make a JSP change to fix an issue. And I dont want to have to run the server in development mode.
    Thanks

    Just an update...It cannot be done. Even if you compile the class manually and put it in place of the old class, it will not take effect. The WLS must cache the classes in production mode, which makes perfect sense. Just a pain.

  • DTR repository runs in fatal error mode

    hello.
        i setup nw04s in my computer. Then i config my SLD and NWDI.Everything is OK.BUT When i visit Http://tony:50100/dtr , a big error arise:DTR repository runs in fatal error mode!!! What can i do?

    Check the server's defaultTrace.trc and dtr logs.

  • Repository-runs-in-fatal-error-mode(DTR)

    Hi,
    Please suggest me to solve my DTR issues ,
    1>
    when i access my DTR through http://xyz:xxxxx/devinfo and click on DTR a browser opens and display and below xml file,
    <?xml version="1.0" encoding="utf-8" ?>
    - <DAV:error xmlns:x="http://xml.sap.com/2002/12/dtr/xcm" xmlns:DAV="DAV:">
      <DAV:repository-runs-in-fatal-error-mode />
      </DAV:error>
    2> If i click on CBS and DTR links from CMS GUI it is routing to diff IP address and port,  and if i access from /devinf it is  working as excepted suggest me where we need to change the config
    Can some one help me how to solve it.
    Thanks,
    Sreeni.

    Hello
    Are all your SC's at the same SP level?
    You can check this by viewing;
    http://<host>:<port>/sap/monitoring/SystemInfo
    http://<host>:<port>/sap/monitoring/ComponentInfo
    Thanks

  • Run admin server in production mode

    hi there,
    we sometimes suffer from the problem that applications which are deployed by
    copying to the applications dir on a server running in development mode are
    deployed to the admin server as well, which of course does not make any sense
    as we have 2 managed servers running for exactly this.
    why does this happen? can it be prevented by running the admin
    server in development mode?
    any opinions,
    thanks
    frank

    Hi,
    <b><font color=maroon>Step1). </font></b> Please DELETE the "data" directory from the following Location: "user_projects\domains\mydomain\AdminServer\"
    <b><font color=maroon>Step2). </font></b> Now Create "boot.properties" file inside "user_projects\domains\mydomain\AdminServer\security" directory
    <b><font color=maroon>Step3). </font></b> Provide cleartext username & password in "boot.properties" file.
    <b><font color=maroon>Step4). </font></b> Restart your Server.
    Note: Step1). is most important in your Case.... It must be followed.
    Sometimes we face this kind of issue if you have provided a Wrong format in your "boot.properties" file there should be NO Special Charachers (UTF or Invisible sharacters) Or NO Space in your "boot.properties" file ...except below two Lines:
    username=MyAdminUserName
    password=MyAdminPassword
    Please edit this File very carefully....better use Noteopad kind of Simple Editors.
    Use *"ls" (Unix command)* or *"dir" Windows Command* to Make Sure that the File Extension is "boot.properties" only...and not "boot.properties.txt" or something else.
    Note: There should be No Heading Or Trailing SPACE character in these two Lines.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are Here)

  • Weblogic starting in production mode LINUX x86

    I am having a problem when creating a new weblogic 10.3.3 domain. I created this domain in development mode yet when i try and start the domain the admin server always starts in Production mode?
    Does anyone know why this is happening as i've check the weblogic console and it shows that the domain is set to development. Below is the message recieved on start up of the admin server:
    <Warning> <Management> <BEA-141274> <Production mode has specified at the command line via the weblogic.ProductionModeEnabled system property. This system property overrides the development mode setting contained in config.xml. However, the console and WLST show the attribute values and defaults that correspond to the development mode specified in config.xml.>
    Thanks for your help in advance.

    I have the same problem during the start of Oracle Identity Manager 11G...Admin Server and Managed Server on different machines...
    ####<Dec 2, 2010 5:25:17 PM MSK> <Error> <Security> <asoim.sgp.gazprom.ru> <oim_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1291299917129> <BEA-090892> <The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.>
    ####<Dec 2, 2010 5:25:17 PM MSK> <Critical> <WebLogicServer> <asoim.sgp.gazprom.ru> <oim_server1> <main> <<WLS Kernel>> <1291299917132> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
    weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1394)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-01538: The default policy provider was not found.
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:273)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsException: JPS-01538: The default policy provider was not found.
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:705)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsException: JPS-01514: The default context is missing in jps-config.xml.
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:665)
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:650)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:650)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.service.credstore.CredStoreException: JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:177)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:218)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:140)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:127)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:115)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:53)
    and help???

  • I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, it is throwing error "The product distribution file could not be verified. It may be damaged or not signed".

    I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, the App Store is throwing error "The product distribution file could not be verified. It may be damaged or not signed".
    Is there anything I should do differently? Is anyone else facing the same issue?
    Kindly help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef 
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Setting Office 2013 on Windows 8x in Pre-Production Mode

    Hello
    We are in the process of evaluating ADRMS for protecting documents. Currently, I have ADRMS running on a Windows Server 2012 x64. I have 2 other machines which talk to this - one with Office 2013 installed on a windows 8.1 set in production mode and another
    similar machine having  a custom program based on ADRMS SDK 2.1 APIs. 
    How can I set the server running ADRMS as well as Office 2013 in pre-production mode? If there are any documents on this, can this be shared or pointed to please
    Thanks
    SN

    Hello,
    Does anyone know how to do this or is this done differently?
    This is what I want to test to start with - I have a document (docx) and I have protected it using ADRMS SDK2.1 based custom client application. I want to test this protected document by opening using Office 2013 and see if the permissions I set are working.
    The custom application is installed on a machine (8.1, set to pre-prod by setting MSIPC & uDRM \Hierarchy to 1)  connecting to a server (Win 2012, set in pre-prod by setting DRMS\Hierarchy to 1) with both ADRMS & ADDS installed in it. For some
    reason the client works even with uDRM/Hierarchy set to 0, so not sure what is the relevance of uDRM. 
    I have the Office 2013 installed on a Windows 8.1 different from the above 2 machines and connected to the above domain. But I am unable to open the document protected by the custom RMS app. In fact, when I try to protect a document created using Word 2013
    on this machine it says "The system cannot find the file specified"
    00000001 0.00000000
    [23512] /-----------------------------------------------------------------------
    00000002 0.00000000
    [23512]  Public API called: IpcFreeMemory
    00000003 0.00000000
    [23512]   pb:   0000005F3D432070
    00000004 3.09854221
    [23512] /-----------------------------------------------------------------------
    00000005 3.09854221
    [23512]  Public API called: IpcpBootstrapUser
    00000006 3.09854221
    [23512]   pConnectionInfo:   NULL
    00000007 3.09854221
    [23512]   pUser:   PCIPC_USER
    00000008 3.09854221
    [23512]     -->dwType:    1
    00000009 3.09854221
    [23512]     -->wszID:     [email protected]
    00000010 3.09854221
    [23512]   pToken:   PCIPCP_TOKEN
    00000011 3.09854221
    [23512]     -->dwType:       2
    00000012 3.09854221
    [23512]     -->pcvTokenData: NULL
    00000013 3.09854221
    [23512]     -->cbTokenData:  0x00000000
    00000014 3.09854221
    [23512]   pContext:   PCIPC_PROMPT_CTX
    00000015 3.09854221
    [23512]     -->cbSize:       40
    00000016 3.09854221
    [23512]     -->hwndParent:   NULL
    00000017 3.09854221
    [23512]     -->dwFlags:      0x00000000
    00000018 3.09854221
    [23512]     -->hCancelEvent: 0000000000000558
    00000019 3.09854221
    [23512]     -->pcCredential:
    00000020 3.09854221
    [23512]       NULL
    00000021 3.09854221
    [23512]   pvReserved:   NULL
    00000022 3.09866428
    [23512] [msipc]:Disabled SSPI auth for RMSO
    00000023 3.09868693
    [23512] [msipc]:IpcTokenCache::GetCachedToken Creating a new IIpcToken
    00000024 3.09872818
    [23512] [msipc]:+LoggedOnUserToken Created
    00000025 3.09875011
    [23512] [msipp]:+ippGetUser
    00000026 3.09876585
    [23512] [msipp]:+ippGetUserForUserInfo
    00000027 3.09879208
    [23512] [msipp]:+IPPUserIdentity::InitializeIdentityForUserInfo entered
    00000028 3.09882998
    [23512] [msipp]:+IPPLicenseStore::GetMachineCert
    00000029 3.09911990
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000030 3.09911990
    [23512] HRESULT = 0x8004f00d
    00000031 3.09914303
    [23512] [msipc]:+ippActivateMachine
    00000032 3.09933877
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000033 3.09933877
    [23512] HRESULT = 0x8004f00d
    00000034 3.09944534
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000035 3.09944534
    [23512] HRESULT = 0x8004f00d
    00000036 3.09955812
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000037 3.09955812
    [23512] HRESULT = 0x8004f00d
    00000038 3.09959126
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000039 3.09959126
    [23512] HRESULT = 0x8004f00d
    00000040 3.09977841
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000041 3.09977841
    [23512] HRESULT = 0x8004f00d
    00000042 3.09981275
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000043 3.09981275
    [23512] HRESULT = 0x8004f00d
    00000044 3.09994483
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000045 3.09994483
    [23512] HRESULT = 0x8004f00d
    00000046 3.09997869
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000047 3.09997869
    [23512] HRESULT = 0x8004f00d
    00000048 3.10005188
    [23512] Exception at d:\bt\2274\private\client\source\port\windows\ipcossecuritygeneral.cpp(90): hr = CDRMtoSP::CreateMachineCerts()
    00000049 3.10005188
    [23512] HRESULT = 0x80070002
    00000050 3.10007334
    [23512] [msipc]:Error encountered while activating the machine, hr = 0x80070002
    00000051 3.10011625
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ippmsdrmwrapper.cpp(650)
    00000052 3.10011625
    [23512] HRESULT = 0x80070002
    00000053 3.10017371
    [23512] [msipp]:-ippGetUser HR=80070002
    00000054 3.10020924
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\framework\win7\win7ippuser.cpp(92): ippGetUser(IPP_GU_CONNECTION_INFO, pConnectionInfo, dwFlags, ipcContext, m_pUser)
    00000055 3.10020924
    [23512] HRESULT = 0x80070002
    00000056 3.10022879
    [23512] Error HRESULT 0x80070002 mapped to 0x80070002
    00000057 3.10026145
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\api\ippapi.cpp(2525): IppGetUser( IPP_GU_CONNECTION_INFO, &pUserFromConnInfo, pUserFromConnInfo.wszID ? dwFlags : (dwFlags | IPP_GU_NEW), pIpcContext, &hUser)
    00000058 3.10026145
    [23512] HRESULT = 0x80070002
    00000059 3.10028005
    [23512] Error HRESULT 0x80070002 mapped to 0x80070002
    00000060 3.10030127
    [23512]  Public API IpcpBootstrapUser exited with return code 0x80070002
    00000061 3.10030127
    [23512] \-----------------------------------------------------------------------
    00000062 3.10036349
    [23512] /-----------------------------------------------------------------------
    00000063 3.10036349
    [23512]  Public API called: IpcGetTemplateIssuerList
    00000064 3.10036349
    [23512]   pConnectionInfo:   NULL
    00000065 3.10036349
    [23512]   dwFlags:   0x00000000
    00000066 3.10036349
    [23512]   pContext:   PCIPC_PROMPT_CTX
    00000067 3.10036349
    [23512]     -->cbSize:       40
    00000068 3.10036349
    [23512]     -->hwndParent:   NULL
    00000069 3.10036349
    [23512]     -->dwFlags:      0x00000003
    00000070 3.10036349
    [23512]     -->hCancelEvent: 0000000000000558
    00000071 3.10036349
    [23512]     -->pcCredential:
    00000072 3.10036349
    [23512]       NULL
    00000073 3.10036349
    [23512]   pvReserved:   NULL
    00000074 3.10039186
    [23512] [msipp]:+ippGetUser
    00000075 3.10040927
    [23512] [msipp]:+ippGetUserForUserInfo
    00000076 3.10043311
    [23512] [msipp]:+IPPUserIdentity::InitializeIdentityForUserInfo entered
    00000077 3.10046244
    [23512] [msipp]:+IPPLicenseStore::GetMachineCert
    00000078 3.10075140
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000079 3.10075140
    [23512] HRESULT = 0x8004f00d
    00000080 3.10077405
    [23512] [msipc]:+ippActivateMachine
    00000081 3.10079026
    [23512] [msipc]:ippActivateMachine Skipping Machine activation because of Offline mode
    00000082 3.10082817
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ippmsdrmwrapper.cpp(621)
    00000083 3.10082817
    [23512] HRESULT = 0x8004020d
    00000084 3.10084748
    [23512] [msipp]:-ippGetUser HR=8004020d
    00000085 3.10087729
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\framework\win7\win7ippuser.cpp(92): ippGetUser(IPP_GU_CONNECTION_INFO, pConnectionInfo, dwFlags, ipcContext, m_pUser)
    00000086 3.10087729
    [23512] HRESULT = 0x8004020d
    00000087 3.10089636
    [23512] Error HRESULT 0x8004020d mapped to 0x8004020d
    00000088 3.10091305
    [23512] [msipc]:+IpcGetTemplateIssuerList IppGetUser Failed hr = 0x8004020d
    00000089 3.10093284
    [23512] [msipp]:+IPPLicenseStore::GetCLCWithRAC
    00000090 3.10112619
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000091 3.10112619
    [23512] HRESULT = 0x8004f00d
    00000092 3.10114932
    [23512] [msdrm]:-CDRMStore::GetLicense type=3 hr=8004f00d
    00000093 3.10118246
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ipplicensestore.cpp(399): m_cdrmStore->GetLicense( DRM_LICENSE_TYPE_CLC, pwszSearchPattern, uSearchPatternCount, fDefaultForUser, puCount, prgwszLicense, prgwszRACs)
    00000094 3.10118246
    [23512] HRESULT = 0x8004f00d
    00000095 3.10121131
    [23512]  Public API IpcGetTemplateIssuerList exited with return code 0x8004020D
    00000096 3.10121131
    [23512] \-----------------------------------------------------------------------
    00000097 3.10124445
    [23512] /-----------------------------------------------------------------------
    00000098 3.10124445
    [23512]  Public API called: IpcFreeMemory
    00000099 3.10124445
    [23512]   pb:   0000005F3F8B0DB0
    00000100 3.10132265
    [23512] /-----------------------------------------------------------------------
    00000101 3.10132265
    [23512]  Public API called: IpcGetErrorMessageText
    00000102 3.10132265
    [23512]   hrError:   0x80070002
    00000103 3.10132265
    [23512]   dwLanguageId:   1033
    00000104 3.10215545
    [23512]  Public API IpcGetErrorMessageText exited with return code 0x00000000
    00000105 3.10215545
    [23512] \-----------------------------------------------------------------------
    00000106 4.53870678
    [23512] /-----------------------------------------------------------------------
    00000107 4.53870678
    [23512]  Public API called: IpcFreeMemory
    00000108 4.53870678
    [23512]   pb:   0000005F3D4324F0
    00000109 109.36756897
    [24016] SHIMVIEW: ShimInfo(Complete)
    00000110 118.99750519
    [24088] SHIMVIEW: ShimInfo(Complete)
    Any help will be much appreciated
    Thanks
    SN

  • Start Weblogic 10.3.5 in production mode

    I am doing a Weblogic upgrade from 9.1 to 10.3.5.
    I am also simultaneously doing a Java upgrade to 1.6.0_27.
    All changes are done and the project is in in System test mode.
    I have configured my Sysytem test environment in development mode and used JDk installed on my computer.
    To move the changes to the UAT server, I want to start weblogic in production mode.
    can anyone help me as to how will this be different,I am planning thing for UAT and production right now.
    Can I run my System test server in production mode .
    Is it that with production mode ,we have to use jrockit and not Sun Jdk?
    Please help.
    Thanks,

    Hi
    When you started the Weblogic Server, in the starup window (or nohup output file) search for the word named like "Development". When I started my AdminServer and in the output from startup window, I could see a line like this: and in the end it says like AdminServer started in Development mode. On your side search for the word like "Production" or just "WLS Start Mode".
    WLS Start Mode=Development
    There should be a way to find out from Weblogic Admin Console, but I am not aware of this.
    Coming to redirecting the log file(s). do you want to redirect the startup log file(s) like when you start weblogic, you want all the outputs to go to someother file. Or is it the full log files from each server which are under like domain/servers/AdminServer/logs folder. I guess from weblogic console you should be able to control this.
    Coming to redirecting startup log files on Linux, under the domain root folder I created a simple file like admin_start.sh with below contents. And I run this admin_start.sh instead of startWeblogic.sh command. This takes care of starting weblogic and all output goes to specific file I mentioned. Also I can kill this window and still weblogic will be starting:
    DOMAIN_HOME="/home/ravijegga/Oracle/Middleware115/user_projects/domains/myDomain1"
    LOG_FILE="/home/ravijegga/Oracle/Middleware115/user_projects/domains/myDomain1/logs/admin.log"
    nohup ${DOMAIN_HOME}/bin/startWebLogic.sh > ${LOG_FILE} &
    The point is if you use > you can redirect to any log file. Google around and you should be able to find more examples for Windows OS also.
    Thanks
    Ravi Jegga

  • Usage of default keyStores(.jks) in WLS production mode

    HI All,
    I need confirmation on usage of default keystore(.jks)  on web logic servers 10.3.5 running in  PRODUCTION Mode ?
    I have configured Demo-trust.jks and Demo-identity.jks  files in web logic server which is running on production mode  , but the below link says we should not use the demoidentity.jks and demotrust.jks file in Production and default key-stores for only testing.
    In general, production mode requires you to configure additional security features.
    FYi  ...http://oracle-solutions.com/en/configuration-ssl-weblogic-server/
    FYI, Some of key web logic server log entries :
    - The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.
    - <BEA-000330> <Started WebLogic Managed Server "bi_server1" for domain "bifoundation_domain" running in Production Mode>.
    - Warning : domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future   versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    Basically  we are trying to implement the SSO between OBIEE11g  and j2e application in WLS 10.3.5   , I have completed the SAML2 configuration on two different managed servers ,but SSO not working and also not able to find ERROR messages on server logs
    I would like to know ,  If we chose/use  default keystores  in WLS production mode , is there impact on SSO functionality (SAML2) ?
    Thanks in Advance

    Hi ,
    Thanks for valuable input and after configuring I am able to see the SAML2.0 logs
    In Web logic custom authentication provider configured for performing authentication on j2ee  application .    SS0-Saml2.0  configured in single web-logic server11g  ,in which  two different managed servers .(One managed server for application and another managed server for OBIEE).
    We are able to login successfully on application side using the custom database authenticator (User: Tony) and then if we try to access the OBIEE urls(example: http://ctodomain.test.com:8704/saml2/analytics/saw.dll?) ,its redirecting to OBIEE URL as   http://ctodomain.test.com:8704/saml2/sp/acs/artifact?SAMLart=AAQAAP4DqhE1B5fw5nvpzoSbqW9KLgCPhgkl21qQKIG3naZsi9f75Uk8HdQ%3D   and WLS log says  “Authentication Failed: User ‘Tony’ denied
    Looks like SAML token generating properly on IDP(app)  and not able to authenticate on service provider (OBIEE)
    In order to achieve the SSO using SAML2.0 , do we need to configure any  steps at OBIEE side to bring the users in console ? , b’coz  below log says application user not able to login authenticate at OBIE E side .
    OBIEE wls log:
    Apr 13, 2015 11:18:39 PM IST> <Debug> <SecuritySAML2Service> <BLR00AFE> <bi_server1> <[ACTIVE] Execute-thread: '0' for queue: 'web-logic.kernel.Default (self-tuning)'> <<WLS Kernel>> <
    <3c7a43ee732d37f3:4702fadb:14cb333962b:-8000-000000000000238c> <1428947319400> <BEA-000000> <exception info
    javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User Download javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User Download denied
                    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
                    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
                    at java.security.AccessController.doPrivileged(Native Method)
                    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
                    at sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                    at java.lang.reflect.Method.invoke(Method.java:606)
    Appreciate if any inputs on above issue
    Thanks

  • Deploying simple EAR to WL10.3 in Production Mode

    Hi,
    I'm trying to deploy a simple EAR developed using Workshop and am getting library reference errors for beehive-controls-1.0.1-10.0.
    The target server is running on Solaris with a domain created using the wls.jar template.
    I'd like to bundle the additional libraries needed in the EAR file (in APP-INF/lib, dropped in automagically using the workshop J2EE module dependencies setting) but don't know which libraries I need (can only find beehive-controls.jar on the filesystem).
    Will this work on a server running in production mode, and if so, what libraries do i need?
    Cheers.
    Martin.
    Edited by: user10925870 on 23-Nov-2009 03:19
    The library references that wls complains about are:
    - beehive-controls-1.0.1-10.0
    - weblogic-controls-10.0
    - wls-commonsloggingbridge

    You can do one thing. Create a workshop domain in a test environment and then start the console. All the shared libraries are deployed as modules and can be seen in the admin console. Then search and place theses libraries in the lib of your application and used the <prefer-web-inf-classes> or <prefer-application-packages> in case of .war or .ear respectively. Hope this helps :)
    Edited by: Manish Chellappan on Nov 24, 2009 1:05 PM

  • Production mode startup failure for 8.1SP2

    I'm running BEA WL 8.1 on Windows 2000 and have created a new server configuration
    in production mode with JRocket using the Configuration Wizard through Express
    Setup. I am unable to successfully start the server manually or through the Workshop
    interface. Below is the exception stack trace. Any suggestions would be most appreciated.
    <> <000000> <Error in startup class com.bea.wli.init.WLIDBCreate Method: init:
    com.bea.wli.init.WLIDBCreateException: At least one WLI data base object (TABLE
    WLI_USER) was missing
         at com.bea.wli.init.WLIDBCreate$WLIDataSource.checkDBObjects(WLIDBCreate.java:875)
         at com.bea.wli.init.WLIDBCreate.init(WLIDBCreate.java:994)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.bea.wli.init.BPMStartupShutdown.invoke(BPMStartupShutdown.java:324)
         at com.bea.wli.init.BPMStartupShutdown.startup(BPMStartupShutdown.java:189)
         at com.bea.wli.init.BPMStartup.main(BPMStartup.java:23)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.t3.srvr.StartupClassService.invokeMain(StartupClassService.java:229)
         at weblogic.t3.srvr.StartupClassService.invokeClass(StartupClassService.java:160)
         at weblogic.t3.srvr.StartupClassService.access$000(StartupClassService.java:36)
         at weblogic.t3.srvr.StartupClassService$1.run(StartupClassService.java:121)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.t3.srvr.StartupClassService.invokeStartupClass(StartupClassService.java:116)
         at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:88)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7271)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1210)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
         at weblogic.Server.main(Server.java:32)

    Thanks, I fixed the problem following the steps you outlined.
    All that was needed was to create a database named Workshop, and then execute the scripts as explained.
    For the benefit of others here is what I followed before going by your suggestion:
    1. Go to: weblogic81\common\eval\pointbase\tools
    2. Start pointbase by executing: startPointBase.cmd
    (edit this file if it should run on any specific port that you require e.g 9093)
    3. Under the same directory, execute: startPointBaseConsole.cmd so that the pointbase console comes up.
    4.Click on the radio button: Create new database
    5. In the dialog box, specify URL as:
    jdbc:pointbase:server://localhost:9093/workshop
    (I used port 9093 on localhost)
    6. specify username and password
    7. Click OK.
    Now follow the steps on the links below:
    http://forums.bea.com/bea/thread.jspa?messageID=202437477&tstart=0
    or
    http://www.webservertalk.com/message148326.html
    Also, it does not matter whether you start the server in prod. mode or dev mode as this DB lookup is before you specify dev mode or prod. mode startup while creating the domain (when you test connection through config. wizard while creating the domain). I created the domain in custom mode and not in express mode to have greater visibility of what I am configuring (On Windows env.).
    Rommel Sharma.

  • HR payee type selection is not allowed in production mode

    Hi All,
    Does anyone has clue with this error 'HR payee type selection is not allowed in production mode processing" when i'm creating third party remittance evaluation run (new) PC00_m99_URME. I'm selecting Garnishment &  child support payee from drop down as i want to post my garnishment amount through 3PR.
    Any response would be needful.
    Thanks,
    KMM

    SAP runs 3rd party remittance eval for a given payroll area / pay period as a whole (i.e. regardless of payee types) when this is run in production mode (i.e. only allows this fields to have values if you run in test mode). Therefore, when run in prod mode, this selection field should not have any values.

  • Prb n StopWebLogic.sh on Production mode

    hi all
    i am using WebLogic sp 3 on Solaris in Production Mode,
    my client want to stop Server using stopWebLogic.sh script. when i call that script , it will give error message like this "Cannot shutdown a server when using a BootIdentify file AND running in Production mode"
    what i 'll do for that?
    how can i stop my Production Server by calling StopWebLogic.sh ?
    plz help me , its very urgent
    regards
    muruganandam

    See http://forums-test.bea.com/bea/message.jspa?messageID=600016484&tstart=0
    for an example of how to fix this.
    We are using sp5, but I believe the options have been around for a while.
    Short answer:
    ${JAVA_HOME}/bin/java -Dweblogic.system.BootIdentityFile=boot.properties -Dweblogic.RootDirectory=${DOMAIN_HOME} -cp ${C
    LASSPATH} weblogic.Admin FORCESHUTDOWN -url ${ADMIN_URL} ${UIDPWD} ${SERVER_NAME} 2>&1

  • This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on a terminal server

    Hi All,
    I have Citrix VDI (Virtual Desktop Infrastructure) Implemented
    in my company and installed few Applications on App Server lets say.... MS Office 2013, filzialla, putty, etc...
    I assigned these apps to the users through CITRIX STUDIO, when I try to use these apps. on VDI everything is working fine only when i tried to open Word, Excel or Powerpoing, outlook it throws error as 
    ""This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on
    a terminal server"" and apps gets closed.
    Please help me on this ASAP.
    Thanks & Regards,
    Sachin Shinde

    Hi,
    As mentioned in ths article below, run for Office 365 products on to a Remote Desktop Session Host server is not supported. You can install Office products for Office 365 to a virtual desktop, but the virtual desktop must be assigned to a single user.
    http://technet.microsoft.com/en-us/library/jj219423(v=office.15).aspx
    Regards,
    Melon Chen
    TechNet Community Support

Maybe you are looking for

  • Inspect the class information of a variable in the debugger

    Is there any way to inspect the class and classloader of a variable in the debugger? I want to see something like x.getClass().getClassLoader();

  • "Cannot connect to iTunes Store" on iPhone 4S

    New iPhone 4S (iOS 5) displays "Cannot connect to iTunes Store" message when trying to download an app using wifi or cellular network. It will install apps by connecting to computer and syncing with iTunes. iPhone able to view App Store, iTunes Store

  • URGENT: report output to spool

    hi experts, i have a program and i want it to have the output as a spool order. how will i do this? for example the output of the report is a list: MATERIAL   PLANT   DESCRIPTION XXXXXXXXX   XXXX        XXXXXXXXX XXXXXXXXX   XXXX        XXXXXXXXX onc

  • **#bsp timed out error in SRM 4.0**#

    Hi, In SRM 4.0, i am executing BSP application '/CCM/SRM_CSE' through transaction se80.While i try to execute the controller <b>'main.do'</b>, i am getting an error '<b>connection timed out'</b>. Please help me regarding this. Thanks and regards, Raj

  • How can you fix error DF024 when installing the Adobe Premiere Pro CC trial off of the cloud?

    I recently tried to install the trial version of Adobe Premiere Pro CC off of the Creative Cloud.  I was able to fix most of the errors that popped up, all except for this one: "ERROR: DF024: Unable to preserve original file at "C:\Windows\Fonts\Char