Web Services on Server 4 - Home page links not working

We have recently upgraded our server to Server 4.
We use the "Home Page" of the default web server as a starting point for access to web enabled services on the server - so Wiki, web version of Calendar, User Password setting etc.
Back in Server 2 this page came preconfigured with a grid of icons you could click on to get to these services. 
I'm not sure what you get in Server 3 or Server 4, but our start page has remained the same ever since.  However since the upgrade, we've noticed the behaviour of the buttons on the screen has changed - so now when you click on (say) the Wiki button, all that happens is the page reloads - you no longer go to the Wiki.
If you click on the drop-down menu under the button in top left of the window and choose the same option from there, the wiki (or whatever) opens OK.
I'd like to fix the function of the buttons on the home page - but the option to edit this page is severely constrained by the Wiki system itself: Apple use some kind of Javascript call linked to the default buttons to open the service, but you can't edit this via the wiki editor.  As the page itself is a database entry in the database driving the Wiki, you can't go and edit the source HTML for the page either.
Does anyone know how to fix this?  Or maybe how to force the Wiki system to revert to the Server4 equivalent of the 'default' home page?  I'm wondering if somewhere between Server 2 and Server 4 the javascript libraries loaded by Wiki have changed and so the buttons no longer function due to missing libraries or something.
Anyhow - any help with this would be most welcome.  Thanks in advance!

Hi Jeff. You've got a GoToLink action on the home page that's pointing to a page with this name:
Elaine's Blog Page.html
The spaces aren't really valid (or at least ideal) for a file name, but what's really causing the problems is the apostrophe. It's causing a JavaScript error on the page, which prevents any of the actions from working. To fix it, you'd need to either remove the apostrophe from the page's name (and make sure to re-link it in the Actions palette), or escape the apostrophe with a backslash in the Actions palette like:
Elaine\'s Blog Page.html

