Cannot bring up instance

Dear expert,
in as/400 if the instance cannot be up, what can i check ? in "work with active jobs" screen, only one subsystem is up which is R3_05.
points will be awarded for advice.
regards,
kent

Hi,
provide dev_w0* log form /usr/sap/SID/DVEBMGS<inst_nr>\work
did you make system copy or upgrade kernel?
if yes did you apply igs patch to kernel?
APPLY IGS PATCH NOTE : - 937000.
regards,
kaushal

Similar Messages

  • Cannot bring OHS up after attempting to change port

    Hello,
    we tried to change port via Web for our ohs1 server and now we cannot bring OHS tier up.
    OPMN gives the following error:
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=larry:6701
    1 of 2 processes started.
    ias-instance id=asinst_1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    ohs1/OHS/OHS/
    Error
    --> Process (index=1,uid=24119137,pid=15338)
    failed to start a managed process after the maximum retry limit
    Log:
    /source1/oracle/Middleware/asinst_1/diagnostics/logs/OHS/ohs1/console~OHS~1.log
    Please advise,
    GS

    Fabian,
    Thanks for your reply.
    This log has the following entries:
    12/03/28 17:12:58 Start process
    /source1/oracle/Middleware/Oracle_FRHome1/ohs/bin/apachectl startssl: execing httpd
    [Wed Mar 28 17:12:59 2012] [warn] Errors will be logged into /source1/oracle/Middleware/asinst_1/diagnostics/logs/OHS/ohs1/ohs1.log
    12/03/28 17:13:00 Start process
    /source1/oracle/Middleware/Oracle_FRHome1/ohs/bin/apachectl startssl: execing httpd
    [Wed Mar 28 17:13:00 2012] [warn] Errors will be logged into /source1/oracle/Middleware/asinst_1/diagnostics/logs/OHS/ohs1/ohs1.log
    GS

  • ICal reports that it can't find server, and lots of data from several years ago is trying to get attention.  Cannot bring up calendar in any view to use. also keeps loading unused calendar websites from long ago.  I can' remove them. what to do?

    iCal reports that it can't find server, and lots of data from several years ago is trying to get attention.  Cannot bring up calendar in any view to use. also keeps loading unused calendar websites from long ago.  I can' remove them. what to do?

    UPDATE: I had 36 Safari windows open and minimized on the dock from my last session; 20 of those windows failed to open b/c Safari "couldn't find the server"; I just went to the URL bar of all 20 pages and clicked return, and all 20 pages loaded perfectly, without dropping any images or losing formatting. This is a puzzle!!!

  • [JS, CS4] TextFrame.extractLabel() cannot work with instances of this class

    I have script, which has been working fine in CS3. In CS4 ( app.version = 6.0.1.532 ) however, I get an error using extractLabel, after reading out a couple of other properties from a textframe:
    frameObject.extractLabel('name')
    Error: TextFrame.extractLabel() cannot work with instances of this class
    Up until reading one of the "normal" properties, such as (frameObject.)contents I can call the frameObject.extractLabel('name') without errors, but after "looking at" (by assigning to a variable in code, or by getting the value in the javascript console), the contents propery (or as it seems any normal property) the extractLabel method results in the error above.
    It seems to work to move all of the frameObject.extractLabel calls to the beginning of the function, but I don't think I should need to do that.
    It might very well be the case that the label read by extractLabel has no contents, and has never been assigned. Is there a change in behaviour from CS3 in that sentence? If so, and if thats the reason for the error, is there then a way to determine whether the label has ever been assigned?
    Is this error familiar to anyone else?
    Best regards,
    Andreas

    Hi Andreas,
    Interesting problem!
    Your problems are caused by some peculiarities of itemByID. itemByID doesn't cast the object type properly. Dirk wrote about some aspects of this some time ago. If the scripting engine was strongly typed, this issue would probably be impossible but that would make scripting a lot more of an elitist activity!
    Your problem is that the object type is PageItem and you are accessing a TextFrame property (content). This seems to throw the object type for a loop.
    Using getElements() causes the scripting engine to rebuild the reference to the object correctly.
    Take a look at this code, which illustrates the issue quite well...
    var myDocument = app.documents.add();
    myDocument = app.activeDocument;
    myDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;
    myDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;
    var myTextFrame = myDocument.pages.item(0).textFrames.add({geometricBounds:[72, 72, 144, 288], contents:"test"});
    var myId = myTextFrame.id;
    var pgItm = myDocument.pageItems.itemByID(myId);
    alert(pgItm instanceof PageItem);
    alert(pgItm instanceof TextFrame);
    var thisBounds = pgItm.geometricBounds;
    var x = pgItm.extractLabel('mandatory');
    var pgItm = myDocument.textFrames.itemByID(myId);
    alert(pgItm instanceof PageItem);
    alert(pgItm instanceof TextFrame);
    var thisName = pgItm.extractLabel('name');
    var thisContents = pgItm.contents;
    var x = pgItm.extractLabel('mandatory');
    Harbs

  • I cannot bring up my contact from my address book

    I Cannot retrieve my contacts from my address book the addresses are listed but I cannot bring them up

    Hey obadm,
    Welcome to the BlackBerry Support Community Forums.
    What version of BlackBerry Desktop Software are you using on the Mac?  Also go to Device>Forget Data and close down BlackBerry Desktop Software and re-open the application and then try the synchronization.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • I cannot bring up the menues that show the marquees. All I get is a setup for working with videos.... not photos

    Am 100% a newbie with photoshop. I can organize the photos I have stored on my hard drive. when I go to select a photo to administer some treatments.... such as changing the shape, vignetting, etc.... I cannot bring up the submenu with the marquees that enable this activity. I have installed the disc twice.... need some advice/help....

    Sub menu for the marquee tools hover over the tool in the tools palette or right click on it.

  • I cannot bring up the Java console from IE in WindowsXp

    Hi Team,
    My System contains Windows Xp as a operating System.
    My IE is unable to dispaly the applet's.Although my IE tells me that I have JRE running (under IE / Tools / Internet Options / Advanced), I cannot bring up the Java console also.
    I Checked in Control Panel/Java/show-console is activated. But i am unable to bring up the java console.
    Thanks
    T. Shankar Reddy

    I got the solution. Now my application is runnig successfuly.
    The problem is with J2SDK installation. I un-installed j2sdk1.4.2.08 and again I installed. then it is working properly.
    Thanks
    Shankar Reddy

  • I cannot bring up address list when I try to forward an e-mail

    When I go to forward an e-mail I cannot bring up the address list.

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • I cannot bring up AE in Maverick.

    I cannot bring up AE in Maverick. I downloaded the update but the update tells me that I have to do it in AE. I cannot open AE! Help!

    Cloud-based creative software and services | Adobe Creative Cloud
    If you have a perpetual license (serial number) the direct download for CS6 can be found here:
    Adobe - After Effects : For Macintosh
    There could also be permissions errors in your preferences file. Have you checked for that problem and fixed the permissions yet?
    fixing permissions problem that impedes start of Adobe applications | After Effects region of interest
    It's amazing what Google can find.

  • Cannot bring up firefox from the tray. it's minimized and unusable.

    This problem started yesterday. I cannot bring firefox to a full screen, and when I try to read an email attachment, it opens to firefox which I cannot read.

    Hi,
    You can try deleting the [http://kb.mozillazine.org/Localstore.rdf localstore.rdf] and '''sessionstore.*''' files in the [http://kb.mozillazine.org/Profile_folder Firefox Profile Folder] after exiting Firefox. Please note that deleting the sessionstore files would also forfeit open tabs. Before that you can also try to Shift + right-click the taskbar icon and '''Maximize''' or '''Restore''' and check.
    To open the profile folder via Firefox: '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information''' > '''Show Folder'''.
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]

  • I bought a new iMac.  iWeb and all folders migrated over, no problem, but I cannot bring up my website - it only seems to allow for creating a new site.

    I bought a new iMac.  iWeb and all its folders migrated over, no problem, but I cannot bring up my website - it only seems to allow for creating a new site.

    You need the 'Domain' file in which iWeb keeps its data. This lives by default in (user)/Library/Application Support/iWeb. You need to locate it on the old machine and copy it to the same position in the new machine. Note that it is the Library folder in your Home folder, not the one at root level.
    This folder is hidden on Lion and above; to access it, in the Finder go to the ‘Go’ menu and hold down the Option (Alt) key; the Library folder will appear as a choice. In Mavericks you can make it permanently visible - open your Home Folder the from the Finder's View menu, choose show View Options and check Show User Library.

  • I updated to iOS 7 & now I cannot bring up new URL page.  How do I fix this?

    I updated to iOS 7 &amp; now I cannot bring up a new Web page.  How do I fix this?

    Hello there, Natursula.
    The iPad User's Manual for iOS 7 covers your question on page 45. Use the following link to view it:
    manuals.info.apple.com/MANUALS/1000/MA1595/en_US/ipad_user_guide.pdf
    If you'd like to add the user's guide to your iBooks Application you can use the following link for your iPad:
    iTunes - Books - iPad User Guide For iOS 7 by Apple Inc.
    https://itunes.apple.com/us/book/ipad-user-guide-for-ios-7/id709634245?mt=11
    Here is a screenshot of the section on Page 45 that shows you how:
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • My iPod Nano 3rd generation suddenly no longer displays the menu.  The music plays but I cannot bring up the display

    My iPod Nano 3rd generation suddenly will not display the menu.  It plays as usual but I cannot bring up the display.

    Hi b ellen,
    Thanks for visiting Apple Support Communities.
    See this iPod Nano Troubleshooting Assistant for some steps you can try:
    http://www.apple.com/support/ipod/five_rs/nano3gen/
    Best,
    Jeremy

  • Sometimes I cannot bring up iTunes when I click on the icon. Have even gone to the START Menu and clicked on that icon but it still wont work. The only way I can fix it.....sometimes.....is if I reboot. Please help me 8-) Thanks

    Sometimes I cannot bring up iTunes when I click on the icon. Have even gone to the START Menu and clicked on that icon but it still wont work. The only way I can fix it.....sometimes.....is if I reboot. Please help me 8-) Thanks

    I understand that Firefox is no longer working on your Windows Tablet. The development of Metro did stop and has been discontinued. However what version were you on before this started to happen?

  • Cannot start second instance of collector

    Hi everyone
    I've got a strange one here. A workstation I noticed that wasn't scanned since 6 months (WinXP SP3, ZCM 10.3.1).
    When I check the ZAA windows, it says Last Scanned i.e. today, Last Upload June 2.
    I've found several errors 'Cannot start second instance of collector' in the local colw32.log.
    However, the workstation gets rebooted daily and I can't find another instance of colw32.exe running in TaskManager.
    How can I resolve this? I can't tell how many clients are affected. However, I've got almost 300 clients (15%) that haven't been scanned in the last 180 days...
    Thanks
    Roland

    Originally Posted by rpfenninger
    Hi everyone
    I've got a strange one here. A workstation I noticed that wasn't scanned since 6 months (WinXP SP3, ZCM 10.3.1).
    When I check the ZAA windows, it says Last Scanned i.e. today, Last Upload June 2.
    I've found several errors 'Cannot start second instance of collector' in the local colw32.log.
    However, the workstation gets rebooted daily and I can't find another instance of colw32.exe running in TaskManager.
    How can I resolve this? I can't tell how many clients are affected. However, I've got almost 300 clients (15%) that haven't been scanned in the last 180 days...
    Thanks
    Roland
    We had similar issue, inventory was never uploaded to server. To solve it we had to manually do a "Scan Now" from Zenworks agent -> Show properties -> Inventory -> Scan Now, after we did that once on the workstation then scheduled scans started to upload again.
    I guess it would probably also work if you do a Inventory scan from quick tasks in ZCC but I never tried it so I'm not sure.
    Thomas

