Error startup dcmctl - ADMN-100999

Hello Guys,
Before this it works fine. After i change the ip address of the server it give me this error when i try to startup
ADMN-100999
See base exception for details.
Base Exception:
java.lang.NullPointerException:null
See base exception for details.
See base exception for details.
Root Cause: null
java.lang.NullPointerException
at oracle.ias.sysmgmt.persistence.PersistenceManager.getPersistenceFarm
Unknown Source)
at oracle.ias.sysmgmt.persistence.PersistenceManager.updateOnsConfig(Un
nown Source)
at oracle.ias.sysmgmt.task.TaskMaster.initRepository(Unknown Source)
at oracle.ias.sysmgmt.task.TaskMaster.<init>(Unknown Source)
at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)

After i change the ip address of the server it give me this error when i try to startupNot so much information... AS version ? OS ?
Did you execute chgiphost script ? (chgiphost.sh on Linux/Unix).

Similar Messages

  • Error Starting DCMCTL  (ADMN-202026)

    Hi,
    I have been facing a problem while executing ./dcmctl start.
    I am following the below sequence to start Oracle 9iAS
    a)Start Customer Database.
    b)ORACLE_HOME/bin/lsnrctl start(Start Infrastructure)
    c)ORACLE_HOME/bin/sqlplus /nolog
    sql> connect sys/password_for_sys as sysdba
    sql> startup
    sql> quit
    d)ORACLE_HOME/bin/oidmon start
    e)ORACLE_HOME/bin/oidctl server=oidldapd configset=0 instance=1 start
    g) $ORACLE_HOME/dcm/bin/dcmctl start (infrastructure)
    h) $ORACLE_HOME/dcm/bin/dcmctl start (BI)
    When i execute the Step g ie $ORACLE_HOME/dcm/bin/dcmctl start (infrastructure) It throws an Error ADMN-202026.
    Then i again execute the step e)ORACLE_HOME/bin/oidctl server=oidldapd configset=0 instance=1 start
    and then step h.It executes fine sometimes.
    But in certain cases it again throws an error ADMN-202005.
    This is because the listener has somehow terminated.Then i again go through all the steps.Then it works fine.
    Kindly suggest a suitable solution.
    Regards
    Deepak

    After i change the ip address of the server it give me this error when i try to startupNot so much information... AS version ? OS ?
    Did you execute chgiphost script ? (chgiphost.sh on Linux/Unix).

  • ADMN-100999 error using dcmctl

    Hi all,
    Currently we have a problem starting the different components like the portal, OC4J_BI_Forms,....
    Normally we start them using the dcmctl command and it worked fine till now.
    When we use the command now we get the folowing error message:
    ADMN-100999
    See base exception for details.
    Base Exception:
    oracle.ias.repository.schema.SchemaException:Unable to connect to Directory Serv
    er:javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credenti
    als]
    See base exception for details.
    It looks like the command is using a wrong login/password to execute the command.
    If someone has an idea to solve this problem it will be much appriciated.
    Regards
    PV

    This looks like password mismatch problem.
    try to reset your ias_admin password in OID using
    $ORACLE_HOME/bin/resetiASpasswd.sh script
    USAGE="resetiASPasswd.sh username password ORACLE_HOME"

  • ADMN-100999, oracle.ons.SubscriptionException when dcmctl start

    The power of the Oracle 9iAS Release 9.0.2.0.1 on Linux machine went off and got this error while starting ' fsck failed, root file system is mounted read only...'. So we repaired it and remounted in read-write mode.
    Now when I start dcmctl start in infra server, I get the error ADMN-100999, oracle.ons.SubscriptionException: Subscription requests timed out after 30000ms.
    Please help..

    This looks like password mismatch problem.
    try to reset your ias_admin password in OID using
    $ORACLE_HOME/bin/resetiASpasswd.sh script
    USAGE="resetiASPasswd.sh username password ORACLE_HOME"

  • 9iAS Linux - ADMN 100999 - configuration tools aborted

    Hi
    I installed on SUSE Linux 8.0 the 9iAS R2, only the option A - J2EE and WebChache. Now I have following problems.
    1. Some configuration tools (OC4J, OPMN, DCM)were not initialized in the end of the installation. I read other postings with the same problems, but i never read a solution of these problems.
    2. After installing, i want to start the http server manually (dctml start -ct ohs) , but it doesn't work. I got the error message ADMN 100999. dctml -resyncInstance was not successful.
    Other admins has same problem, they reset the admin password and it worked.
    But I can not use the script resetiAspassword.sh because I never installed the infrastructure.
    If i want to start the http-server with enterprise manager (EM worked) I got an EMException.
    I have no idea to resolve the problems, perhaps you
    Thank You

    Hello Diana, i am having the same exact problem except it is on rh7.2. my initializations were also a problem: i have emctl but not dcmctl and therefore cannot run http. i am convinced i need to de-install/wipe clean/re-install. u r lucky because u r runninng on suse 8. u may consider de-install/re-install. i am going to wipe the directory clean this time becaue i have already tried de-install/re-install many times. thanx, david brown. webitplanet.com.

  • ADMN-100999 (Very urgent)

    I have installed 9iAS R2 on RH Linux 7.2. The installation of infrastructure remained successful except OC4J instance configuration assistant. The installation of Forms(Mid tear) also remained almost successful but opmn failed giving the message partial success 4 of 5 succeeded.
    After installing I checked forms sever it was working perfectly. but when i restarted dcmctl failed giving message ADMN-100999. I saw the log file, it contains oracle.ias.repository.schema.schemaexception
    Unable to connect to Directory Server:javax.naming.CommunicationException
    The steps I followed were
    1. Started listner (Successfull)
    2. Started Database (Successfull)
    3. oidmon start (Successfull)
    4. oidctl instance=1 server=oidldapd start (Successfull)
    I am installing on Xeon 2.4, 40 GB hdd, 1 GB ram, 2 GB swap space.
    Somebody please help me out.
    Zulqarnain

    Tell us which opmn.log contains the error. (infra o middle?)
    Ldap in your infrastructure is not working properly or is stopped. Perhaps the middle tier tries to make a connection to ldap on a wrong port. try netstat -tlp to see the ports and tcpdump to see which port dcmctl is tring to connect to.
    The defaults is 4032. Also if the OC4J_Das is running.
    ciao Aure

  • Error: Startup task doesn't exist. This is not a continuation after a restart

    I want to try to install sharepoint 2013 on windows server 2008 r2 with sp1, but when I install the prerequistes, always restart again and again, I check the log file, found the below error:
    2014-02-27 22:55:12 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-02-27 22:55:12 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2014-02-27 22:55:15 - Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    2014-02-27 22:55:15 - Last return code (0X3EC=1004)
    2014-02-28 03:27:05 - Error: A pending restart blocks the installation
    2014-02-28 04:45:03 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-02-28 04:45:03 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2014-02-28 04:45:03 - Locating the following command line arguments file:
    2014-02-28 04:45:03 - C:\SP2013_Chery\2Installation\Sharepoint\PrerequisiteInstaller.Arguments.txt
    2014-02-28 04:45:03 - Error: This file does not exist
    Awen

    Hi Awen,
    According to your description, my understanding is that you got an error when you installed prerequisities for SharePoint 2013.
    Please run the following command, compare the result:
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regii -enable –i
    Here is a similar post for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/37cc20db-6cc7-45e0-928c-9a1ddbdab2ae/the-tool-was-unable-to-install-application-server-role-web-server-iis-role?forum=sharepointadmin
    In addition, there is a KB article about this issue, please take a look at:
    http://support.microsoft.com/kb/2765260/en-us
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • I have nothing on this macbook air just iPhoto and iTunes and the error startup dic full message keeps coming up and the storage is full of other i don't know what to do.

    i have nothing on this macbook air just iPhoto and iTunes and the error startup dic full message keeps coming up and the storage is full of other i don't know what to do.how do i delete all of this?

    First, empty the Trash if you haven't already done so. Then reboot. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation. You also need enough space left over to allow for growth of your data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    To locate large files, you can use Spotlight as described here. That method may not find large folders that contain a lot of small files.
    You can also use a tool such as OmniDiskSweeper (ODS) to explore your volume and find out what's taking up the space. You can delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Proceed further only if the problem hasn't been solved.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    Install ODS in the Applications folder as usual.
    Triple-click the line of text below to select it, then copy the selected text to the Clipboard (command-C):sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    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.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means.
    When you're done with ODS, quit it and also quit Terminal.

  • Urgent! how does one fix admn-202022 error on dcmctl start?

    I'm getting from dcmctl start or dcmctl getstate-v the following error
    ADMN-202022
    The object, "portal.host.domain.com", already exists in the configuration repository. The object names must be unique.
    Remove the existing object then retry the operation or choose a new name.
    How do I fix this?
    I may have added portal to many times.
    BTW emctl does not run due to a libc.2 segmentation fault.

    Perhaps there is a Java program set to launch when that user logs in.
    You could try posting more of the stack trace that is being produced.
    Also consider asking in a relevant Windows forum about how you can check which applications are set to run when a user logs in.

  • ADMN-100999 error when trying to restart the Oracle HTTP server

    I'm don't have access to Metalink.
    Please help.

    I'm don't have access to Metalink.
    Please help.

  • ORA-12560:  TNS: protocol adapter error - startup mount on windows

    hi all,
    I want startup the database with mount option on windows.
    The OracleServiceORCL is stopped.
    I need to startup mount, but I get the error:
    ORA-12560: TNS: protocol adapter error.
    In Linux this task is easy, but on windows I cannot connect
    to database to startup mount.
    How can I do this?
    thank you

    Tads wrote:
    Hi,
    But the all files in incorrect place. So I need to do startup mount to do a alter database rename file to....
    thank you!Once the windows service is started, you can use sqlplus to connect, shutdown, and startup just like you do in *nix.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error : startup plug missing

    Hi,
    I have a dc where i delete the old application , create a new one at its place.I set the properties of application as : authentication property to true.
    The application builds and deploys fine...Since it is on track, creates an activity.But when i try to check in , i get error in activation view, while i check the CBS log, i find....'startup plug is missing'.
    Any clues on this ??

    Hey Vishal,
    Thanks a lot for your suggestion but I just created a new application, didnt touch any windows.But still getting the following error in CBS Build Log :
    [wdgen] [Error]   com.sap.darpan.appli.Tryappli --> Application Tryappli: Startup plug is missing
    Any clues on this ??

  • Runtime error @ startup of AI CS2

    I'm getting a C++ runtime error at the start of illustrator CS2 that prevents the application from starting. It has been working normally for over a year on a XP system with no major changes other than the removal of an old scanner, replaced by a new one. Any ideas on what happened?

    Might this apply?
    http://kb2.adobe.com/cps/534/cpsid_53468.html

  • Error Startup screen Flash on a Mac has an error

    Hi there,
    I have a problem by starting Flash 8. When the startup-screen
    appears I see after a few secounds the flash logo on white ground
    in the upper left corner. Is that maybe a problem with the xml
    content on the startup page? ... I use a mac with german os tiger.
    Has anyone else seen that? I don't know what to do...
    HELLP! Thanks

    Your problem is not with the screen recording app but with YouTube's method of making the movie smaller when you upload it.  You could try using Vimeo or some other service instead of YouTube.  But I suspect that you will get best results by experimenting with exporting to different video formats before uploading it to YouTube.  Everyone's in love with MP4 at the moment.  A lower resolution in MP4 won't undergo so much compression at YouTube's end.  Best advice from YouTube is here:
    http://support.google.com/youtube/bin/answer.py?hl=en&answer=1722171&topic=28886 48&ctx=topic
    The resolution of your capture area will definitely change how much compression is applied to your video.  If what you're demonstrating allows it, you should be capturing a smaller area than your entire display.  Remember that the smaller the file that you deliver to YouTube, the less YouTube will compress it at their end.
    And lastly, remember YouTube is a free service: you pay nothing and get what you paid for.  If you want to host exactly what you want, get your own server and pay for your own bandwidth.  Then you get as much resolution as you like.

  • Error startup signal 11 virtualbox

    When i try to execute virtual box on account of an user without many permissions i have this error, but if i try to run the same virtual machine on user administrator i don´t have any error.
    I allredy give permissoins to this user on applications folder but dont solve the problem,
    I need help!

    Open Console in Utilities & see if there are any clues or repeating messages when this happens.

