Can't finish startup from OS X Server

When I wanted to start from Repair I learned there was 10.8.2 OS X Server. Yesterday, I updated Apple OS X server to 2.2.1. I can't restart Mac Pro mid 2010, the start up ends with beachball on white screen.
Whole story: I finished cleaning caches in Coctail which requires restart. Apparently, Apple OS X server was on. I couldn't finish restart, went to C-R, verified HD and repaired preferences. On restart  the window showed OS X Server instead of OS X 10.2.8 regular startup HD. The restart failed. I guess the server interferes and prevents completion of the startup.
What can I do? How to close or trash the Apple server?

Can you start in safe-mode?
hold the shift key down on startup

Similar Messages

  • Service Call documents can't be read from B1 DI SERVER

    Dear All,
    Service Call documents can't be read from B1 DI SERVER using B1WS (wsdl) for service calls (OSCL) which has column/ field "IsEntitled" = "C".
    Based on REFDB.chm, SAP B1 Technical Documentation, field IsEntitled can only be filled  by two values:
    "C" = Valid contract exist
    and
    "N" = No
    But ... in wsdl B1WS file, ServiceCallService.wsdl only allows "Y" and "N" values. The XML is as below:
         <s:element minOccurs="0" name="EntitledforService">
                  <s:simpleType>
                    <s:restriction base="s:string">
                      <s:enumeration value="tNO" />
                      <s:enumeration value="tYES" />
                    </s:restriction>
                  </s:simpleType>
                </s:element>
    Consequently, Service Call which has IsEntitled value "N"  CAN be read because tNO means "N" ("N" and "N" are equal). Coversely, "C" CAN NOT be read because tYES means "Y" ("C" and "Y" are not equal).
    We looked at the DI Server log, the problem occurs when DI Server receives getByParam commands which retrieve service call with "C" value on its IsEntitled field. So, the problem happens when we read from the DI Server, not when we update the service call. (the error message is Invalid valid value 'C' in Enum 'BoYesNoEnum', the valid values are 'N', 'Y')
    The log is as follow:
    <?xml version='1.0' ?><S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope">
      <S:Header>
        <MsgHeader xmlns="http://www.sap.com/SBO/DIS" xmlns:ns2="ServiceCallsService">
          <SessionID>4FD32D48-47B0-4ECB-9E23-0DE4A5576CDE</SessionID>
          <ServiceName>ServiceCallsService</ServiceName>
        </MsgHeader>
      </S:Header>
      <S:Body>
        <ns2:GetByParams xmlns="http://www.sap.com/SBO/DIS" xmlns:ns2="ServiceCallsService">
          <ServiceCallParams>
            <ServiceCallID>52</ServiceCallID>
          </ServiceCallParams>
        </ns2:GetByParams>
      </S:Body>
    </S:Envelope>
    08/07/2011  14:31:40  Response (Fault)
    <?xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
      <env:Body>
        <env:Fault>
          <env:Code>
            <env:Value>env:Sender</env:Value>
            <env:Subcode>
              <env:Value>-1013</env:Value>
            </env:Subcode>
          </env:Code>
          <env:Reason>
            <env:Text xml:lang="en">Invalid valid value 'C' in Enum 'BoYesNoEnum', the valid values are 'N', 'Y'</env:Text>
          </env:Reason>
          <env:Detail>
            <Service>ServiceCallsService</Service>
            <Command>GetByParams</Command>
            <SessionID>4FD32D48-47B0-4ECB-9E23-0DE4A5576CDE</SessionID>
          </env:Detail>
        </env:Fault>
      </env:Body>
    </env:Envelope>
    Any solution?
    Edited by: Alfa Ryano Yohanis on Jul 8, 2011 3:02 PM

    Hi Alfa
    I am experiencing the exact same issue as described above.
    Did you solve it? And if so, how?
    Thank You,
    Marco Muller

  • How can I get properties from my ldap server?

    urgent,I don't know
    how to use the getproperties to get the properties
    from ldap server,anyone help?

    Hi Kevin,
    You could write a portlet that uses the <um:getProfile> and
    <um:getProperty> tag (
    http://edocs.bea.com/wlp/docs40/p13ndev/jsptags.htm#1058056 )
    Or you can do an easier test that requires no coding: If you use the EBCC
    to create metadata about your ldap property set, then you can use the JSP
    portal admin tool to see your LDAP properties for a user. I think if you go
    through the UUP example on dev2dev.bea.com it has instructions for doing
    this with a UUP. Basically, create a property set (a.k.a. "user profile")
    named "ldap" in the EBCC and create properties that match the ones you want
    to retrieve ("telephoneNumber", etc...CASE SENSITIVE). Then access the JSP
    portal admin tool. If you are not using the LDAPRealm as your alternate
    security realm then create a user that you know exists in LDAP and then hit
    the link for the user and search the "ldap" property set and you will see
    their property values. If you are using the LDAPRealm for authentication,
    then this is not a ManageableRealm so you cannot create users (they are
    managed in your LDAP server). So, if you are using the LDAP realm, just
    create the "ldap" property set in the EBCC and go to the user mgmt tools in
    the JSP admin tools and you will see your user. Then search the "ldap"
    property set for your user and you will see the property values.
    Ture Hoefner
    BEA Systems, Inc.
    www.bea.com
    "Kevin" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hello,
    We're trying to retrieve an arbitrary profile and it's attributes from
    a Novell NDS ldap server. I've configured the ldapprofile.jar as
    described in the portal doc:
    http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824
    but the article doesn't go on to describe how to use the configuration
    to actually access the properties.
    I'm unsure as to how to use the com.bea.p13n.usermgmt.profile.ldap
    package to retrieve the information I need.
    Is there some step by step instructions to achieve this as well as
    some sample code to run in a jsp to test this functionality?
    Thanks for any help.
    Kevin
    Ture Hoefner <[email protected]> wrote:
    Hi Eric,
    The LdapPropertyManager handles that for you. All you have to do is
    deploy it. (I'm talking about Portal 4.0). See the docs at "Accessing
    Properties from an LDAP Server" (
    http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824 )
    You will need to deploy the LDAPPropertyManager EJB, located in
    ldapprofile.jar. It is shipped with the product in
    <wlportal4.0-install-dir>/lib/p13n/ejb/ldapprofile.jar.
    Eric Nie wrote:
    urgent,I don't know
    how to use the getproperties to get the properties
    from ldap server,anyone help?--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

  • Can print test pages from embedded web server., put not from windows

    Hello,
    I have a P1102w that worked perfectly through the last 5 month.
    Two days ago it stopped printing anything for some reason. What happen is, when I print something, it spools, but then I get Error-Printing under the status when I double click the printer icon in the "devices and printers" manager of windows 7.
    Right now I can see the printer in Ad Hoc. I can load the embedded web server,. And I can print test pages from the embedded web server.
    However, if I tried to print test pages using the printer icon in "devices and printers" manager".. it doesnt print!
    If I go to Devices and Printers -> Properties -> Advanced -> "Print directly to printer" -> Apply
    I got an error box: "Printer settings could not be saved. Operation could not be completed (error 0x0000070c)."
     The printer works fine when connected to other laptops (with exactly the same driver/setting)..
    This problem is driving me crazy !
    Thank you in advance for your help

    Hi m-rasheed, 
    An ad-hoc connections is much more unstable than an infrustructure network using a router. At this point i would suggest getting a wireless router, and then connect the printer to your network through the router. 
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02847467&tmp_task=useCategory&cc=us&dlc=en&lang...
    Routers:
    http://www.shopping.hp.com/webapp/shopping/can.do?storeName=accessories&landing=computer&category=ca...
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • The mail client at my iPad Air can't download emails from a POP3 server!?

    why can't the mail client at my iPad Air download emails from a POP3 server!?

    Follow the directions in this post to create a POP account:
    Forcing creation of a POP or IMAP email account

  • Can i save data from a remote server to a client computer?

    written a vi which is used to collect data and store it in a file.data colection is done on a remote system.i am able to control the front pannel frm the client using front panel control in labview 6.1 using web browser.
    how can i view this data once the experiment is over.(ie the file in server)
    the client and server are on WAN.
    should i write it to a FTP server.
    how should i go abt it,

    Hi,
    The easiest way is to save file into shared directory on remote PC. Then you can read this file with reading functions from "File I/O" palette. In this case you should specify path to the file for example as (in windows):
    \\LocalNameOfRemotePC\C\Documents and Settings\Sithara\My Documents\sharedDir\myfile.txt
    first you write the name of remote PC in local net, then disk name, and path to the file.
    Good luck.
    Oleg Chutko.

  • Can i fetch images from my remote server to UIImageView or a preview thumbnail in ios app?

    consider i have 1000 images in my hosting, i want all those images in my ios app. It is like ,in one screen around 9 thumbnails of image must be loaded from the webserver .And when i swipe the screen to the right another set of 9 thumbnail images must be loaded , it goes on untill all the image from the server are loaded. and when i click on a thumbnail the image must be shown in full screen. When i add more image to the hosting,  the swiping of  pages and thumnail previews must also dynamically increase. is there any way to achieve this concept ??

    khankmk wrote:
    if yes,then can u tell me how to achieve it?
    Again, to give you the answer you have requested - yes, I can.
    This is roughtly equivalent to asking a doctor how to remove an appendix. It isn't the most difficult surgery in the world, but it does require some training. It is not something I am able to explain. I could tell you to setup a web server with REST interface to serve images, metadata, and structure. Then write your app to populate some browser tables based on that data. Somehow, I don't think that explanation is going to provide much help.

  • Can't load applet from a kerberized server

    Hi there,
    I have the following problem:
    There's a java applet served as part of a web application. The User accessing the java applet should be authenticated by the web application. When this is done with basic authentication - the applet works fine.
    However when a kerberos authentication is configured on the webserver(using spnego module) - the applet can't be loaded.
    I log in to Windows XP using my user and pass. Then using IE I am automatically logged into the web application. I open the page on which the applet is embed, but the JRE can't load it(saying a ClassNotFoundException) The server's access log reveal that the jar can't be loaded because of authentication error:
    - - [05/Oct/2011:15:19:54 +0200] "GET /peria/Grid.jar HTTP/1.1" 401 490
    - - [05/Oct/2011:15:19:54 +0200] "GET /peria/Grid.jar HTTP/1.1" 401 490
    - - [05/Oct/2011:15:19:54 +0200] "GET /peria/Grid.jar HTTP/1.1" 401 490
    It seems as if the JRE is having problems authentication itself in front of the server? Could it be that or it is another issue?
    Note that I can access the jar file directly via the browser. But when I open the page that has it embed - the applet could not be loaded due to ClassNotFound
    Would anyone be so kind as to point me in the right direction?

    One more question:
    Do I need to configure the JRE on the Client side in order to open the Applet on the kerberized server?
    Currently the JRE can't authenticate and the applet is not loaded due to Not authenticated (401) error.
    Any advice is greatly appreciated!

  • Can't finish startup

    My computer fell asleep during its last update and wouldn't wake up. So, after half an hour, I shut it off manually and I'm sure that messed with the operating system because now it will not start up.
    It turns on and I get the gray screen with the apple logo. Beneath that is a series of 19 (I think) bars. The first 8 are white, the next is gray, and the final 10 are black. It freezes there, unable to continue to start up.
    I've tried a Mac Pro OS install disc but maybe it's not the one that came with the computer originally (we have so many discs at work that came with our various computers). When I press C or D on startup it ignores the command and goes to the gray screen again.

    #1 Never apply updates automatically without having bootable backups.
    #2 Pull your system drive
    #3 slap in a spare drive or recent clone
    #4 hope you have Disk Warrior and SuperDuper on hand

  • Can't email photos from iPhoto as server does not recognize user name or password

    How can I fix this?  I use MS office outlook for mac 2011 - I don't seem to have problems otherwise, or on iphone.

    That's not the problem. If you have Apple Mail, you have to separately configure the passwords for iPhoto as well. Even though you have entered your email accounts and passwords properly in the email area, you have to re-enter the correct passwwords for all the email accounts registered under iPhoto/Preferences/Accounts; make sure to save each password, then close iPhoto and reopen it. Then you will be able to send the pix!!
    Cheers,
    Jim

  • HT4864 can't get mail from the incoming server. is this me, or is this an Apple problem? 11/27 and 28

    Incoming mail server down yesterday and today. Is this me or is there a system problem?

    Working fine here, go to www.icloud.com, login and see if there is mail there.

  • Can't copy file from SAP-directory to FTP server

    Hello,
    I can't copy files from the SAP server to the FTP server. The file is created with OPEN DATASET and CLOSE DATASET commands and is placed in the SAP-directory S:\usr\sap\DEV\DVEBMBGS00\work.
    I can see and read the file with transaction al11, so I know it's there.
    But the FTP command always gives the same error:
    S:\usr\sap\DEV\DVEBMBGS00\work\[FILENAME] errno 22: invalid argument
    I can connect to the FTP, but the put command keeps failing. Somehow, the file in the SAP directory can't be read, it seems, even when
    Any ideas?
    Thanks in advance.
    Dave

    Ok, I found out that I have to use SAPFTPA as RFC destination type, instead of SAPFTP, otherwise the folders can't be located.
    But with SAPFTPA I can't seem to connect to the FTP server. I've tested the connection with sm59 and it works, but for the FTP it doesn't work. When I use SAPFTP as destination type, it still works.
    What can I do?
    Thanks.

  • Can i take expdp from remote server

    we have three databases ( 10.2.0.1 / OEL),
    I configured seperate server (OEL/10G CLIENT ADMIN PART) for taking backup for all 3 databases(
    is it possible to run datapump from remote system
    and write the dump file in the remote system (backup server), it writes only in the
    database server not in remote server. Because we have declared datapump
    directory in local system not in remote system.
    Can i take expdp from my backup server for all three databases.
    i edited tns_names.ora file(for all databases) in backup server.

    santhanam_oradba wrote:
    we have three databases ( 10.2.0.1 / OEL),
    I configured seperate server (OEL/10G CLIENT ADMIN PART) for taking backup for all 3 databases(Really? What is your backup configuration? Are you using RMAN?
    is it possible to run datapump from remote system
    and write the dump file in the remote system (backup server), it writes only in the
    database server not in remote server. Because we have declared datapump
    directory in local system not in remote system.
    Can i take expdp from my backup server for all three databases.
    i edited tns_names.ora file(for all databases) in backup server.The only way I can possibly think of doing it is if your ORACLE DIRECTORY OBJECT points to a mount point that is over the network.
    Remember using Data Pump dumps is not equivalent to taking backups :)

  • How to Set "delete from hub and server" for each account

    How can I set "delete from hub and server" differently for each account?
    I have 3 emails (2 shared, 1 personal).
    the personal is a 'hotmail' account which has device set to 'sync email', 'push', and 'Use SSL'.
    it will only sync one way (from desktop to device).
    I cannot set the global setting on the device to "delete from Hub and server" without affecting all accounts.
    I do not want to have to confirm delete on every item.
    previous to the 10.3 update this was not an issue.
    am i missing something? or is this another step backwards?

    The only other way would be to set it to prompt every time you get an email. Yeah, I know that defeats the purpose.. I guess in this aspect it is a step back

  • BPF Launch from second application server

    I have the following setup.
    SAP BPC 7.0 SP9 Patch 1
    SQL Server 2005 Enterprise Edition SP2
    Two application servers and one database server.
    We have a loadbalancer F5.
    When I launch the BPF and the loadbalancer takes me to the second application server. Then the message comes up that the templates does not exist. When I go to eTools and try to open the Company folder, first it says that the folder thas not exist and after about 30 seconds the templates start appearing.
    I have followed the instructions on how to do the Loadbalancer, and I can see that the balancer is working, but templates take long to appear from the second application server.
    It seems like there is a delay in the templates showing.. Do you have any idease why this happens? Or what settings I can have a look at?
    Regards
    Henry

    So first of all I will check the tables:
    tblserverinfo and tblappsetinfo.
    Into tblserverinfo you must have just records with suffix 1 and for application server and web server you must have virtual Ip of your NLB.
    Iinto tblapsetinfo all the records refering servers must you just name with suffix 1. (sql server1, olap server 1...)
    The second check I will do it regarding where do you have the file server.
    Because you have two application servers then you must have a share drive where you have the file server because the templates must be access from both servers.
    So for the file server you will not be able to use local drive because this can be a problem when you try to open the templates.
    That's means you have to check if you can access the path specified for file server (you can find it into tblserverinfo) from both application server. It can be that actually from second application server you have access problems.
    The third thing to be check is the affinity(persistency) of you NLB F5.
    In your case because the afinity must be single (persistency on) because once which you connect to one application server you would like to have all request going to same application server.
    All the tests must be done with antivirus and firewall disable into both application servers.
    Regards
    Sorin radulescu

Maybe you are looking for