Similar Messages

  • Web page links not working

    all links on this page do not work. http://www.oracle.com/webapps/dialogue/dlgpage.jsp

    This is not a valid URL. What is the link you are referring to, and where is it located?
    Cheers, OTN

  • Iweb: Why do navigation bar page links not work live when published?

    Why do the navigation bar page hyperlinks not work when site is published? There are no objects or boxes over. Works fine until published live. Help!!!

    this image: http://extravorganza-events.com/extravorganza/Home_files/droppedImage.png
    has a large transparency section above the visible (lower section), crop off the transparency section.

  • Error when calling a web service in PLSQL, "the page could not be displayed

    Hi, I have a simple web service based on a function returning the name of the employee, I tested it against the standalone oc4j instance and it's working fine, but when I try to call it from PLSQL the error "the page could not be displayed" appears.
    What am I doing wrong?
    CREATE OR REPLACE package body p_call_ws is
    function f_query_ws( pIp varchar2 default '100') return varchar2 is
    v_wsresponse varchar2(2000) := null;
    begin
    utl_http.set_proxy('pccproxy', NULL);
    select utl_http.request( 'http://localhost:8888/ws/wsemp?invoke=pNombre&pId='||pIp)
    into v_wsresponse
    from dual;
    return(v_wsresponse);
    end f_query_ws;
    procedure p_call is
    v_wsresponse varchar2(2000) := null;
    begin
    v_wsresponse := f_query_ws('100');
    dbms_output.put_line(v_wsresponse);
    end p_call;
    end p_call_ws;
    =====================
    Whe I call the function in SQLPLUS> select p_call_ws.f_query_ws from dual;
    The output generated is
    Problem-->The page cannot be displayed

    Sorry I cannot help with this utility. What is your database version? In 10.1 and later, the recommended way is using JPublisher. Download JPublisher 10.2 and the webservice callout utility.
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    http://www.oracle.com/technology/sample_code/tech/java/jsp/dbwebservices.html

  • Multiple Home Page settings not working in Server 2008 R2

    I have Windows Server 2008 R2 as a DC & ADC is same 2008 R2 server both with SP1 with IE 11 installed 
    other Group policies are there & running well.
    I had setup two home pages but on user machines its showing & running only one Primary home page.
    I have one my intranet site & another home page is our website.
    I have enable "Disable changing Primary Home page" & kept my intranet page there.
    I have enable "Disable changing Secondary Home page" & kept my website page there.
    After gpupdate I can see only one page in users Internet settings. My website page is not at all loading !!!
    Scenario 2 :-
    I have selected not configured option for "Disable changing Primary Home page" & apply.
    I have enable "Disable changing Secondary Home page" and kept Both Intranet & my website page address there.
    after Gpupdate its loading 3 pages. Twice same intranet page & one website page.
    In group policy configured only two & loading 3 pages?
    I need it must show only two pages. Tried all the ways & seems frustrating with Windows Server 2008 R2 Group Policy.
    Does anyone succeeded in the multiple home i.e. must load Only TWO pages in the IE browser via Group policy.
    All users have 64 bit Windows 7 OS with IE 10 & IE 11 browser installed & updated. Servers has IE 11  
     

    Hi,
    As suggested by Martin, the easy way to do this is GPP.
    >>I have selected not configured option for "Disable changing Primary Home page" & apply.
    >>I have enable "Disable changing Secondary Home page" and kept Both Intranet & my website page address there.
    Before going further, we should set both these settings as Not Configured. Then we go to
    User Configuration\Preferences\Control Panel Settings\Internet Settings.
    After creating a new Internet Settings item, we can configure the homepages in the blank on the
    General tab. Note: to make the settings effective, we need to press
    F5 to make the line under the blank green. At last, we can run
    gpupdate/force to refresh the policy.
    Best regards,
    Frank Shen

  • Web service proxy and data control are not working properly

    Hi,
    I am working on jDeveloper 11.1.1.6
    I have a SOA web service which requires 3 inputs and return with a set of data.
    When I tried testing that web service in soapUI it is working perfect. But when I have created a web service proxy in my application and trying to test it from class (*******_ptClient) main method everytime it is replying with the output null
    Also When I am requesting from the main method SOA is getting proper input (which I am providing in the main method) and SOA is returning proper output I have checked the SOA instance in em. So there is no problem in SOA side.
    After that I have created web service data control and tested in that case also it is not showing any result.
    What could be the problem ?
    Please help.
    Thanks
    --NavinK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Shay Shmeltzer,
    Thanks for the reply.
    I tried in HTTP Analyzer in JDeveloper and there also it is not working. My concern is :-
    There are many other web services deployed on the same SOA server in same partition and they are working fine in HTTP analyzer and I am able to create and use the web service proxy as well. So as per my understanding there is nothing like network issues between SOA server and jDeveloper.
    1 more thing When I am creating the proxy for this web service and requesting from the proxy's main method SOA is getting proper input (which I am providing in the main method) and SOA is returning proper output I have checked the SOA instance in em. So there is no problem in SOA side. The problem is jDeveloper is not able to get back that response which SOA is returning.
    Please Help.
    -- NavinK

  • The giant seach bar in the center of the home page does not work, what is this for? also under it is a bar with no title?

    there is a search bar in the middle of the home page, I tried using it and it does not work. what is this for?

    Battery does not appear to charge
    Important: iPod touch cannot be charged with a FireWire-based power source.
    Verify that the power source being used is working properly.
    If connecting to a computer's USB port, verify it is a high-powered USB 2.0 port. Note: The USB ports on most keyboards don't provide enough power, so if you're connecting iPod touch to a keyboard, make sure it has a high-powered USB 2.0 port.
    Verify the computer is turned on and not in sleep or standby mode. If iPod touch is connected to a computer that's not turned on or is in sleep or standby mode, the iPod touch battery may drain.
    Try another USB port.
    Try charging from a USB charger if available.
    If that does not help, try another USB cable if available.
    Learn more about charging the battery.
    The Home button isn't working
    Put the iPod Touch to sleep.
    Wait a couple of seconds.
    Press the Home button.
    iPod Touch should wake up.
    If iPod Touch does not wake up, then iPod Touch should be serviced.
    Resources for Service
    http://support.apple.com/kb/he57
    https://selfsolve.apple.com

  • Setting the home page will not work

    I have tried all your suggestions in setting my home page and it does not work. What else can I do?

    This link may help - https://support.mozilla.com/kb/Preferences+are+not+saved

  • Deploy PLSQL web services on weblogic for 11g-URI not working

    Dear all,
    Scenario:
    Using JDeveloper I deployed a web service from a PLSQL package to a war file. After that I deployed that war file on a weblogic (10.3.5) server manually not by using JDeveloper.
    The deployment of the admin on the admin server is successfully done. While testing the application on the server itself again successful.
    Problem:
    But having an issue while trying to do the same using the URL giving in the application server.
    404 -Not Found error is coming up.
    Solutions tried so far:
    Tried putting a html file to the created application in order to get the  job done- Did not work out
    Please I have no idea how to proceed. Quick responses are much appreciated.
    Thank you

    Hi. The [Service]-mapping.xml file is a standard "JAX-RPC mapping file" according the JSR-109 spec and WebLogic 9.2 doc ([1],[2]). That's the file that references the class. Here's a fragment:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
    <package-mapping>
    <package-type>co.com.acme.services</package-type>
    <namespaceURI>urn:Service/types</namespaceURI>
    </package-mapping>
    <package-mapping>
    <package-type>co.com.acme.services</package-type>
    <namespaceURI>urn:Services/wsdl</namespaceURI>
    </package-mapping>
    <java-xml-type-mapping>
    <java-type>co.com.acme.services.ServiceSEI_serviceOperation_RequestStruct</java-type>
    <root-type-qname xmlns:typeNS="urn:Service/types">typeNS:serviceOperation</root-type-qname>
    <qname-scope>complexType</qname-scope>
    <variable-mapping>
    <java-variable-name>String_1</java-variable-name>
    <xml-element-name>String_1</xml-element-name>
    </variable-mapping>
    </java-xml-type-mapping>
    I'll take a look at the ant task.
    Thank you very much.
    [1]http://download.oracle.com/otndocs/jcp/websvcs-1.0-fr-spec-oth-JSpec/
    [2]http://otndnld.oracle.co.jp/document/products/wls/docs92/webserv/jsr109.html

  • Some page links not working when I publish iweb site to desktop folder?

    I just created a photo website using iweb. All the links to pages, etc. work fine in the programme but when I go to publish it to folder to check it on a web page some of the page links don't work?
    Any help would be greatly appreciated!
    - Ricky

    Even though you have deactivated the iWeb navigation menu, the navigation layer still exists and is blocking your custom links. Open the Inspector Page tab and try changing the value for Header Height to zero. See if this does anything for you. If not, then try increasing the Header Height value incrementally. This pushes the navigation layer down your page and maybe out of the way of your custom links.
    Of course, there is also the question of whether you custom links are placed on the page as a header element or as a regular page element. You can put elements into the header or footer layers by holding down the Apple key while dragging the elements until you see the header/footer outline highlight in blue.
    If your custom links are header elements, then increasing the header height to push the navigation layer down will probably help. If your custom links are page elements, then decreasing the header height to zero might be more likely to help.

  • Access Connections "Override home page" does not work with Google Chrome

    I have different homepages set up for home and work locations within Access Connections.  These work fine with Windows Internet Explorer 9 and with Mozilla Firefox 16.  However, with Google Chrome 23 (my preferred browser), Access Connections does not override the home page.  Since that section in Access Connections is entitled "Customize Internet Explorer, Firefox Browser or Google Chrome", it ought to work...
    I am using a T520 with Windows 7 Professional 64 bit.

    If Chrome does't display your webpages, then contact Google about it.
    And for solutions, why not click a link at the right.
    This one seems to have the answer :
    https://discussions.apple.com/message/15096460#15096460
    And  provide a link.

  • Web Service Call with Basic Authentication does not work

    If I try to use Basic Authentication in my Web Service Client with the automatically created methods
    setUsername(inUserName)
    setPassword(inPassword)
    setAddress(inAddress)
    the application does not make a call. Did I forget something?
    Is it possible to use "Test Method" with Basic Authentication?
    Thank you.

    Thank you for your answer.
    But: I already read this article. And it doesn't help me.
    I use the following code:
                getMyServiceClient1().setUsername(inUserName);
                getMyServiceClient1().setPassword(inPassword);With this code I always get a java.lang.NullPointerException.
    The methods setUsername and setPassword are definded as follows:
    public void setUsername(String inUserName) {
            myStub._setProperty(Stub.USERNAME_PROPERTY, inUserName);
      public void setPassword(String inPassword) {
            myStub._setProperty(Stub.PASSWORD_PROPERTY, inPassword);
      }But if I look at the methods which are generated automatically by Sun Java Studio Creator I cannot find _setProperty.
    I also found this thread in your forum:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=54773

  • BI Web services - Prompts with 'OR' condition are not working

    Hi Gurus
    I am using BIWS to build my Xcelsius dashboards . When i building a webservice from webi report having two data providers named fact & dim and i merging two data providers and the result i am using in a report.
    The Fact data providers contains a query filters with 'OR' conditions applied in it.
    when i test this webservice with the values it always displaying the last refreshed instance of report even i purge the data before building web service.
    Could you please let me know is any one faced this issue. I am using Webi rich client 12.3.1 version
    Note *: The web service works fine if i am using query filters with  'AND'  condition.
    Kindly check this do the needful
    Cheers
    Karun

    Hai
    Check this
    Re: Web Intelligence BI Web Services and Xcelsius
    http://everythingxcelsius.com/xcelsius-training/xcelsius-and-business-intelligence-web-services-biws/3642
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00536d65-f9cf-2e10-0eaa-f3346306dc1a
    http://www.asug.com/CalendarEventDetails/tabid/150/eventid/2509/Default.aspx
    http://www.forumtopics.com/busobj/viewtopic.php?p=819152

  • Home page button not working right on my iPad 2

    Does anyone has problems with the home page button?

    Hi everyone,
    I also had the same problem like less than a month after I purchased my iPad 2. I used to think that it was due to the iOS update to 4.3.x, as I got mine out of the box with the version prior to that, and didn't have problems before I updated.
    However, it could also be that the home button pad had accummulated oil/dirt from our thumbs, which get in the way of it working properly.
    Here's what I did:
    1. Turned off my iPad2.
    2. Wet my thumb with alcohol (not too wet, say a drop or two), and pressed down on the home button and rubbed the alcohol in in a circular motion. The idea is to let the alcohol break down the oil and dirt.
    3. Wiped the home button thoroughly with a clean cloth (i dont recommend tissue or cotton as it might leave residue that could again 'clog' the inside perimeter of the home button.
    Before I did that, my home button was responding in around 1 click out of 20-30 tries. After cleaning, the home button now responds in 9 out of 10 presses.
    Let us know if you try and find that this works for you as well.

  • Iweb page links not working??

    HELP!! I am very new to MAC and even newer to IWEB.
    I have tried making a website, and part way through decided to delete the welcome page and add a new welcome page. Now for some reason the page links are not working on the welcome page??
    Please help

    Welcome to the Apple Discussions. Are you referring to the links in the navbar? Try using the File->Publish All to MobileMe menu option. Also make sure there are no items that are overlapping the navbar area.
    OT

Maybe you are looking for