Broken Sidebar Link Navigation

I have created links in a sidebar to other pages within the site, but they do not work. I have made sure that the file names are spelled correctly in the link properties and have tried several different methods of creating the links (type file in properties bar, browse for file, etc.) but they are still broken. When on the site (in browser), if I right-click and "open the links in a new tab/window", they will work, but not if you just click right on it.
Can you please suggest another way to fix/re-do these links so they connect correctly? Perhaps there is something "behind-the-scenes" that I am missing.
Thanks!

I agree that there is definately some weirdness going on and I am determined to sort it out! I tried your suggestion of changing the sidebar into a list, but unfortunately it didn't make much of a difference.
Here is the code:
<!-- Begin Side Bar Area -->
   <div id="sidebar1Basic3col">
<!-- InstanceBeginEditable name="sidebar" -->
<ul>
   <li><a href="services.html">Enterprise</a></li>
   <li><a href="services_advtech.html">Advanced Technology</a></li>
   <li><a href="services_invest.html"> Investment</a></li>
   <li><a href="services_poladvo.html"> Policy and Advocacy</a></li>
</ul>
<!-- InstanceEndEditable -->  </div>
<!-- End Side Bar -->
I don't know code very well yet, as I'm still pretty new to web design, but it seems to make sense here and looks like it should all work out (even though it doesn't). Could the problem perhaps be something with the properties of the page(s)? I created these pages off the templates established by the person who originally created the site (I've just been adding and editing), but maybe there's something there?

