Problems with positioning (Was: Conflict of Presentation)

The following page has:
1. a drop down menu set up as <ul> <li>
2. the Accordian was created using Dreamweavers jQuery UI.
When viewed on Chrome, Safari and  Firefox, the Dropdown menu gets corrupted and presents behind, instead of on top of the Accordian.
http://www.illuminateworkshops.com/blasts/index.php
How can I fix this?

You've got multiple doc types, <html>, <head>, and <body> tags in your markup.  You also have conflicting charsets.  You should stick with UTF-8 in HTML5 docs.  The first step to good cross browser rending is using clean code.  See details below:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.illuminateworkshops.com%2Fbla sts%2Findex.php
Nancy O.

Similar Messages

  • Pleaseeeeeee Help - Problems with position of my web page

    Hi, first sorry on my english
    I have problem with position of my page. I had made my web page in Indesign CS5 and exported to swf file. My web page is working fine (www.igor-flytying.com) but the page is not in the middle of the web browser. How can I fix the problem????? I am a beginer in Indesign. I had try to make some changes in html file (salign) but still nothing.
    Please HELLLLLPPPPPP
    Regards
    Aljosa

    Petteri, SWFObject is much better because it loads the JavaScript so you don't see it inside the HTML page, but it still wraps the swf in a div which by default will be positioned in the upperleft of the browser window.
    This is the only way I've been able to center using SWFObject—note that it's the "flashcontent" div style that does the centering not the align embed parameter:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>S W F | Centered</title>
    <meta http-equiv="Content-Type" content="text/html" />
    <!-- Centers the swf on the page. Note: width and height need to match the swf and margin left and right are -.50%-->
    <style type="text/css">
              #flashcontent {width: 1000px; height: 750px; margin-left: -500px; margin-top: -375px; position: absolute; left: 50%; top: 50%;}
    </style>
              <script type="text/javascript" src="swfobject.js"></script>
              <script type="text/javascript">
                        var flashvars = {};
                        flashvars.myFlashVar = "Testing";
                        var params = {}; //Embed parameters: http://kb2.adobe.com/cps/127/tn_12701.html
                        params.quality = "best";
                        params.align="t"
                        //SWFObject parameters: http://code.google.com/p/swfobject/wiki/api
                        swfobject.embedSWF("swftest.swf", "flashcontent", "1000", "750", "10.0", false, flashvars, params);
              </script>
    </head>
    <!-- ALT HTML TEXT-->
    <body style="background-color: #888888">
              <div id="flashcontent">
                        <a href="http://www.adobe.com/go/getflashplayer"><img src="getFlash.gif"  alt="adobe icon" border="0" /></a>
              </div>
    </body>
    </html>

  • Content Search Web Part with Hover Panel - Problem with positioning with css

    Hi guys!
    I´m having trouble with positioning the hover panel for the Content Search Web Part.
    I used
    this article to help me with luck as far as to the positioning. I´ve tried some inline styling but maybe my knowledge in css is no good enough here.
    Here´s a screenshot from how this looks like. The hover panel generates a gap between the result items, the same height as the hover panel:

    Hi Victoria!
    No the gap comes without any inline css added from me. I´ve tried some inline styling, like z-index and position.
    So, any ideas are welcome.
    Here´s how my Display Template looks like:
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>RC Customer Documents</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&#39;Line 1&#39;{Line 1}:&#39;Title&#39;,&#39;Line 2&#39;{Line 2}:&#39;&#39;,&#39;FileExtension&#39;,&#39;SecondaryFileExtension&#39;</mso:ManagedPropertyMapping>
    <mso:MasterPageDescription msdt:dt="string">This Item Display Template will show a preview and properties for Record Center Customer Documents</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#SearchResults;#Content Web Parts;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://d-records.isbank.is/rc/search/_catalogs/masterpage/Display Templates/Content Web Parts/_isb_record_center/tutorial/RC_CustomerDocuments.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:CrawlerXSLFile msdt:dt="string"></mso:CrawlerXSLFile>
    <mso:HtmlDesignPreviewUrl msdt:dt="string"></mso:HtmlDesignPreviewUrl>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
    <!--
    Warning: Do not try to add HTML to this section. Only the contents of the first <div>
    inside the <body> tag will be used while executing Display Template code. Any HTML that
    you add to this section will NOT become part of your Display Template.
    -->
    <script>
    $includeLanguageScript(this.url, "~sitecollection/_catalogs/masterpage/Display Templates/Language Files/{Locale}/CustomStrings.js");
    </script>
    <!--
    Use the div below to author your Display Template. Here are some things to keep in mind:
    * Surround any JavaScript logic as shown below using a "pound underscore" (#_ ... _#) token
    inside a comment.
    * Use the values assigned to your variables using an "underscore pound equals"
    (_#= ... =#_) token.
    -->
    <div id="RC_CustomerDocuments">
    <!--#_
    var id = ctx.ClientControl.get_nextUniqueId();
    var itemId = id + Srch.U.Ids.item;
    var hoverId = id + Srch.U.Ids.hover;
    var hoverUrl = "~sitecollection/_catalogs/masterpage/Display Templates/Content Web Parts/_isb_record_center/tutorial/Item_RC_CustomerDocuments_HoverPanel.js";
    $setResultItem(itemId, ctx.CurrentItem);
    ctx.currentItem_ShowHoverPanelCallback = Srch.U.getShowHoverPanelCallback(itemId, hoverId, hoverUrl);
    ctx.currentItem_HideHoverPanelCallback = Srch.U.getHideHoverPanelCallback();
    var encodedId = $htmlEncode(ctx.ClientControl.get_nextUniqueId() + "_2lines_");
    var linkURL = $getItemValue(ctx, "Link URL");
    linkURL.overrideValueRenderer($urlHtmlEncode);
    var iconURL = Srch.ContentBySearch.getIconSourceFromItem(ctx.CurrentItem);
    var line1 = $getItemValue(ctx, "Line 1");
    var line2 = $getItemValue(ctx, "Line 2");
    line1.overrideValueRenderer($contentLineText);
    line2.overrideValueRenderer($contentLineText);
    var containerId = encodedId + "container";
    var pictureLinkId = encodedId + "pictureLink";
    var pictureId = encodedId + "picture";
    var dataContainerId = encodedId + "dataContainer";
    var line1LinkId = encodedId + "line1Link";
    var line1Id = encodedId + "line1";
    var line2Id = encodedId + "line2";
    _#-->
    <div class="cbs-Item" name="Item" id="_#= $htmlEncode(itemId) =#_" data-displaytemplate="RC_CustomerDocuments" onmouseover="_#= ctx.currentItem_ShowHoverPanelCallback =#_" onmouseout="_#= ctx.currentItem_HideHoverPanelCallback =#_">
    <div id="wrapper">
    <div id="_#= $htmlEncode(hoverId) =#_" ></div>
    </div>
    <a class="cbs-ItemLink" title="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureLinkId =#_">
    <img class="cbs-Thumbnail" src="_#= $urlHtmlEncode(iconURL) =#_" alt="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureId =#_" />
    </a>
    <div class="cbs-Detail" id="_#= dataContainerId =#_">
    <a class="cbs-Line1Link ms-noWrap ms-displayBlock" href="_#= linkURL =#_" title="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= line1LinkId =#_">_#= line1 =#_</a>
    <!--#_
    if(!line2.isEmpty)
    _#-->
    <div class="cbs-Line2 ms-noWrap" title="_#= $htmlEncode(line2.defaultValueRenderer(line2)) =#_" id="_#= line2Id =#_">_#= line2 =#_</div>
    <!--#_
    _#-->
    </div>
    </div>
    </div>
    </body>
    </html>
    And here´s the hover panel:
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>RC Customer Documents Hover Panel</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:MasterPageDescription msdt:dt="string">Displays a result hover panel tailored for a Portable Document Format (PDF) document.</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#SearchHoverPanel;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Title&#39;:&#39;Title&#39;,&#39;Path&#39;:&#39;Path&#39;,&#39;Description&#39;:&#39;Description&#39;,&#39;EditorOWSUSER&#39;:&#39;EditorOWSUSER&#39;,&#39;LastModifiedTime&#39;:&#39;LastModifiedTime&#39;,&#39;CollapsingStatus&#39;:&#39;CollapsingStatus&#39;,&#39;DocId&#39;:&#39;DocId&#39;,&#39;HitHighlightedSummary&#39;:&#39;HitHighlightedSummary&#39;,&#39;HitHighlightedProperties&#39;:&#39;HitHighlightedProperties&#39;,&#39;FileExtension&#39;:&#39;FileExtension&#39;,&#39;ViewsLifeTime&#39;:&#39;ViewsLifeTime&#39;,&#39;ParentLink&#39;:&#39;ParentLink&#39;,&#39;FileType&#39;:&#39;FileType&#39;,&#39;IsContainer&#39;:&#39;IsContainer&#39;,&#39;SecondaryFileExtension&#39;:&#39;SecondaryFileExtension&#39;,&#39;DisplayAuthor&#39;:&#39;DisplayAuthor&#39;,&#39;ServerRedirectedURL&#39;:&#39;ServerRedirectedURL&#39;</mso:ManagedPropertyMapping>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://d-records.isbank.is/rc/search/_catalogs/masterpage/Display%20Templates/Content%20Web%20Parts/_isb_record_center/tutorial/Item_RC_CustomerDocuments_HoverPanel.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:CrawlerXSLFile msdt:dt="string"></mso:CrawlerXSLFile>
    <mso:HtmlDesignPreviewUrl msdt:dt="string"></mso:HtmlDesignPreviewUrl>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
    <div id="Item_RC_CustomerDocuments_HoverPanel">
    <!--#_
    var i = 0;
    var id = ctx.CurrentItem.csr_id;
    ctx.CurrentItem.csr_ShowFollowLink = true;
    ctx.CurrentItem.csr_ShowViewLibrary = true;
    ctx.currentItem_ShowChangedBySnippet = true;
    _#-->
    <div class="ms-srch-hover-innerContainer ms-srch-hover-standardSize" id="_#= $htmlEncode(id + HP.ids.inner) =#_">
    <div class="ms-srch-hover-arrowBorder" id="_#= $htmlEncode(id + HP.ids.arrowBorder) =#_"></div>
    <div class="ms-srch-hover-arrow" id="_#= $htmlEncode(id + HP.ids.arrow) =#_"></div>
    <div class="ms-srch-hover-content" id="_#= $htmlEncode(id + HP.ids.content) =#_" data-displaytemplate="RCCustomerDocumentsHoverPanel">
    <div id="_#= $htmlEncode(id + HP.ids.header) =#_" class="ms-srch-hover-header">
    _#= ctx.RenderHeader(ctx) =#_
    </div>
    <div id="_#= $htmlEncode(id + HP.ids.body) =#_" class="ms-srch-hover-body">
    _#= ctx.RenderBody(ctx) =#_
    </div>
    <div id="_#= $htmlEncode(id + HP.ids.actions) =#_" class="ms-srch-hover-actions">
    _#= ctx.RenderFooter(ctx) =#_
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>
    Thnx :)

  • Problem with the WAS and EP  installation

    Hi All,
    I am getting an error at step 20 i.e Install Java Engine.
    And the log file SecureStoreInsert.log says:
    Encryption and decryption is not possible because the full version of the SAP java cryptotoolkit was not found(iaik_jce.jar is required,iaik_jce_export.jar is not sufficient) or the JCE jurisdiction ploicy don't allow the use of the "PbeWithSHAAnd3_KeyTripleDES_CBC" algorithm.
    I have done this installation earlier also with the same dump (having JDK1.4.2_08) that was a success.
    Kindly help with pointers
    Regards,
    Indu Garg

    Yes,I have the correct version.
    And Sorry for not mentioning but my problem has been solved.
    Solution:
    Copy the iaik_jce.jar file to the <JDK installation Dir>/jre/lib/ext.
    Regards,
    Indu

  • ITunes 9.2.1 (4) problem with position on screen

    Ever since i upgraded to iTunes 9 i am unable to keep the program where i like it.
    For instance i use the mini player and put it in the bottom left corner of my screen right along the bottom of the screen. Then i maximize the program to change music and hit the + symbol to go back to mini player, the program sits about 1cm up from the bottom of the screen.
    Every time I put it back in the bottom corener, same thing again, maximize and minimize, back up to 1cm above the bottom of the screen. Right in line with the top of my dock. and no my dock is tiny, its not sitting on top of or near it.
    Only since the update.
    Any ideas?

    Here's what I had to do - and so far it has kept its settings.
    - Go to the top of iTunes in the gray shaded area & right click
    - Click on "size" - the cursor should change from an arrow to 4 arrows resembling a square (seen when editing a picture in other programs such as word)
    - Left click & hold to drag iTunes until you can see a side (either left or right - doesn't matter)
    - Once you see a side, you can move to that side (cursor changes from 4 arrows resembling a box to a left/right arrow) and bring the side in - decreasing the iTunes window - I did this to the left, top & right until all 3 sides were visible on my screen
    - I then lined it up and adjusted all 3 sides so that I could see everything (even the up/down slide bar to the far right)
    - Once I was happy with the position, I held the CTRL key down while closing iTunes (this saves the setting)
    Now, when I open iTunes, it's where I left it. Hoping this is a permanent fix. We shall see.
    Hope this helps some.

  • SM30 / View Maintainance Call problem with Position button

    We are having an issue with the position button on Tcode SM30 and Function View Maintenance Call. When we press the position button and try to enter a material number (matnr element, with links to the correct databases) and then click on ok, it doesn't found materials that we know are on the Ztable.
    Experimenting, I found that entering the complete number with all the leading zeroes finds the correct item, so my guess is that the Position button doesn't use the conversion alpha exit. A test with a Ztable where the made up code fills up the entire code space shows it finds the data correctly, so it seems that completion is the issue, reinforcing the idea that the conversion alpha exit (wich is correctly associated to the matnr domain) is not working in positioning.
    Any pointers or ideas will be appreciated.

    Hi
    Use this function modules for the material number
    CONVERSION_EXIT_ALPHA_input
    CONVERSION_EXIT_ALPHA_output
    I think it will work..find in debug wat value s coming

  • Problems with Excel xlsx files and Presentation Design 2011

    Hello,
    I just began using Presentation Design 2011 and have run into an issue and would really appreciate your help.
    I have very large files in Excel 2007 format (.xlsx) that I need to import into Presentation Design.  When I try to do so, it automatically opens the .xlsx file as a 97-2003 Excel file, and in hte process, I then lose a large portion of the data (the file is very large, and the space limitations in 97-2003 are not sufficient for all the data I have, so I receive a message about compatability indicating that the data goes beyond the space limit).
    I have tried looking online for a fix to this issue, and I cannot find it.  I just installed the service pack 2 patch 8 file, and this still does not work.
    Will someone please let me know what I need to download or do to be able to import the xlsx files and maintain them in that format? 
    Thank you!
    Curtis

    Hi Curtis,
    In the older version of dashboard design 2011, xcelsius 2008, .xlsx(excel 2007) files are imported and converted automatically to excel 2003 format. So there are some compatiability issues with both versions and also size limitations. excel 2003 cannot have more than 256 columns. I doubt same is the case with new version.
    Inside the designer data is in excel 2003 format. So you cannot have data more than the limit and some formats. You should only be pulling in enough data to fill your components in dashboard and remove any unnessary information from the spreadsheet . Since dashboards are meant for summary data, importing very large excels files are not recommended.
    Hope it helps you.
    Regards,
    Nikhil Joy

  • Captivate 4 problems with audio import in powerpoint presentations

    I am trying to import powerpoint presentations made in powerpoint 2003 which contain audio.
    When I import them to captivate 4 I cannot hear the audion on each slide when I hit the play button.
    Also, when I go to "Preview" "Play this slide (F3)" I get no audio.
    If I "Preview" "Presentation" (F4) the audio plays very fast (like the "chipmunks").
    If I "Preview" "From this slide (F8)" I get no sound.
    If I "Preview" "The next 5 slides (F10)" I get no sound.
    If I double click on the audio timeline and select the "audio" tab in the "Slide Properties" box and click the play button or edit the audio it plays normally.
    I need to get this audio done ASAP.  Is there anyone who knows what is going on?
    Thanks for your help.

    Hi Nathan-LMS,
          Can you test your course on SCORM cloud and confirm whether you observe the same behvaior on it? this will help us investigate specific to your LMS.
         1) Bookmark/resume on iPad (iOS 6) : Can you try the same course on SCORM cloud and let us know whether Bookmark/resume working fine or not? We could see this wroking at our end.
         2) Cross-domain AICC communication: Ping me on my mail id, I can provide you complete list of steps to make HTML5 content work in cross domain.
         3) Dual format publishing course plays only in IE9 or chrome 20(or above). Can you try it and let us know?
         4) Cross-platform bookmark/resume should work fine. Can you try the same scenario using SCORM cloud and let us know the behavior.
    Any querries you can send me a mail to [email protected]
    Thanks,
    Sankaram.

  • Problems with J2EE/WAS 6.2 startup, after installing patch 23!!

    Hello,                                                                  
    We are in the process of installing EP6.0 SP2 on Solaris OS on a single  server. Initial installation of all components was successful. Upon patching WAS 6.20 to P23 we received the error below when attempting    
    to start the server. This after manually starting the   state controlled and the dispatcher. Then the Application Node fails.   
                                                             Would appreciate any pointers!!               
    Regards, Suman                                                                               
    Error:                                                                  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because 
    of exception:java.lang.NoClassDefFoundError: com/sap/tc/logging         
    /LogController                                                          
    at com.sapportals.portal.prt.core.logger.LoggerManager.<clinit>         
    (LoggerManager.java:62)                                                 
    at com.sapportals.portal.prt.runtime.Portal.getLogger(Portal.java:400)  
    at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:281)       
    at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit        
    (PortalCoreInitializer.java:55)                                         
    at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>        
    (PortalInitializer.java:129)                                            
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortal        
    Initializer.run(Dispatcher.java:160)                                    
    at java.security.AccessController.doPrivileged(Native Method)           
    (Dispatcher.java:358)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000       
    (Dispatcher.java:40)                                                
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run   
    (Dispatcher.java:113)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init             
    (Dispatcher.java:391)                                               
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.     
    getServletLocal(ServletContextFacade.java:3554)                     
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service    
    (InvokerServlet.java:74)                                            
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet     
    (RunServlet.java:149)                                               
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.       
    startServlet(ServletsAndJspImpl.java:832)                           
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename
    (RequestAnalizer.java:665)                                          
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle      
    (RequestAnalizer.java:312)                                          
    at com.inqmy.services.httpserver.server.Response.handle             
    (Response.java:173)                                                 
    at com.inqmy.services.httpserver.server.HttpServerFrame.request     
    (HttpServerFrame.java:1245)                                         
    at com.inqmy.core.service.context.container.session.Application     
    SessionMessageListener.process(ApplicationSessionMessageListener.   
    java:36)                                                            
    at com.inqmy.core.cluster.impl5.ParserRunner.run                      
    (ParserRunner.java:55)                                                
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46) 
    at java.security.AccessController.doPrivileged(Native Method)         
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    WARNING: Dispatcher could not be set up:                                                                               
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher     
    (Dispatcher.java:370)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000         
    (Dispatcher.java:40)                                                  
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run     
    (Dispatcher.java:113)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init               
    (Dispatcher.java:391)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.       
    getServletLocal(ServletContextFacade.java:3554)                       
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service      
    (InvokerServlet.java:74)                                              
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)       
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet       
    (RunServlet.java:149)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.         
    startServlet(ServletsAndJspImpl.java:832)                             
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename 
    (RequestAnalizer.java:665)                                            
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle          
    (RequestAnalizer.java:312)                                              
    at com.inqmy.services.httpserver.server.Response.handle                 
    (Response.java:173)                                                     
    at com.inqmy.services.httpserver.server.HttpServerFrame.request         
    (HttpServerFrame.java:1245)                                                                               
    at com.inqmy.core.service.context.container.session.ApplicationSession  
    MessageListener.process(ApplicationSessionMessageListene                
    r.java:36)                                                              
    at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)  
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)   
    at java.security.AccessController.doPrivileged(Native Method)           
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because
    of exception:                                                           
    com.sapportals.portal.prt.dispatcher.DispatcherException: Previous      
    dispatcher initialization failed. Check logs for details.               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:256)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:212)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$400           
    (Dispatcher.java:40)                                                    
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run        
    (Dispatcher.java:447)                                                   
    at java.security.AccessController.doPrivileged(Native Method)

    Hello,                                                                  
    We are in the process of installing EP6.0 SP2 on Solaris OS on a single  server. Initial installation of all components was successful. Upon patching WAS 6.20 to P23 we received the error below when attempting    
    to start the server. This after manually starting the   state controlled and the dispatcher. Then the Application Node fails.   
                                                             Would appreciate any pointers!!               
    Regards, Suman                                                                               
    Error:                                                                  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because 
    of exception:java.lang.NoClassDefFoundError: com/sap/tc/logging         
    /LogController                                                          
    at com.sapportals.portal.prt.core.logger.LoggerManager.<clinit>         
    (LoggerManager.java:62)                                                 
    at com.sapportals.portal.prt.runtime.Portal.getLogger(Portal.java:400)  
    at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:281)       
    at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit        
    (PortalCoreInitializer.java:55)                                         
    at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>        
    (PortalInitializer.java:129)                                            
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortal        
    Initializer.run(Dispatcher.java:160)                                    
    at java.security.AccessController.doPrivileged(Native Method)           
    (Dispatcher.java:358)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000       
    (Dispatcher.java:40)                                                
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run   
    (Dispatcher.java:113)                                               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init             
    (Dispatcher.java:391)                                               
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.     
    getServletLocal(ServletContextFacade.java:3554)                     
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service    
    (InvokerServlet.java:74)                                            
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet     
    (RunServlet.java:149)                                               
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.       
    startServlet(ServletsAndJspImpl.java:832)                           
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename
    (RequestAnalizer.java:665)                                          
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle      
    (RequestAnalizer.java:312)                                          
    at com.inqmy.services.httpserver.server.Response.handle             
    (Response.java:173)                                                 
    at com.inqmy.services.httpserver.server.HttpServerFrame.request     
    (HttpServerFrame.java:1245)                                         
    at com.inqmy.core.service.context.container.session.Application     
    SessionMessageListener.process(ApplicationSessionMessageListener.   
    java:36)                                                            
    at com.inqmy.core.cluster.impl5.ParserRunner.run                      
    (ParserRunner.java:55)                                                
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46) 
    at java.security.AccessController.doPrivileged(Native Method)         
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    WARNING: Dispatcher could not be set up:                                                                               
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher     
    (Dispatcher.java:370)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000         
    (Dispatcher.java:40)                                                  
    at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run     
    (Dispatcher.java:113)                                                 
    at com.sapportals.portal.prt.dispatcher.Dispatcher.init               
    (Dispatcher.java:391)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletContextFacade.       
    getServletLocal(ServletContextFacade.java:3554)                       
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service      
    (InvokerServlet.java:74)                                              
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)       
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet       
    (RunServlet.java:149)                                                 
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.         
    startServlet(ServletsAndJspImpl.java:832)                             
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename 
    (RequestAnalizer.java:665)                                            
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle          
    (RequestAnalizer.java:312)                                              
    at com.inqmy.services.httpserver.server.Response.handle                 
    (Response.java:173)                                                     
    at com.inqmy.services.httpserver.server.HttpServerFrame.request         
    (HttpServerFrame.java:1245)                                                                               
    at com.inqmy.core.service.context.container.session.ApplicationSession  
    MessageListener.process(ApplicationSessionMessageListene                
    r.java:36)                                                              
    at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)  
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)   
    at java.security.AccessController.doPrivileged(Native Method)           
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)  
    [com.sapportals.portal.prt.dispatcher.Dispatcher@4fcd9a, 7/12/04 3:05:55
    PM EDT, Client_Thread_23] Exiting main initialization procedure because
    of exception:                                                           
    com.sapportals.portal.prt.dispatcher.DispatcherException: Previous      
    dispatcher initialization failed. Check logs for details.               
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:256)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher       
    (Dispatcher.java:212)                                                   
    at com.sapportals.portal.prt.dispatcher.Dispatcher.access$400           
    (Dispatcher.java:40)                                                    
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run        
    (Dispatcher.java:447)                                                   
    at java.security.AccessController.doPrivileged(Native Method)

  • Problem with XML lib Conflicts and security policies

    I am getting this error when trying to run (it deploys fine) a web application that uses hibernate. The same application deploys and runs fine in tomcat. However, I need to find a way to configure the sun application server so it will work. I have attached the stack trace below. Any help would be greatly appreciated....heck a starting point would be greatly appreciated.
    exception
    javax.servlet.ServletException: Provider org.apache.crimson.jaxp.DocumentBuilderFactoryImpl could not be instantiated: java.lang.SecurityException: unable to instantiate Subject-based policy
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:218)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    root cause
    javax.xml.parsers.FactoryConfigurationError: Provider org.apache.crimson.jaxp.DocumentBuilderFactoryImpl could not be instantiated: java.lang.SecurityException: unable to instantiate Subject-based policy
         javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:99)
         org.apache.jasper.xmlparser.ParserUtils.parseXMLDocument(ParserUtils.java:99)
         org.apache.jasper.compiler.JspConfig.processWebDotXml(JspConfig.java:72)
         org.apache.jasper.compiler.JspConfig.init(JspConfig.java:181)
         org.apache.jasper.compiler.JspConfig.findJspProperty(JspConfig.java:233)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:164)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:419)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:402)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:512)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:262)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:263)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:210)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)

    If I comment out the calls to Hibernate from my code, the error changes a little. So, it must be one of the libraries in the web-inf/lib dir. I have appended the new stack trace and a list of jars i that directory....got any ideas about the culprit??? I'll start the trial and error process....but if anyone knows i would appreciate it.
    LES
    exception
    javax.servlet.ServletException: com.sun.security.auth.PolicyFile
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:218)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    root cause
    java.lang.IncompatibleClassChangeError: com.sun.security.auth.PolicyFile
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
         java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         java.lang.Class.forName0(Native Method)
         java.lang.Class.forName(Class.java:219)
         javax.security.auth.Policy$3.run(Policy.java:215)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Policy.getPolicyNoCheck(Policy.java:209)
         javax.security.auth.Policy.getPolicy(Policy.java:179)
         javax.security.auth.SubjectDomainCombiner$2.run(SubjectDomainCombiner.java:178)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.SubjectDomainCombiner.combine(SubjectDomainCombiner.java:174)
         java.security.AccessControlContext.goCombiner(AccessControlContext.java:386)
         java.security.AccessControlContext.optimize(AccessControlContext.java:310)
         java.security.AccessController.checkPermission(AccessController.java:400)
         java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         java.lang.SecurityManager.checkRead(SecurityManager.java:863)
         java.io.File.lastModified(File.java:771)
         org.apache.naming.resources.FileDirContext$FileResourceAttributes.getLastModifiedDate(FileDirContext.java:1123)
         org.apache.naming.resources.ResourceAttributes.get(ResourceAttributes.java:706)
         org.apache.naming.resources.DirContextURLConnection.getLastModified(DirContextURLConnection.java:211)
         org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:474)
         org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:450)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:262)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:263)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:210)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    List of Jars in WEB-INF/lib
    ant-1.5.3.jar           jaas.jar            junit-3.8.1.jar
    ant-optional-1.5.3.jar  jboss-cache.jar     les-util.jar
    c3p0-0.8.4.5.jar        jboss-common.jar    log4j-1.2.8.jar
    cglib-full-2.0.2.jar    jboss-jmx.jar       odmg-3.0.jar
    concurrent-1.3.3.jar    jboss-system.jar    oscache-2.0.jar
    connector.jar           jcs-1.0-dev.jar     proxool-0.8.3.jar
    dom4j-1.4.jar           jdbc2_0-stdext.jar  swarmcache-1.0rc2.jar
    ehcache-0.9.jar         jgroups-2.2.7.jar
    hibernate2.jar          jta.jar

  • Problems with Mail...

    Initially, the problem started when why wife said that her e-mails disappeared.  I looked at her screen and saw that there was a warning triangle next to the Mailboxes' Inbox in the upper left corner of the Mail app.  I thought it odd that there was no list of e-mails in the right side of the window, but one of her mailboxes had a flag with the number 15, indicating that there were 15 messages, but there was "invisible".
    So, I took at look at her iCloud account's preferences and tried to change the Port to 993, but I kept getting an error message about the incoming path could not be empty...
    I then went to start Googling similar themes and reading the discussions here.  Nothing seems to help me, but somehow, I finally got Mail to work...
    First off, IF you're using OS X 10.8.2 (Mtn. Lion) and Mail (6.2), the com.apple.mail.plist is NOT in the "usual" expected location.  Thanks poster Thomas A Reed, the com.apple.mail.plist can be found here:
    ~/Library/Containers/com.apple.mail/Data/Library/Preferences
    This was a BIG help.  But in my situation, the com.apple.mail.plist file was not there.  Instead, I found "com.apple.mail.lockedfile".  But even after I deleted it, Mail still wasn't working currently.
    So, I decided to go back in time.  Thankfully, Time Machine does come handy at times.  I was able to get the com.apple.mail.plist file in Time Machine from a date prior to the problem.  But even this "new" plist file didn't help.
    So, be it "voodoo magic" or just that God was on my side, I tried a couple of other things...
    First, I took the mailbox offline (Mail's Mailbox menu > Take All Accounts Offline).  As I even tried taking things offline, but going back online didn't initially help.  But I took it offline again.
    I then tried going back to into the Account preferences (Mail menu > Preferences > Accounts > Account Information) and changed Alias to icloud.com, instead of mac.com or me.com, and typed in the correct password.  I made sure that the Outgoing Mail Server (SMTP) was "smtp.mail.me.com".  I went into Advanced and typed "imap.mail.me.com", made sure that Port was "993", checked Use SSL, and Authentication to Password.
    I click to to another of Mail's preferences to bring up the Save dialog.  And when I clicked Save, it did not click.  It saved for the first time.  No error message at all.  A positive sign!
    So, I then when to Mail's Window menu and selected Activity and when I selected to Take All Accounts Online, I could see that everything was working!  Yeah! Mail was now working as expected.  It was an awesome sight!
    Now, please remember that these are my observations.  May this be a hopeful guide to your situation.  I cannot swear that this is THE solution, but something worked for me.  Like I said, maybe God was smiling on me as the problem with Mail was on my wife's MacBook Air.  So, Mail is now working, I'm happy and ultimately, my wife will be happy now that she can use her Mac like she expects it to work... 

    I have completley reinstalled the OS, starting from the Software reinstall disk, and did all the upgrades to Tiger, and am still having the problem.
    My daughter didn't use Mail, as I didn't get around to setting up an account for her yet.
    I just used Sync to try to fix it, by importing all my settings, but still no go.

  • Problem with loading pics in a photo gallery

    Ok.. I don't know what is the problem for this.. maybe
    someone with more experience bumped to this too.. and can help me
    out..
    I will put the link here so u can see it but before u open
    it, pay attention of the mess.. pictures are loaded one over
    another or not loaded at all.. There are 2 panels of the same pics
    and code, the second one loads the pics the same way as the first
    one right after the first one has finished loading all of the pics.
    But strangely the second panel with pics has absolutely no problem
    with positioning the pics correctly with their correct size even
    the first time u open it. (this comes from the swf of the pic that
    loads in the loader; they all load in loaders positioned by me).
    After the gallery has loaded the first time and u Refresh the
    page.. u will see the gallery works perfect. If u want to see the
    mess up again, just delete ur temporary internet files and refresh
    the page again. Here is my gallery (not finished yet):
    http://www.goliveuk.com/Projects/Theolife/
    NOTICE:
    When I test this in flash with simulate download, all works
    fine except that some pics show progress of loading (I've made
    listeners for that) and on complete I trace it completed loading
    but they don't show up..
    So I can't figure out what might be causing this problem...
    As far as my logic goes.. I can tell that if in the second
    panel the pics load succesfully every time, this means that the
    problem comes only the first time they are being loaded.. for me
    this doesn't make any sense.. and I see as solution to make some
    invisiblemovie clip that will load all of my pics for the first
    time and then the actual visible movie clips that are visible will
    continue so there are no problems.
    I don't know if this will work.. it is just my thinking.
    Maybe there is some other way to fix this when they load the
    first time.. maybe telling the code to load it.. and reload it
    after that ?
    Any ideas what could be causing this problem ?
    Hope someone can explain to me..
    Thanks in advance...

    can u give me an example with onLoadInit() or preloader code
    as u mention so I can get a clear view of what u mean cuz now I am
    a bit confused what must wait for loading to be completed the main
    swf or the swfs of the pictures that have a code inside to get the
    size of the loader?

  • Image Gallery, problems with Flash player 9 and Opera 9

    Hi, I'm developing a slideshow in flash (and php, JavaScript,
    XML).
    I'm coding in classes and AS2.
    I use the ExternalInterface class to communicate between
    swf's and html.
    The problem is that the Slideshow won't work properly in the
    Opera browser,
    it seems like it's working fine, but after a few click it
    stop responding.
    No problems in IE and FF.
    I've search and search to find a solution to this problem
    with no luck.
    I've put up an example of the slideshow here:
    http://www.coldminer.com/up/sw.php?thumbs=1
    The strange thing is that when I use really simplified
    versions of the code
    I'm using (with no externalInterface etc) it is working fine:
    http://www.coldminer.com/ftest/
    Anyone who have experienced similar problems, and can guide
    me to a solution.
    Opera version: 9.02 (8585)
    Flash player version: 9,0,16,0
    Thank you!
    ** Edit ->
    I found a solution, I replaced th ExternalInterface with the
    "Flash JavaScript Integration Kit",
    and all my problems with Opera was solved.

    Lo stesso problema ce l'ho io. Sembra che flash player 9 non
    riesca a leggere le versioni flash 5. Nell'installare un corso
    contenente flash 5 ho questo errore:
    Prodotto: Corso Multimediale per Photoshop 7 -- Errore 1904.
    Impossibile registrare il modulo C:\WINDOWS\system32\swflash.ocx.
    HRESULT -2147319780. Contattare il personale di supporto.

  • Problems with my new class

    Hi all,
    I had a small applet that included a control panel and an Animation Panel for display. The Animation Panel was a seperate class which just had a table display. (AnimationPanel class)
    When the user selected one of the buttons from the controls I could display text in the table. e.g in the main class...
    AnimationPanel anim = new AnimationPanel();
    anim.animationTable.setValueAt("Hello",2,i);
    The problem with this was that the table was editable (which I didnt want), so following the java tutuorial I modified my AnimationPanel to include another class which creats the JTable and extends AbstractTableModel.
    Now I have the problem that when the user clicks a button as above I am getting huge errors and does not write to the cell.
    Could someone please tell me how I would be able to write to my table if the user clicks a button in my main applet class.
    Here is the seperate class that sets up the table etc...
    class MyAnimationTable extends AbstractTableModel {
    Object[][] data = {
    {"Carry: "," "," ", " ",
    {"X: "," ","0", "0",
    "0", "0", "0", "0", "0", "0"},
    {"Y: "," ","0", "0",
    "0", "0", "0", "0", "0", "0"},
    {"Sum: "," "," ", " ",
    String[] columnNames = {" ",
    "-128",
    "64 ",
    "32 ",
    "16",
    "8",
    "4",
    "2",
    "U"};
    /*animationTable = new JTable(data, columnNames);
    JScrollPane scrollPane = new JScrollPane(animationTable);
    animationTable.setPreferredScrollableViewportSize(new Dimension(400, 210));
    add(scrollPane);*/
    public int getColumnCount() {
    return columnNames.length;
    public int getRowCount() {
    return data.length;
    public String getColumnName(int col) {
    return columnNames[col];
    public Object getValueAt(int row, int col) {
    return data[row][col];
    * JTable uses this method to determine the default renderer/
    * editor for each cell. If we didn't implement this method,
    * then the last column would contain text ("true"/"false"),
    * rather than a check box.
    public Class getColumnClass(int c) {
    return getValueAt(0, c).getClass();
    * Don't need to implement this method unless your table's
    * editable.
    public boolean isCellEditable(int row, int col) {
    //Note that the data/cell address is constant,
    //no matter where the cell appears onscreen.
    if (col < 2) {
    return false;
    } else {
    return true;
    * Don't need to implement this method unless your table's
    * data can change.
    //anim.animationTable.setValueAt(" ",5,i);
    public void setValueAt(Object value, int row, int col) {
    /*if (DEBUG) {
    System.out.println("Setting value at " + row + "," + col
    + " to " + value
    + " (an instance of "
    + value.getClass() + ")");
    data[row][col] = value;
    fireTableCellUpdated(row, col);
    //if (data[0][col] instanceof Integer
    // && !(value instanceof Integer)) {
    //With JFC/Swing 1.1 and JDK 1.2, we need to create
    //an Integer from the value; otherwise, the column
    //switches to contain Strings. Starting with v 1.3,
    //the table automatically converts value to an Integer,
    //so you only need the code in the 'else' part of this
    //'if' block.
    //XXX: See TableEditDemo.java for a better solution!!!
    /*try {
    data[row][col] = new Integer(value.toString());
    fireTableCellUpdated(row, col);
    } catch (NumberFormatException e) {
    JOptionPane.showMessageDialog(AnimationPanel.this,
    "The \"" + getColumnName(col)
    + "\" column accepts only integer values.");
    // } else {
    data[row][col] = value;
    fireTableCellUpdated(row, col);
    /*if (DEBUG) {
    System.out.println("New value of data:");
    //printDebugData();

    Thanks, that works when I do this from current dir (C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\servlets-example
    \WEB-INF\classes) :
    set CLASSPATH=.;%CLASSPATH%
    And I have to put the User.java file in the util directory that is located up one directory (C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\servlets-example
    \WEB-INF\classes\util).
    package util;
    import java.io.*;
    import java.text.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    import util.User;But it still wont work from the num directory that I had in my original question. I tried setting my classpath to point to the num package:
    Set CLASSPATH=%CLASSPATH%;C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\jsp-examples\WEB-INF\classes\num
    and it gave me same error.
    Please advise or should I just live with the servlet calling the class in the util directory and forget about the num directory?

  • Is there somebody NOT having problems with OS X Server?

    I fell into the trap of Apple marketing and bought XServe with the intent to replace our Windows Server 2003 with OS X Server. The problem with Windows was that its licensing is expensive and you need to keep track of many different licenses for every single thing you want (SQL Server, Exchange and the like). It is also somewhat complicated to manage.
    My first try was with Leopard 10.5. Oh boy, this didn't work out at all. There were so many problems that even after 10.5.2 I considered seriously moving over to 10.4, which I finally did. I admit that I made some mistakes of my own when I installed 10.5. Most notably of course was the DNS setup, which was not quite right. But there are other known issues (ACL not working for example). So I really trained the setup of 10.4 on my MacBook to the point where I got it right. Then I went forward and reinstalled the 10.4 server, moved over the files and user data.
    So, 10.4. It performs much better, less errors, most of the time it works, especially after all the updates. But still it feels very far from the quality of Windows 2003 Server. I hate to say this, but it is true. I am feeling betrayed by Apple, because after using Macs for several years at home and at work (my MacBook), I felt like this is a superior operating system. Not so when I look at the server. Sure, the security holes are there in Windows Server, but they are not so hard to fill and most of the time I could just forget about it. Not so with OS X Server. It is SOOOOO fragile, it almost feels like a china shop. I never know when it will break for no apparent reason. And the things that are so easy to accomplish in Windows (change your IP address or DNS name) are major tasks for OS X administrators and you never know if you will succeed or need to do a full reinstall. So the cost of administration for OS X will quickly become much bigger than the cost of Windows licenses.
    The last problem, still unresolved, is the VPN service. This should be a no-brainer, but no, not in the case of OS X. Starting VPN and connecting to it disrupts OD and Kerberos so that there is no other way but to restart the server.
    So I am kind of wondering if there are ANY users out there who use the server in a primarily Windows/Linux desktop environment so that OS X Server actually works as intended and doesn't need restarting every day? Now I feel very frustrated about all this.

    Hi there, sorry to hear you are having issues with your OS X Server installation.
    I have not used it with Windows Clients yet, although I have to say for our use, i.e. database (mySQL), mail, Adobe Coldfusion Application Server (CF8 Standard) and Web-Server use, it is the most stable and fastest performing machine ever. It smashes our previous DELL server with Windows 2003 Web Edition in every aspect.
    Also, instead of being prompted to install a patch and re-boot about every two weeks, it runs and runs and runs - and if it ever needs to reboot, all sites are up and running within 2 minutes, I kid you not, this is fantastic for us.
    So yes, there are MORE happy users out there!!
    But granted, you find more people asking for help than praising a running system in support forums, that's kinda obvious I suppose
    Good luck fixing your system! Perhaps worth checking for some professional help in the first round of setup in case you were not used to UNIX systems before? There's a lot to learn coming from Windows I feel, but worth it and in the end usually easily fixed, repaired or even re-installed in a fraction of the time it used to take on Windows, let alone it actually works in the end.
    Best regards,
    Jonas

Maybe you are looking for

  • How to change the width of column guide itself?

    i'm doing a trifold brochure and set it up that way in layout.  the space between the column guides (represented by the thin purple lines) is too narrow.  i want to make it wider.  i thought that that space was the "gutter" but when i change the gutt

  • Change Labels font size

    How to change the font size of labels, region header, page header...?

  • Short video playback jittery

    Greetings, I started having a very weird issue since last two updates for firefox (currently showing 33.1) on my weaker machine. The videos such as posts marked as GIF (not actually gifs but seem to be short videos in mp4 or webm format) on the popul

  • InDesign CS5 stopped working and Can't drag or drop

    A colleague of mine has a Mac G5 with OS 10.5.8 and Adobe InDesign CS5 installed which has suddenly stopped working. On top of that she can't drag or drop items either.  She didn't have this issue yesterday. She didn't install anything new or added a

  • Ocp exam info

    I took ocp exam back in 2003. i lost the result of that exam where can I obtain the result of that exam