Thrown validation exception not being showed in jspx page

Hi,
I have a page with af:table which uses one view object.That view object is using one entity object. In one of the method of the EntityImpl class of my entity object i throw ValidationException.I debugged the application and i saw that it is throwing the exception.But it is not being shown in the page. What might be wrong here?
try{
setAttributeInternal(BANKTYPE, value);
catch(TooManyObjectsException e) {
e.printStackTrace();
throw new ValidationException ("You are trying to add existing record");
My jspx page is having *<af:messages id="m1"/>*
Does the jspx page need any configuration to show the thrown exception in a popup?
Regards,
Priya.

Hi vinod,
I tried it and it worked.Thanks a lot :). Can you please tell me why it was not happening with the ValidationException?
Regards,
Priya.

Similar Messages

  • [svn:bz-trunk] 23143: Certain code needs to check the existence of the class validation validator  (some brokers and other listeners) during message broker init, however the validator was not being created till the very end of the method .

    Revision: 23143
    Revision: 23143
    Author:   [email protected]
    Date:     2011-10-27 06:31:02 -0700 (Thu, 27 Oct 2011)
    Log Message:
    Certain code needs to check the existence of the class validation validator (some brokers and other listeners) during message broker init, however the validator was not being created till the very end of the method.  Promote it to be at the top instead of at the bottom.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/config/MessagingConfiguration.java

    Revision: 23143
    Revision: 23143
    Author:   [email protected]
    Date:     2011-10-27 06:31:02 -0700 (Thu, 27 Oct 2011)
    Log Message:
    Certain code needs to check the existence of the class validation validator (some brokers and other listeners) during message broker init, however the validator was not being created till the very end of the method.  Promote it to be at the top instead of at the bottom.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/config/MessagingConfiguration.java

  • My gmail mails are not being showed by apple mail icon. Please solve this problem as soon as possible.

    I have added my gmail account in apple but i am not being notified after making all setting in notification centre.

    You have to go to autherized iPhone agent.

  • ADF JDeveloper wysiwyg visual editor does not render properly my jspx page

    Hi everybody,
    I am working with JDev 11.1.1.5 and I have an issue with the wysiwyg visual editor.
    My jspx page does not render properly: I cannot see the full page whatever is the resolution, even in full screen mode.
    I've tried to activate in the preferences the option Show Design Time Messages in Log but it does not display any error.
    When I run my page or execute a preview of my page, my page is rendered correctly the browser.
    Can someone help please?
    Thanks by advance

    Hi Frank,
    I've tried to change the resolution but whatever is the resolution the page is not rendered correctly. Actually, I can see the full page, but there are some panel boxes which are not displayed.
    In my page, I have a main panelgrouplayout which contains 2 dashboard panels. The second dashboard contains panel boxes, only the 3 first rows of panel boxes are displayed in this dashboard panel while I have 6 rows of panel boxes.
    In the design page, when I click on the 2nd dashboard and do "design this container", I can actually see that all the rows display correctly, it simply that I do not see them all in the main page.
    In short, the 2 dashboard panels display entirely, simply the 2nd one does not show all its content while displayed in the main page.
    Is there a solution for this?
    Thanks by advance

  • Why is the template not being used when dynamic page called ?

    Hi,
    I have created a dynamic page and assigned a template to it. When I call the dynamic page using the 'show' procedure from a form, I do not see the template.
    Why is the template not being used ? How can I get the template working when I call the dynamic page ?
    I even tried to show the page from the dynamic page's manage components tab and there is same problem. Template is not being used.
    thanks,
    Mainak

    You can alter the generated package body to include the following function in the header and footer sections.
    Header:
    PORTAL.wwv_headings.show_header(
    p_template => 'PUBLIC.TEMPLATE_3',
    p_heading => 'Dynamic Page',
    p_help_link => 'PORTAL_DEMO.EXAMPLE_DYNAMIC_PAGE.help',
    p_about_link => 'PORTAL_DEMO.EXAMPLE_DYNAMIC_PAGE.about');
    Footer:
    PORTAL.wwv_headings.show_footer(
    p_template => 'PUBLIC.TEMPLATE_3',
    p_help_link => 'PORTAL_DEMO.EXAMPLE_DYNAMIC_PAGE.help');
    where
    <PORTAL_DEMO> indicates application schema
    <PORTAL> indicates the name of the portal (normally this will be portal30 by default).

  • Exception occurs while eunning my jspx page

    Hi.,
    I am using jdeveloper 11.1.2.1
    While i am trying to run my jspx page i am receving an exception as
    The time zone 'GMT-08:00' defined in adf-config.xml or TimeZone.getDefault().getID() does not exist in your Oracle database table V$TIMEZONE_NAMES. Please set an available time zone in your TZ environment variable or user.timezone Java system property.Could anybody help me

    In my database
    13-NOV-11 03.24.29.678000 PM +05:30
    I had changed into
    -Duser.timezone="+05:30"
    while i use this querry in my database
    select extract(timezone_abbr from current_timestamp) TA from dual;
    The output is
    UNK
    Still it persist

  • IView is not being displayed in full page

    I created one iView, added it into a page. I set the layout as 1 Column Full width. My view is not being displayed in entire window. What kind of property, I should set in the page.

    Sunil:
    By default, the iView's height property is fixed. After I changed iView's height property to Full page, The page displays correctly.
    I setup two views in one page using one column Full width. Both the iviews are setup in one page. Now both the iViews height is set up to Full Page as well as page's height is setup to Full page. Now, the Top iView is being displayed with  3/4th of window size and bottom iView is being displayed with 1/4th of window size. I want to display both of them with equal size.
    Thanks for your help.

  • Dreamweaver template files updating, but javascript/jquery not being called on random pages.

    Hello,
    I have been tasked with updating the navigation on a site that is using a Dreamweaver template (DWT) as the base file. The navigation was originally built using jQuery navigation UI, however this did not address all of our needs and I have updated it with another version of an accordion.
    The .dwt file only is only controlling the navigation and the head of the site.
    I have integrated the new xhtml structure and added/removed javascript/jquery into the .dwt file. I saved the file, therefore updating all of the relevant .html files, and verified that the accordion works.
    However - the accordion does not work for all of the xhtml files. Some files, seemingly at random, are not pulling in the javascript.
    When opening the relevant .html files, I can verify that they have all been updated with the new xhtml and the correct javasctipt. However, when viewing the .html files that are not displaying correctly with FireBug, I can see that none of the jquery/javascript is being applied to the navigation (classes are missing that are injected into the xhtml, but the structure and css is correct).
    I've done some research and the only issues I've been able to find are related to .xhtml files not being updated with the correct code, but in my case all of the affected files have the correct xhtml and scripts in the head.
    Does anyone have any light to shed on this subject? I am quite puzzled.

    While I understand that looking at code is the ultimate way to find a solution, the intent of my question was not "how do i fix this" or "what is wrong with my code" but rather "does anyone have any idea as to why this would be happening". Or even, "where would you start to troubleshoot this".
    I made my question general as such because I intended on trying to troubleshoot on my own in order to better understand the issue.
    Thank you for stating the obvious, not all first time forum posters are completely unaware of how to ask questions properly.

  • af:serverListener not fired on a jspx page load

    Hi,
    I'm using JDeveloper 11g Update 1.
    I would like to fire a serverListener on a jspx page load.
    The javascript method that i'm using is fired while the server listener is not fired.
    Here's the code.
    <pre>
    //In my jspx
    <af:document title="Page Title" clientComponent="true">
    <af:clientListener method="fireServerListener" type="load"/>
    <af:clientAttribute name="serverListenerType" value="serverMethod"/>
    <af:serverListener type="serverMethod" method="#{myBean.serverMethod}"/>
    <f:facet name="metaContainer">
    <trh:script source="js/lib.js"></trh:script>
    </f:facet>
    //In lib.js
    function fireServerListener(event){
    var source = event.getSource();
    var immediate = this._immediate;
    var params = {};
    var srvLstnrType = source.getProperty("serverListenerType");
    AdfCustomEvent.queue(source, srvLstnrType, params, immediate );
    //In my bean
    public void serverMethod(ClientEvent clientEvent) {
    System.out.println("serverMethod() is called");
    </pre>
    Please, give any ideas how to resolve it.
    Best Regards,
    JavaDeVeLoper

    Hi Frank,
    I've tried what's suggested. I've placed the trh:script at the bottom of the page.
    The server listener in this piece of code at the bottom is fired, but in my case the problem (to fire a server event on body load) still exists.
    <pre>
    <af:commandButton text="Button" partialSubmit="true" clientComponent="true">
    <af:clientListener method="fireServerListener" type="action" />
    <af:clientAttribute name="serverListenerType" value="serverMethod" />
    <af:serverListener type="serverMethod"
    method="#{myBean.serverMethod}"/>
    </af:commandButton>
    </pre>
    Any suggestions :)
    Best Regards,
    JavaDeVeLoper

  • Exception not being thrown in try statement

    I am trying to write a small program to handle exceptions. However, the program will not compile because it is giving me an error saying the exception InvalidDocumentCodeException will never be thrown in body of coresponding try statement. Here are the two programs:
    public class InvalidDocumentCodeException extends Exception {
    InvalidDocumentCodeException (String message) {
    super(message);
    and
    import java.util.Scanner;
    public class Main2 {
    // Creates an exception object and possibly throws it.
    public static void main (String[] args) {
    char designation;
    String input = null;
    int valid = 0;
    Scanner scan = new Scanner (System.in);
    System.out.print ("Enter a 2-digit designation starting " + "\n" +
    "with U, C, or P, standing for unclassified, " + "\n" +
    "confidential, or proprietary: ");
    input = scan.nextLine();
    try {
    designation = input.charAt(0);
    if(designation == 'U')
    valid++;
    else if(designation == 'C')
    valid++;
    else if(designation == 'P')
    valid++;
    else if(designation == 'u')
    valid++;
    else if(designation == 'c')
    valid++;
    else if(designation == 'p')
    valid++;
    catch (InvalidDocumentCodeException problem) {
    System.out.println("Invalid designation entered " +
    problem);
    System.out.println ("End of main method.");
    can anyone tell me what I am doing wrong here?

    kenporic wrote:
    Forgive me, This is the first time I have used this sight and I should have been more precise. Thanks for all the help, but this is an excercise in how to handle exceptions in Java. One way is to "throw" the exception to another class to be handled. The other is to handle the exception within the running class. The throws program That I have works. The problem that I am having is handling the exception within the class without coding the "throws" statement. I am supposed to use the try-catch method in doing this. In the example I was given to follow, the code did not specifically throw the exception. If the input was not handled in the processing code then the catch statement is supposed to call to the exception class somehow?Okay, there are two families of exceptions--checked and unchecked.
    Checked: These are for things that are not part of the "happy path" of your code, but that your code may reasonably be expected to deal with. They're not necessarily signs of a bug in your code, nor do they indicate a problem in the JVM that's beyond your control. They're for things like when a file you're looking for doesn't exist (so maybe you handle it by asking the user to pick a different file), or a network connection being lost (so maybe you handle it by waiting a few seconds and trying again).
    When a checked exception occurs, since it's an expected and recoverable occurrence, you're expected to deal with it. So, when one of these exceptions can occur in your method, your method is required to either a) handle it (with catch) or b) let the caller know that HE might be asked to deal with it.
    We must either handle it:
    void doFileStuff(String path) {
      try {
        do file stuff
      catch (IOException exc) {
        retry--which means the whole try catch would be in a loop
        or maybe just substitute some default values that don't have to come from a file
    }Or let our caller know that he's going to have to handle it (or pass it on to his own caller):
    void doFileStuff(String path) throws IOException) {
      // this might throw an exception, but it's not this method's job to handle is, so it bubbles up to our caller
      do file stuff;
    Unchecked: These are things that are either bugs in your code (like a NullPointerException) or serious problems with the JVM that are beyond our control (like OutOfMemoryEror). These can occur anywhere, and it's not generally our code's job or our caller's job to deal with them, so they don't need to be caught or declared like checked exceptions do. You can catch them, and there are some places where it's appropriate to do so, but leave that aside for now.
    Unchecked exceptions are RuntimeException, Error, and every class that descends from them. Checked exceptions are everything else under Throwable, and Throwable itself.
    Now, when you do
    void foo() throws SomeException {You're telling the compiler that this method might throw that exception.\
    If SomeException is a checked exception, the compiler is able to tell whether your claim that you might throw it is true. Since it's checked, every method that might throw it must declare it. So the compiler can look at all the methods you call and see if they throw SomeException. If none of them do, and you don't explicitly put throw new SomeException(...); in your foo() method, then the compiler can be absolutely sure that there's no way foo() will throw SomeException. So it won't let you claim to throw it.
    On the other hand, is SomeException is unchecked, then since methods aren't required to report the unchecked exceptions they can throw, the compiler has no way of knowing whether some method you call might throw SomeException, so it always lets you declare it (and never requries you to).

  • Exception not being thrown

    I added code to throw an exception when a user-initiated search returned no rows, but for some reason, the exception isn't being raised on the browser. Code:
    mnVo.setWhereClause(queryparams);
    mnVo.executeQuery();
    if(mnVo.first() == null)
    throw new oracle.jbo.JboException("No records on file");
    If I step through the code, I see the throw statement executing, but it is never surfaced. What does get raised is:
    JBO-29000: Unexpected exception caught: java.lang.ArrayIndexOutOfBoundsException, msg=0
    This gets raised (apprently) outside of my code, and the debugger can't find it. What do I need to have in place in order to handle this condition?

    I'm a java newby, so I 'think' I understand what you mean, and I 'think' I already did? Here's the code now:
    if(mnVo.first() == null)
    throw new oracle.jbo.JboException("No records on file");
    catch (Exception e)
    { throw new oracle.jbo.JboException("No Records Found");}
    This behaves identically as it did before...I can see it being thrown in the debugger, but the browser never gets it, and it gets the other error which is pretty non-sensical to a user.
    I failed to mention earlier that this code is in the Application Module in the Client Interface, in case that makes a difference?

  • Strutstestcase problem - exception thrown by action not being caught

    Hi,
    I am experiencing a problem in a test class I wrote to test part of a Struts based application. I have posted this problem on the StrutsTestCase forum but not had a response yet (it doesn't seem to be frequently visited/posted at) so thought I would try my luck here.
    The action performs some back-end processing and if all successful then returns a mapping forward. If an error occurs then an Exception is thrown. The config file contains the entry for the ExceptionHandler which displays the error message on the page (i.e. it calls the same jsp page that the action was first submitted from).
    This all works fine when tested through the browser. Running a successful test via CactusStrutsTestCase also works correctly. But when I try to run a test to validate the error path the test class errors and the cactus output file indicates the Exception was thrown. BUT in my test class method...
    public void testFileUpload()
    this.setRequestPathInfo("/mypath");
    this.addRequestParameter("action", "uploadFile");
    MyForm form = new MyForm();
    form.setFormFile(this.getUploadFile("empty.txt"));
    this.setActionForm(form);
    try
    this.actionPerform();
    System.out.println("got here OK -----------------------");
    catch (Exception e)
    System.out.println("got here ERROR -----------------------" + e.getMessage());
    I try to catch the Exception so I can determine whether the test passed/failed but it is never caught. Instead the test just errors and neither debug line above is printed on the console. Yet the output file indicates that at the 'this.actionPerform();' line an error was uncaught...
    <testcase classname="test.MyCactusTest" name="testFileUpload" time="4.87">
    <error message="An uncaught exception was thrown during actionExecute()" type="org.apache.cactus.internal.client.ServletExceptionWrapper">servletunit.struts.ExceptionDuringTestError: An uncaught exception was thrown during actionExecute()
         at servletunit.struts.CactusStrutsTestCase.actionPerform()V(CactusStrutsTestCase.java:546)
         at test.MyCactusTest.testFileUpload()V(MyCactusTest.java:34)
    I'm bemused! Any help is much appreciated.

    Hi,
    I am experiencing a problem in a test class I wrote to test part of a Struts based application. I have posted this problem on the StrutsTestCase forum but not had a response yet (it doesn't seem to be frequently visited/posted at) so thought I would try my luck here.
    The action performs some back-end processing and if all successful then returns a mapping forward. If an error occurs then an Exception is thrown. The config file contains the entry for the ExceptionHandler which displays the error message on the page (i.e. it calls the same jsp page that the action was first submitted from).
    This all works fine when tested through the browser. Running a successful test via CactusStrutsTestCase also works correctly. But when I try to run a test to validate the error path the test class errors and the cactus output file indicates the Exception was thrown. BUT in my test class method...
    public void testFileUpload()
    this.setRequestPathInfo("/mypath");
    this.addRequestParameter("action", "uploadFile");
    MyForm form = new MyForm();
    form.setFormFile(this.getUploadFile("empty.txt"));
    this.setActionForm(form);
    try
    this.actionPerform();
    System.out.println("got here OK -----------------------");
    catch (Exception e)
    System.out.println("got here ERROR -----------------------" + e.getMessage());
    I try to catch the Exception so I can determine whether the test passed/failed but it is never caught. Instead the test just errors and neither debug line above is printed on the console. Yet the output file indicates that at the 'this.actionPerform();' line an error was uncaught...
    <testcase classname="test.MyCactusTest" name="testFileUpload" time="4.87">
    <error message="An uncaught exception was thrown during actionExecute()" type="org.apache.cactus.internal.client.ServletExceptionWrapper">servletunit.struts.ExceptionDuringTestError: An uncaught exception was thrown during actionExecute()
         at servletunit.struts.CactusStrutsTestCase.actionPerform()V(CactusStrutsTestCase.java:546)
         at test.MyCactusTest.testFileUpload()V(MyCactusTest.java:34)
    I'm bemused! Any help is much appreciated.

  • Additional Memory not being show in OEL UEK

    I recently purchased an additional 8G of memory increasing my system from 16GB to 24GB . The Bios sees it fine , however free does not show it.  Here is the pertinent information.
    uname -a
    3.8.13-26.1.1.el6uek.x86_64 #2 SMP Thu Feb 13 19:42:43 PST 2014 x86_64 x86_64 x86_64 GNU/Linux
    free
    free
                 total       used       free     shared    buffers     cached
    Mem:      16392848   13979312    2413536      17848       9176      94976
    -/+ buffers/cache:   13875160    2517688
    Swap:      8249340     324132    7925208
    [root@waco shm]#
    cat /proc/meminfo
    MemTotal:       16392848 kB
    MemFree:         2407452 kB
    Buffers:            9260 kB
    Cached:            95092 kB
    SwapCached:        35832 kB
    Active:           467052 kB
    Inactive:          60944 kB
    Active(anon):     435732 kB
    Inactive(anon):     5796 kB
    Active(file):      31320 kB
    Inactive(file):    55148 kB
    Unevictable:         192 kB
    Mlocked:             192 kB
    SwapTotal:       8249340 kB
    SwapFree:        7925208 kB
    Dirty:                 0 kB
    Writeback:             0 kB
    AnonPages:        420320 kB
    Mapped:         13044804 kB
    Shmem:             17848 kB
    Slab:             236172 kB
    SReclaimable:      33880 kB
    SUnreclaim:       202292 kB
    KernelStack:        4312 kB
    PageTables:        84948 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:    16445764 kB
    Committed_AS:   15072612 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:      466924 kB
    VmallocChunk:   34359163728 kB
    HardwareCorrupted:     0 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Hugepagesize:       2048 kB
    DirectMap4k:       16380 kB
    DirectMap2M:     3104768 kB
    DirectMap1G:    13631488 kB
    dmiedcode
    dmidecode --type memory
    # dmidecode 2.12
    # SMBIOS entry point at 0x000f04c0
    SMBIOS 2.7 present.
    Handle 0x0008, DMI type 5, 24 bytes
    Memory Controller Information
            Error Detecting Method: 64-bit ECC
            Error Correcting Capabilities:
                    None
            Supported Interleave: One-way Interleave
            Current Interleave: One-way Interleave
            Maximum Memory Module Size: 2048 MB
            Maximum Total Memory Size: 8192 MB
            Supported Speeds:
                    70 ns
                    60 ns
            Supported Memory Types:
                    DIMM
                    SDRAM
            Memory Module Voltage: 3.3 V
            Associated Memory Slots: 4
                    0x0009
                    0x000A
                    0x000B
                    0x000C
            Enabled Error Correcting Capabilities:
                    None
    Handle 0x0009, DMI type 6, 12 bytes
    Memory Module Information
            Socket Designation: DIMM0
            Bank Connections: 0 1
            Current Speed: 60 ns
            Type: DIMM SDRAM
            Installed Size: 536870912 MB (Single-bank Connection)
            Enabled Size: 536870912 MB (Single-bank Connection)
            Error Status: OK
    Handle 0x000A, DMI type 6, 12 bytes
    Memory Module Information
            Socket Designation: DIMM1
            Bank Connections: 2 3
            Current Speed: 60 ns
            Type: DIMM SDRAM
            Installed Size: 536870912 MB (Single-bank Connection)
            Enabled Size: 536870912 MB (Single-bank Connection)
            Error Status: OK
    Handle 0x000B, DMI type 6, 12 bytes
    Memory Module Information
            Socket Designation: DIMM2
            Bank Connections: 4 5
            Current Speed: 60 ns
            Type: DIMM SDRAM
            Installed Size: 536870912 MB (Single-bank Connection)
            Enabled Size: 536870912 MB (Single-bank Connection)
            Error Status: OK
    Handle 0x000C, DMI type 6, 12 bytes
    Memory Module Information
            Socket Designation: DIMM3
            Bank Connections: 6 7
            Current Speed: 60 ns
            Type: DIMM SDRAM
            Installed Size: 536870912 MB (Single-bank Connection)
            Enabled Size: 536870912 MB (Single-bank Connection)
            Error Status: OK
    Handle 0x002C, DMI type 16, 23 bytes
    Physical Memory Array
            Location: System Board Or Motherboard
            Use: System Memory
            Error Correction Type: None
            Maximum Capacity: 32 GB
            Error Information Handle: Not Provided
            Number Of Devices: 4
    Handle 0x002E, DMI type 17, 34 bytes
    Memory Device
            Array Handle: 0x002C
            Error Information Handle: Not Provided
            Total Width: 64 bits
            Data Width: 64 bits
            Size: 8192 MB
            Form Factor: DIMM
            Set: None
            Locator: Node0_Dimm0
            Bank Locator: Node0_Bank0
            Type: DDR3
            Type Detail: Synchronous Unbuffered (Unregistered)
            Speed: 800 MHz
            Manufacturer: Undefined
            Serial Number: 00000000
            Asset Tag: Dimm0_AssetTag
            Part Number: 1600 CL10 Ser
            Rank: 2
            Configured Clock Speed: 800 MHz
    Handle 0x0030, DMI type 17, 34 bytes
    Memory Device
            Array Handle: 0x002C
            Error Information Handle: Not Provided
            Total Width: Unknown
            Data Width: 64 bits
            Size: No Module Installed
            Form Factor: DIMM
            Set: None
            Locator: Node0_Dimm1
            Bank Locator: Node0_Bank0
            Type: Unknown
            Type Detail: Synchronous
            Speed: Unknown
            Manufacturer: Dimm1_Manufacturer
            Serial Number: Dimm1_SerNum
            Asset Tag: Dimm1_AssetTag
            Part Number: Dimm1_PartNum
            Rank: Unknown
            Configured Clock Speed: Unknown
    Handle 0x0032, DMI type 17, 34 bytes
    Memory Device
            Array Handle: 0x002C
            Error Information Handle: Not Provided
            Total Width: 64 bits
            Data Width: 64 bits
            Size: 8192 MB
            Form Factor: DIMM
            Set: None
            Locator: Node0_Dimm2
            Bank Locator: Node0_Bank0
            Type: DDR3
            Type Detail: Synchronous Unbuffered (Unregistered)
            Speed: 800 MHz
            Manufacturer: Undefined
            Serial Number: 00000000
            Asset Tag: Dimm2_AssetTag
            Part Number: PSD38G16002
            Rank: 2
            Configured Clock Speed: 800 MHz
    Handle 0x0034, DMI type 17, 34 bytes
    Memory Device
            Array Handle: 0x002C
            Error Information Handle: Not Provided
            Total Width: 64 bits
            Data Width: 64 bits
            Size: 8192 MB
            Form Factor: DIMM
            Set: None
            Locator: Node0_Dimm3
            Bank Locator: Node0_Bank0
            Type: DDR3
            Type Detail: Synchronous Unbuffered (Unregistered)
            Speed: 800 MHz
            Manufacturer: Undefined
            Serial Number: 00000000
            Asset Tag: Dimm3_AssetTag
            Part Number: PSD38G16002
            Rank: 2
            Configured Clock Speed: 800 MHz

    Please show the content of:
    /proc/cmdline
    /var/log/dmesg
    so we can tell what the kernel is seeing at boot time.

  • New photo not being showing up for book selection

    I wanted to add a photo to my book. I put it in my iPhoto file with all the photos I am putting into my book. When I go to the book, the new photo is not showing up with the other photos for me to select it. Anybody know why?
    Thanks!
    PM

    I put it in my iPhoto file
    How exactly are you doing that? If you are doing it in Finder, don't.
    Import the photo into iPhoto as you would normally import your photos. Then, just drag it into the ''Book" folder that is listed in the source pane on the left. You will then see it in the row of photos when you open that book file.

  • Online radio, stations no, Online radio, stations list not being showed sometimes

    Sometimes, and when I say sometimes i mean frequently, when I select some radio categories, like for example adult contemporary or Hard Rock, or any other listed radio category, the screen turns black and there is only the category name in the upper right corner, nor radio stations neither any logo is showed.
    Does anyone has a clue on what the problem might be? My first guess was connectivity, but everything else seems to work fine (for example, I can watch YouTube videos right after the problem happens).
    Thanks,

    Look at the following tread, you're not alone. Quite a few people are having this problem. NO solution from Apple yet.
    https://discussions.apple.com/message/17690038#17690038

Maybe you are looking for