BUG: OJC  cause internal error by generics in JDev 10.1.3.0.4

Hello,
the OJC of JDeveloper 10.1.3.0.4.3673 terminates with an internal error.
the message is:
Error: Internal compilation error, terminated with a fatal exceptionIt is in gerneric code with two params.
The two classes are:
Base class:
package org.test;
public abstract class BaseClass<ValueType, BoundType>
  public abstract BoundType unmarshal(ValueType v);
  public abstract ValueType marshal(BoundType v);
}Problem class:
package org.test;
public final class TestGeneric extends BaseClass<String, byte[]>
  public byte[] unmarshal(String s)
      return null;
  public String marshal(byte bytes[])
      return null;
}Regards

Thanks for reporting this. We've logged a bug to track the issue: 5018566
-- Brian

Similar Messages

  • BUG: OJC produce internal error with JAXB 2.0 src

    Hello,
    the OJC of JDev 10.1.3.0.4.36.99(Service Update 1) has problems with the src of the RI of JAXB 2.0.
    The JAXB 2.0 uses generics, polymorhy and a lot of annotations.
    To test my problem take the src from:
    https://jaxb.dev.java.net/jaxb20-ea3/JAXB2_src_20051223.jar
    or take the new nightly build src from:
    https://jaxb.dev.java.net/servlets/ProjectDocumentList?expandFolder=460&folderID=3074
    Than change the ant build.xml to use the OJC or make a project in JDeveloper.
    After you had started the build, you will find a lot of interesting messages.
    Retry the build in JDev and some messages will change.
    Regards.

    Thanks for reporting this. We've logged a bug to track the issue: 5018566
    -- Brian

  • Bug report: ube_ipa: internal error when compiling with -xO5

    When compiling imlib2-1.1.2, one source file causes compilation to fail with the following error message:
    ube_ipa: internal error
    cc: ube_ipa failed for loader_tiff.c
    The command which fails is (probably wrapped):
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../src -I../loaders -I../libltdl -I/usr/X11R6/include -I/usr/openwin/include -I/opt/csw/include -I/opt/csw/include -I/opt/csw/include -g -fast -xarch=386 -xstrconst -v -xildoff -xO5 -c loader_tiff.c -KPIC -DPIC -o .libs/loader_tiff.o
    Changing -xO5 to -xO4 works around the problem. The source file in question is imlib2-1.1.2/loaders/loader_tiff.c
    Patch 112756-10 has been applied, and doesn't correct the problem. GCC doesn't have any problem compiling the file.
    A quick note to any Sun employees reading this: it took me 45 minutes to find somewhere to submit this bug report. Searching sun.com for "submit bug report" turned up many forum postings where people asked "Where do I submit bug reports?", a bug report form for Sun One Java Studio, and not much else. It might be in your interest to make submitting bugs easier.

    Internal errors, such as the one you encountered, are generally considered compiler bugs. They indicate that the compiler reached an unexpected state and therefore bailed out. I opened bug 20703141: internal error: pic_relocs(): hh reltype? to investigate. I see the same error message emitted by the current Studio development release; I will update this thread if I find a work-around.
    Thanks,
    Mark

  • Adobe Reader X (XI): barcode causes internal error

    Hello,
    we having troubles open a PDF with AcrobatReader containing a barcode
    On opening with the acrobat reader a "Internal error" occurs.
    The file can be easily opened with the Chrome Browser and Firefox too without problems and the barcode appears.
    To reproduce the problem i uploaded the error causing pdf document:
    http://temp-share.com/show/2gFbc4nE8
    On my system the following behavior occurred with the above attached document:
    Operation System: Win 7 - 64bit
    Desktop Version:   Adobe Reader XI --> INTERNAL ERROR (no print out of the barcode),
                                   Adobe Reader X 10.1.7.27 -> same
    Firefox: (Adobe Acrobat 11.0.1.36) Adobe PDF Plugin for Firexfox and Netscape 11.0.1.36) --> WORKS (barcode is print)
    Internet Explorer: Adobe PDF Link Helper (Version 11.0.0.379)  --> INTERNAL ERROR (no print out of the barcode)
    I kindly ask for help.
    Best regards.

    Ok, here are some thoughts.
    1. "Internal error" is always a bug. But sometimes it hides a different problem.
    2. This does not happen either with much older versions of Acrobat.
    3. I can confirm that it is the image of the barcode which causes the issue.
    Adobe will not look at this file, as I understand it.
    Things to try:
    a. If the barcode is generated as a PDF by barbeque test that PDF to see if it gives the error.
    b. If it does, contact barbeque support or try a different barcode generator.
    c. If it does not, contact ireport support or try a different report generator.

  • DUAL causes internal error ORA-00600

    Hi All,
    I am using oracle 10g database agains Forms6i, but in forms pl/sql when ever and where ever I use the DUAL in select statement
    i.e. SELECT sysdate INTO <variable> FROM DUAL;
    it always causes oracle internal error ORA-00600 ?
    However it the dual statement works fine in SQL Plus console.
    Any knows anything about this problem.
    Any help will be highly appriciated. Thanking you and Best Regards.

    Please go to the first reply above:
    Only the newest patch 17 runs against 10g databases without problems.
    Either upgrade to Forms 6.0.8 and apply patch 17, or else connect to an Oracle 8 or 9i database.

  • What could cause "Internal error: java.lang.NullPointerException: can't not add null to SWF frame" when using compc?

    using flex sdk 4.6, and air sdk 15.0.0.356
    we get the following error when using compc in our ant build:
    [java] Internal error: java.lang.NullPointerException: can't not add null to SWF frame
    [java] at com.adobe.flash.swf.SWFFrame.addTag(SWFFrame.java:77)
    [java] at com.adobe.flash.compiler.internal.units.requests.SWFTagsRequestResult.addToFrame(SWFTagsR equestResult.java:114)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget.addCompilationUnitsAndDependenciesToF rame(SWFTarget.java:398)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget$FramesInformation.createFrame(SWFTarg et.java:838)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget$FramesInformation.createFrames(SWFTar get.java:875)
    [java] at com.adobe.flash.compiler.internal.targets.SWFTarget.build(SWFTarget.java:243)
    [java] at com.adobe.flash.compiler.internal.targets.SWCTarget.buildLibrarySWF(SWCTarget.java:348)
    [java] at com.adobe.flash.compiler.internal.targets.SWCTarget.build(SWCTarget.java:128)
    [java] at com.adobe.flash.compiler.clients.COMPC.buildArtifact(COMPC.java:144)
    [java] at com.adobe.flash.compiler.clients.MXMLC.compile(MXMLC.java:541)
    [java] at com.adobe.flash.compiler.clients.MXMLC.mainNoExit(MXMLC.java:230)
    [java] at com.adobe.flash.compiler.clients.MXMLC.mainNoExit(MXMLC.java:184)
    [java] at com.adobe.flash.compiler.clients.COMPC.staticMainNoExit(COMPC.java:75)
    [java] at com.adobe.flash.compiler.clients.COMPC.main(COMPC.java:62)
    which seems to be rather vague, and offers no clue as to what caused the problem. so, my question is, what could cause this error?
    these are the compiler options we use in the build file:
    <java jar="${flex.compc.jar}" dir="." fork="true" failonerror="true">
          <jvmarg value="-Xmx512m" />
          <arg line="@{options} ${_compc.libpath} ${_compc.externspath} ${_compc.includespath}" />
          <arg value="+flexlib=${flex.frameworks.dir}" />
          <arg value="-load-config=@{config}" />
          <arg value="-source-path=@{src.dir}" />
          <arg value="-include-sources=@{src.dir}" />
          <arg value="-output=@{dest}" />
          <arg value="-swf-version=@{swf.version}"/>
          <arg value="-debug=${flash.debug}"/>
          <arg value="-advanced-telemetry"/>
    </java>
    assume that the properties resolve to correct values, since all projects (except one) call this task and compile successfully. the error must come from this one project that fails, but we don't know why.
    any ideas?

    You could be running out of memory, try increasing the -Xmx512m value to -Xmx1024m or another value that you prefer

  • Acrobat plugin causes internal error

    When repeatedly downloading PDFs from one website (IEEEXplore in my case), the Acrobat plugin stops working on about the fourth PDF (black screen appears, likely the startup black screen of Acrobat) and a message pops up "Internal error caused by Acrobat plugin".
    I don't see the same happen on IE.

    I' ve got the same problem. Have You got any sollution ? Please e-mail me : [email protected]
    Thanks

  • XML SQL functions causing internal errors in PL/SQL

    Still busy searching through Metalink, but have yet to find anything useful. Maybe someone can point me towards a URL or a doc ref that has some hints on how to solve the following:
    Oracle: 10.2.0.1.0 46bit
    O/S: HP-UX 11
    SQL> var l varchar2(4000)
    SQL>
    SQL>
    SQL> select XMLForest( 123 as "ID" ) as L from dual;
    L
    <ID>123</ID>
    SQL> begin
      2     select XMLForest( 123 as "ID" ) into :l from dual;
      3  end;
      4  /
            select XMLForest( 123 as "ID" ) into :l from dual;
    ERROR at line 2:
    ORA-06550: line 2, column 2:
    PLS-00801: internal error [*** ASSERT at file pdw4.c, line  793;
    Cannot coerce between type 43 and type 30; anon_c000000044b37bb0__AB[2, 2]]
    SQL> begin
      2     EXECUTE IMMEDIATE 'select XMLForest( 123 as "ID" ) from dual' into :l;
      3* end;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> print l
    L
    <ID>123</ID>

    Ah.. found the problem. The function returns a type which result is implicitly type casted to a varchar2 it seems when running a SELECT on it via the SQL engine.
    PL/SQL sees it as a type (which it is) and expects you to put it into a var of the same type. It does not allow/perform the implicit conversion to varchar2.
    But then SQL is not Turing Complete so I guess we'll have to let the SQL Engine slide on doing these implicit conversions... :-)

  • Finally determined what causes an "Internal Error Occurred" message in FW

    I use Fireworks for creating wireframes. One FW png file may contain many layers
    with each layer representing a web page. The intention is to create the png file, and then to export it to a PDF file so that developers can use it to view the pages and to understand page navigation. I learned this technique by watching Jim Babbage's excellent video on using Fireworks for wireframing.
    I create hotspots in the FW png file on one layer and use that to point to another layer that represents another web page. The purpose is to show a kind of flow or extra info for the developers. I've been struggling for over a year with an error that would pop up now and then when attempting to save the png file. The error would show "Internal Error Occurred" and I had no idea why this was occurring. I tried multiple things to get rid of the error and recently I finally discovered what was causing it.
    It turns out that if you create a FW png file with layers, and you insert a hotspot that points to one of those layers, and then later when editing the FW png file you decide to delete a layer that is being referenced via a hotspot in a different layer, this error will occur. It doesn't occur every time you attempt to save the png file, but it will occur if you save the png file (no error shown), then export to a pdf file, then (as required by FW) attempt to save the png file again. That's when you will see the error for sure.
    The cause is a hotspot link that points to a layer that no longer exists. This is most often caused by creating hotspots that point to the layer, then later deciding to delete that layer but you don't go back and remove any hotspot links to the deleted layer. For some reason, FW will let you attempt to save the file and may or many not show the dreaded "Internal Error Occurred" pop-up message. If you were able to save your png file and didn't see the error show up, and then you decide to export the png file to a PDF file, FW requires you to save the png file after the export option completes. It's when you attempt to save it at this time that it will show up for sure if your hotspot points to a deleted layer. The error message won't go away either.
    It's kind of a pain if you have a bunch of layers with a bunch of hotspot links, but you will have to click on each hotspot and determine if it points to a layer that exists in the current png file. If that layer doesn't exist, you will have to point to a layer that does exist, or delete the hotspot to get rid of the "Internal Error Occurred" message.
    Hope this helps,
    Stevebo

    After doing further testing, I've noticed that the error can't be reproduced every time a hotspot points to a nonexistent layer. BUT, every time I've encountered the "internal error occurred" message when saving a png file with hotspots and multiple layers, I have found one or more hotspots pointing to layers that no longer exist. Once pointing the hotspot(s) to a layer that does exist, or simply removing the hotspot(s), the "internal error occurred" message goes away.
    So in my encounters with this error, finding the hotspot(s) that point to layer(s) that have been removed fixes the problem. The problem is that it doesn't always occur, just sometimes. It may have to do with the number of png files that may be open and the number of layers that exist, or once the error begins showing up. Just not sure, but I am sure of what I need to do to make the error go away in my case (remove hotspots that point to nonexistent layers). So far it's fixed the problem every time.
    It would be interesting to see if others encounter this same error and if there is one or more hotspots pointing to deleted layers. It may be that the error message is simply a "catch-all" for errors that can't be determined and this just happens to be one scenario.
    steve

  • Multiple installs of causing Data provider internal error (-3000) on Open

    Hi,
    We have an application written against Oracle ODP 10.1.0.401 that's been deployed out on a web farm working great for some time now, however recently another area has asked to get ODP for 11g installed on that server. The install originally broke our application, but we were able to resolve most of the issues after following all of the appropriate "PATH" reordering and registering appropriate dlls. In fact, we finally got a server completely back up and running both versions with no issues.
    Unfortunately, it's a load-balanced server, and while one of the two servers is working correctly, the second seems to be having issues with specific parts of the install. We're trying to fix it on the second server now, and will be doing the same install shortly in our production environments.
    I was able to break the error out and create a very simple test app to eliminate as many variables as possible. It appears to be an issue with the driver when we enlist into a Distributed Transaction.
    The following code works fine:
    var connection = new Oracle.DataAccess.Client.OracleConnection(connectionStringBase + "Enlist=False");
    connection.Open();
    While this code does not:
    var connection = new Oracle.DataAccess.Client.OracleConnection(connectionStringBase);
    connection.Open();
    In both examples, connectionStringBase is Data Source=...;Validate Connection=true;User ID=...;Password=...; (where ... represents masked values). I've also tried "Enlist=True" in case the default was a problem, but it also fails.
    The exceptions we're getting on the server happen in the .Open() call. The stack trace is:
    [OracleException: Data provider internal error(-3000) [System.String]]
    Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure) +779
    Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src) +41
    Oracle.DataAccess.Client.OracleConnection.Open() +3338
    Default.Page_Load(Object sender, EventArgs e) in C:\Code\Oracle11gTest\Oracle11gTest\Default.aspx.cs:13
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
    System.Web.UI.Control.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +74
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2604
    I've read a few articles on this particular error and found that it's generally considered an ambiguous error with many potential causes, most of which I've been trying to test and rule out. While I don't have direct access to the server, I've been working with someone who does and they have compared registry settings and registered dlls, and have told me that the 2 servers match, and we've already re-installed the 10.1 drivers hoping it would help, but at this point we're stumped. I've read that it's possible that the COM+ install could have become corrupt, but what confuses me is that just prior to the 11g install, everything works great, and after doing no more than an ODP 11g install, it breaks. Do you have any advice or suggestions we could try?
    Thanks in advance for any insight you might have!
    ~Jeff

    If I read your post correctly that this is a "everything is equal as far as we know, but box A works and box B doesn't" type situation, my first suggestion would be to get Process Explorer from http://sysinternals.com, and compare the loaded modules between the working and non-working servers. You'll probably find that you're not using the software you think you're using, or have mismatched dlls across homes, or something to that effect. Once you figure out what the difference between the two is, correcting it will probably be the easy part.
    Hope it helps,
    Greg

  • Web Acceleration Client Error (513) - Internal Error The Web Acceleration Client detected an internal error which caused the connection between the Web Acceler

    Web Acceleration Client Error (513) - Internal Error
    The Web Acceleration Client detected an internal error which caused the connection between the Web Acceleration Client and Web Acceleration Server to be broken. Retrying the web page may correct the problem.
    I get this error continuously when working in the ancestry.com website. I have to reload the page on almost every search I do on that website. This is the ONLY website that I get this error message on, can work continuously for several hours on other websites and never get this message. I've talked to the people at Ancestry.com support and they made 2 recommendations: turn of antivirus (did not help) or switch to another web browser. I tried both IE 11 and Chrome Version 31.0.1650.63 m and I did not have the problem with either of those 2 browsers getting this error.
    Is there a problem with how Firefox and ancestry.com are communicating with each other?

    Hello byron.lewis, many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Changing numeric control representa​tion causes fatal internal error.

    Has anyone seen this problem.  In the attached program the control at the top of the front panel named "Part Number" is a U64 which was part of an earlier program.  I wanted to change the representation of the control since I don't need a U64 so I tried to change it to a U8 or any other unsign number and get an fatal internal error which closes the program.  The error screen is also attached.  Is this a know issue?  Is there a work around the problem?  Just not sure why changing this control's representation would cause such a error?  Please let know if this has been seen before.
    Regards
    Gary
    Attachments:
    Sockeye1P1.zip ‏210 KB
    LV2010_ErrorScreen.JPG ‏96 KB

    Hey Gary,
    Sorry to hear that you're experiencing this error. This could be related to a known LabVIEW 2010 issue with case structure selectors having their representation changed. A Corrective Action Request for that particular issue has been filed for this so that it can be looked at for future versions. The workaround is to delete and re-add the case structure (just the one where the Part Number is the case selector, located in your "WaitStart" state). Basically, the case structure gets corrupted causing the crash.
    I wasn't able to reproduce this on my machine, however I had to cull a lot of your code to run it here due to missing subVIs, etc. Let me know if deleting and re-adding the case structure fixes your issue and hopefully we can get to the bottom of this.
    Courtney L.
    Applications Engineer
    National Instruments

  • "An internal error has occurred", what is causing this problem?

       Hello, really looking for some help on this issue. A few weeks ago i noticed that i was unable to open any pdf files. I tried the basic troubleshooting methods. I tried to reboot the cpu, deleting current adobe reader and replace with new download (this led me to another problem). So when i was trying to download a fresh version of adobe reader through the DC reader i encountered a new problem. The Adobe Reader DC dialog box was not functioning the way it should. There were no graphics to the load bar, the X box (to stop the download) was not complete, and there was an odd "Adobe Reader DC:warning" title to the box. At the bottom of the box i could select two options, cancel download, or continue. I chose continue and it changed the "Adobe Reader DC:warning--to--> connecting, but would never start to load.
        So i have been researching this for the past few hours and am still stuck. I have made some small steps in my troubleshooting. I found out that i can create another user account on my computer and download the client just fine, open adobe, and pdf files. When i log over to my original account i am no longer able to use adobe, and get the "an internal error has occurred". I have also tried to clean up (c:). I did a virus scan, defrag, and deleted other old files. Can anyone help me out with this annoying issue? I am on a Windows 7 64x computer. Please let me know if i need to provide any other information for potential help, thanks in advance
    Alex

    There's a suggested fix in this thread:
    _Login issues_
    And more references to the problem can be found by doing THIS.

  • Bug? calling javascript click() on a hidden button causes js error on page

    I call the .click() method on a hidden button to cause the page to refresh. This works OK, but when the page comes back up, it has a javascript error on it. It turns out the error is from some javascript that is trying to set the focus on the hidden button that was clicked, which causes an error in IE (This doesn't seem to bother Firefox) .
    While I imagine that there are workarounds, why should the underlying faces architecture be setting the focus to a hidden button?
    It's easy to duplicate:
    Create new page. Add two buttons. For the first, make it invisible (uncheck visible in properties), then cause it to submit a virtual form.
    For the second, add this to the onclick:
    document.getElementById("form1:button1").click();return false;
    Bring up the page, click on the visible button. The page will refresh, and you'll have a nice js error.
    BTW: Obviously, I don't want to click one button from another. What I want is a way to cause an action to happen from javascript. I can't imagine it would work to simply submit a form from javascript, so I use this method. It works fine except for the error. Is there a better way to do this?

    which causes an error in IE (This doesn't seem to bother Firefox) .Vaious browsers behave differently at times when executing javascript code. Many instances of this can be found on the net. This is a browser specific problem.So it's ok to set the focus to a hidden button because firefox is more relaxed about this obvious error than explorer is? When would anyone really want a hidden button to gain focus? What do I tell my users--don't use explorer, because it doesn't like it when faces sets the focus to a hidden button? Ignore the error message you get? What?
    BTW: Obviously, I don't want to click one button from another. >>What I want is a way to cause an action to happen from javascript.Please describe in detail what action you would like to perform from javascript. It is not clear as to what the use case is.
    I don't really see how the use case matters. I gave a very easy example how to duplicate this problem. The reason that I want to do this is that there are many places to enter javascript code that don't allow for an action to be triggered. I have many instances of this. For example, I'd like a mouseover on an edit field to cause an action. I can capture this in javascript, but I can't cause any server side processing. To get around this limitation, I call the hidden button's .click method, which does cause a server side event.
    Here's a simpler, more direct incarnation of this error that doesn't involve javascript.
    Create a new page. Put an element on it, like an edit box. Put a button on the page. For its action, put:
    public String button1_action() {
    getButton1().setVisible(false);
    return null;
    Pressing this button will cause a page refresh, and then a javascript error.
    Use Case: After the user presses the button, they shouldn't be allowed to press or see it again.

  • Oracle Internal Error????

    Hi,
    I am getting the following error in PL/SQL procedure in which i have used XMLDB.
    ERROR:
    ORA-21500: internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s],
    [%s], [%s]
    What does that mean? more importantly how do resolve this error?

    21500, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
    // *Cause:  This is the generic error number for the OCI
    //          environment (client-side) internal errors.  This indicates
    //          that the OCI environment has encountered an exceptional
    //          condition.
    // *Action: Report as a bug - the first argument is the internal error number.I find it a tad weird that you get this error from a PL/SQL procedure? Are you sure it is that procedure that is throwing the exception?
    From the error message description it sounds like the error should come from your local OCI (Oracle Call Interface) client driver.
    How are you executing the procedure? From Java, Pro*C, something else? Have you tested the procedure call using SQL*Plus?
    If this is a server-side error (despite what the error message details above say), there should be a record of this error (as with all internal Oracle server errors) in the alert log of that instance.
    Have you checked the alert log? Is there an error? What does it say? (please post the error details here)
    Has a trace file been generated? (the alert log will list that too) If so, have you edited the trace file and looked at the header in the file? It often contains useful data, such as the SQL that caused the error dump.
    PS. Why did you post the problem here? An internal Oracle error has very little do with the SQL and PL/SQL languages, which are the subject matter of this forum. Posting this problem in the Database-General forum would have been more appropriate.

Maybe you are looking for

  • MDT 2012 U1 Blue Screen on task sequence ??

    My Customer have MDT 2012 U1, so when he start a task sequence when the task start apply operating system, after the system restart and when the computer install the system the blue screen appear. It is very strange beacause the same task sequence wo

  • USB ports only working intermittently

    I have an MSI Z97 gaming 7 motherboard, the USB ports on the motherboard only work intermittently, MSI support have suggested I upgrade to the latest bios, which I believe is MS7916IMS.172 and they have sent me a link for this, however I want to use

  • Cleaning marker off a LCD monitor?

    My son decided to draw on my 20" Apple cinema display with an orange Sharpie permanent marker? I know you are not supposed to use ammonia or alcohol based products but, will iKlear get this off? What can I use that will do the least amount of damage

  • Does my Mac Mail account have to be configured as an IMAP account

    Need to know if I have to configure my iMac Mail accont for IMAP? Using AT&T Yahoo as my service provider. Thanks...KCB

  • Photoshop Elements 5.02 unter Vista Business

    Photoshop Elements 5.0 wurde auf den Laptop geladen und der Patch 5.02 ergänzt. Das Programm startet mit dem Organaiser. Die Schnellkorrektur , Foto bearbeiten und Fotokreationen können nicht gestartet werden. Es erscheint der Hinweis vom System die