Starting WebLogic as different user ?

Hi Folks,
Does anyone know some way start WebLogic as different user ?
To be a bit more clear:
Let's say I'm logged in as unix user 'weblogic'. But, I want to start a server as user 'wls_domain1'. This is so that the various domains on my machine can run as separate users. I have an idea that I saw some command-line option to do this (something like -Dweblogic.SwitchUser=wls_domain1 ). But this may not be possible in unix anyway, without root privilege.
I do not see such an option at:
http://e-docs.bea.com/wls/docs81/admin_ref/weblogicServer.html
I use Node Manager, so need to set the user as a weblogic.Server option rather than using 'su' command in the unix start script.
thanks,
JM

Hi,
Go through the following link,In that you will get exact information on this issue.
http://e-docs.bea.com/wls/docs90/server_start/overview.html#1068948
Regards
Anilkumar kari

Similar Messages

  • Starting WebLogic under different user ID

    I have my Weblogic servers that were built in a Windows 2000 server environment. They were built with the user ID of "Administrator". The servers have been since rebooted and started under my user ID. I am an "Administrator user" It appears there may be a "cache" problem because I cannot get the service to run correctly unless the server is started as "Administrator". Would I be able to correct this be copying the Administrator profile over mine? Any other suggestions aside from starting the server each time as “Administrator”? I appreciate any help available.

    Hi,
    Go through the following link,In that you will get exact information on this issue.
    http://e-docs.bea.com/wls/docs90/server_start/overview.html#1068948
    Regards
    Anilkumar kari

  • Cannot start weblogic 8.1 User is not permitted to boot the server

    Hi,
    Sorry to cross-post, but I didn't seem to get any feedback on this in the 'security' newsgroup.
    I have installed Weblogic 8.1SP3 on two identical workstations as well as deployed our application. On one server WL8.1 starts up fine. On another, it says "BEA-090404 user weblogic 8.1 is not permitted to boot the server".
    The OS'es are identical: Windows XP Pro SP2.
    The only difference I can think of: one is logged into a windows-domain, the other directly onto the PC.
    I've ran diffs-ignoring-whitespace (i.e. diff -w) on the important-looking files (.ldift and config.xml) and don't see any differences that would warrant such difference.
    Any suggestions?
    thanks,
    bill

    when you installed the WLS , which admin user did you >create ?Admin user 'weblogic'. Actually someon did this long ago and checked in the generated config files (boot.properties) into our source tree?
    So, in which mode do you start the WLS ? development or >production ?This I don't know.
    Our setup is as follows:
    1) We install weblogic (server only)
    2) Run our ant scripts
    3) Ant populates and deploys the config files and pe.ear file to a new domain.
    4) we start weblogic from a script in that domain: startWeblogic.cmd
    <Jul 20, 2007 8:17:35 AM CDT> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Jul 20, 2007 8:17:35 AM CDT> <Info> <Management>
    We use a few app servers and use a similar paradigm: install, deploy from build tree, start from script.
    My question: where do you specify that 'user weblogic is member of the administrator group' ?

  • Issues while starting Weblogic Server

    Hi All,
    I installed Weblogic server and created a domain in Windows 2000 server as an Administrator. Now whenever i try to start weblogic with another user(having admin access) i get the following exception :-
    Please could you suggest me some workaround so that i am able to start weblogic domain as some other user also. i do not want to install a new domain as i have done a lot of work in the current one.
    ####<Feb 15, 2012 6:54:23 AM EST> <Error> <Security> <ndalolvm01> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329306863870> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider>
    ####<Feb 15, 2012 6:54:23 AM EST> <Critical> <WebLogicServer> <ndalolvm01> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1329306863886> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1398)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: oracle.security.jps.JpsRuntimeException: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:282)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:261)
         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:1339)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1020)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:847)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:289)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:283)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:261)
         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:1339)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1020)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: java.security.PrivilegedActionException: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:792)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:289)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:283)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:261)
         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:1339)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1020)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:808)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:792)
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:792)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:289)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:283)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:261)
         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:1339)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1020)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based farm keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:351)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:102)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:74)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:64)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:64)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:798)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:792)
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:792)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:289)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:283)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:261)
         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:1339)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1020)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    ####<Feb 15, 2012 6:54:24 AM EST> <Notice> <WebLogicServer> <ndalolvm01> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1329306864011> <BEA-000365> <Server state changed to FAILED>
    ####<Feb 15, 2012 6:54:24 AM EST> <Error> <WebLogicServer> <ndalolvm01> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1329306864011> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Feb 15, 2012 6:54:24 AM EST> <Notice> <WebLogicServer> <ndalolvm01> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1329306864026> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Feb 15, 2012 6:54:24 AM EST> <Debug> <SecuritySSL> <ndalolvm01> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1329306864057> <BEA-000000> <Use Certicom SSL with Domestic strength>
    ####<Feb 15, 2012 6:54:24 AM EST> <Debug> <SecuritySSL> <ndalolvm01> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1329306864073> <BEA-000000> <Empty CA List is enabled :false>
    ####<Feb 15, 2012 6:54:24 AM EST> <Info> <WebLogicServer> <ndalolvm01> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1329306864089> <BEA-000236> <Stopping execute threads.>

    hi Sandeep,
    i changed the owner of the domain directory in windows server 2000 but i am still getting the same error.

  • How to start Weblogic 10.3.5 managed server on port 80

    Hello,
    We're trying to understand how to start Weblogic as root so we can start on port 80 on Linux. We understand that we'll use the post bind UID to run as a non-priv user. Right now in the Admin console under the managed server, Server Start properties (node manager) we have the weblogic user as the user to start the server, which works. Is this where we'd put the root user? We tried that but it fails complaining about root user didn't have permission to start the server. Can someone shed some light?
    Thanks

    Hi
    1. You are asking for 2 things here:
    a) Start Weblogic as root user ?
    Before I answer this question, who (Which User) installed Weblogic Software and who created Domain. I hope its NOT root user. Usually its not preferable to use root account for this. Instead create a new user account like for example oracle or some xyz. Then login with that account. Install Weblogic and create any Domain. I would NOT prefer/recommend using root account to install weblogic. This means, I would not recommend/support to start weblogic as root user. The thing is when you install weblogic, it stores/creates lots of files/scripts. Now when you start, it has to be same user. Because at the startup, we need to read files and also CREATE lots of temp files under domain root folder. So on unix, this becomes very complex. Simple answer is if you install weblogic and domain with user say "xyz" and try to start domain with "root", you corrupted your entire domain. Some files gets changed to root user and some files just FAIL saying you do not have permissions. So its just gone. If you are a Unix Geek, do some magic and restore all permissions back.
    b) Start Weblogic at Port 80
    Very Simple. Forget about above thing. Install Weblogic and create domain say with user "xyz". Just go to domain root folder, open config/config.xml file and edit the localport to 80. By default at time of domain creation if you used all the defaults like port 7001, then you will NOT see this entry in config.xml file. But still you can edit config.xml file manually. Stop the servers. Add a section with listen-port as 80. Just refer docs for the steps. After this change, your weblogic server is now running at port 80. NOW, the main precautions is make sure that you do NOT have any other stuff running at the same port 80. Otherwise, Weblogic server startup will fail saying port 80 is already is in use.
    Now if you want both a) and b), still it is possible. But I would NOT want/recommend a), which is use "root" account to install weblogic server and create and start the Domain. Nope, totally not recommending and supporting this. Yes, port 80 can be used, but not the "root" account.
    Thanks
    Ravi Jegga

  • [SOLVED] Can't start pulseaudio with other users?

    I am having trouble getting pulseaudio to start using a different user. The user "corey" can run pulse just fine. After logging out and logging in on user "tv", running pulseaudio --start returns this error message:
    E [autospawn] core-util.c: Failed to create secure directory: Operation not permitted
    W [autospawn] lock-autospawn.c: Cannot access autospawn lock.
    E [pulseaudio] main.c: Failed to acquire autospawn lock
    So it seems this user does not have permission? I can't imagine why, both corey and tv are in the audio group and both had active consolekit sessions at the time.
    I don't know if this is relative information but I'll throw it out there anyway. I have a multiseat configuration with 2 seats, 1 at my desktop the other for my tv however for right now I am just logging into the display at my desktop. I followed most of the relative information about pulseaudio and multiseat from this page on the gentoo wiki (including editing the config files Xstartup and Xreset): here
    consolekit though seems to be acting wierd, right now ck-list-sessions produces this:
    Session3:
    unix-user = '1000'
    realname = 'Corey Teetor'
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ':0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-02-17T06:19:44.835923Z'
    login-session-id = '4294967295'
    Session1:
    unix-user = '1001'
    realname = 'The Television'
    seat = 'Seat1'
    session-type = ''
    active = TRUE
    x11-display = ''
    x11-display-device = ''
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-02-17T06:13:33.618814Z'
    login-session-id = '1'
    it says that the session for corey is not active even though i am logged in right now and pulse is running. I am a bit confused...please share your wisdom with me!
    Last edited by cteeto (2012-02-18 16:47:51)

    cteeto wrote:Thank you good sir, it worked Next time I should probably try googleing it myself huh?
    No problem at all , could you edit the title of the post to say solved please, Thanks.

  • How to start weblogic server with non system user

    I want to start wls6.1 as an nt service with different user name other than
    system.
    Thanks
    Madhu

    I have installed weblogic server as an nt service. In install Nt service
    cmd, if I make any change in the script, I have to uninstall and install it
    again. I do not know where to specify the weblogic.management.username =(Non
    system user)
    I have created a user name in NT server and added them to Administrator
    group. I have also modified in file realm propertes i.e to boot and shutdown
    the non system user.
    I have to start weblogic server as a non system user.
    Thanks
    Madhu
    I think I replied to some of the questions when I found out the answers.
    Only thing I did was hit reply, instead of reply group. Might it went to
    persons e-mail. That might be the reason, the answers I posted is not found
    in the newsgroup
    Thanks
    freelance_code_inspector <[email protected]> wrote in message
    news:[email protected]..
    "m holur" <[email protected]> wrote in message
    news:<3bfbafce$[email protected]>...
    I want to start wls6.1 as an nt service with different user name otherthan
    system.Madhu,
    Specify weblogic.management.username={Non system user} in your -D
    option. BTW, just curious, have observed that u have been posting a
    lot of weblogic questions lately, did u find out the answers? If so, u
    should share it back to this community.
    Regards
    drit
    Freelance Java Developer/Code Inspector
    http://www.geocities.com/doc_i_t/CodeInspectionService.html

  • Node Manager starting managed servers under different users

    Hi all,
    I have multiple domains running on the same server.
    Is it possible to get node manager to start managed servers from different domains under different users?
    Default is the user under which node manager was started originally.
    Thanks
    Arnaud

    Oracle documentation is still in confussion state for Unix platform nodemanager.
    NodeManager Admin Guide had chapter 3 for General configuration of nodemanger. Chapter 5 is for script based nodemanager.
    In chapter 5 there is clear way defined for " Starting a node manger for Unix machine".
    chapter 3 is mess there is clear-cut direction to reach the remote startup of servers.
    Why we have so many types of nodemanager for connect. howbout start them?
    Can someone expert in Oracle WebLogic please respond to this.
    *Nodemanagers are NOT meant for multiuser development env.
    They are defined for production env and for HA, FailOver.*
    Edited by: PavanBhavanishekhar on Jan 6, 2010 9:10 PM

  • Unable to start weblogic server using another user of same machine

    Hi,
    I have installed weblogic using my credentials.I am able to start it properly with my credentials.
    I am getting error while starting weblogic server from another user of same machine having same admin rights.
    It shows following details while starting server and process stops:
    <22-Dec-2011 06:15:02 o'clock GMT> <Info> <Security> <BEA-090905> <Disabling C
    ptoJ JCE Provider self-integrity check for better startup performance. To enable
    this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true
    >
    <22-Dec-2011 06:15:02 o'clock GMT> <Info> <Security> <BEA-090906> <Changing th
    default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To
    enable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    Please advice.
    Thanks and Regards:
    Priya

    Can you check the server log file for more details. The server log file is located in the <domain-home>/servers/<server-name>/logs directory.
    There probably something wrong with the log rotation or something similar. Usually when certain files that are created during runtime belong
    to a certain user, other users do not have rights or they must belong to the same group.
    Also note that the messages are only info messages and are not really the cause.

  • Solaris Weblogic 8.1 Server - starting Weblogic as non-root user

    Hello,
    Currently we are starting weblogic 8.1 server as the root user, but would like to start as a non-root user.
    (our unix team isn't too happy giving us, the dev team the root password!).
    Is it possible to start Weblogic 8.1 on Solaris 8 without the root password?...If so, can you point me, where I can find more information in the documentation, please.
    thanx,
    Vishwa

    If you have managed to boot the server before in the past you should have a config.xml.booted file in your domain. Try using this to boot, if it works you can diff it with your possibly mashed config.xml to see what went wrong.

  • Starting a process as a different user.

    I am trying to launch a script from my java application. My java application runs as root on my Solaris box. I'm using Runtime.getRuntime().exec() to launch the script. My problem is that I would like to run the script as a different user. So is there a way to do this? I am using sudo to switch users which appears to work fine, but if I use the 3rd parameter within exec() to set the working directory of the process then sudo cannot be found.
    Is there a better way of starting a process as a different user in Java?

    I'm running as root for testing purposes. When we roll it out we will be creating a special no-interactive shell account. Besides, all socket communications are going to be encrypted, security policies, etc. Additionally we are behind a corporate firewall.
    I'll have to think about the script thing. I was hoping for a more elegant pure java approach.
    Thanks for the input.

  • I just got a Mac started it up and had to update 2 apps ,they were pages and aperture.  it said that update is unavailable with this Apple ID may be bought by a different user or item was refunded or cancelled I've have not done either. Please help

    I just got a Mac started it up and had to update 2 apps they were pages and aperture it said that update i'm available with this Apple ID may be bought by a different user or item was refunded or cancelled I've have not done either. Please help

    Try each of these in order until one works:
    Open App Store and click on your Purchases tab. If you're prompted to accept them, then do so.
    Put the old ones into the Trash, temporarily. Open App Store and see if you can download them for free from their individual product pages. If asked to buy them, see the next option.
    Click here, contact Apple, and wait for a response.
    You will have to purchase them using your Apple ID.

  • Why do I have to start Weblogic on Windows differently than recommended?

    I have OBIEE 11.1.1. installed on Windows Server 2008 SP1 32-bit and basically running.
    After a reboot, I need to get the system up and running.
    Section 4.2 of the 11.1.1 Admin Guide says the first step is to start the Administration Server (which I understand to be Weblogic itself).
    Section 4.7 says to do this using "startWebLogic.cmd -start" from a windows command console.
    But that doesn't seem to work.
    However, just doubleclicking on "startWebLogic.cmd" from Windows Explorer seems to work (except my MS-Office Plug-In doesn't seem to work). This double-click is of course not sending the "-start" command line parameter.
    Does anyone have any comments on why following the instructions doesn't work.
    Also, could my alternate way of starting Weblogic be causing my OBIEE Office Plug-In not to work?
    Thanks very much, Russ.

    Thanks Christian for your reply. Could I ask a little more please?
    I'm wondering why you say starting it with a double click doesn't give it environment variables? Are you saying if I had a bunch of stuff like PATH and what not set for every start of a windows command console, that starting it with a simple doubleclick doesn't grab those environment variables? That's interesting because doubleclick does start up a command console window which likely gets environment from somewhere. You can see the start log of the weblogic web server startup in that command window for several minutes as it starts up. That windows stays open forever.
    However, if I run "StartWeblogic.cmd -start", it also seems to start a command console but that disappears almost instantly, and weblogic does not start.
    So I can see that perhaps there could be an issue starting weblogic with a doubleclick if it doesn't use the same default environment as a manual start from the command line. But why then does the user guide recommended "StartWeblogic.cmd -start" not work at all?
    I have searched StartWeblogic.cmd for "start" and can't find it except in echo and remark statements, or in path names. So I guess it's not used.
    On thing I found is this which says there is a GUI way to start WebLogic. "When you create an Administration Server on a Windows computer, the Configuration Wizard creates a shortcut on the Start Menu for starting the server (User Projects > DOMAIN_NAME > Start Admin Server for WebLogic Server Domain)." from http://download.oracle.com/docs/cd/E14571_01/web.1111/e13708/overview.htm#i1073146
    However, I can't seem to find this on my Windows StartMenu. All I can find is Start > Oracle Weblogic > Quickstart. Do you think this is what the above link is referring too?
    Lastly, you mentioned "presentation services". I've bumped into that term several times in my several weeks of trying to get this all up and running. Please what exactly do you mean by "Presentation Services"; I haven't been able to find a good definition of what that is (part of Weblogic, or of OBIEE, or of Node Manager, or of Enterprise Manager, or what? If I knew what Presentation Services was, it would help me to interpret your previous answer.
    To answer your question slightly, when I double-click, I can see the Weblogic start up steps for several minutes in a command console window, with the last line saying it is in the started state. Thence if I use Windows StartMenu > Oracle Business Intelligence > Start BI Services, I see another command window start up and see the start up steps being echoed for several minutes. Then OBIEE seems to be up and running (at least enough to run SampleApp Lite). I can sign on to analytics, weblogic em, and fusion em.
    But I do see some errors go by in the command consoles, and wonder if these are related to me double-clicking rather than using "startWeblogic.cmd -start". But using the latter just doesn't plain work.
    Thanks very much for any further insight you can provide. Gratefully, Russ.

  • [SOLVED] start screen session as different user

    This is driving me nuts. I run an opensim server on system, and currently have a watchdog script used to check that the server is running and either run it or re-start it as necessary (in the event of a server crash).
    The server itself is run in a gnu screen session so that I can log in to the server remotely via ssh. At the moment I run my watchdog at login, which is not ideal. I want to run it at boot so that I don't actually have to login to start. A prime candidate for rc.local. However, starting the script in rc.local always starts the screen session as root, whatever I do, which is not what I want (obviously a publicly accessible server should not be running as root). Here's what I've tried so far:
    in rc.local:
    su user -c `sh /home/steve/scripts/checksim.sh` &
    in the script:
    su user -c 'screen -d -m mono Opensim.exe'
    Both tried together and varying combinations. I've also tried with sudo:
    sudo -u user -n -i ......
    Either the screen session doesn't start, or it starts as root. Any ideas?
    Last edited by Roken (2012-05-19 13:28:56)

    Argghhh - fixed it.
    One of my previous tries resulting in the server running as root had changed ownership of the server cache to root, preventing the server itself starting as a normal user. Fixed up ownership and tried again, now it's running properly from rc.local

  • Error in starting weblogic portal9.2 MP1

    Hi all,
    I m facing following errror in starting the weblogic portal 9.2MP1
    "Unable to create the Content FullTextSearch database"
    I have followed the following steps for starting the weblogic
    1)Installed WLS Application Server 9.2 MP1on solaris 10 system.
    2)Installed WLS Portal Server 9.2 MP1 on BEA home created in step 1.
    3)Browse to location <WL_HOME>/weblogic92/samples/domains/portal
    4)Executed ./startWebLogic.sh
    Either i have missed one step of configuration or some files that needs to be edited before starting the WLS Portal.
    Please suggest.
    The logs contaning error are shows the following
    .<May 7, 2007 6:33:40 PM IST> <Error> <Search> <BEA-415611> <Unable to create the
    Content FullTextSearch database associated with repository Shared Content Repos
    itory due FullTextSearch engine error.
    com.bea.content.repo.internal.server.logic.search.CommandFailedException
    at com.bea.content.repo.internal.server.logic.search.AutonomyHelper46.fi
    reServerCommand(AutonomyHelper46.java:356)
    at com.bea.content.repo.internal.server.logic.search.AutonomyClient46Man
    ager.createDatabase(AutonomyClient46Manager.java:150)
    at com.bea.content.repo.internal.server.logic.search.AutonomyClient46Man
    ager.connect(AutonomyClient46Manager.java:91)
    at com.bea.content.federated.internal.VirtualRepositoryManagerImpl.ensur
    eFullTextSearchDatabaseExists(VirtualRepositoryManagerImpl.java:223)
    at com.bea.content.manager.internal.ContentListener.postStart(ContentLis
    tener.java:59)
    Truncated. see log file for complete stacktrace
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over
    HTTP to server: 'localhost', port: '9001'
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:361)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:430)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:159)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:149)
    at weblogic.net.http.HttpClient.New(HttpClient.java:265)
    Truncated. see log file for complete stacktrace
    >

    Hi,
    Few comments here...
    1) Seems your environment is not setup correctly but that is not the big cause here.....
    2) This one is important, it seems that you installed weblogic using a different account and are trying to run it from a different account.
    So the account with which you are trying to run weblogic does not have proper permission on
    MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso
    Right click on the file and go in properties ..
    Enable full control,modify,Read and execute,read and write permissions for the user you are trying to start weblogic and apply it.
    if this simple steps doesnt work, please enable more logging by adding "-Djava.security.debug=jpspolicy" to startup option and grab more details.
    Good Luck let me know if this works.

Maybe you are looking for

  • Creation of new task list in CharM not possible

    Hello! I am using SOLMAN 4.0 (SP13 with the newest SP) and the problem to create the task list in Tcode: SOLAR_PROJECT_ADMIN --> System Landscape --> Change requests --"Create task list". The following error occurs: The project is not released. Hence

  • Flash Skin not showing up on website

    Hello, I am having what seems to be a common problem, but am not having any luck with any of the solutions I have tried. I have created a video, gone through the steps in flash cs3, and made the corresponding .swf and .flv files. I publish preview -

  • Rotated photos--fine in preview, wrong in iphoto

    Hi, I've looked through help for this, and can't find anyone with the same problem. Can anyone help? I imported about 500 photos from my Canon S1 using Image Capture, erased the card, and then found that the camera hadn't auto-rotated the photos (the

  • Urgent..Audio-Video Conferencing

    Hi, I am new to this topic. I wanted to know that is it possible to do audio or video conferencing using java Technology. If yes, can you provide me some links to resources doing that.? Thanks in advance regards Jitendra

  • Change the displayname in the forum profile

    hello can someone's change the displayname in the forum profile. for me nothing happens when I go to change data. https://www.sdn.sap.com/irj/scn/updateprofile thangs