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

Similar Messages

  • 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

  • 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

  • Problem with background job using SUBMIT under different user

    Hi All,
    I am submitting a background job under different user name. I am submitting this job by using JOB_OPEN , SUBMIT report and JOB_CLOSE. But submit statement is returning sy-subrc 8, becuase of this the job_close is failed. Can you please help me to solve this problem.
    Thanks in advance.
    Tjgupta

    Hi,
    The user is having all authorizations. is there any difference with user types?
    This user is having  user type " as communication data".
    Thanks,
    Tjgupta

  • Can you use home share where there are 2 itunes on the same computer but under different user profiles?

    Can you use 'Home Share' where there are 2 itunes on the same computer, but under different user profiles?

    check out method one from this support article -> How to use multiple iPods, iPads, or iPhones with one computer

  • DSC powershell xwindowsprocess to execute batch file under different user account

    DSC powershell run under "NT AUTHORITY\SYSTEM".
    I am trying to execute a batch file under different user account using xwindowsprocess in DSC resource kit.
    I created a custom dsc resource with 3 parameters namely Exepath, Arguments, Credential.
    I received those parameter values in settargetresource method.
    CallPInvoke
    [Source.NativeMethods]::CreateProcessAsUser(("$ExePath "+$Arguments), $Credential.GetNetworkCredential().Domain, $Credential.GetNetworkCredential().UserName, $Credential.GetNetworkCredential().Password)
    I tested it by invoking a batch file and writing username under which it executes to a text file.
    After executing, the output text file still contains the "Systemname$".

    Configuration Sample_xService_ServiceWithCredential
    param
    [string[]]
    $nodeName = 'localhost',
    [System.String]
    $Name,
    [System.String]
    [ValidateSet("Automatic", "Manual", "Disabled")]
    $StartupType="Automatic",
    [System.String]
    [ValidateSet("LocalSystem", "LocalService", "NetworkService")]
    $BuiltInAccount="LocalSystem",
    [System.Management.Automation.PSCredential]
    $Credential,
    [System.String]
    [ValidateSet("Running", "Stopped")]
    $State="Running",
    [System.String]
    [ValidateSet("Present", "Absent")]
    $Ensure="Present",
    [System.String]
    $Path,
    [System.String]
    $DisplayName,
    [System.String]
    $Description,
    [System.String[]]
    $Dependencies
    Import-DscResource -Name MSFT_xServiceResource -ModuleName xPSDesiredStateConfiguration
    Node $nodeName
    xService service
    Name = $Name
    DisplayName = $DisplayName
    Ensure = $Ensure
    Path = $Path
    StartupType = $StartupType
    Credential = $credential
    $Config = @{
    Allnodes = @(
    Nodename = "localhost"
    PSDSCAllowPlainTextPassword = $true
    #Sample Scenarios
    $credential = Get-Credential
    Sample_xService_ServiceWithCredential -ConfigurationData $Config -Name "Sample Service" -DisplayName "Sample Display Name" -Ensure "Present" -Path "C:\DSC\TestService.exe" -StartupType Automatic -Credential $credential
    ¯\_(ツ)_/¯

  • Merge transports under different users

    Hi All,
    My requirement is to merge two transports under different user.
    Please let me know how can I do this.
    Regards,
    Shahu

    Hi,
    First change the owner of the Request to the other person, such that both the requests are under single owner.
    Then release them and merge using SE09 SE10 T codes:
    select the request and right click-> Merge requests.
    Regards,
    Anji

  • Execute process (shell script) under different user

    Hi,
    is it possible to use the ProcessBuilder oder .exec()-method to execute a shell script under a JVM-different user? I need to start shell scripts for different system users and I don't want to use SUDO or a wrapper script to switch to the required user. I would like to define the user at java level. Is this possible?
    Best regards,
    Thomas

    looking for something like this too.
    currently i am relying on a script in which i have to set the user as:
    "su username -c java_program"
    the problem with this approach is that if youre not running as root, then su asks for a password, thereby halting execution. (tried input redirects and here-docs, (some popular linux tricks), they did not work)
    so you have to be root for the script option to work.
    if anyone can suggest a more "java based" way of executing a process as a different user , thatll be awesome.

  • 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' ?

  • Problem starting Weblogic under Eclipse

    Hello!
    When I am trying to start the Weblogic server from Eclipse i receive the following error:
    <12.12.2006 11.20 Uhr CET> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Programme\bea\user_projects\domains\curves_domain\lib\quartz-all-1.5.2.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\p13n\p13n-schemas.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\p13n\p13n_common.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\p13n\p13n_system.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\wlp\netuix_common.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\wlp\netuix_schemas.jar;C:\Programme\bea\weblogic_ejb30_preview\platform\lib\wlp\netuix_system.jar>
    <12.12.2006 11.20 Uhr CET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_07-b03 from Sun Microsystems Inc.>
    <12.12.2006 11.20 Uhr CET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2  Mon May 15 23:48:19 EDT 2006 763445 >
    <12.12.2006 11.20 Uhr CET> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141266]Parsing Failure in config.xml: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -9120448754896609940
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:122)
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:38)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:374)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:125)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:67)
    Caused by: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -9120448754896609940
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:546)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1551)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1465)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1698)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
         at java.util.HashMap.readObject(HashMap.java:1012)
         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:585)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1818)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1917)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1841)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
         at java.util.HashMap.readObject(HashMap.java:1013)
         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:585)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1818)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1917)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1841)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1718)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1304)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
         at com.bea.staxb.buildtime.internal.bts.BindingFile.forSer(BindingFile.java:77)
         at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingFiles(RuntimeTylar.java:111)
         at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingLoader(RuntimeTylar.java:90)
         at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryImpl.java:66)
         at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryImpl.java:52)
         at weblogic.descriptor.internal.MarshallerFactory.<init>(MarshallerFactory.java:48)
         at weblogic.descriptor.DescriptorManager$DefaultMarshallerFactorySingleton.<clinit>(DescriptorManager.java:40)
         at weblogic.descriptor.DescriptorManager.getDefaultMF(DescriptorManager.java:116)
         at weblogic.descriptor.DescriptorManager.getMarshallerFactory(DescriptorManager.java:125)
         at weblogic.descriptor.DescriptorManager.getDescriptorFactory(DescriptorManager.java:153)
         at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:277)
         at weblogic.management.provider.internal.DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:52)
         at weblogic.management.provider.internal.RuntimeAccessImpl$IOHelperImpl.parseXML(RuntimeAccessImpl.java:599)
         at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:230)
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:110)
         ... 7 more
    >
    <12.12.2006 11.20 Uhr CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <12.12.2006 11.20 Uhr CET> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <12.12.2006 11.20 Uhr CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> I have seen this problem for AIX, but I am using Weblogic under Windows XP

    hi jprivas,
    i am having the same problem (but with wls 9.0). please, can you share with us how you solved your problem?
    many thanks

  • I log in under different user and can not use our pictures on iPhoto, how can i use them under different user?

    After creating and signing in under a different user on imac, how can i use iphoto pictures?

    If you want to access the same library from different user accounts on your Mac put the library on an external hard drive connected to the iMac and make sure it's formatted OS X Extended (journaled) with ownership set to be ignored.
    OT

  • Permission to create objects under different USER

    Hi there,
    I´d like to know what privileges are used to allow a user to create objects (tables, indexes, triggers, procedures) under another user.
    Example: I´m logged with user TOM and want to be able to run the following DDL:
    CREATE TABLE MAT.TEST_TABLE (
    FIELD1 NUMBER,
    FIELD2 VARCHAR2(50)
    Thanks a lot,
    Bruno

    With user SYS
    Grant connect,resource to tom;With user TOM
    CREATE tom.TEST_TABLE (
    FIELD1 NUMBER,
    FIELD2 VARCHAR2(50)
    );Edited by: Salim Chelabi on 2009-01-15 10:31

  • Sharing files on same iMac under different users

    i have two different user accounts set up on my iMac and i want to be able to have the files from both accounts open to each other or either just merge them together.does anybody know how to help one way or the other?

    Transferring files from one User Account to another

  • Firefox 14 crashes on start up, in safe mode, trying to create new profile, after complete removal and reinstall, when run under different user

    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:14.0.1
    BuildID: 20120713134347
    CrashTime: 1342625511
    EMCheckCompatibility: true
    Email: (email removed)
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342622791
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 1909
    StartupTime: 1342625464
    Theme: classic/1.0
    Throttleable: 1
    Vendor: Mozilla
    Version: 14.0.1
    This report also contains technical information about the state of the application when it crashed.
    Deleted all of these and reinstalled
    /Users/<user_acct>/Library/Application Support/Firefox/
    /Users/<user_acct>/Library/Caches/Firefox/
    /Users/<user_acct>/Library/Preferences/org.mozilla.firefox.plist
    I have tried rebooting, running Disk Utility and repaired permissions, and checked I have admin privileges.
    I have Reset Launch Services in Snow Leopard.
    I have created a test account
    System Preferences > Users & Groups create a "Test Account"
    then tried launching FF from there = crash
    I have installed FF 13.0.1
    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:13.0.1
    BuildID: 20120614114901
    CrashTime: 1342642579
    EMCheckCompatibility: true
    Email: [email protected]
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342642540
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 26
    StartupTime: 1342642569
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/en-US/firefox/13.0.1/firstrun/
    Vendor: Mozilla
    Version: 13.0.1
    I have installed version 12 and
    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:12.0
    BuildID: 20120420145725
    CrashTime: 1342643047
    EMCheckCompatibility: true
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342643035
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    StartupTime: 1342643035
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/en-US/firefox/12.0/firstrun/
    Vendor: Mozilla
    Version: 12.0
    no crash ids since this is version 3.6, the only version that doesn't crash, and I have to use Firefox for work stuff.
    I have submitted over a hundred crash reports and included my email, but no one has ever contacted me with any help. This has been going on for weeks. I have been forced to use an outdated version of FF because no one has bother to get back to me. I would be happy to update to 14 and start the crash cycle again if someone wants to give me some suggestions I haven't tried already.
    BTW, no font conflicts or RAM problems, (someone else's issue)

    Maybe you did't understand my previous statement. There are no crashes in FF 3.6, There is no previous evidence FF 14 was ever here, I completely uninstalled all trace of Firefox, no app data, no preferences, no cache. I will upgrade to FF14 so I can send IDs,
    so here ya go.
    Crash ID: bp-fa9da320-92dc-47f7-afff-33e702120718
    AdapterDeviceID: 0x2a02
    AdapterVendorID: 0x8086
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:14.0.1
    BuildID: 20120713134347
    CrashTime: 1342655269
    EMCheckCompatibility: true
    Email: [email protected]
    FramePoisonBase: 7ffffffff0dea000
    FramePoisonSize: 4096
    InstallTime: 1342655256
    Notes: AdapterVendorID: 0x8086, AdapterDeviceID: 0x2a02GL Context? GL Context+ GL Layers? GL Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    StartupTime: 1342655256
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/en-US/firefox/14.0.1/whatsnew/?oldversion=rv:1.9.2.13
    Vendor: Mozilla
    Version: 14.0.1
    This report also contains technical information about the state of the application when it crashed.

  • HT2688 I have always shared our music with my wife but under different user id's. I have downloaded all of our ituunes library

    we have always shared our music on one laptop but since I've had my iphone I've had my own user id. All of the music I downloaded was lost when I updated my iphone software and I have only been able to restore the music I have bought with my own id. However I've managed to import all of our itunes library to my new laptop but I cannot get it to synch with my iphone. How do I get it to download onto my iphone, I've gone from 865 songs to 74!

    Hello johnohuk,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/HT1535
    Best of luck,
    Mario

Maybe you are looking for