Similar Messages

  • Broken Blog Link

    Hello! I have been reading quite a bit of discussions and they have sure helped me understand building my first web site. Now, as stated in the Subject line, I have a broken blog link in my finished site and I need some advice on how to fix it.
    You can test my site: seeyouatbonnaroo.com and see what I mean.
    Thanking all in advance for your time and help. Robert
    iMac Intel   Mac OS X (10.4.7)  

    Robert, I can see that you have a problem with the RSVe-mail, Why and VIP pages. The Blog link works with the other pages of the site. Make a small change to those three pages and then Publish them again. The change can be something as simple as adding a space after a period.
    Also, make sure that in the inspector palette you have a check-mark placed beside the line that says Include page in navigation menu.
    Cheers!
    Please consider marking this reply as either "Solved" or "Helpful" with the little buttons in the title bar of this reply. This will assist others with a similar question to identify a solution in the future.

  • Aligning Sidebar links to main content headings

    In firefox I can align sidebar links to category headings so that when reading main content a reader is able to see related links in the sidebar....It doesn't aling in internet explorer....also in internet explorer the links indent I don't want them too...can someone please assist
    http://www.informationrequested.com/SystemsTrading.html
    Thanks for the help

    Looks to me like Deja Vu all over again!  As I told you before, the problem is still with your duplicated, erratic and often times contradictory CSS code.
    Open a New, HTML document.  In CODE VIEW, paste the following code.  Look Ma, no validation errors!!
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Untitled Document</title>
    <style type="text/css">
    /**zero out browser defaults on everything**/
    * {margin: 0; padding: 0; border: 0; line-height:100%; font-size: 100%;
    body  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    text-align: center;
    color: #000000;
    /**MAIN STYLES**/
    h1 {line-height:2;
    color: #FFF;
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    h2 {margin: 15px 0 15px 0; line-height:1.5;}
    h3 {margin: 12px 0 12px 0; line-height:1.2; font-size:90%}
    #sidebar1 h3 {color: #FFF;}
    #sidebar2 h3 {color: #F60;}
    p {color: #FFF; line-height: 1.5}
    a img {border: none}
    img {padding: 15px 0 12px 0}
    ul,li {
    list-style:none;
    line-height:1;
    font-size: .80em;
    /**LAYOUT**/
    #container {
    width: 780px; 
    background: #000;
    margin: 0 auto;
    border: 1px solid #000000;
    text-align: left;
    #header {
    background: #000;
    border-bottom: medium double #FFF;
    #sidebar1 {
    float: left;
    width: 150px;
    padding: 15px 10px 15px 20px;
    font-size: 100%;
    color: #000;
    background-color: #000;
    #sidebar2 {
    float: right;
    width: 160px;
    background: #EBEBEB;
    background-color: #000;
    color: #B16D2E;
    padding: 0px 10px 15px 20px;
    #mainContent {
    margin: 0 200px;
    padding: 0 10px;
    background-color: #000053;
    color: #FFF;
    #footer {
    padding: 0 10px 0 20px;
    background:#DDDDDD;
    #footer p {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    /**SIDEBAR LISTS**/
    #sidebar1 ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 2px;
    display: block;
    #sidebar1 ul li a:hover {
    color: #FFF;
    background-color: #0000FF;
    #sidebar2 ul li a {
    color: #F60;
    background-color: #000;
    padding: 2px;
    display: block;
    #sidebar2 ul li a:hover {
    color: #F60;
    background-color: #FFF;
    /**FLOATS**/
    .fltrt { float: right;margin-left: 8px;}
    .fltlft { float: left;margin-right: 8px;}
    .clearfloat { clear:both; height:0;font-size: 1px;    line-height: 0px;}
    /**LINKS**/
    a:link {color: #FFF;}
    a:visited {color:#CCC;}
    a:hover {color:#FF9900;}
    a:active{color:#CCFF00}
    </style>
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .thrColFixHdr #sidebar1 { width: 180px; }
    .thrColFixHdr #sidebar2 { width: 190px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    body {font-size: 80%}
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: ; }
    .thrColFixHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    </head>
    <body>
    <div id="container">
    <div id="header">
    <h1>  COMMODITY FUTURES</h1>
    <!-- end #header --></div>
    <div id="sidebar1">
    <h3>Commodity Futures</h3>
    <ul>
    <li><a href="index.html" title="Commodity Futures">Home</a></li>
    <li><a href="DayTradingFutures.html" title="Day Trading Futures">Day Trading Futures</a></li>
    <li><a href="#">Emini Trading </a></li>
    <li><a href="#">Forex  Trading Online </a></li>
    <li><a href="#">Futures Options</a></li>
    <li><a href="#">Index Trading</a></li>
    <li><a href="#">Managed Futures</a></li>
    <li><a href="#">Online Futures Trading</a></li>
    <li><a href="SystemsTrading.html" title="Systems Trading">Systems Trading</a></li>
    </ul>
    <p><img src="images/Choice.jpg" width="148" height="113" alt="Online Futures Trading"></p>
    <h3>Futures Trading Strategies</h3>
    <ul>
    <li><a href="#">Short-Term Trading</a></li>
    <li><a href="#">Intraday Trading</a></li>
    <li><a href="#">Swing Trading</a></li>
    <li><a href="#">Spread Trading</a></li>
    <li></li>
    </ul>
    <h3>Option Trading Strategies</h3>
    <ul>
    <li><a href="#">Buying Options </a></li>
    <li><a href="#">Selling Options </a></li>
    <li><a href="#">Option Spreads</a></li>
    </ul>
    <h3>Tutorials on</h3>
    <ul>
    <li><a href="#"> Futures Market</a></li>
    <li><a href="#">Futures Trading</a></li>
    <li><a href="#">Futures Options Trading</a></li>
    <li><a href="#">Technical Analysis</a></li> 
    </ul>
    <!-- end #sidebar1 --></div>
    <div id="sidebar2">
    <h3><img src="images/SystemsTrading.jpg" alt="Systems Trading" width="113" height="170"></h3>
    <h3>Systems Trading </h3>
    <ul>
    <li><a href="#Systems" title="What is Systems Trading">What is Systems Trading</a></li>
    <li><a href="#Advantages" title="Advantages of Systems Trading"> Advantages  </a></li>
    <li><a href="#Disadvantages" title="Disadvatages of Systems Trading">Disadvantages</a></li>
    <li><a href="#Type">Types of Systems</a></li>
    <li><a href="#Design" title="Systems Trading Design">Designing Systems</a></li>
    </ul>
    <p><img src="images/Advantages.jpg" width="109" height="170" alt="Advantages of Systems Trading"></p>
    <h3>Article Contents</h3>
    <ul>
    <li><a href="#Systems" title="What is Systems Trading">What is Systems Trading</a></li>
    <li><a href="#Advantages" title="Advantages of Systems Trading">Advantages</a></li>
    <li><a href="#Disadvantages" title="Disadvantages of Systems Trading">Disadvantages</a></li>
    <li><a href="#Type" title="Types of Trading Systems">Types of Systems</a></li>
    <li><a href="#Design">Designing Systems</a></li>
    </ul>
    <p><img src="images/Disadvantages.jpg" width="113" height="170" alt="Disadvantages of Systems Trading"></p>
    <h3>Article Contents</h3>
    <ul>
    <li><a href="#Systems">What is Systems Trading</a></li>
    <li><a href="#Advantages" title="Advantages of Systems Trading">Advantages</a></li>
    <li><a href="#Disadvantages" title="Disadvantages of Systems Trading">Disadvantages</a></li>
    <li><a href="#Type" title="Types of Trading Systems">Types of Systems</a></li>
    <li><a href="#Design" title="Designing Trading Systems">Designing Systems</a></li>
    </ul>
    <p><img src="images/Types of Trading Systems.jpg" width="124" height="121" alt="Types of Trading Systems"></p>
    <h3>Article Contents</h3>
    <ul>
    <li><a href="#Systems" title="What is Systems Trading">What is Systems Trading</a></li>
    <li><a href="#Advantages" title="Advantages of Systems Trading">Advantages</a></li>
    <li><a href="#Disadvantages" title="Disadvantages of Systems Trading">Disadvantages</a></li>
    <li><a href="#Type" title="Type of Trading Systems">Types of Systems</a></li>
    <li><a href="#Design" title="Designing Trading Systems">Designing Systems </a></li>
    </ul>
    <p><img src="images/Designing.jpg" width="125" height="122" alt="Designing a Trading System"></p>
    <h3>Article Contents</h3>
    <ul>
    <li><a href="#Systems" title="What is Systems Trading">What is Systems Trading</a></li>
    <li><a href="#Advantages" title="Advantages of Systems Trading">Advantages</a></li>
    <li><a href="#Disadvantages" title="Disadvantages of Systems Trading">Disadvantages</a></li>
    <li><a href="#Type" title="Types of Trading Systems">Types of Systems</a></li>
    <li><a href="#Design" title="Designing a Trading System">Designing a System</a></li>
    </ul>
    <h3>Related Articles</h3>
    <ul>
    <li><a href="#">Actual System</a></li>
    <li><a href="#">Constructing a System</a></li>
    <li><a href="#">Ask a Developer</a></li>
    </ul>
    <!-- end #sidebar2 --></div>
    <div id="mainContent">
    <h1>Systems Trading</h1>
    <p>A Trading System is an automatic implementation of a trading strategy through the use of entry and exit orders based on a set of predefined rules. One major reason trading systems have become so popular is the basic concept that automated systems trading is supposed to takes out the human emotion of trading. These  trading systems are also able to deploy complex strategies more easily and efficiently.The use of such trading systems has intensified with the continuous growth in the volume of trade worldwide.</p>
    <p>Computerized Systems Trading methods rely on one simple assumption, that  price trends may be discerned in the futures markets and speculative risk can be reduced utilizing such trading systems. These trading systems are able to calculate very large mathematical ideas within a very short period of time, thus supposedley giving the edge to the systems trader. </p>
    <p>I would like to point out that the by utilizing trading systems it is not the holy grail to trading. Though there are plenty of gurus on the internet that supposedy have found the secret with their trading systems and for a mere x amount of dollars you too can own or lease the their holy grail of trading. It is my intention just to make the buyer of these systems aware that utilizing trading systems is a viable option but is not without the same risk every trader assumes when speculating in the commodity markets.</p>
    <p>With that said systems trading has it's definite advantages for certain type's of traders and also has it's drawbacks. In this article I will address some of the advantages, disadvantages, system concepts and alternate recsources for system traders. We also invite you to share some of your insights about systems trading and how it may have helped or hindered you in your pursuit of profits in the marekts.</p>
    <h2>Advantages  of Systems Trading</h2>
    <p>The first advantage for systems trading is that once it is developed, tested and implemented the need for a trader to monitor the markets and implement the trades are no longer necessary. Computers become the trade executioner and manager. Therefore, a trader that does not have the ability to monitor the markets as do professional traders then a trading system might be a good way for this type of trader to participate in the markets.</p>
    <p>Another advantage of system trading is that it takes the emotion out of trading, which is often cited as one of the biggest problems traders encounter. By utilizing a trading system a commodity trader need not make any decisions, which in turn will make an automated trading system more consistent in it's entry and exit of trading strategies.</p>
    <p>And if you don't have the time or experience to develop your own trading system you could buy or lease a trading system. Some companies sell trading systems that they have created while other companies will give you the signals generated by their trading systems for a fee. You may also have a profitable manual trading strategy that can benefit from automation, but you lack the necessary programming skills. In this instance there are companies that will take your manual strategy and automate it. There are other companies that can audit your trading system or proposed trading system and suggest areas of improvement. which could substantially improve your bottom line results. There are definetley plenty of resources for traders looking at utilizing trading systems.</p>
    <h2>Disadvantages of Systems Trading</h2>
    <p>Trading Systems can be very complex and typically required a thorough understanding of technical analysis, order entry and risk management. Acquiring these skills can be time consuming and overwhlming for novice and intermediate commodity traders.</p>
    <p>Another reality of designing, building and testing a trading system is that it can be very time consuming. A non-professional trader who has other commitments may just not have the time required to develop the trading system and get it online functioning properly.</p>
    <p>Another disadvantage system traders encounter is that simulated results sometimes differ greatly from actual results and can be a major problem to implementing the trading system. The reason could be the accuracy of the data, slippage, transaction costs and or commissions. </p>
    <p> A commodity trader attempting to design and build a trading system may find themselves frustrated and overwhelmed with the process. Therefore, don't forget it sometimes a systems consultant can be worth the expense in helping get your trading system working properly.</p>
    <p>There is no fool proof trading system and there are many type of trading system to choose. There are systems that specialize in certain markets and or designed specifically for day trading or longer-term time frames. Each trading system will have unique characteristics in regard to money management, time in the market and whether it is part of a single or diversified portfolio.</p>
    <h2>Types of Trading Systems</h2>
    <p>Most trading systems are based upon technical analysis, which is what I will be focusing on. Trading systems are based on technical analysis such as; moving averages, relative strength indicators, chaos theory, fibonacci retracements just to name a few. They can be simple to very complex in how they generate trading signals and can be implemented in several markets or just one.</p>
    <p> There are thousands of trading systems that generally operate on one of three time frames or objectives. The times frames are typically intraday, intra-week or intra-month and long term. Each of these time frames can se a commodity trader implement a trend-following system, a  countertrend system or a breakout system.</p>
    <p>Each system strategy and time frame has advantages and disadvantages and the common denominator within all these systems is that they all are fully automated and do not require constant monitoring of the markets once deployed.</p>
    <p>A Trend-Following System is probably the most common method of system trading. In it's most basic form, this trading system simply watis for a significant price movement in one direction and then buys or sells the commodity in that direction. A trading system designed with this concept will utilze such trading models as a moving average crossover. </p>
    <p>A Countertrend system is basically the opposite of a trend-following system. The fundamental idea behind countertrend trading systems is to sell when markets are rallying and buy when markets are selling-off. A trading system designed with this basic concept will utilize differenct types of Oscillators that illustrate trend weakness or strength through mathematical calculationssuch as Stochastics or Relative Stregth Indicators.</p>
    <p>A Breakout Trading System is based on the theory that if a market establishes a new high or low, the price movement is most likely to continue in the direction of the breakout. An example of a simple breakout system would be if a previous high in a market  over a period of days, weeks or months was broken and a buy stop order was deployed would be an example of a very simple Breakout System.</p>
    <p>Just like anything in regard to trading there are no magic wands or super secret trading systems that will make you a millionare overnight. Trading is a game of calculated risks in the pursut of profit and the type of methodology you decide to employ whether it is a manual trading system you designed or an automated system designed for you it all comes down to your personal preference. </p>
    <h2>Systems Trading Design</h2>
    <p>In planning a trading system here are some basic principles that govern the construction of any trading system. A Trading System must be objective, easy to use and must give clear entry and exit signals. Furthermore a Trading System must produce winning trades while not only attempting to limit the risk per trade but also too keep the drawdowns to a minimum.</p>
    <p>These are the foundation blocks from which a trading system can be designed, contructed, tested and implemented, though they are not a guarantee of succeess. This artilce has given you a basic understanding of trading systems and the different types of trading systems that are deployed in the commodities market. Be sure to utilize the resources found on this website to help you in all aspects of systems trading. </div>
    <!-- Clear floats--><br class="clearfloat">
    <div id="footer">
    <p>2009 Commodity-Futures All Rights Reserved</p>
    <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Broken MDK Link

    This  link seems to be broken. Has anyone else faced this problem or knows a workaround link?
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/bb59e758-0501-0010-ce8e-d8be0af8b87e [original link is broken]
    This link is for the SAP Mobile Development Kit (MDK NW04 SPS19 and NW 7.0)
    Thanks

    Hi,
    do you mean that this link itself is broken, or can you not download the MDK from that page?
    If you have problems with the link - it works fine for me as well - are you logged on when you try to download the MDK? Sometimes it is not possible the access this page when you are not logged on to MDK.
    Regards,
    Oliver

  • Cannot remove a broken sidebar network folder alias in Finder window

    Mac OS 10.6.7 -- WinXP Home
    I have a created netowork folder alias in the sidebar of my Finder window that points to a shared folder on an officemate's PC (WinXP Home). This folder has been deleted on the officemate's computer. Now, in my Finder window, I cannot click on the alias. Clicking on the broken network sidebar folder aliases or dragging them off of the side bar (they used to vanish in a puff of smoke but now they don't) does nothing.
    I can right/control-click is but the only option in the sub-menu is "Open Sidebar Preferences..." and nothing else (other aliases have all the options including "Remove from sidebar"). I can't even drag the folder aliases off of the sidebar in a puff of smoke either. I'm at a loss on this one.
    Any ideas how to remove these broken sidebar aliases? Even opening the sidebar preference panel yielded nothing I could see that would help.

    If you have installed Developer Tools on your Mac (Optional Installs on your MacOS X installer DVD) then you can delete individual aliases in the Finder sidebar, using Property List Editor, which you'll find in Developer > Applications > Utilities.
    In your Home folder go to User > Library > Preferences > com.apple.sidebarlists.plist
    Control-right click and choose Open With > Property List Editor.
    Scroll down to "useritems" and click the grey arrow next to it to reveal contents.
    Click the arrow next to CustomListItems and you'll see a list of entries marked "Item" with a numeric suffix.
    Click the grey arrow next to the Item whose number corresponds to the sidebar alias that you want to get rid of and you'll see the info associated with that entry, including its name, as seen in the sidebar.
    If it's the right one, click again on the Item header (i.e. "Item [x]") and hit delete.
    Quit Property List Editor and Save changes.
    Quit and relaunch Finder and that item will be gone from the sidebar list. Everything else will still be there, and you won't need to rebuild the list.

  • Broken image links on APEX 3.0 in Oracle 10g XE? Here's the solution

    You're on Oracle 10g XE and you've just upgraded your APEX from 2.0 to 3.0. You log into APEX Admin and there's tons of broken image links. You look into the Oracle documentation for APEX and it instructs you to copy the Images folder into your htmldb directory if you're using Oracle 10g standard, etc. But you're using Oracle 10g XE and there is no Images folder anywhere to be seen!
    HERE'S THE SOLUTION:
    http://daust.blogspot.com/2006/03/where-are-images-of-application.html
    Excerpt from the website:
    In OracleXE these resources (Images) are stored directly in the database, using the Oracle XMLDB feature. You can access the resources and modify them directly by using the WebDAV feature of the XMLDB.
    (1) With Internet Explorer, just go to File > Open > http://127.0.0.1:8080/i (check "open as webfolder")
    Then, copy the contents of your apex/images folder into this webfolder. It will take about 10 minutes. When it's done, refresh your Apex 3.0 website and lo and behold! Images! :)
    Be sure to thank Dietmar Aust for his solution to this problem, provided on his website: http://daust.blogspot.com/2006/03/where-are-images-of-application.html

    Another option: Try the Oracle Database XE and Application Express 3.0.1 install guide.
    C.

  • Using Reference Mode and checking for broken alias links

    I use iPhoto 09 in reference mode (where it doesn't import the pictures into the library). I'm aware of the pitfalls of doing this but, long story-short, it's better for my needs this way. I just wanted to know if there's a way to tell iPhoto to check for missing photos or broken alias links. It seems to just pop-up randomly some time after moving or deleting anything and I'd rather take care of business when it's convenient for me not for iPhoto. I don't move my pictures very often but when I do I want to be able to re-link them immediately and not wait for iPhoto to randomly ask me and then I don't know what album or date the picture is from that its asking me about. Thanks in advance!

    I thought you were aware of the pitfalls of running a Referenced Library One of which is that if you move the files iPhoto will lose track of them.
    Unfortunately, iPhoto has no mechanism for checking the integrity of the links - another reason I would not use iPhoto in Referenced Mode.
    You could try use an app like [FileBuddy|http://www.skytag.com> to check and repair broken aliases. However, if you continue to manage your files without reference to iPhoto then you will continue to have problems.
    Regards
    TD

  • Broken External Links

    HI,
    I am a converted Frontpage user.
    I use to use a utility in Frontpage that would check my site
    for broken external links. I have found the check broken links but
    it says "The only links that Dreamweaver verifies are links to
    documents within the site; Dreamweaver compiles a list of external
    links that appear in the selected document or documents, but does
    not verify them."
    How can I check for broken external links.
    Thanks for the help
    BTW I am useing Dreamweaver 8
    Mark

    Thank you will give it a try...

  • "Broken chain link" icon appears when trying iTunes store

    It's really slow going trying to reach the store right now. When I do, I get all these broken chain link icons in place of pictures. Also, my podcasts are loading in a lightning-fast 45 minutes each. This is a fairly new developement, it's been about a week now. I can't find much helpful info around the forums so far. Anyone?
    -Seth

    I have a few questions since most likely we will have to figure this out on our own. I have this problem occur a few times in a day however it is random.
    My system:
    Vista Ultimate 32bit
    Antivirus: Kaspersky Internet Security 8.0
    Web browswer: Exporer 8.0.6
    Video Card: Nvidia GeForce 9600GT
    Ram: 4GB
    Genius Settings: off
    Itunes View: Cover Flow
    Keyboard / Mouse: Logitech bluetooth MX5500
    I have also experienced very sluggish performance with itunes store browsing/serach and have yet to figure that out. It started with Itunes 7
    If we can find a common issue we may be able to figure this out as a group.

  • Error when using Broken Delta Links Detector

    I am trying to run the Broken Delta Links detector from the support platform. I get the following error:
    Tue Nov 07 12:03:01 CET 2006 : java.lang.NullPointerException
         at com.sapportals.utilities.analyzer.plugin.helpers.ContextHelper.getContext(ContextHelper.java:60)
         at com.sapportals.supportplatform.plugins.portal.content.report.BrokenDeltaLinksDetector.analyze(BrokenDeltaLinksDetector.java:142)
         at com.sapportals.utilities.analyzer.PluginManager.analyze(PluginManager.java:281)
         at com.sapportals.utilities.analyzer.PluginManager.run(PluginManager.java:995)
         at java.lang.Thread.run(Thread.java:534)
    Portal Version
    Value *****
    7.0.8.0.0
    J2EE version
    Value *****
    7.00   PatchLevel SP 08
    It seems like a required component is missing. Can anyone offer any advice?
    Thanks
    Andy

    Hi Andy,
    No, there is no component missing but it's just a "simple" bug. You have two possibilities: Upgrade to SP9 and check if the bug has gone with that, or (or "and" if the bug hasn't gone with SP9, either) open an OSS message.
    Hope it helps
    Detlev

  • Broken Sibling Link?

    What causes this?
    My Comp has been acting funny lately. So last night I ran the Disk utility off of my install disk and it found a broken sibling link that it could not fix. I ran DiskWarrior and that seems to have fixed it as my comp is running beautifully at the moment, but I would still like to know what caused this and if there is anything I can do to prevent it in the future.
    Thanks.

    I should add that this was on my old 12inch iBook G4, not my intel macs.
    1.2ghz ppc
    768mb ram
    30gig drive
    10.4.8

  • Broken doc link

    I posted this in the Documentation forum - not sure if this has been looked at or if someone is working on a fix :-)
    Broken documentation link
    Thanks !
    Srini

    Thanks Nicolas,
    We have set up a notification at the old URL of http://www.oracle.com/support/library/data-sheet/oracle-lifetime-support-policy-datasheet.pdf to direct users to the new location for an overview of the Oracle Lifetime Support Policy.
    Regards,
    Lawrence/OTN

  • Firefox has broken the link that creates menu / task bars

    firefox tells me it has broken the link that creates task / menu bars. I've uninstalled & reinstalled. Everytime I built new task bars through internet, Firefox crashes on me. Help please.
    == 2 days ago

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Can remove broken symbolic link  ../../../sparv9/disk_ata

    we found a broken symbolic link /platform/sun4u/kernel/drv/sparv9/disk_ata
    this is on a V440, Solaris 9
    would like to ask, any issue if we remove this link, think it should not be a problem, but this is a live server.
    Thanks!

    This is also surprising the fact that your server is a SunFire V440 means
    it should only be using SCSI harddisks. This is really weird.
    Anyway, since it is a broken link, you could actually delete for security reasons.
    But since you are worried ( I don't blame you, coz I will feel the same way),
    the best way is to keep a record of this broken link in a file where you could
    access it in the future. So my final advise is, record the broken link (comlete path ) into a file
    ( you can do a cut and paste ) then secure the file ( chmod 400 filename)
    and then delete your broken link. Do you agree ?

  • Unreported broken alias link

    RoboHelp HTML 2002
    We deleted 3 context sensitive HIDD topics from our project.
    The alias file still shows the links from the .hm file to the
    help topics.
    When we run the broken links report, these 3 topics do not
    show up as broken links, even though there are no topics.
    Usually the Broken Links report catches these, and we un-link
    the topics in the alias file.
    The topics are really deleted from the project, and they
    don't show up when I look at the project topic folder in Windows
    Explorer. I don't see any baggage file link that keeps the topics
    somehow connected to the project.
    Any ideas about why these broken alias links do not show up
    as broken in the broken links report?
    Thanks for your help.

    Did you Repair Permissions and Repair Drive using Disk Utility on the Time Machine drive?
    If all this fails, if you have a drive that is large enough you can do a Time Machine restore to that drive. Boot from the drive then do a search for the original files.

Maybe you are looking for

  • Aironet 1240AG error - "Previous authentication no longer valid" Help!

    Greetings! I am an IT professional that is installing my first extended range wireless AP in my companies warehouse. I am very excited! Now I have set up many a linksys and repeater wireless networks, so when I was looking into the Aironet 1240AG I t

  • Startup failure after the mass updates install

    Hello MacWorld:-) I really hoped I will never have to post anything here as long as I have Mac:-) and for almost a year nothing happened, everything worked smooth and easy. But several days ago I decided to install a number of updates, like about 10.

  • Select most recent date only

    I'm quite new to discoverer so please bear with me. I have a query that returns e.g. 16 records. One of the fields is a date field. What I want to do is put a condition on the date field so that it only returns the record with the most recent date. T

  • Can't add songs

    I just upgraded to I-Tunes 10 on my new PC running win 7. I can't drag and drop tracks into playlists. If I double click a song it will load and play in from my library, at which point I can move it into other playlists. Strange, stupid, and confusin

  • Syncing photos on my ipad mini

    Please could someone explain the following? "unable to sync photos because you do not have write access to the folder "Pictures" ? This message came up after trying to sync my new ipad mini, i've never had a problem before & i've been an Apple user f