No access to public repository

When I try to go to http://public-yum.oracle.com/EnterpriseLinux/ I get error 404 (page not found). Anyone else having this issue?

You did not specify what you are trying to accomplish but http://public-yum.oracle.com/repo/ is the root of the public yum repository. You can also check the content of the repo files listed at the main URL for info. However, keep in mind that browsing some of the directories is very resource intensive since they contain many files. Browsing the "latest" directories may not even be feasible and freeze your browser.
There is usually no need to browse the repo files as all available software can be listed and installed using the YUM utility, which is the standard, beside up2date since RHEL5. Using the RPM utility does not resolve software dependencies, in case this is what you have in mind.

Similar Messages

  • WebDAV access to public mime repository

    Hello,
    is there a way to access the public mime repositor ( SAP/PUBLIC/....) via webdav?
    regards
    franz

    Hello everybody, I need help. I have tryed to set up the cFolders and cProjects with webDAV. I followed the "Ramp-Up Knowledge Transfer Setting up the cFolders KM Integration" document and the link:  http://help.sap.com/saphelp_ppm400/helpdata/en/index.htm I followed step by step and I didn´t get the cFolders-System as a repository within KM, so I supose I missed some step, I don´t understand that.
    Can anybody help me please?
    Regards,

  • Ftp and http access over XDB repository is not allowed...

    When I try to execute the following command on a reasonably fresh Oracle 11 installation:
    insert into "XMLTEST" ( "name", "xmlfof" ) values ( 'small', DBMS_XDB.GETCONTENTXMLTYPE('/public/small.xml') );
    -- The schema is correctly registered, the file "small.xml" is in the /public repository folder, the user has every conceivable role and priviledge
    -- http access works fine from a remote location, tried to execute the command on the server and from remote system...
    I get the following error message:
    ORA-31020: Der Vorgang ist nicht zulässig, Ursache: For security reasons, ftp and http access over XDB repository is not allowed on server side ORA-06512: in "XDB.DBMS_XDB", Zeile 1915
    Searching for an answer on the forum didn't produce any concreate explanation... Does anyone have any idea how to solve this problem?

    As it turns out, the XML file contained a reference to a DTD at an external web-site, which caused the problem - it was identical to that described here:
    Re: ORA-31020 when using XML with external DTD or entities
    After removing the reference, everything works perfectly...

  • Error while accessing a public method of applet from javascript.

    Hi,
    I am getting "Object doesn't support this property or method" error
    when accessing a public method of applet from javascript in IE 6 using
    document.applets[0].myMethod();
    The same is working in IE 7.
    Thanks in advance.
    Regards,
    Phanikanth

    I don't know why it happens, but this works for me in both versions:
    <applet ..... name="MyApplet">
    </applet>and in javascript use
    document.MyApplet.myMethod()

  • How do I confiure my router such that my accessing my public ip internally translates to the correct private IP.

    Hi guys,
    I have a problem with my web application. I cannot access it from my internal network using my static public IP (i.e 49.123.456.7). However I can access it from an external network using my static public IP. Is there a way for me to allow access internally as well as externally?
    I am using Cisco 800 series router. Here is my configuration:
    Header 1
    Current configuration : 2549 bytes
    ! Last configuration change at 09:35:38 SGT Thu Oct 18 2012 by xxxxx
    ! NVRAM config last updated at 16:56:45 SGT Wed Oct 17 2012 by xxxxx
    version 15.0
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router01
    boot-start-marker
    boot-end-marker
    no aaa new-model
    memory-size iomem 10
    clock timezone XXX X
    ip source-route
    ip dhcp excluded-address 192.168.1.1 192.168.1.99
    ip dhcp excluded-address 192.168.1.222
    ip dhcp pool NetworkPool
       import all
       network 192.168.1.0 255.255.255.0
       dns-server XXX.XXX.XXX.66 XXX.XXX.XXX.66
       default-router 192.168.1.1
    ip cef
    no ip domain lookup
    ip domain name nacache1.m1net.com.sg
    ip name-server XXX.XXX.XXX.66
    ip name-server XXX.XXX.XXX.66
    login block-for 30 attempts 5 within 10
    login delay 3
    login quiet-mode access-class 23
    no ipv6 cef
    license udi pid CISCOXXX-XXX sn XXXXXXXXXXX
    username admin privilege 15 secret X ************************.jgis1
    policy-map NGNBN
    class class-default
      set cos 1
    interface FastEthernet0
    interface FastEthernet1
    interface FastEthernet2
    interface FastEthernet3
    interface FastEthernet4
    no ip address
    duplex auto
    speed auto
    interface FastEthernet4.1103
    description WAN_Link_100MbpsFibreBiz
    encapsulation dot1Q 1103
    ip address dhcp
    ip nat outside
    ip virtual-reassembly
    no cdp enable
    service-policy output NGNBN
    interface Vlan1
    description LocalLAN
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list NAT_Addresses interface FastEthernet4.1103 overload
    ip nat inside source static tcp 192.168.1.198 80 49.123.456.7 80 extendable
    ip nat inside source static tcp 192.168.1.198 443 49.123.456.7 443 extendable
    ip nat inside source static tcp 192.168.1.198 8090 49.123.456.7 8090 extendable
    ip access-list extended NAT_Addresses
    permit ip 192.168.1.0 0.0.0.255 any
    access-list 23 remark ** Managment_Segment **
    access-list 23 permit XXX.XXX.0.0 0.0.0.255
    access-list 23 permit XXX.XXX.XXX.0 0.0.0.255
    access-list 23 permit XXX.XXX.XXX.0 0.0.0.255
    access-list 23 permit XXX.XXX.XXX.0 0.0.0.255
    access-list 23 permit 192.168.1.0 0.0.0.255
    control-plane
    line con 0
    privilege level 15
    login local
    no modem enable
    line aux 0
    line vty 0 4
    access-class 23 in
    privilege level 15
    login local
    scheduler max-task-time 5000
    ntp server XX.XXX.XXX.1 prefer
    ntp server XXX.XXX.XXX.81
    end
    Any help and suggestions will be appreciated
    Regards,
    Adeeb

    Hi Francesco,
    Thanks for your reply, but your solution cannot solve my problem.
    Here is many router show run again:
    User Access Verification
    Username: xxxxxx
    Password:
    RP_Router01#show run
    Building configuration...
    Current configuration : 2520 bytes
    ! Last configuration change at 12:29:38 SGT Fri Oct 19 2012 by xxxxxx
    ! NVRAM config last updated at 12:34:16 SGT Fri Oct 19 2012 by xxxxxx
    version 15.0
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname RP_Router01
    boot-start-marker
    boot-end-marker
    no aaa new-model
    memory-size iomem 10
    clock timezone XXX X
    ip source-route
    ip dhcp excluded-address 192.168.1.1 192.168.1.99
    ip dhcp excluded-address 192.168.1.222
    ip dhcp pool NetworkPool
       import all
       network 192.168.1.0 255.255.255.0
       dns-server XXX.XXX.XXX.66 XXX.XXX.XXX.66
       default-router 192.168.1.1
    ip cef
    no ip domain lookup
    ip domain name XXXXX.XXXXX.com.XX
    ip name-server XXX.XXX.XXX.66
    ip name-server XXX.XXX.XXX.66
    login block-for 30 attempts 5 within 10
    login delay 3
    login quiet-mode access-class 23
    no ipv6 cef
    license udi pid CISCOXXX-XXX sn XXXXXXXXXXX
    username admin privilege 15 secret X ************************.jgis1
    policy-map NGNBN
    class class-default
      set cos 1
    interface FastEthernet0
    interface FastEthernet1
    interface FastEthernet2
    interface FastEthernet3
    interface FastEthernet4
    no ip address
    duplex auto
    speed auto
    interface FastEthernet4.1103
    description WAN_Link_100MbpsFibreBiz
    encapsulation dot1Q 1103
    ip address dhcp
    ip nat enable
    ip virtual-reassembly
    no cdp enable
    service-policy output NGNBN
    interface Vlan1
    description LocalLAN
    ip address 192.168.1.1 255.255.255.0
    ip nat enable
    ip virtual-reassembly
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat source list NAT_Addresses interface FastEthernet4.1103 overload
    ip nat source static tcp 192.168.1.198 80 49.123.456.7 80 extendable
    ip nat source static tcp 192.168.1.198 443 49.123.456.7 443 extendable
    ip nat source static tcp 192.168.1.198 8090 49.123.456.7 8090 extendable
    ip access-list extended NAT_Addresses
    permit ip 192.168.1.0 0.0.0.255 any
    access-list 23 remark ** Managment_Segment **
    access-list 23 permit XXX.XXX.0.0 0.0.0.255
    access-list 23 permit XXX.XXX.XXX.0 0.0.0.255
    access-list 23 permit XXX.XXX.XXX.0 0.0.0.255
    access-list 23 permit XXX.XXX.XXX.0 0.0.0.255
    access-list 23 permit 192.168.1.0 0.0.0.255
    control-plane
    line con 0
    privilege level 15
    login local
    no modem enable
    line aux 0
    line vty 0 4
    access-class 23 in
    privilege level 15
    login local
    scheduler max-task-time 5000
    ntp server XXX.XXX.XXX.1 prefer
    ntp server XXX.XXX.XXX.81
    end
    I was following exactly your command but no idea why still cannot access my public static IP 49.123.456.7 from local network.
    Regards,
    Adeeb

  • Is there any way (API ?) to access the UDS repository directly ...?

    This is probably reviving some older thread from way back in 1998 when similar questions where asked ...
    I am working on a program of my own (writing it in Borland Delphi), and I would like to have access to the Repository.
    One way I could think of is through the command line tools (like FScript) that come with UDS . However, I figure that there must e an 'easier' way to access the repository and retrieving/storing information.
    In one of the old threads I saw that an API would become available in v4 ...
    Alas ... no v4 ever saw the light. Instead of v4, the boys and girls of IPlanet/Sun went straight to v5 (and renamed their product from Forte to UDS).
    I can't find the API (documentation) mentioned above ...
    Does any of you guys out there have any information or, even better, examples on how to achieve access to the repository from a non-Forte application.
    If I could get this to work it would mean a huge (and that should be written HUGE) step forward in reaching my goal ...
    Hansz

    Of course there is an API to repository objects, and the SUN/iPlanet people are using it. Also in past times Forte-partners have used it. You can see the classes when you set certain cfg. flags. The problem is, there is no documentation about that API provided by SUN. If you find an expert within the community (who is not bound by a non disclosure ), it will be rather easy to set up C++ wrappers to integrate with an external (non TOOL) application.
    We feel a need for documented access to the repository objects as well, as that would make several tasks of development automatization and integration with other development tools (Forte for JAVA e.g.) more straight forward.

  • Accessing a public array from extra class.

    I am trying to access a public array that I declared in my main class from a separate class. I am a bit confused about why this is not working.
    The method search in the extra class is called in the extra class in part one of the nextKeystream method. How can I get it to use the int array "key". That I declared in the MainSolitaireDriver?
    Thanks
    My main class:
    import java.util.*;
    import java.io.*;
    import java.util.Scanner;
    public class MainSolitaireDriver
       int pcount = 0;
       public int[] key = new int[26];    
       public MainSolitaireDriver()
           getValues();
            public void getValues()
                try
                    Scanner inFile = new  Scanner(new File("input.txt"));
                    for (int counter = 0; counter < key.length; counter++ )
                        key[counter]= inFile.nextInt();
                        System.out.print(key[counter]+" ");
                catch(FileNotFoundException e )
                e.printStackTrace();
                System.err.print("Failure- File Not Found");
         public static void main (String[] args)
                /*String whereInTheWorldMyFileShouldBe = new File("input.txt").getAbsolutePath();
    System.out.println(whereInTheWorldMyFileShouldBe); */
    }My extra class:
    public class Solitaire
         private Deck deck;
         *  Initialize the deck from the current key deck ordering.
         public Solitaire (int[] shuffle)
              deck = new Deck(shuffle);
            public void getArray(int[] Array)
            public int search(int [] span, int target)
                for (int indexcount = 0; indexcount < span.length; indexcount++)
                    if (span[indexcount]==target)
                        return indexcount;
            public void getArray(int[] a)
         *  Returns the next keystream generated by the Solitaire  Algorithm
         public int nextKeystream()
              // Step one: Move Joker A one card down.
                    int jokerAindex = search(MainSolitaireDriver(key), 27);
                    System.out.print(jokerAindex);
              // Step two: Move Joker B two cards down.
              // Step three: Perform a triple cut.
              // Step four: Perform a count cut.
              // Step five: Find the output card.
              return 0;
         *  Returns the ciphertext corresponding to the specified
       *  plaintext, according to the current key deck ordering.
         public String encrypt(String plaintext)
              return "";
         *  Returns the plaintext corresponding to the specified
       *  ciphertext, according to the current key deck ordering.
         public String decrypt(String ciphertext)
              return "";
    }

    Main Class
    import java.util.*;
    import java.io.*;
    import java.util.Scanner;
    public class MainSolitaireDriver
       int pcount = 0;
       public int[] key = new int[26];    
       public MainSolitaireDriver()
           getValues();
            public void getValues()
                try
                    Scanner inFile = new  Scanner(new File("input.txt"));
                    for (int counter = 0; counter < key.length; counter++ )
                        key[counter]= inFile.nextInt();
                        System.out.print(key[counter]+" ");
                catch(FileNotFoundException e )
                e.printStackTrace();
                System.err.print("Failure- File Not Found");
         public static void main (String[] args)
                /*String whereInTheWorldMyFileShouldBe = new File("input.txt").getAbsolutePath();
    System.out.println(whereInTheWorldMyFileShouldBe); */
    }Solitaire Class (not main)
    public class Solitaire
         private Deck deck;
         *  Initialize the deck from the current key deck ordering.
         public Solitaire (int[] shuffle)
              deck = new Deck(shuffle);
            public void getArray(int[] Array)
            public int search(int [] span, int target)
                for (int indexcount = 0; indexcount < span.length; indexcount++)
                    if (span[indexcount]==target)
                        return indexcount;
            public void getArray(int[] a)
         *  Returns the next keystream generated by the Solitaire  Algorithm
         public int nextKeystream()
              // Step one: Move Joker A one card down.
                    int jokerAindex = search(MainSolitaireDriver.key, 27);
                    System.out.print(jokerAindex);
              // Step two: Move Joker B two cards down.
              // Step three: Perform a triple cut.
              // Step four: Perform a count cut.
              // Step five: Find the output card.
              return 0;
         *  Returns the ciphertext corresponding to the specified
       *  plaintext, according to the current key deck ordering.
         public String encrypt(String plaintext)
              return "";
         *  Returns the plaintext corresponding to the specified
       *  ciphertext, according to the current key deck ordering.
         public String decrypt(String ciphertext)
              return "";
    }

  • Error accessing constnt public attribute of a class in an overwrite method.

    Hi Gurus,
    I am facing an error while accessing a constant public attribute while using it in the overwrite-exit of a methods.
    The constant which is declared as public in the attribute section of the class is not available in the overwrite-exit of the method.
    Please suggest me how to access the public attributes in the overwtire exits of the methods.
    Thanks.

    Hi Ramneek,
    Let me explain you the entire scenario:
    Actually we are trying to ehance the SAP standard class : CL_FITV_POWL_FEEDER_TRIPS in ECC 6.0 EHP 5 .
    We tried to create and overwrite-exit of the method "IF_POWL_FEEDER~GET_ACTIONS".
    Overwrite-exit of a method is just like a method which will be called instead of the standard method : IF_POWL_FEEDER~GET_ACTIONS.
    But the problem which we are facing here is that the Attributes which are defined in the class CL_FITV_POWL_FEEDER_TRIPS,  are getting accessed from the overwrite-exit method.
    Becuase of this we are not able to implement our custom logic.

  • Trying to access our public library's ebooks. Downloaded the software, but am getting an error saying: Current version of MP Security is 2.5.0.0 and I need 2.

    Trying to access our public library's ebooks. Downloaded the software,(Overdrive Media Console) but am getting an error saying: Current version of MP Security is 2.5.0.0 and I need 2.5.0.1. How do I do that so I can read the ebooks? People have suggested to use IE but I much prefer Firefox HELP!

    Try updating the Media Player while using Internet Explorer. The Windows Updates site uses ActiveX to perform its' functions. Firefox doesn't support ActiveX.

  • *WARNING* messages IcmJ2EEScheduleFunc: Cannot access "/sap/public/icman"

    Hi all,
    Anyone encountered the following error messages in the dev_icm tracefile?
    WARNING => IcmJ2EEScheduleFunc: Cannot access "/sap/public/icman" with protocol "HTTPS" on AppServer - please check node in TA sicf
    Some info:
    The service /sap/public/icman is not active.
    No J2EE engine is installed.
    Any suggestions?
    Best regards,
    -Chung.

    Yes, i have something like it too:
    IcmJ2EEScheduleFunc: Cannot access "/sap/public/icman" on AppServer - please check node in TA sicf [icxxman_mt.c 1872]
    Same kind of config, it is a R/3 4.7 ext.200  system without any J2EE stuff on it (as far as i know).
    Also it runs on SuSE Linux Enterprise Server 8.2 and MaxDB/SAPDB.
    Am looking for a clue as well
    Anyone?

  • An error occurred while accessing the content repository from JDeveloper

    Hello,
    I'm using Jdeveloper Studio Edition Version 11.1.1.5.0
    I created Content Repository conection, following:
    RIDC Socket Type: socket
    Server hostname: localhost
    Content Server Listener Port: 4444
    Executing "Teste Connection" result "Success!"
    But, trying connect, I receive:
    oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic listFolder
    An error occurred while accessing the content repository.
    and when I login to my portal and go to administration page, then I am getting this error
    "Messages for this page are listed below.
    Could not retrieve members from policy store.
    and when I go to services tab then i am getting this error "The Documents service is unavailable.
    Error contacting the content repository."
    Please help me to resolve this problem.
    Thank You,
    Muhammad Nasir

    can anybody help me to resolve this issue please.

  • Cross-forest access to public folders Exchange 2013-2007

    Dear.
    We have an Exchange 2007 org in one forest and an Exchange 2013 org in another forest.
    User accounts remain in the 2007 AD, mailbox moved to Exchange 2013 in the other forest, so a linked mailbox.
    What do I need to do in the Exchange 2007 public folders to give the migrated mailboxes (not migrated users) access to these public folders?
    Thanks for the support.
    Regards.
    Peter Van Keymeulen, IT Infrastructure Solution Architect, www.edeconsulting.be

    Hi Stephen,<o:p></o:p>
    <o:p> </o:p>
    Do you have trust between Exchange 2007 forest and Exchange 2013 forest? Please set up a trust between the two forests. Then set the public folder client  permission
    to see if we can access the
    public folders.<o:p></o:p>
    <o:p> </o:p>
    If not, since Public folder cross forest migration is not supported in from an Exchange 2007/2010 forest to an exchange 2013 forest, refer to forum:
    http://social.technet.microsoft.com/Forums/office/en-US/51da1b97-fbb1-4f81-87da-c3370960c4ab/crossforest-public-folder-migration?forum=exchangesvrdeploy
    http://social.technet.microsoft.com/Forums/office/en-US/663f0dc3-a977-408a-93c7-94584fbefc62/public-folder-issue-cross-forest-migration-exchange-2010-to-2013?forum=exchangesvrdeploy
    <o:p></o:p>
    Title: Migrate Public Folders to Exchange 2013 From Previous Versions<o:p></o:p>
    Link:
    http://technet.microsoft.com/en-us/library/jj150486(v=exchg.150).aspx<o:p></o:p>
    <o:p> </o:p>
    So for public folder migration,
    the only supported path is cross forest 2007/2010 to 2007/2010 and then inter forest 2007/010 to 2013. Or
    we can first export all the public folder to PST from the Exchange 2007 forest, then import the PST to the Exchange 2013 forest.
    <o:p></o:p>
    Regards, Eric Zou

  • User Access to Public Folders Disappearing (Outlook 2013)

    I have one particular user who is losing access to public folders in Outlook 2013.  I have found that going to
    File > Account Settings > Account Settings > Email [TAB] > Repair... and then following through that dialog temporarily restores public folder access after restarting Outlook.  However, once Outlook is restarted
    for 30-60 seconds, the public folders disappear again. This is only happening for this one user.  They receive their public folder permissions via group membership.  Other group members report no such issue. I had another user with identical permissions
    log into the same workstation and they again had no issue.
    What could be causing this? This is a particularly bothersome problem since this user happens to be the office scheduler and the calendar they schedule on is public (which, thanks to reduced functionality in Exchange 2013, is no longer accessible in OWA).
    Tech specs: Exchange 2013 CU5 accessed from Outlook 2013 running on Windows 8.1 Update.  Outlook did not log any events during the time when public folders were dropped, nor are there any network connectivity issues being logged.
    Any ideas for resolving this?

    Hi,
    Please check the connection status for Outlook.
    Press the CTRL key and right-click the Outlook icon in the notification area, then select Connection Status.
    Please run the command get-mailbox administrator | fl defaul* to check the default public folder mailbox for this affected user.
    Do you have mail-enabled public folders? If you have mail-enabled public folders, you can check if this user can view public folders in OWA.
    If possible, please re-add the public folder permissions for this user to check result.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • How to access the XDB-Repository through iAS

    It is easy to access the XDB repository on a database server directly using http or ftp.
    However, since our database server is behind a firewall we need to access the XDB repository through our Oracle Internet application server (iAS 9i) which is situated outside the firewall. Does anyone know how to do this? Any hint is greatly appreciated; unfortunately nobody answers to this question in the iAS forum.
    We access a PSP-application on the database-server through the iAS-server using a DAD defined on the IAS-server. The XDB repository probably needs another access proceeding.
    Our environement:
    iAS 9.2 (Solaris)
    Oracle 9.2.0.4 (Solaris)
    Thank you very much for any help
    Dirk Schmatz

    Hi there,
    This question is exactly what I would like to ask. Can someone answer this question please!!!
    Regards,
    SIM

  • API To Access oracle device repository(RequestFactory)

    Hi,
    I am newbie to Oracle AS Wireless and am trying to use the Oracle AS wireless Device repository..
    I have downloaded Oracle AS 10g (10.1.3.0), i was not able to find the wireless folder under the application server home folder, thereafter i downloaded WDK (wdk101200.zip). I have installed this also.
    Now i am tring to use the device API as suggested in the PDF document b10948.pdf (section 9.3.6, page 9-23),
    Device device = RequestFactory.lookupRequest();
    DeviceV2 devicev2 = device.getDeviceV2();
    I am not able to find the RequestFactory class in any of the JAR files present, i was able to find the Device and DeviceV2 classes in wskserver.jar file (present in WDK_HOME\wireless\lib folder).
    Please let me know if i am on the correct track regarding the API being used to access the device repository and also if so, where to find the RequestFactory class..
    Thanks in advance for the help.
    Regards
    Vijahat

    Dear,
    you have to download Oracle AS 10g (10.1.2.0) not Oracle AS 10g (10.1.3.0).
    Regards

Maybe you are looking for