Junit in eclipse please help!!!

Hi,
I am a real newbie with eclipse, java etc etc and am trying to install junit for eclipse I have downloaded junit4.0.zip and pasted the extracted folder to my plugins folder in eclipse. I then set the class path as per instructions in dos:
"set CLASSPATH=C:\Program Files\junit4.0\junit-4.0.jar;C:\Program Files\junit4.0\;f:\data\proj\"
then run the test:
"java org.junit.runner.JUnitCore org.junit.tests.AllTests"and gives output: "OK(257 tests)"
so after restarting eclipse I am expecting that junit variables will not be underlined in red anymore and I can run junit tests. But all I get is a pop up error dialog box saying:
"Cannot find class 'junit.framework.TestCase' on project build path"
Can anyone please help I really need to get this working
much appreciated

Thanks aniseed that was very helpful:) however when I have loaded .jar files as global entries nothing seems to happen at all I still have an underlined junit variable in my code here are the .jar files I have included:
jdo.jar
jpox.jar
jpox-enhacer-1.1.0-beta-6.jar
log4j.jar
junit-4.0.jar
I then click apply nothing happens so I shutdown eclipse start it up again check entries haven't magically disappeared and still nothing has changed.
Are there any other .jar files I haven't missed?
Any help would be very much appreciated.
Paul