Maybe you are looking for

  • Append signature block using signtool

    I successfully signed using signtool.exe which is part of Windows sdk. signtool sign /fd sha256 /a /f lost.pfx <filename> I am able to see the file name signed however I attempted the /ac option of signtool which adds additional entries to signature

  • Help!!  My kid was on iChat - can I find a copy of the chat??

    If a Chat is not saved before the chat ends on 3.1.8 (v445), is there a copy of the chat on the computer? Thanks for a quick response.

  • Embedded streamin widescreen .MOV truncating width in FireFox

    I am new at embedding streaming .mov video. My embedded .mov at http://www.zenondudasculpture.com/requiemvideo300.html is truncating its width in everyone's FF1.5.0.7 no matter what I try. It runs perfectly in wide-screen in IE, and in standalone QT

  • XL Reporter- Use of UDF's

    Hi, Is it possible to incorporate Master Data UDF's in XL Reporter? In the XLR Manage UDF menu, I can only see the Marketing Doc UDF's (eg AR/AP). Thank you.

  • Why does my AIM keep disconnecting in iChat? (MacOSv10.7.5 iChatv6.0.2)

    I have recently updated to Mac OS Lion now at 10.7.5 & cannot upgrade to Mavericks as my machine is just under the requirements. Ever since I have made this upgrade, my AIM accounts on iChat have been logging themselves out in about under 5 minutes.