Maybe you are looking for

  • I get an Internal Error message when trying to access Hotmail

    When I try to access my Hotmail inbox, I get an Internal Error message Reference #3.48406ca.1327362199.109cf5de. I can still get my mail through Internet Explorer. Please, only simple replies, I am a senior and not up with all the technical stuff, th

  • HT201436 Most of the time my phone as not network connection any goes to voicemail

    I find few big problem on my phone -1 Most of the time my phone as not network connection and goes to voicemail -2 when I call  and I talk I find the call has been cut the words and also I heard half of the words of the person is calling me !! I hope

  • Best way to calculate maximum of many columns/values per row

    Hello, for a new report with some joined tables I have to calculate the last change date. Since every table has a creation and a (last) modification date, I need to get the maximum value from 8 columns to display it. Of course I can compare all value

  • Condition type-R002

    Hi    I have maintained the condtion type R002 in the prcing schema.   __Attributes of ROO2__   Header condition allowed   Item condition allowed   Group condition allowed But the system allows to center two times both in header condition & two times

  • Good book for Oracle 9i Performance Tuning

    Hi Can anybody suggest good book in Oracle 9i performance Tuning (All the Tuning methods and I/O, tuning Memeory Tuning .......) I done my OCP 9i and I worked as Junior DBA and now I want to concentrate only on Tuning. Thanks Venkataragavan.S