Similar Messages

  • Error with Eclipse - please help me

    Hi
    I know that maybe that's not the best place to ask about DisplayTag, but You are my last chance !!! So please help me!
    I am using DisplayTag in my web application. Could You tell me please why a got such error in my class?
    The type javax.servlet.jsp.PageContext cannot be resolved. It is indirectly referenced from
    required .class filesThe code of class :
    package bus;
    import org.displaytag.decorator.TableDecorator;
    public class Wrapper extends TableDecorator
         static public int i=0;
         public Wrapper()
              super();
    }I read that is not the problem with my class but with my project and I have to build path in my project. But how can I do this???
    Thnx for help
    Martin

    You need to add the javax.servlet classes to your classpath.
    Easiest way is to extend the JRE in eclipse with those classes so that it would automatically be applied to every new project. Go to Window - Preferences - Java - Installed JREs - Select the JRE used - Edit - Add External JARs - add the JAR with javax.servlet classes to the JRE system libraries.
    You can use the javaee.jar of the Java EE 5.0 SDK [1] or the Glassfish /lib directory [2], or the servlet-api.jar of Tomcat's /lib directory [3].
    [1] http://java.sun.com/javaee
    [2] https://glassfish.dev.java.net
    [3] http://tomcat.apache.org

  • Exception when running WLST in Eclipse - Please Help!!!

    Hello,
    I am trying to get get a WLST online connection via a java class, but I am getting an exception when trying to connect to an admin server instance:
    <br>
    <br><b>javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
         java.io.EOFException]
         at weblogic.jrmp.Context.lookup(Context.java:189)
         at weblogic.jrmp.Context.lookup(Context.java:195)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:546)
         at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:285)
    <br>
    <br>
    The CompatabilityMBeanServer is not initialized properly. This might happen if the CompatabilityMBeanServer is disabled via the JMXMBean.To view the real exception use dumpStack()
    WLST detected that the RuntimeMBeanServer is not enabled. This might
    happen if the RuntimeMBeanServer is disabled via the JMXMBean.
    Please ensure that this MBeanServer is enabled. Online WLST cannot function
    without this MBeanServer.</b>
    <br>
    <br>
    I am basically trying to run the following WLST command in java:
    <b>connect('weblogic','weblogic','t3://localhost:7201')</b>
    <br>
    <br>
    Here is the java block that I call to create the connection with the WLSTIterpreter:
    <br>
    <br>
    <b>StringBuffer buffer = new StringBuffer();
    buffer.append("connect('weblogic','weblogic','t3://localhost:7201')\n");     System.out.println(buffer.toString());
    <br>
    INTERPRETER.exec(buffer.toString());</b>
    <br>
    <br>
    My admin server is running at this address and the CompatabilityMBeanServer is enabled. The strange thing this is that I am able to run the WLST via the command line and the connection is successful with no problems. This leads me to believe that there is something wrong with my classpath/environment that I have setup in Eclipse but I am not sure.
    Any ideas on where I went wrong??? Please help!
    Thanks :)
    PS. I am running WebLogic 9.1 and java 150_06
    Message was edited by:
    rogaljo

    I also have a similar issue (JNDI lookup works on the command line but not in Eclipse).
    I posted another topic regarding this today with the title:
    "CommunicationException ..."
    In the groups:
    weblogic...jndi
    weblogic...jdbc

  • Missing java file via eclipse.please help

    There is a java file missing in my eclipse when i do an update
    via svn.
    the error class the class shows 'Trade cannot be resolved to a type
    How do I import via SVN fo that specific file that is missing?
    I tried doing a fresh update but still its missing?
    please help

    Suresh,
    there are multiple ways to achieve that. If it is a "pure" java application create a java project.
    If you put java files into portal, webservice etc projects, they be compiled with the projects build process.
    To compile a single class you have also the option to configure an entry in the tool section (which points to javac for example) and run the tool, when your file is open (like in Visual Studio).
    -kai

  • Servlet in Eclipse please help !!!

    Hello
    I try to create a HelloWord sevlet in Eclipse I have install tomcat
    in eclipse I can start an stop the server problemless
    I did create tomcat project and new Class in WEB-INF/src/Mpackage/HelloWord.java
    to tstart the servlet http//localhost:8080/MyProject/MyPackage.HelloWorld
    I becom folowing Error
    The requested resource (/MyProject/MyPackage.HelloWorld) is not available.
    what is wrong?????????
    thanks

    Configure the servlet in web.xml and then try

  • Eclipse, Apache POI, compiling jar file. Please help =(

    Hello =) I have written a program in Eclipse using the apache POI library. I have added the POI JAR to my build path and the program runs as it should within Eclipse. Once I export my program to a JAR file, I run it from the command line. Each time I do i get the following error:
    {C:\Documents and Settings\Koneko>java -jar "C:\Documents and Settings\Koneko\Desktop\review.jar"
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/poifs/filesystem/POIFSFileSystem" }
    I have no idea why this is happening and have searched the internet for hours looking for an answer =\
    please help.
    -Matt

    I usually put them in WEB-INF. But I thought it doesn't matter where they are if you define them correctly in the web.xml file.

  • Can i import Jdeveloper project into Eclipse 4.7 juno????please help me.

    can i import Jdeveloper project into Eclipse 4.7 juno????please help me.
    when i tried this it is giving some errors in project ie mismatching in configurations....!so i want soln please .

    Hi,
    first recommendation is to not use Eclipse natively but use OEPE that ships with Eclispse Juno. This way you have the IDE prepared for ADF projects. However, still the JDeveloper workspace structure does not fit the Eclipse structure.
    Frank

  • Please help: question about eclipse & xerces

    hi,
    i have eclipse 3.0 and am trying to get the xerces java package (ver 2.6.2) to work for it. i downloaded xerces from this link: http://www.apache.org/dist/xml/xerces-j/
    there are so many different files in there, i'm not entirely sure if you download everything or just one. anyway, the one i downloaded was the fourth one down, called xerces.j.bin.2.6.2.zip (5.6m in size).
    i've unzipped it, but am unsure how i go about configuring eclipse 3.0 so that i can import and make use of xerces in my java apps. could anyone who has experience with this please help me?
    thanks,
    ramsey

    it's OK guys, took me ages but i got it sorted.

  • Itunes 10.6 doesn't recognize my iphone 4s 32gb, could you please help me?

    I bought an iPhone 4s 32gb from Singapore. I'm living in Chennai, India. To connect it to my computer (windows XP,), I have downloaded iTunes 10.6.1.7. Unfortunately iTunes is not recognizing my iPhone.  I had tried to troubleshoot it by reinstalling iTunes (2 times). I have restarted the apple mobile device from control panel. I try connecting my iphone in another usb port. but no use. I don't know what am I missing?.  iTunes opens on my computer. but doesn't recognize my device. when I click on help. it says an "unknown error has occurred. your computer is not connected to internet. please check your internet connection and try again later". I don't know what to do? could you please help me? thank you so much for your help and time.
    I did the apple's diagnostics test on my computer. I'm pasting the result for your info.
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    System manufacturer System Product Name
    iTunes 10.6.1.7
    QuickTime not available
    FairPlay 1.14.37
    Apple Application Support 2.1.7
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.1.1.4
    Apple Mobile Device Driver not found.
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0013AC2C0E8DEF50
    Current user is an administrator.
    The current local date and time is 2012-06-12 20:13:12.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    Intel(R) G41 Express Chipset
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:        {D85300A1-330D-41ED-AC5A-EC032B22FBF0}
    Description:            Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller - Packet Scheduler Miniport
    IP Address:             192.168.1.3
    Subnet Mask:          255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:      Yes
    DHCP Server:         192.168.1.1
    Lease Obtained:     Tue Jun 12 19:48:36 2012
    Lease Expires:       Wed Jun 13 07:48:36 2012
    DNS Servers:         192.168.1.1
    Active Connection: LAN Connection
    Connected:             Yes
    Online:                    Yes
    Using Modem:        No
    Using LAN:             Yes
    Using Proxy:           No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    iTunes has never successfully accessed the iTunes Store.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),
    G: Optiarc DVD RW AD-7220A, Rev 1.01
    Drive is empty.
    **** Device Connectivity Tests ****
    iPodService 10.6.1.7 is currently running.
    iTunesHelper 10.6.1.7 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C8.  Device is working properly.
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C9.  Device is working properly.
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CA.  Device is working properly.
    Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CB.  Device is working properly.
    Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller - 27CC.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.

    Well, you do not mention what computer OS you are using, so here are the support documents for both.
    Windows:     http://support.apple.com/kb/TS1538
    OS X:     http://support.apple.com/kb/TS1591

  • I've just updated my iPhone to the new iPhone OS and now it won't work and iTunes won't recognise that it's there.  I've uninstalled iTunes and reinstalled twice and it's not working.  Please help.

    I've just updated my iPhone to the new iPhone OS and now it won't work and iTunes won't recognise that it's there.  I've uninstalled iTunes and reinstalled twice and it's not working.  Please help.

    I have not had wifi since November when I upgraded to the newest IOS version.  I called the Apple help line and they told me some things to do and I tried them all and they worked for a few hours and then wifi shut off again.  I kept doing what they told me and it worked for a couple more days and then I could never turn it on again.  My blue tooth doesn't work either.  I had to actually increase my data usage with AT&T becuase of this.  When I did that in December I went to the Apple store and was told that it is a hardware issue and since my phone is out of warranty I would have to pay for a new phone because they could not fix the issue.  My upgrade isn't up until June 2014 so not only do I have to wait for the upgrade and I am not paying for a new phone but I have to pay $10 plus extra a month on my cell phone bill because I was going over on my Data!!!  I have been beyond upset about this and Apple is not doing anything about this nor did they offer up some way to resolve the issue because obviously it is not just some rare incident if several people are having this issue.  Who knows how many people out there have had this issue and have not said anything about it.  Now there is a newer update that I can't do because it requires wifi in order to download.
    June can not get here fast enough and I may not go back to Iphone after dealing with this for so long with no help from Apple.

  • Adobe creative Cloud photshop cs 6 register user iam not getting COPY CSS options please help

    iam adobe creative cloud photshop cs 6 register user iam not getting COPY CSS options even i have updated photoshop several times
    still not getting this options please help
    Thanks
    Koushik

    13.0.1 is the last version of Photoshop to run on Windows XP but it does not include the Copy CSS feature.
    The Copy CSS feature was first introduced in Photoshop 13.1 (Cloud only) and higher.
    http://blogs.adobe.com/jkost/2013/02/copy-css-attributes-in-photoshop-13-1.html
    Photoshop 13.1 does not run on Windows XP. So your operating system is preventing you from upgrading Photoshop to 13.1+.
    http://helpx.adobe.com/photoshop/kb/new-system-requirements-photoshop-131.html
    If you plan to remain a Cloud member then you will have to upgrade to Windows 7 or Windows 8 (or get a new computer) very soon in order to run Photoshop CC to be released on June 17, 2013.

  • Imac slow and Freezes PLEASE HELP!

    PLEASE HELP!!!
    Hello i have and imac G5 i bought it in about june of 2005...
    It was running very slow and always freezing and then i upgraded the RAM to 1gb
    and it started working much better. then i upgraded to OS Leopard andalso pro tools LE 7.4
    and since then has been performing slow and freezing all the time. ai recently added another gig of RAM just to see if that was the problem , but it seems to be working just as slow. Does anybody know what it might be. Its a 1.6 GHZ power PC G5 and has a 80GB HD and have about 20 GB free so i dont think thats it. Please let me know if any of you have had this problem or know how to fix it thanks

    Except for the keyboard & mouse, disconnect all devices from your computer.
    Repair your disk from your System DVD.
    Repairing permissions from the Tiger or Leopard DVD
    Boot up from your Tiger or Leopard Install DVD while holding down the "c" key.
    Select the language you wish to use, and then choose "Disk Utility" from the menu bar.
    Your HD should appear in a panel on the left hand side of the window which opens. Select it and then click on the "repair disk" button in the right hand section of the window.
    If Disk First aid is able to complete the repair now click on the "Repair permissions" button.
    Once this process has been completed restart your computer.
    ===============
    Get a larger HD
    ===============
    Use Software Update to update your OS to OS 10.5.6.
    Afterwards, repair permissions & restart your computer.
    Your system info confirms you are still using an outdated version - OS 10.5.4.

  • Please help! I defragged my hard drive and now Illustrator CS6 is trying to open all of my complex Illustrator files with a "Text Import Options" box as if they are text files, and they are not opening!

    Please help! Illustrator CS6 started trying to open all of my complex.ai files with a "Text Import Options" box as if they were text files, and they are not opening!  Help!

    Hi Monika,
    I have spent the last two or three days trying to do what you suggested.  I uninstalled Adobe 6 from Windows.  Some files that CS6 placed on my system during installation remained, including fonts and .dll files.
    I had to abandon the Cleaner Tool you suggested because in one screen it allowed me to specify removing CS6 only, but on the following screen it only gave on option to remove ALL Adobe programs.  I could not do that because I didn't have the serial number handy for CS3 in case I want to reinstall it at some point.
    I tried to get technical help with the Cleaner Tool problem but no definitive help was available, so I reinstalled CS6 again without having the benefit of the Cleaner Tool.  I tried to get the serial number for CS3 so I could use the Cleaner Tool but spent 2 wasted hours in chat.  Even though I had a customer number, order number, order date, place of purchase, the email address used AND 16 digits of the serial number, in two hours the agent couldn't give me the serial number.  After two hours I had nothing but instructions to wait another 20 minutes for a case number.
    Illustrator CS6 is still trying to open some backups as Text and otherNone of the problems have been fixed.  I have tried to open/use the .ai files in CS6 installed on another system and am getting the same result, so I don't think the software was damaged by the cleaner.  The hard drive cleaner is well-known and I've run it many times without any problem to previous versions of Illustrator or any other programs.
    When I ordered, the sale rep promised good technical support and gave me an 800 number, but after I paid the $2000, I learned that the 800 number she gave me doesn't support CS6 and hangs up on me.  Adobe doesn't call it a current product even though they just sold it to me about 3 weeks ago.
    Would appreciate any help you experts can offer.  If I can't solve this, the last backup I can use was from June and I will have lost HUNDREDS of hours of work and assets that I cannot replace.
    Exhausted and still desperately in need of help...

  • Macbook Pro Problems. Please help!

    My computer has recently been experiencing some problems. Less than a month ago I had about 5 kernel panics. Suddenly, they went away, but other problems have arose. Finder keeps on relaunching and nearly every program unexpectedly quits. I have no clue why this is happening, please help. I am using a Macbook Pro, 15" screen, 2.33 Ghz, 2 GB RAM.
    Kernel Panic Logs:
    Sat Jun 23 00:17:13 2007
    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0xc6323233, CR3: 0x00e0a000, CR4: 0x000006e0
    EAX: 0xc6323203, EBX: 0x00000003, ECX: 0x5149def8, EDX: 0x0b1706f0
    CR2: 0xc6323233, EBP: 0x25503bf8, ESI: 0x514936f0, EDI: 0x236582c8
    EFL: 0x00010202, EIP: 0x00a3c974, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x255039b8 : 0x128d08 (0x3cc0a4 0x255039dc 0x131de5 0x0)
    0x255039f8 : 0x1a4a55 (0x3d24b8 0x0 0xe 0x3d1cdc)
    0x25503b08 : 0x19aeb4 (0x25503b20 0x36c06b00 0x1 0x1)
    0x25503bf8 : 0xa15cc2 (0x237f0004 0x514936f0 0xb1706f0 0xc6323203)
    0x25503dd8 : 0xa18059 (0x236582c8 0x396b400 0x0 0x0)
    0x25503f08 : 0x39b3c3 (0x23658000 0x3c17e00 0x1 0x4b2c9c)
    0x25503f58 : 0x39a595 (0x3c17e00 0x0 0x246 0x0)
    0x25503f88 : 0x39a2cb (0x3c19f80 0x25503fd4 0x134c09 0x39a2ae)
    0x25503fc8 : 0x19ad2c (0x3c19f80 0x0 0x19e0b5 0x3787624) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(230.8.5)@0x9e4000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x6cc000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x584000
    dependency: com.apple.iokit.IO80211Family(160.2)@0x80a000
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    Sat Jun 23 00:27:17 2007
    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x8d08244c, CR3: 0x00e0a000, CR4: 0x000006e0
    EAX: 0x8d082444, EBX: 0x758d046f, ECX: 0x758d0424, EDX: 0x8d082444
    CR2: 0x8d08244c, EBP: 0x25463bf8, ESI: 0x36c43800, EDI: 0x00000004
    EFL: 0x00010286, EIP: 0x0035bee5, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x254639e8 : 0x128d08 (0x3cc0a4 0x25463a0c 0x131de5 0x0)
    0x25463a28 : 0x1a4a55 (0x3d24b8 0x0 0xe 0x3d1cdc)
    0x25463b38 : 0x19aeb4 (0x25463b50 0x5000000 0x1 0x0)
    0x25463bf8 : 0xa165b5 (0x36c43800 0xfffffffc 0x6 0x515e8ef0)
    0x25463dd8 : 0xa18059 (0x236582c8 0x1 0x4b285c 0x6)
    0x25463f08 : 0x39b3c3 (0x23658000 0x3c2ac80 0x1 0x3780d08)
    0x25463f58 : 0x39a595 (0x3c2ac80 0x135eb4 0x0 0x3780d08)
    0x25463f88 : 0x39a2cb (0x3c2ce40 0x0 0x5f5dd18 0x13818b)
    0x25463fc8 : 0x19ad2c (0x3c2ce40 0x0 0x19e0b5 0x42cf380) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(230.8.5)@0x9e4000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x6cc000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x584000
    dependency: com.apple.iokit.IO80211Family(160.2)@0x80a000
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    Sat Jun 23 14:17:12 2007
    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x5e7ab607, CR3: 0x00e0a000, CR4: 0x000006e0
    EAX: 0x5e7ab5ff, EBX: 0x5c78b56d, ECX: 0x5c78b4ff, EDX: 0x5e7ab5ff
    CR2: 0x5e7ab607, EBP: 0x257b3bf8, ESI: 0x36ca6b00, EDI: 0x00000004
    EFL: 0x00010206, EIP: 0x0035bee5, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x257b39e8 : 0x128d08 (0x3cc0a4 0x257b3a0c 0x131de5 0x0)
    0x257b3a28 : 0x1a4a55 (0x3d24b8 0x0 0xe 0x3d1cdc)
    0x257b3b38 : 0x19aeb4 (0x257b3b50 0x39a2380 0x257b3b68 0x381143)
    0x257b3bf8 : 0xa165b5 (0x36ca6b00 0xfffffffc 0x6 0x5180aef0)
    0x257b3dd8 : 0xa18059 (0x236582c8 0x3ca7040 0x0 0x0)
    0x257b3f08 : 0x39b3c3 (0x23658000 0x3c1ae80 0x1 0x3783254)
    0x257b3f58 : 0x39a595 (0x3c1ae80 0x135eb4 0x0 0x3783254)
    0x257b3f88 : 0x39a2cb (0x3c1cf00 0x389be00 0x450 0x1203)
    0x257b3fc8 : 0x19ad2c (0x3c1cf00 0x0 0x19e0b5 0x3e0aea0) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(230.8.5)@0x9e4000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x6cc000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x584000
    dependency: com.apple.iokit.IO80211Family(160.2)@0x80a000
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    Sat Jun 23 15:43:33 2007
    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x0008010a, CR3: 0x00f2a000, CR4: 0x000006e0
    EAX: 0x00000006, EBX: 0x23778107, ECX: 0x0008010a, EDX: 0x23775b58
    CR2: 0x0008010a, EBP: 0x2521bbf8, ESI: 0x00080110, EDI: 0x237752c8
    EFL: 0x00010206, EIP: 0x00198d64, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x2521b9f8 : 0x128d08 (0x3cc0a4 0x2521ba1c 0x131de5 0x0)
    0x2521ba38 : 0x1a4a55 (0x3d24b8 0x0 0xe 0x3d1cdc)
    0x2521bb48 : 0x19aeb4 (0x2521bb60 0x3e8 0x206 0x0)
    0x2521bbf8 : 0xa15e1e (0x8010a 0x23778107 0x6 0x519293b0)
    0x2521bdd8 : 0xa18059 (0x237752c8 0x1 0x4b285c 0x6)
    0x2521bf08 : 0x39b3c3 (0x23775000 0x3d30000 0x1 0x38a1d74)
    0x2521bf58 : 0x39a595 (0x3d30000 0x135eb4 0x0 0x38a1d74)
    0x2521bf88 : 0x39a2cb (0x3e5e740 0x0 0x5f5dd18 0x13818b)
    0x2521bfc8 : 0x19ad2c (0x3e5e740 0x0 0x19e0b5 0x38a680c) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(230.8.5)@0x9e4000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x6cc000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x584000
    dependency: com.apple.iokit.IO80211Family(160.2)@0x80a000
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    Sat Jun 23 15:50:24 2007
    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x60081a57, CR3: 0x00f2a000, CR4: 0x000006e0
    EAX: 0x60081a27, EBX: 0x00000003, ECX: 0x522b0c80, EDX: 0x004f9900
    CR2: 0x60081a57, EBP: 0x25243bf8, ESI: 0x522a8900, EDI: 0x237752c8
    EFL: 0x00010202, EIP: 0x00a3c974, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x252439b8 : 0x128d08 (0x3cc0a4 0x252439dc 0x131de5 0x0)
    0x252439f8 : 0x1a4a55 (0x3d24b8 0x0 0xe 0x3d1cdc)
    0x25243b08 : 0x19aeb4 (0x25243b20 0x36e1fc00 0x1 0x1)
    0x25243bf8 : 0xa15cc2 (0x2390e004 0x522a8900 0x4f9900 0x60081a27)
    0x25243dd8 : 0xa18059 (0x237752c8 0x1 0x25243e18 0x6)
    0x25243f08 : 0x39b3c3 (0x23775000 0x3d42000 0x1 0x389e06c)
    0x25243f58 : 0x39a595 (0x3d42000 0x135eb4 0x0 0x389e06c)
    0x25243f88 : 0x39a2cb (0x3e71a80 0x0 0x450 0x1303)
    0x25243fc8 : 0x19ad2c (0x3e71a80 0x0 0x10 0x0) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(230.8.5)@0x9e4000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x6cc000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x584000
    dependency: com.apple.iokit.IO80211Family(160.2)@0x80a000
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    Sat Jun 23 16:33:38 2007
    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x62e57373, CR3: 0x00f2a000, CR4: 0x000006e0
    EAX: 0x62e57343, EBX: 0x00000003, ECX: 0x52c94b10, EDX: 0x004fe420
    CR2: 0x62e57373, EBP: 0x252fbbf8, ESI: 0x52c8a420, EDI: 0x237752c8
    EFL: 0x00010202, EIP: 0x00a3c974, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x252fb9b8 : 0x128d08 (0x3cc0a4 0x252fb9dc 0x131de5 0x0)
    0x252fb9f8 : 0x1a4a55 (0x3d24b8 0x0 0xe 0x3d1cdc)
    0x252fbb08 : 0x19aeb4 (0x252fbb20 0x36e08400 0x1 0x1)
    0x252fbbf8 : 0xa15cc2 (0x2390e004 0x52c8a420 0x4fe420 0x62e57343)
    0x252fbdd8 : 0xa18059 (0x237752c8 0x3a9e100 0x0 0x6)
    0x252fbf08 : 0x39b3c3 (0x23775000 0x3d4ad80 0x1 0x389c54c)
    0x252fbf58 : 0x39a595 (0x3d4ad80 0x135eb4 0x0 0x389c54c)
    0x252fbf88 : 0x39a2cb (0x3d49600 0x39c2080 0x4a62b98 0x13818b)
    0x252fbfc8 : 0x19ad2c (0x3d49600 0x0 0x19e0b5 0x389a364) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(230.8.5)@0x9e4000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x6cc000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x584000
    dependency: com.apple.iokit.IO80211Family(160.2)@0x80a000
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    Sun Jun 24 15:56:44 2007
    panic(cpu 0 caller 0x0035CDC6): mget MCHECK: m_type=406 m=36e07b00
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x25453be8 : 0x128d08 (0x3cc0a4 0x25453c0c 0x131de5 0x0)
    0x25453c28 : 0x35cdc6 (0x3ecec0 0x406 0x36e07b00 0x19a319)
    0x25453c48 : 0x36373e (0x1 0xe 0x14 0x36e4ce00)
    0x25453c88 : 0x22f1e4 (0x37030e3c 0x1 0x18 0x0)
    0x25453cf8 : 0x240d0b (0x3998ad0 0x25453d2c 0x37030e34 0x37030e00)
    0x25453d48 : 0x24123e (0x1c 0x1 0x0 0x1)
    0x25453e08 : 0x22f3f5 (0x37030e00 0x14 0x3c 0x1)
    0x25453e48 : 0x230e56 (0x37030e00 0x14 0x11 0x0)
    0x25453f58 : 0x21e5cb (0x37030e00 0x37030d00 0x44707c 0x1a37c0)
    0x25453f98 : 0x204e88 (0x4d1000 0x37030d00 0x37030dfc 0x39f5cec)
    0x25453fc8 : 0x19ad2c (0x0 0x0 0x19e0b5 0x38a5a7c) Backtrace terminated-invalid frame pointer 0x0
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    Macbook Pro 2.33Ghz, 160GB HDD, 2GB RAM   Mac OS X (10.4.8)  

    and, i might add, since it appears he is still running 10.4.8 and may not have done the 10.4.10 update, it would seem to narrow down the problem to possibly bad airport firmware or bad airport driver. something that apple needs to address. i suggest you call appleCare and get a case number started and join the club.
    http://discussions.apple.com/thread.jspa?threadID=1007678&tstart=75
    http://discussions.apple.com/thread.jspa?threadID=986785

  • My mac book pro just stopped allowing sound and when i restarted it, it does not let me use any of the icons on the desktop, then allows me to use them after 3 minutes,and then still NO SOUND! What do i do? PLEASE help.

    I have an issue with my computer.  the volume was working fine on wednesday june 29th 2011 (thats the last I could remember) and today is july 3rd 2011.  so when I start the computer up it does not let me play anything trough the iTunes volume when I start a song it goes immediately to pause but no sound comes out.  When I click on the volume in the menu bar it does not allow me to raise the volume up, nor does it allow me to play volume through my speakers when I am on youtube.com. AND when I go to system preferences it has checked off that it is on mute, BUT  it is a light gray color and it does not let me check the setting off.  please help! what do I do? I think it is still under warranty because it is only between 11 months-12 months old.
    *******************************************************ANY ADVICE WOULD BE APPRECIATED THANKK YOU!*************************************************************

    That you are getting the BONG is a good sign, it's unlikely to be hardware if you are able to hear that.
    Start by running SW update. It's not that there is a specific fix, but when updating it may rewrite some system files which may get this going again purely as a side affect. Worth a go, and should not harm the system.
    Try reset the PRAM - Resetting your Mac's PRAM and NVRAM
    Hopefully one of these quick fixes works, otherwise we'll need to try isolate the issue next - so if still having a problem, I'd try create a new user and login as that user to see if the issue persists (which will tell us if it's system wide or user specific)

Maybe you are looking for