Can't add remote git repos using Xcode/OS X Server

Hi everyone,
I recently installed OS X Server on my personal machine and attempting to host some git repos. 
When I try to create a new project & remote repo with Xcode I get an error -
    Could not connect to the remote repository because the server was unreachable.
If I attempt to configure it again after the project has been created I get this error -
    Cannot create hosted Git repositories at path because path already exists: /Library/Developer/XcodeServer/HostedRepositories/EmptyApp
Looking at the server - I can see the repos were actually created, but for some reason I can't connect/push to them. The HTTPS/SSH access are enabled.
Is something not configured correctly or any way to get at a more detailed error? 

Using the CF + Tomcat Bundle is working for me, including RDS. The only thing I can't set up is the web root, glad I can use localhost, but i tried to set up my sites folder, but could not set up the url, so it does not work.

Similar Messages

  • How can you add a where clause using "OR" with applied ViewCriteria?

    [JDeveloper 10.1.3 SU4]
    [JHeadstart 10.1.3 build 78]
    I am using JHeadstart, but have a question probably more in the ADF area. On the JHeadstart forum I asked:
    "I am overriding JhsApplicationModule's advancedSearch in order to be able to search in childtables. I created transient attributes, display those in advanced search and in the overridden method I check if any of these are filled by the user and create a where clause like 'EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>)'. I add this whereclause using ViewObject.setWhereClause.
    So far so good and it works. However, if the user selects 'Result matches any criteria', combining setWhereClause and the normal advancedSearch QueryByExample implementation using ViewCriteriaRow do not provide the desired result, since the ViewCriteria and the setWhereClause are AND-ed together, which is fine if the user selects the (default) "Results match all criteria" (everything is AND-ed) but not the "Result matches any criteria", since then every criterium is OR-ed together, except for the setwhereclause criteria and the set of ViewCriteriaRows, they are AND-ed.
    I looked if I could specify that a WhereClause will be OR-ed to existing applied ViewCriteria, but no luck. Do I have to rewrite also advancedSearch's ViewCriteria implementation and write an entire setWhereClause implementation to be able to "OR" every criterium? Or any other suggestions? Can I look at the entire Where clause and rewrite it (after applyCriteria and setWhereClause are called on the VO)?
    Toine"
    Sandra Muller (JHeadstart Team) told me today: "This sounds like a JDeveloper/ADF issue that is not related to JHeadstart. The question is: how can you add a where clause using "OR" if there are already one or more ViewCriteria applied?
    To simplify the test case, you could create a simple ADF BC test client class in a test Model project without JHeadstart (in the test class, use bc4jclient + Ctrl-Enter), in which you first apply a few ViewCriteriaRows to a View Object and also add a where clause.
    Can you please log a TAR at MetaLink ( http://metalink.oracle.com/ ), or ask this question at the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html ? (This what I am doing now ;-))
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting"
    Anyone knowing the answer or am I asking for an enhancement?
    Toine

    Hi,
    Can you SET your whereclause as follows ?
    ('Y' = <isAnd>
    and EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>))
    OR ('N' = <isAnd>
    AND EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> OR <another column in childtable> LIKE '<value supplied by user>))
    )

  • I can remove add trusted devices are used in addition to my password

    i can remove add trusted devices are used in addition to my password in appleid

    Hi hoang32,
    Thanks for visiting Apple Support Communities.
    It sounds like you are wondering about removing or adding trusted devices to use with two-step verification for your Apple ID.
    You can use these steps to remove or add a trusted device:
    As long as you still have your Recovery Key and remember your Apple ID password, you can sign in and add a new trusted device to your account. You can also remove any devices you may have lost, sold, or given away.
    Go to My Apple ID (appleid.apple.com), select "Manage your Apple ID," and sign in.
    On the Verify Your Identity screen, select "Unable to receive messages at any of your devices?"
    In the pop-up window, enter your Recovery Key.
    Then, under "Edit your Apple ID," select Password and Security > Trusted devices > Manage.
    Remove the device you no longer wish to use to verify your identity.
    Either verify another device already listed, or select "Set up Find My iPhone" to add a new trusted device to your list.
    From:
    Apple ID: Can't sign in with two-step verification - Apple Support
    For more help with two-step verification, see the Frequently Asked Questions:
    Frequently asked questions about two-step verification for Apple ID - Apple Support
    Sincerely,
    Jeremy

  • How can I add a percssion instrument using creative sound bank mang

    I have Creative Sound Blaster Li've 24bitHow can I add a percossion instrument using creative sound bank manger. I have a sound font for the Tabla which is an eastern percossion instrument. I want to use it in my MIDIs, But I don't know how. I use the creative sound bank manger and have no proplem with it, but I can't add a percssion. what should I do?

    The link will look similar to
    myPage.php?ID=myVariable

  • Can you add sig to emails using POP3 on N97?

    I set up my email using pop3 account on my N97, can I add a sig to all outgoing emails, or even so it says sent from mobile device etc?
    Thanks
    Solved!
    Go to Solution.

    A bunch of spaces does not equate to a line break. It's just a bunch of spaces that pushes what's on the right of it to the next line ON YOUR PHONE because it's too wide to fit on one line.
    Get rid of the spaces and just type a line break. If you don't know how to do that (believe me, I'm not trying to appear unduly harsh here, I just want to help you help yourself), then please RTFM.
    Message Edited by grschinon on 02-Jul-2009 04:18 PM
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • How can I read a serial port using XCode?

    Hello,
    I'm using an iMac 2009 with Mac OS X 10.6.7. I have a USB to Serial cable and I want to connect a hardware I made using a microprocessor Microchip PIC to my mac. I'd like to read values from the serial port and also write values to it. I'm already able to do this using the Terminal with the following command:
    screen /dev/tty.usbserial 9600
    I'd like to build my own application now. Does anyone could send me any sample code?
    I'm using XCode 3.2.5 and I'm a beginner on XCode.

    I looked at Dev Center for sample code, and I found this link:
    http://developer.apple.com/library/mac/#samplecode/SerialPortSample/Introduction /Intro.html%23//apple_ref/doc/uid/DTS10000454-Intro-DontLinkElementID_2
    I downloaded the sample Xcode project and, when I click on "Build and Run" button, it generates an error with the following message:
    "GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file SerialPortSample.c)"
    Maybe, it occurs because the code is too old (2005). I didn't find any newer sample.
    Could you help me?
    Thank you.

  • How can I add check boxes without using the form widget?

    I would like to use check boxes for our facets for our search engine.  You can see an example below.  Is there anyway to do this without using the form widget?
    PJM - Site Updates

    It is not possible to accomplish this with the Muse's Form Widgets. You may need to look for other online solutions and fetch the source code and add to the Muse page using the Insert HTML feature.
    Cheers,
    Vikas

  • How can i add a table header using DefaultTableModel?

    Im having problems finding examples of creating a table header using the DefaultTableModel. Can anyone point me in the right direction?
    so far i am able to create a table and add rows, but i need the first row to be the header with title and i am not able to do that with this model.
    Below is an excerpt of what i have thus far...
    JTableHeader header = new JTableHeader();
            checkOutTable.setModel(tableModel);
            checkOutTable.setRowSelectionAllowed(true);
    private DefaultTableModel tableModel = new DefaultTableModel(
                new Object [][] {
                        {"Item ID", "Title", "Type", "Serial ID", "Status", "Response", "Print"},
                    new String [] {
                        "TITLE 1", "TITLE 2", "TITLE 3", "TITLE 4", "TITLE 5", "TITLE 6", "TITLE 7"
                ){Class[] types = new Class[] { java.lang.Object.class,
                        java.lang.Object.class, java.lang.Object.class,
                        java.lang.Object.class, java.lang.Object.class,
                        java.lang.Object.class, java.lang.Object.class };
                public Class getColumnClass(int columnIndex) {
                    return types[columnIndex];
                }};

    Use the constructor that takes a Vector of column names and a row count.
    http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/table/DefaultTableModel.html#DefaultTableModel(java.util.Vector,%20int)

  • Can't add a goods receipt using 8.8 DP API.

    Hi,
    I'm having a problem adding a goods receipt using the 8.8 DI API.  It's not based on any document like a PO or production order.  It needs one line.  Here is my code:
                If ItemExists(ItemCode) Then
                    If TotalTime > 0 Then
                        With oGoodsReceipt
                            With .Lines
                                .ItemCode = ItemCode 
                                .Quantity = TotalTime
                                .UnitPrice = GetItemPrice(ItemCode, GetDefPriceList())
                                .WarehouseCode = Warehouse
                                With .UserFields.Fields
                                    .Item("U_NB_EmpID").Value = CStr(EmpID)
                                    .Item("U_NBS_BaseType").Value = ObjectType.ProductionOrder
                                    .Item("U_NBS_BaseEntry").Value = GetDocEntryFromDocNum("OWOR", PdONum)
                                    .Item("U_NBS_BaseLine").Value = PdOLine - 1  'One less than what the user sees on the PdO form.
                                End With
                                If .Count > 0 Then
                                    Err = oGoodsReceipt.Add()
                                End If
                                If Err Then
                                    oCompany.GetLastError(Err, ErrMsg)
                                    Throw New Exception("Function: ReceiveLabor - Error. " & ErrMsg)
                                Else
                                    NewDocEntry = oCompany.GetNewObjectKey
                                End If
                            End With
                        End With
                    Else
                        'Returning Labor
                    End If
                Else
                    Throw New Exception("Function: ReceiveLabor - Error. Item '" & ItemCode & "' is not in the item master.")
                End If
    The error message from SAP Business One is:  "[IGN1.WhsCode][Line: 1], 'Item no is missing'"
    I'm using SP: 00 PL: 04.
    The code looks like it ought to work.  Any ideas?
    Thanks,
    Mike
    Edited by: Mike Angelastro on Jan 4, 2010 10:03 AM

    I solved the problem.  The warehouse was not the correct one.

  • Can't add jpeg signature via use an image?

    We are using Adobe XI Pro and we are unable to place a signature by "Use an Image" and browse to a .jpeg file and import that in. Is there a factory reset for the settings so that we can get that option back.  Seems like the "First time signing" never appears we even tried uninstalling the software and re-installing but still no luck, was wondering if anybody can provide some insight?

    You cannot use a jpeg image for signing.  The written signature must be within a PDF document.  Get a blank sheet of white paper (the brighter the better), and write the signature anywhere on the page.  Scan and save the page as a PDF.  Now, when you click on Use an Image and select this PDF, you'll see the signature appear in the small preview box.  Adobe Acrobat will find the signature on the page and automatically crop it out.

  • How can I add folders to mail, using Hotmail?

    So, I just registered my hotmail to sync, but it only shows the inbox folder.
    I would like it to work just like it does with my iphone 4s or iPad 3 (all my registered mails show the original folders of the mails).
    I have already tried using Microsft Exchange account, but it asks me for a Server Adress which I doesn't know.
    Any help would be great!

    actualy dont dowload Mbox from Fluent Factory, very poor app..... sorry but I've tried and there will never be any support from them when you need to.
    but the good thing is that Hotmail and Outlook.com finally rolled out support for IMAP.
    Incoming Mail Server: imap-mail.outlook.com
    Outgoing Mail Server: smtp-mail.outlook.com
    http://windows.microsoft.com/en-us/windows/outlook/send-receive-from-app
    No more duplication issues once you switch over, and no need for a third party (mBox)software to bridge the missing feature gap.

  • Can you add text to pictures using adobe photoshop touch?

    If so, are you able to use the font "Arial"?

    Hi Kelsey98,
    It is possible to create text over an image but Arial is not one of the fonts included with the app.
    -Dave

  • Can't copy and paste files using RDP session in server 2012

    I'm running windows 8, but I have also verified on a windows 7 machine as well. We have server 2012 installed on a machine
    I use remote desktop to get into. I cannot copy files from my local pc and use paste to get them to the server. I could do this with server 2008. Is there some setting I have to change or does this not work with server 2012?
    FYI, clipboard is checked when I open my remote desktop connection window. If I connect into a win server 2008 r2 machine from the same local machine, I can copy and paste files
    just fine.
    - Michael

    Hi,
    I believe RDS clipboard redirection should be enabled by default also on Windows Server 2012. Is there perhaps is a Group Policy Object active that is configured to disable Clip Board Redirection? Either on the computer or the user OU. If not:
    You did not explicitly state this, but I'm assuming that you are running in Application Mode (meaning you did not install the RD Session Host role) ? If so please check the registry on the Windows Server 2012 destination server and look for:
    HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Winstations\RDP-Tcp\fDisableClip
    this should be set to
    0, to make allow Clipboard Redirection
    Also check the key below:
    HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Addins\Clip Redirector
    This should have: 
    Name
    REG_SZRDPClip
    Type
    REG_DWORD0x00000003
    If you did run the RD Session Host role, and you have done so using a Scenario Based Deployment (Scenario
    Based Deployment of RDS in Windows Server 2012 ) you will have a Remote Desktop Management Service GUI available as pat of the Server Manager with which you can enable or disable ClipBoard Redirection from within a GUI on a Session Collection level
    or you can use PowerShell
    Using Powershell to install, configure and maintain RDS in Windows Server 2012
    Kind regards,
    Freek Berson
    The Microsoft Platform
    Twitter
    Linked-in
    Wortell company website

  • How can I get Quick VPN to use the correct DNS server IP

    Right now it is defaulting to 192.168.x.1 (my RV042) I need it to default to 192.168.x.4 (Domain Controller).  I need to be able to resolve names because remote users will have to log into the domain.  I can not statically assign a DNS server on their machines because they are mobile, will be using WIFI hotspots and or/ wired LAN's at home.
    The rv042 is obviously the router and server1 is the domain controller (also the DNS server for my LAN)
    If I use nslookup to find a host it will default to the rv042 IP, so if I force the server IP in this case I get resolution with 192.168.x.4
    C:\Users\XXXX>nslookup PC1 192.168.x.1
    Server:  rv042.xxxxxxxxxxxx.local
    Address:  192.168.x.1
    ***  rv042.xxxxxxxxxxxx.local can't find PC1: Non-existent domain
    C:\Users\XXXX>nslookup PC1 192.168.x.4
    Server:  server1.xxxxxxxxxxxx.local
    Address:  192.168.x.4
    Name:    PC1.xxxxxxxxxxxx.local
    Address:  192.168.x.5
    C:\Users\XXXX>
    Everything works right if I could just set my DNS server to .4.  I came across many many posts from back as far as 2006 with poeple asking for this feature.  What gives Cisco???      

    One of the first things to check in Mail Preferences, Composing:

  • How can I send email from iPad using someone else's server

    I use the Netspace server but I'm visitng a friend and using her optusnet server for the Internet, however I am unable to send email, even though I can receive it

    Critters222-
    I assume Netspace is your Internet provider.  They may have their mail server set up to only work when you are accessing the server locally from their domain.  I suggest you contact Netspace and ask them what you need to do to send E-Mail to them from other domains.
    Have you been able to send E-Mail from other places?  If so, there might be a firewall problem in Optusnet.  In that case, they may be best able to advise you. 
    Fred
    Message was edited by: Fred*M.

Maybe you are looking for