Problem with websites

ok so when I first setup osx server the websites worked as far as accessing the profile manager.   But I change access type to allow vpn, which is why I got this.  Now I cant click on profile can it just says safari cannot connect.  but typing in localhost in safari will bring up the website for welcome to osx server.  Then I seem to be able to get into profile manager.
What am I missing?  I am new to this and just bought osx server essentials 10.9 book to try and figure this out.
thanks

Start by confirming DNS.
On the server, launch Terminal.app from Applications > Utilities and issue the following harmless, no-changes-made network diagnostic command:
sudo changeip -checkhostname
That'll require an administrative password, might generate a one-time informational message for the sudo, will then display some network information, and then an indication that no changes are required, or that changes are required.
If you're eventually planning on exposing parts of your network to the Internet, I'd strongly encourage you to get out of .private and to stay out of .local for your server, and use a real and registered domain name, and I'd also strongly encourage staying out of the 192.168.0.0/24 and 192.168.1.0/24 due to their common use across many networks; VPNs are based on IP routing, and IP routing doesn't work well when the same subnets are present on both ends of the VPN.  Move into a different subnet in the 192.168.0.0/16, 172.16.0.0/12, or 10.0.0.0/8 private blocks.

Similar Messages

  • Multiple Problems with website

    Hi, I've recently created my second website in Dreamweaver which was a friend who has a bed and breakfast www.snowatthebarn.co.uk
    However I have various problems with it:
    1. The site looks fine in Safari/Firefox but on some computers which run Internet Explorer the Divs at the top of the page are all jumbled up and the text overlaps. I've posted the html for the index page and the code for the attached external style sheet at the bottom of this list of questions. Does anyone have any idea where I am going wrong? I've also attached a screenshot of what it looks like.
    2. I've tried googling the website and when I use certain keywords the site is listed but for some reason there is no blue title to click on - just the url at the bottom - again I've attached a screenshot. Can anyone see anything missing in my code which is causing this?
    3.The bed and breakfast/guest house is in a small village called Marshfield in South West England. There are probably only 2 or 3 other guest houses in the village. However when I google 'bed and breakfast marshfield' the site isn't listed until the 4th, 5th or 6th pages (depending on search terms). i have included a list of keywords in my code just after the head tag. Does anyone know why the site is comming down so low in the listings? I don't think he has any links to the site yet but surely the site should come up on the first or second page despite this?
    4. Further to the question above - there is a Marshfield in America - a lot of American sites are comming up before the site that I created. Should mine not be given priority for people searching in the UK since it has a co.uk name? I see that the two or three other bed and breakfasts in the village come up first and second when searching for 'bed and breakfast marshfiled'
    5.I have put a google map into his website in the 'Directions' page. However, despite listing his business with google maps, there is no pointer on the map. When I log into the google account I created for him and go to 'Maps' it shows his business marked on the map with a pointer but when I search in google there is no pointer. Any ideas what I need to do to get this to work?
    Here are the two screenshots:
    (The website is the one in the middle)
    Here is the html for the .index page:
                    SNOW AT THE BARN                 Bed & Breakfast Accommodation
    Marshfield near Bath                     01225 892339            07973 382028            The Barn dates from the 18th Century and lies within the village of Marshfield, a designated conservation area, in the county of South Gloucestershire.  A family home of many years standing, the Barn is set in an attractive mature garden and offers ample off-street parking.  The comfortable bed and breakfast accommodation is to a high standard and the Barn offers a warm welcome and a relaxing environment.
          The village of Marshfield lies on the southern edge of the Cotswolds and is just 6 miles from the Roman city of Bath.  From its 12th Century church to its more recent 18th Century High Street, the village proudly displays its architectural heritage based on the old wool and malting industries.  Marshfield boasts two fine pubs offering good food, wine and traditional ales and a friendly teashop.  Other village amenities include an outstanding village shop, a butchers, newsagents and post office.     Welcome     
    Home
    What's Near
    Accommodation
    Rates
    Reservations
    Directions
    And here is the attached external stylesheet:
    @charset "UTF-8"; body {      background-color: #49602B;      font-family: "Times New Roman", Times, serif;      font-size: 32px;      font-style: normal;      font-weight: normal;      color: #FFF; } /* CSS Document */ #container {      font-size: 14px;      background: #F6F6F6;      width: 955px;      margin-right: auto;      margin-left: auto;      position: relative;      height: 1000px; } #greenarea {      background: #49602B;      position: absolute;      height: 184px;      width: 966px; } #topleft {      position: absolute;      height: 311px;      width: 414px;      left: 50px;      top: 281px;      text-align: left;      font-family: Arial, Helvetica, sans-serif;      font-size: 14px;      font-style: normal;      font-weight: normal;      color: #000; } #topright {      position: absolute;      height: 311px;      width: 414px;      top: 282px;      left: 493px;      font-family: Arial, Helvetica, sans-serif;      font-size: 12px;      font-style: normal;      font-weight: normal;      color: #000; } #map_canvas {      position: absolute;      height: 311px;      width: 414px;      left: 493px;      top: 282px; } .bold {      font-family: Arial, Helvetica, sans-serif;      font-size: 14px;      font-style: normal;      font-weight: bold;      color: #000; } #welcome {      font-family: Arial, Helvetica, sans-serif;      font-size: 31px;      font-style: normal;      font-weight: normal;      height: 35px;      width: 178px;      left: 169px;      top: 278px;      position: absolute;      color: #49602B; } #menu {      position: absolute;      height: 50px;      width: 899px;      left: 27px;      top: 177px;      font-family: Arial, Helvetica, sans-serif;      font-size: 18px;      font-style: normal;      font-weight: normal;      list-style: none;      color: #49602B; } #drawing {      background: url(images/logo.png);      position: absolute;      height: 172px;      width: 225px; } #snow {      position: absolute;      height: 25px;      width: 307px;      left: 330px;      top: -11px;      font-style: normal;      font-weight: normal; } #bed {      position: absolute;      height: 120px;      width: 340px;      left: 301px;      top: 50px; } #phone {      position: absolute;      height: 42px;      width: 163px;      left: 423px;      top: 125px;      text-align: left;      font-family: "Times New Roman", Times, serif;      font-size: 18px;      font-style: normal;      font-weight: normal;      color: #FFF; } #crest {      position: absolute;      height: 17px;      width: 61px;      left: 446.27px;      top: 40px;      background: url(images/crest3.png); } #container #greenarea #bed h2 {      font-family: "Times New Roman", Times, serif;      font-style: normal;      font-weight: normal;      color: #FFF;      text-align: center; } #container #greenarea #bed h1 {      font-size: 18px;      text-align: center; } #menu ul li {      display: inline;      margin-right: 25px;      margin-left: 25px;      list-style: none; } #menu a:hover {      color: #0F0;      text-decoration: none; } #bottomleft {      position: absolute;      height: 311px;      width: 414px;      left: 50px;      top: 618px;      font-family: Arial, Helvetica, sans-serif;      font-size: 14px;      font-style: normal;      font-weight: normal;      color: #000; } #bottomright {      position: absolute;      height: 311px;      width: 414px;      left: 491px;      top: 618px; } #menu a:visited {      color: #030;      text-decoration: none; } #menu a:link {      text-decoration: none;      color: #49602B; }

    Harry184297 wrote:
    Hi, I've recently created my second website in Dreamweaver which was a friend who has a bed and breakfast www.snowatthebarn.co.uk
    However I have various problems with it:
    1. The site looks fine in Safari/Firefox but on some computers which run Internet Explorer the Divs at the top of the page are all jumbled up and the text overlaps. I've posted the html for the index page and the code for the attached external style sheet at the bottom of this list of questions. Does anyone have any idea where I am going wrong? I've also attached a screenshot of what it looks like.
    On man phew!. Your using completely the incorrect technique to build websites, absolutely positioned <divs>. Bad! bad! bad!
    I can only offer a sticking plaster patch up for you to unjumble the text at the top of the page in  IE.
    Step 1:
    First copy all the css below and paste it into a new css document and save it to your site folder as global.css (do not overwrite your existing css style file at this stage just in case you want to revert back to it)
    body {
        background-color: #49602B;
        font-family: "Times New Roman", Times, serif;
        font-size: 32px;
        font-style: normal;
        font-weight: normal;
        color: #FFF;
    /* CSS Document */
    #container {
        font-size: 14px;
        background: #F6F6F6;
        width: 955px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        height: 1000px;
    #greenarea {
        background: #49602B;
        position: relative;
        height: 184px;
        width: 966px;
    #topleft {
        position: absolute;
        height: 311px;
        width: 414px;
        left: 50px;
        top: 281px;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #000;
    #topright {
        position: absolute;
        height: 311px;
        width: 414px;
        top: 282px;
        left: 493px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #000;
    #map_canvas {
        position: absolute;
        height: 311px;
        width: 414px;
        left: 493px;
        top: 282px;
    .bold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #000;
    #welcome {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 31px;
        font-style: normal;
        font-weight: normal;
        height: 35px;
        width: 178px;
        left: 169px;
        top: 278px;
        position: absolute;
        color: #49602B;
    #drawing {
        background: url(images/logo.png);
        position: absolute;
        height: 172px;
        width: 225px;
    #snow {
    position: absolute;
    width: 400px;
    left: 299px;
    font-style: normal;
    font-weight: normal;
    #snow h1 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 30px;
    text-align: center;
    #bed {
        position: absolute;
        height: 60px;
        width: 340px;
        left: 330px;
        top: 75px;
    #bed h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
    #phone {
        position: absolute;
        height: 42px;
        width: 340px;
        left: 330px;
        top: 125px;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        color: #FFF;
    #crest {
        position: absolute;
        height: 17px;
        width: 61px;
        left: 470px;
        top: 50px;
        background: url(images/crest3.png);
    #container #greenarea #bed h2 {
        font-family: "Times New Roman", Times, serif;
        font-style: normal;
        font-weight: normal;
        color: #FFF;
        text-align: center;
    #bottomleft {
        position: absolute;
        height: 311px;
        width: 414px;
        left: 50px;
        top: 618px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #000;
    #bottomright {
        position: absolute;
        height: 311px;
        width: 414px;
        left: 491px;
        top: 618px;
    #menu {
        position: absolute;
        height: 50px;
        width: 899px;
        left: 27px;
        top: 195px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        list-style: none;
        color: #49602B;
    #menu ul {
         margin: 0;
         padding: 0;
    #menu li {
        display: inline;
         margin: 0 25px;
         padding: 0;
        list-style: none;
    #menu a:hover {
        color: #0F0;
        text-decoration: none;
    #menu a:visited {
        color: #030;
        text-decoration: none;
    #menu a:link {
        text-decoration: none;
        color: #49602B;
    Step 2:
    Next copy all the html below and paste into a new Dreamweaver document and save it to your site folder as index_new.html (do not overwrite your existing index.html page at this satge just in case you want to recert back to it)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <TITLE>-</TITLE>
    <META NAME="KEYWORDS" CONTENT="bed, breakfast, bath, marshfield, accommodation, hotel, cotswolds, south, gloucestershire, bristol, somerset, guest, house">
    <META NAME="DESCRIPTION" CONTENT="Bed and Breakfast in Marshfield near Bath">
    <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>SNOW AT THE BARN - Bed &amp; Breakfast near Bath</title>
    <link href="global.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #header {
        position: absolute;
        height: 183.986px;
        width: 955px;
        background: #4a583a;
    #content {
        position: absolute;
        height: 700px;
        width: 955px;
        top: 183.986px;
    -->
    </style>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-22281135-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script></head>
    <body>
    <div id="container">
      <div id="greenarea">
        <div id="drawing"></div>
        <div id="snow">
          <h1>SNOW AT THE BARN</h1>
        </div>
    <div id="crest"></div>
        <div id="bed">
          <h1>Bed &amp; Breakfast Accommodation<br />Marshfield near Bath</h1>
        </div>
        <div id="phone">01225 892339<br />07973 382028 </div>
      </div>
      <div id="topleft">
        <p> </p>
        <p>The Barn dates from the 18th Century and lies within the village of Marshfield, a designated conservation area, in the county of South Gloucestershire.  A family home of many years standing, the Barn is set in an attractive mature garden and offers ample off-street parking.  The comfortable bed and breakfast accommodation is to a high standard and the Barn offers a warm welcome and a relaxing environment.<br />
          <br />
          The village of Marshfield lies on the southern edge of the Cotswolds and is just 6 miles from the Roman city of Bath.  From its 12th Century church to its more recent 18th Century High Street, the village proudly displays its architectural heritage based on the old wool and malting industries.  Marshfield boasts two fine pubs offering good food, wine and traditional ales and a friendly teashop.  Other village amenities include an outstanding village shop, a butchers, newsagents and post office.</p>
      </div>
      <div id="topright"><img src="images/Marshfield-July-2006-032.jpg" width="414" height="311" alt="Snow at the Barn" /></div>
      <div id="welcome">Welcome</div>
      <div id="menu">
        <ul>
          <li><a href="index.html">Home</a></li>
          <li><a href="whatsnear.html">What's Near</a></li>
          <li><a href="accommodation.html">Accommodation</a></li>
          <li><a href="rates.html">Rates</a></li>
          <li><a href="reservations.html">Reservations</a></li>
          <li><a href="directions.html">Directions</a></li>
        </ul>
      </div>
      <div id="bottomleft"><img src="images/Marshfield-July-2006-042.jpg" width="414" height="311" alt="Garden" /></div>
      <div id="bottomright"><img src="images/Marshfield-July-2006-036.jpg" width="414" height="311" /></div>
    </div>
    </body>
    </html>
    Thats it! If you run that in IE now all the text at the top should be unjumbled.
    Remember this is a 'get out of jail free card' solution. Please do not use absolute positioning UNLESS you know what you are doing otherwise it will create many hours of frustration for you.

  • Problem With Website With Safari and not Firefox

    I have just started having a problem with Safari, which I hope someone here will be able to solve pretty quickly. Just recently, when I go to my online banking, I enter my username and password with no problem. My accounts show up. But, when I select one of the accounts, it asks me to log in again. Now, I thought it might be the bank's website that was having the problem, but when I use Firefox to do the say thing, it works fine. I'm wondering if something got corrupted in the depths of Safari that could be causing this problem. Any help/suggestions would be greatly appreciated.
    Thank you

    HI,
    From the Safari Menu Bar click Safari/Preferences then select the Security tab. Click: Show Cookies. Select your bank site then click Remove. From the same Menu click the Autofill tab. Click the Edit button next to: Other forms. Select your bank site, click Done.
    Relaunch Safari. If you still have problems with that site, open Keychain Access (Applications/Utilities)
    Select Passwords. Right or control click your bank on the righ then click Delete from the pop up menu. Quit Keychain Access. Relaunch Safari. Try your bank site... if the problem persists, open Keychain Access/Passwords and delete: Safari Forms Autofill. Quit Keychain Access and relaunch Safari.
    You may need to empty the Safari cache and Reset Safari too.
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Carolyn

  • Problem with website

    i cant open these websites .....i use firefox 4 beta.....
    when i try to open these sites,there was a massage like this
    '''PROBLEM WITH LOADING PAGE'''
    these are the sites [http://shopping.lk http://haffow.com]
    http://emoneychat.com

    It is the same when I go to app by clicking on the categories.
    The strange thing is that it works fine when I am logout !!

  • Problem with website name and hyperlinks

    searching for the website name and clicking on it on google or simply typing it into the web search bar, it loads without a problems. the website is on the internet. However, when I hyperlink/send the name of the website to someone via email to announce it, the hyperlink doesn't work, it simply opens up an external page to whatever wi-fi server you are using and says it cannot find the page... whatever the website name is. why does the internet fail to load this site as a hyperlink via email but works fine on google or by typing it into the search bar?

    the website name is www.ashingdonunitedfreechurch.org.uk.
    typing it in the search bar of the browser or clicking on the link on google works, however when I send this via email to someone to show them the site, it doesn't load. depending on the wi-fi server, I use talktalk, a different window will appear from the wi-fi server saying it cant find that website, although of course it does exist.

  • Problem with Website loading

    How can I fix my Macbook Pro's website loading? It will not connect to the AppStore or load sites such as Netflix, CNN, Apple, NY times, etc. Other sites however work perfectly. I have updated all Silverlight, Java, and Adobe, deleted Caches and Cookies as well as restarted wireless router and computer. What else can I try?
    (I recently ran updates on my computer, which may have been the source of all this. Can I undo Apple updates if necessary? Would that cause this problem??)

    The JavaScript on that site isn't compatible with Firefox because document.all is used instead of document.getElementById();
    See https://developer.mozilla.org/en/Mozilla_Web_Developer_FAQ#JavaScript_doesn.E2.80.99t_work!_Why.3F

  • HELP Problem with Website, don't know what to do

    I worked on a clients website a while back taking the frame
    borders off of her tables in her pages. Now she is saying that alot
    of her clients can't open up the site on their browsers. I did this
    changing of the borders in CS3. I have Firefox, Internet Explorer,
    Opera, Safari on Imac, I opened the pages on a PC and that worked,
    and two other Mac computers. This client is saying she is going to
    sue my boss.
    I did this work with her sitting right next to me, did I do
    something wrong or miss something, or how do I prove that I did
    what I was asked and the problems did not arise from that work.
    The site is elizabethtimanifauxart.com
    Please help.
    Thank you,

    I think it could be s DNS problem. Did she change her hosting
    cie if so then it is a DNS problem.
    Try and do this
    1: Get the right error message just saying "that alot of her
    clients can't open up the site on their browsers" is not enough
    2: start a command line and type
    nslookup www.elizabethtimanifauxart.com and mark the adress
    of the web site then repeat this step at the faulty customer to see
    if they get the same adress if not then there it is.
    3: If it is the same try emptying the cache on theses browser
    But I agreed with all the post it need more troubleshooting.
    PS and Yes it happens a lot that DNS are up updated
    adequatly. I have seen it many times.
    Frenchy ASP

  • Problem with Website when scrolling down in IE6

    I just created a website using Dreamweaver 8 which used a
    left and top frame. All the links in the nav bar in the left frame
    open up in the main frame.
    Everything works fine in Firefox and IE7, but in IE6, all the
    pages were opening up on top of one another, making the page
    unreadable. Also, when scrolling down a single page, all the text
    would blur into one another, again ruining the page.
    The website is www.omarjorge.com. You can see the scrolling
    problem by just scrolling down the main page. When I open the file
    from the mainframe individually it doesn't have this problem.
    Any help is greatly appreciated.

    Sorry - I scrolled down in IE6 and didn't see your problem.
    Also, why are you using such an antique method as frames for
    this site? The
    reason for using or not using frames should be based on a)
    your site's
    needs, and b) your willingness to accept the potential
    problems that frames
    can create for you as developer and maintainer of the site
    and for your
    visitors as casual users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ojorge" <[email protected]> wrote in
    message
    news:[email protected]...
    >I just created a website using Dreamweaver 8 which used a
    left and top
    >frame.
    > All the links in the nav bar in the left frame open up
    in the main frame.
    >
    > Everything works fine in Firefox and IE7, but in IE6,
    all the pages were
    > opening up on top of one another, making the page
    unreadable. Also, when
    > scrolling down a single page, all the text would blur
    into one another,
    > again
    > ruining the page.
    >
    > The website is www.omarjorge.com. You can see the
    scrolling problem by
    > just
    > scrolling down the main page. When I open the file from
    the mainframe
    > individually it doesn't have this problem.
    >
    > Any help is greatly appreciated.
    >

  • Problem with website db

    I have dedicated server. the following is the status:
    # Begin of O R A C L E status section #
    Kernel Parameters
    Shared memory: SHMMAX= 3294967296 SHMMNI= 4096 SHMALL= 2097152
    Semaphore values: SEMMSL, SEMMNS, SEMOPM, SEMMNI: 1250 32000 100 256
    Database-Instances
    Instance XE is down (autostart: N)
    TNS-Listener: up
    Web-Server (Apache httpd): up (12 processes)
    Process list for user oracle:
    PID TTY STAT TIME COMMAND
    6022 ? Ss 0:00 ora_pmon_orcl
    6024 ? Ss 0:00 ora_psp0_orcl
    6026 ? Ss 0:00 ora_mman_orcl
    6028 ? Ss 0:00 ora_dbw0_orcl
    6030 ? Ss 0:01 ora_lgwr_orcl
    6032 ? Ss 0:00 ora_ckpt_orcl
    6034 ? Ss 0:03 ora_smon_orcl
    6036 ? Ss 0:00 ora_reco_orcl
    6038 ? Ss 0:01 ora_cjq0_orcl
    6040 ? Ss 0:00 ora_mmon_orcl
    6042 ? Ss 0:00 ora_mmnl_orcl
    6044 ? Ss 0:00 ora_d000_orcl
    6046 ? Ss 0:00 ora_s000_orcl
    6056 ? Ss 0:00 ora_qmnc_orcl
    6072 ? Ss 0:00 ora_q000_orcl
    6074 ? Ss 0:00 ora_q001_orcl
    2126 pts/0 S 0:00 su - oracle
    2127 pts/0 S 0:00 -bash
    3084 pts/0 Sl 0:04 /opt/oracle/product/10.2/db_1/jdk/bin/java -Djava.awt
    3382 ? Ss 0:00 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/b
    3483 ? Ss 0:00 xe_pmon_XE
    3486 ? Ss 0:00 xe_psp0_XE
    3488 ? Ss 0:00 xe_mman_XE
    3493 ? Ss 0:00 xe_dbw0_XE
    3495 ? Ss 0:00 xe_lgwr_XE
    3498 ? Ss 0:00 xe_ckpt_XE
    3500 ? Ss 0:00 xe_smon_XE
    3502 ? Ss 0:00 xe_reco_XE
    3505 ? Ss 0:00 xe_cjq0_XE
    3507 ? Ss 0:00 xe_mmon_XE
    3509 ? Ss 0:00 xe_mmnl_XE
    3511 ? Ss 0:00 xe_d000_XE
    3518 ? Ss 0:00 xe_s000_XE
    3520 ? Ss 0:00 xe_s001_XE
    3522 ? Ss 0:00 xe_s002_XE
    3524 ? Ss 0:00 xe_s003_XE
    3528 ? Ss 0:00 xe_qmnc_XE
    3564 ? Ss 0:00 xe_q000_XE
    3567 ? Ss 0:00 xe_q001_XE
    3612 ? Ss 0:00 ora_j000_orcl
    # End of O R A C L E section #
    when i restarted:
    SETTINGS start from /etc/sysconfig/oracle
    - Set Kernel Parameters for Oracle: yes
    - Start Oracle OCFS: no
    - Start Oracle OCM: no
    - Start Oracle GSD: no
    - Start Oracle Listener: no
    - Start Oracle Database: yes
    - Start Oracle Webserver: no
    - Start Oracle EManager: no
    - Start Oracle iSQLPLUS Manager: yes
    - Start Oracle Agent: yes
    - Start Oracle Internet Filesystem: no
    - Start Oracle Directory Manager: no
    Setting kernel parameters for Oracle, see file
    /etc/sysconfig/oracle for explanations.
    Shared memory: SHMMAX=3294967296 SHMMNI=4096 SHMALL=2097152
    Semaphore values: SEMMSL=1250 SEMMNS=32000 SEMOPM=100 SEMMNI=256
    Other values: FILE_MAX_KERNEL=131072 IP_LOCAL_PORT_RANGE=1024 65000
    RMEM_DEFAULT=262144 WMEM_DEFAULT=262144 RMEM_MAX=262144 WMEM_MAX=262144
    Huge Pages: SHM_GROUP=dba NR_HUGE_PAGES=0
    ULIMIT values: MAX_CORE_FILE_SIZE_SHELL=unlimited
    FILE_MAX_SHELL=65536 PROCESSES_MAX_SHELL=16384
    Kernel parameters set for Oracle: done
    - Starting Oracle Cluster Filesystem... unused
    - Starting Oracle Cluster Manager... unused
    - Starting Oracle GSD... unused
    - Starting Listener... unused
    + Starting Database(s)...
    No start entry for SID XE at /usr/lib/oracle/xe/app/oracle/product/10.skippedver in /etc/oratab
    Failed to auto-start Oracle Net Listene using /ade/vikrkuma_new/oracle/bin/tnslsnr
    Status of Oracle database(s) start: done
    - Starting Apache... unused
    - Starting Application Server... unused
    - Starting Application Server Console... unused
    - Starting Agent...ORA-28590: agent control utility: illegal or badly formed command
    failed
    - Starting Enterprise Manager... unused
    - Starting iSQLPLUS Manager... done
    - Starting Oracle Internet Filesystem... unused
    - Starting Oracle Internet Directory... unused
    # End of O R A C L E section #
    on my website the service unavailable message appears.
    Any help plz
    thanks & regards

    The message appears:
    Service unavailable!
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Please help me
    thanks & regards

  • Problem with website dispplaying images

    Hi,
    I made a website using iWeb. I click on the index.html file in the folder everything is and my website is perfect. Then I used ftp and uploaded all the contents of the folder to a public_html folder. Now the problem is that although the image files and scripts are in their correct locations in the public_html folder, my website is not displaying any images and the formatting is all messed up. See web.njit.edu/~nkp8 . Can someone please help? Thank you.

    check your server side permission setup, make sure to give read permission to everyone.
    if that fails, you need to talk to your school's network system admin to set it up correctly... it looks like server side problem.

  • Problem with website not loading images -

    www.gsmar.com is a real estate website that shows pics of homes for sale. After entering search criteria, you have a list of properties, and the images load on this page. When you click on a property, it should load the image of the home and you should be able to click through all the pics. I haven't been able to use Firefox to look at this website since last upgrade but the "other" browsers work fine. Please help!

    The JavaScript on that site isn't compatible with Firefox because document.all is used instead of document.getElementById();
    See https://developer.mozilla.org/en/Mozilla_Web_Developer_FAQ#JavaScript_doesn.E2.80.99t_work!_Why.3F

  • Problems with website in firefox

    Hi Guys How you doing?
    Im not sure if this is the right place for me to post this
    but i thought it would be a good start.
    A colleague of mine made our website over a year ago using
    flash and dreamweaver, i have been updating it since but have found
    out that when you launch the site in firefox it appears very small.
    the buttons and everything still works but you cant really see
    anything as it is that small. This is not the case when opened in
    safari or explorer as it opens at a normal size
    Does anyone know what might be causing this and how to
    rectify it. I have tested it on different computers using firefox
    and it is always small.
    Kind regards
    Simon

    With FF you can't use <embed width = "100%"
    height="100%"> Insert the actual size of the swf file. <embed
    width="900" height="400"> This only needs to be adjusted on the
    <embed> portion and not the object portion. I've ran into
    this issue before, but it happened in Safari and not in FF.
    There's a plugin called Firebug that you can install for
    firefox. It allows you to view your coding and adjust it to see
    what is causing any issues. It might take you a little while to get
    used to using it, but once you figure it out it's great. It's like
    editing your site in real-time. You just take any adjustments you
    make in firebug and make sure you update your DW files with the
    changes you make in firebug.

  • Problem with website after uploading?

    I am using iWeb '09 to create a website. I already have an ftp server and a purchased domain name. When I upload the website to the ftp server, everything seems fine, but when I open it up, the most bizarre thing happens. My website shows up as an index with links the html files that are my webpages. When I click on them, my pages show up completely barren, with only the html. No shapes, no widgets, no color, no video, and all writing is in the same font in the same size. Here are two examples to show you what I mean-
    http://www.everyonecanhelp.org/
    http://www.101dreamcaster.com/
    Thanks for a response,
    Jack.

    Welcome to Apple Discussions, Jack.
    You are seeing the root directory of your assigned section of the FTP server. This happens for a few different reasons:
    1.) You do not have an index.html file at the root level of your server directory (The index.html file is the index of your site. Without it your web browser just shows you what files are sitting on the server, rather than loading a page as without an index, it has no idea where to find anything on it's own.)
    2.) Your index.html file is broken
    3.) Your server is broken / configured incorrectly (or it was changed by your host recently)
    4.) Your domain name forwarding / routing is not set to the correct location on the server
    How to fix:
    1.) Click on your site in iWeb and go to File > Publish Entire Site (This should overwrite all files on your server with the site).
    2.) Remove the following files to the trash, restart the computer and Publish Entire Site again:
    Home > Library > Caches
    Home > Library > Preferences > com.apple.iWeb.plist
    3.) Make sure your FTP settings in iWeb are correct. If any of the information in the FTP window (especially the Path) is not exactly what your Host tells you to type in, it could produce the behavior we see.
    4.) Make sure that your iWeb site is ok.
    __Publish your Site to a local folder on your computer and open it.
    _If it opens fine in your web browser locally then you know your site is fine. The issue is server side. Contact your host. I would suggest they remove everything from the server so you can publish your site again afresh. There may be a file that is corrupt and will not let itself be overwritten (which would explain why step 1 might fail).
    _If they remove all the contents and you re-publish and the same issue occurs then they should make sure the forwarding of your domain name is going to the correct location on the server (unlikely given that it takes us to a directory on the server at all, but worth checking.)
    Hope that helps.

  • Safari Problems with websites w/video clips

    Hello, this is my first MAC so please don't flame me.
    When going to sites that play video/audio clips I'm getting "plugin not found" but there's no link where to get the plugin (reminds me of the netscape days).
    Specific Error:
    has content of MIME type “audio/x-pn-realaudio-plugin”. Because you don’t have a plug-in installed for this MIME type, this content can’t be displayed
    Please tell me where I can get Safari plugins. Thanks in advance. By the way, the audio plays fine.

    How strange then - that removing the real plugins will give a MIME type “audio/x-pn-realaudio-plugin message in safari - yet as soon as they are installed.... the pages work again.
    Have a look for 'mime' in help on a mac - esp in the QT sections. An example...
    MIME Settings: When files are downloaded over the Internet, each file is assigned a MIME type to indicate what kind of file it is. Your browser keeps track of which plug-in should be used to display each kind of file.
    QuickTime can display a wide variety of file types. To make QuickTime handle more or fewer file types, you can edit the MIME type settings. If you edit the list, you can return to the default list by clicking Use Defaults.
    mime, of itself.... is absolutely not something incompatible with macs or safari.

  • I am having problems with websites requiring cookies. In PRIVACY I have checked ACCEPT COOKIES, and THIRD PARTY COOKIES. However, I am still having problems. I used your "Enabling and disabling cookies" but it still does not work. Thanks.

    For example, I went to Netflix site(which I am registered at) and I immediately get a screen which asks me to enable cookies and gives me different links for instructions on how to enable cookies for different operating systems.

    Always good to start with a fresh reboot with Windows XP if an issue just happens.
    Check your security software settings, you may be blocking at that level, firewall and FF add-ons.
    1) FF settings: Tools, Options, Privacy Tab, change keep until: to, Ask me every time, click OK at bottom of box. Then try to go to NetFlix, if you are not asked about cookies, they are not getting to FF, go back to your other security software settings and FF add-ons.
    https://support.mozilla.com/media/uploads/images/2011-03-13-10-18-14-e458fa.PNG
    2) Next FF settings: Tools, Options, Privacy Tab, Exception Button, add Netflix web address and click Allow Button, ALSO check for any BLOCK settings. Click close button, ok button and Test the results.
    https://support.mozilla.com/media/uploads/images/2011-03-13-10-18-05-ed2938.PNG
    3) Next FF settings: Tools, Options, Security Tab, click Exceptions Button, add Netflix web address and click Allow Button. Click close button, OK button and Test the results.

Maybe you are looking for

  • My iPod Is Seriously Messed Up

    I've had my iPod for about two weeks now.  I bought it used at a GameStop, because there is no Apple Store anywhere near me.  It worked perfectly for the first day, then when I had it in my pocket, my music suddenly turned off and I checked to see wh

  • SOAP Sender exposed to public internet

    How can I expose a webservice via the SOAP sender adapter to the public internet without exposing my entire XI server?    The default URL for a SOAP sender adapter is http://server:port/XISOAPAdapter/MessageServlet?channel=p:s:c&version... I do not w

  • Script for: Getting the closest price within the group

    Hello I need some help for my script.I would like to add new field . Do you guys have an idea any OLAP functions . It was my simple script which doesn't give the answer I want. SELECT NO, SUM_QTY, QTY_QUOTED, CASE WHEN QTY_QUOTED < SUM_QTY THEN MAX(Q

  • How to maintain the Rebates Scales.

    hello guys, I have issues in Rebate Process.The user want to give rebates based on the quanty of material sold over a period of time let e.g. 01.04.2010 to 30.07.2010.And the Client wants to give rebates through credit memo. If the customer buys 100

  • Common Folder for Metadata Templates - Max OSX

    Photoshop CS5 and Bridge CS4 appear to share the same set of metadata templates, whereas Lightroom 3.6 appears to have its own set of metadata templates. Please if there is a way to facilitate sharing the same set of templates among all three apps.