Error In Eclipse While Creating EJB Application

I am using GlassFish application server.
IDE is Eclipse 3.3
After choosing newproject I have selected EJB and I have choosen GlassFish sever, after creating the project MyProject Folder is showing error in eclipse.
ejb-jar.xml file is showing error at ejb-jar tag.
Can any one have idea how to resolve this problem.

I think you need to post the stack trace error message to get a response.

Similar Messages

  • Error while creating Classic Application

    Hi All,
    While creating classic application through Application wizard i am facing a error "An error occured while processing this page. Please check the logs." I am getting this error when i click 'Finish' on last page. Both the Oracle and Essbase Connections are fine and validated. Any idea for this error? Where i can check the logs as suggested in error message?
    I am using the version 11.1.2
    Thanks a lot
    Edited by: Ashu on Jun 15, 2011 10:42 PM

    If on windows have a look in <MIDDLEWARE_HOME>/user_projects/epmsystem1/diagnostics/logs/services
    There will be two planning log files.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ***Error while creating tne applications in Essbase***

    Hi all,
    We are getting the following error while creating the applications in Essbase console ( we are using Oracle EPM 11.1.1.2 on vmware 2003 server).
    Error: 1056603 Unable to spawn process for application. Please ensure that adequate memory is available.
    Kindly have insight on this error and advise on the same.
    Expecting assistance very soon as it is of urgent requirement we are in amidst of processes
    Thank you.

    Hi Mink,
    Thanks for ur quick reply.
    I am working with vmware,I have allocated 1.5GB of RAM and it has 20GB of disk space is available.
    Is there anything else that I need to check?Its not becoz of Memory I assume.
    Thank you.

  • UnExpected error occured while creating ejb container

    Hey, I am trying to deploy a new bean that I just wrote with a bean that has already been written. My bean is the News bean, the existing bean is the PPSO bean.
    when I deploy, I get the following exception:
    [26/Feb/2004:11:22:42] SEVERE ( 2104): LDR5004: UnExpected error occured while creating ejb container
    java.lang.ClassNotFoundException: com.pragmatics.ppcig.model.ejb.NewsBean_LocalHomeImpl
         at com.iplanet.ias.loader.EJBClassLoader.findClass(EJBClassLoader.java:457)
         at com.iplanet.ias.loader.EJBClassLoader.loadClass(EJBClassLoader.java:585)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at com.sun.ejb.containers.BaseContainer.initializeHome(BaseContainer.java:426)
         at com.sun.ejb.containers.EntityContainer.initializeHome(EntityContainer.java:355)
         at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:230)
         at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
         at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
         at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
         at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
         at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
         at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:534)
    here are pieces of my deployment descriptor:
    <entity>
              <description>PPSO EJB</description>
              <display-name>PPSO EJB</display-name>
              <ejb-name>PPSO</ejb-name>
              <local-home>com.pragmatics.ppcig.model.ejb.PPSOLocalHome</local-home>
              <local>com.pragmatics.ppcig.model.ejb.PPSOLocal</local>
              <ejb-class>com.pragmatics.ppcig.model.ejb.PPSOBean</ejb-class>
              <persistence-type>Bean</persistence-type>
              <prim-key-class>java.lang.String</prim-key-class>
              <reentrant>False</reentrant>
              <env-entry>
    // - select statements here that don't apply - //
    </entity>
         <entity>
              <description>News EJB</description>
              <display-name>News EJB</display-name>
              <ejb-name>News</ejb-name>
              <local-home>com.pragmatics.ppcig.model.ejb.NewsLocalHome</local-home>
              <local>com.pragmatics.ppcig.model.ejb.NewsLocal</local>
              <ejb-class>com.pragmatics.ppcig.model.ejb.NewsBean</ejb-class>
              <persistence-type>Bean</persistence-type>
              <prim-key-class>java.lang.String</prim-key-class>
              <reentrant>False</reentrant>
              <resource-ref>
                   <res-ref-name>jdbc/ppcigDS</res-ref-name>
                   <res-type>javax.sql.DataSource</res-type>
                   <res-auth>Container</res-auth>
                   <res-sharing-scope>Shareable</res-sharing-scope>
              </resource-ref>
         </entity>
    Any ideas what is causing this error?
    Thanks!

    Hi shanu, thanks for your reply,
    Yes I configured the JMS Objects in my AS before deploying the MDB.
    I set
    - a Queue: RFIDLocatorQueue
    - a connection Factory: RFIDLocatorConnectionFactory
    - and a Physical destination for my logical queue called: RFIDLocatorPhysicalQueue
    The latter was linked to the RFIDLocatorQueue by putting RFIDLocatorPhysicalQueue in the name parameter of the RFIDLocatorQueue.
    Is there maybe something else I forgot to configure ?
    thanks a lot

  • Error: Timeout expired while creating the FDM application

    Hi Gurus,
    While creating FDM application receiving error "Timeout expired LINE=CREATE DATABASE[Database Name]"
    I have provided the db user with db_creator and bulkinsert roles.
    Foundation services and Financial Reporting are in the same server and works fine.
    Using SQL Server 2005.
    FDM Server is in workgroup and SQL server is in domain.
    Any ideas....
    Thanks,
    Edited by: user13024758 on May 27, 2010 7:22 AM

    Hello,
    While creating a UDL does test the connectivity between the machines it doesn't test permissions or performance.
    Keep in mind FDM simple executed an ODBC connection to the server and executed a single SQL Statement. The statement should not take that long to return.
    I would percieve that if you take FDM out of the equation and maybe do some wireshark tracing or network review you would find more useful information relating to "timeouts."
    How many hops and latency between the two machines if you do a traceroute (tracert)?
    Any firewalls between the two that would prohibit "return traffic"?
    Are they on the same subnet/lan/router?
    What happens if you try another SQL Server box?
    Have you installed WireShark on the FDM box and on the SQL Box? If FDM submits the query (which I suspect you would see) does SQL Server try and and return a response code? If so ... does the FDM Server receive the response code?
    Keep in mind "other products" don't connect to the database in the same fashion and are not 100% valid comparisons.
    Thank you,

  • Accounts determination error is coming while create billing.

    Hi Experts,
    Accounts determination error is coming while create billing for Account Assignment Group A4 . In some cases only this error is appearing . I m a ABAPer I got this case and I  m debugging the code  . Can anyone  suggest me what all the things i need to check to know the root cause . This error is coming very  rarely but I want to find the reasons.  I saw some of scn post bt it was not clear .
    Please suggest briefly what w'd be the probable cause of this error and how to correct it.
    Thanks in advance

    Hi Dharmkrit,
    In one of your earlier posts, you have mentioned that you have assigned G/L accounts by selecting table 1. This is probably where you might be going wrong.
    Please follow the below steps to cross check your entries and you should hopefully have a solution.
    (1) First of all, start from the account determination procedure and check which procedure is assigned to the billing type.
    (2) Check the account determination type that is maintained in the procedure.
    (3) Check which access sequence assigned in that condition type
    (4) Check which table/tables have been maintained in the access sequence
    * In most probability, you would have maintained a different table in the access sequence while you are trying to assign your G/L accounts to some other table
    * Also, since you say that this error is only for a particular account determination type, check if you have maintained the correct combination of application/chart of account/Customer account assignment group/material account assignment group/G/L account in the correct table. However, this combination of fields depends on the table that you have used in the condition technique.
    I suggest that you write your entries down while checking the flow. This will give you a clear picture if a connection is missing somewhere in the condition technique.
    The customer/material account assignment groups are just keys (two digit codes) and their determination has nothing to do with Z1/Z2/A1 or any other code that you have defined in the system. The main determination is purely based on the condition technique and how correctly you have maintained the connections between the tables, access sequences, types and procedures. Just recheck these entries and you should be able to resolve the issue.
    Hope this helps
    Regards,
    Sumita Mittra

  • EJB Tutoril while creating EJB

    Hello experts,
    I am trying hard to get some practive in creating EJB`s.
    I am using the following Tutorial:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c
    "Unfortunately I get a error message while creating EJB"
    Any ideas????
    Thanks

    I am working with the NWDS 7.0.09.
    There is no detailed error Message. I have done following
    new Project-> EJBModuleProject(EJBUserList)
    RightClick on EJBUserList --> new EJB --> fill all necessary fields in the Wizard.
    If I click finish the message " Not able to create EnterpriseBean"
    Thanks!

  • Keychain error -25299 occurred while creating a System Keychain entry for t

    Keychain error -25299 occurred while creating a System Keychain entry for the username “Angela Rosario” and URL “afp://Angela%[email protected]/Data”.
    I keep getting the error above every time I try to set up my time capsule
    Could use some help?
    Mahalo

    Same here.

  • Get error message could not create library/application support

    get error message "could not create library/application support" when trying to install Creative Cloud.

    Check your user permissions on the Library folder.
    Mylenium

  • Keep getting an error message that reads, "LR An error has occurred while creating the book on Blurb" An error has occurred while trying to create texts and fonts.  Pleas advise as Blurb has said that it's a LR issue.

    Keep getting an error message that reads, "LR An error has occurred while creating the book on Blurb" An error has occurred while trying to create texts and fonts.  Pleas advise as Blurb has said that it's a LR issue.

    Are you behind a firewall or double NAT??
    What is the device that is immediately plugged into the main modem or router? Has that one been able to update?
    It is plugged in of course isn't it.. no nasty join wireless anywhere??
    The best way to work around these sort of problems is to simplify the network.. Plug each device directly into the main router.. by ethernet. You can trigger the firmware upgrade by wireless but use ipad or iphone version of airport utility and see what happens.

  • HT201514 I keep getting this message "Unable to complete back up an error has occurred while creating back up folder" Why is this happening and is it time to purchase a new tim machine?

    I keep getting this message “Unable to complete back up an error has occurred while creating back up folder” Why is this happening and is it time to purchase a new tim machine?

    Check out the Apple Support Communities Time Machine expert Pondini's troubleshooting article on this exact topic. Hopefully, it will help.

  • Error while creating hfm application

    Hi guys,
    I am getting the following error while creating a new application in HFM 9.3.1
    "An unknown error has occurred in the HsxServer object"
    Can anybody help in resolving such error
    Thanks

    Hi
    Thanks for the prompt reply.
    I am trying to create app from workspace as well as from desktop client but the error remains the same
    Yes, this is the first app on this installation
    I have killed the process hsxserver.exe from the task manager, even then i am getting the same error.
    I believe the problem could be something else
    awating reply

  • Error while creating new application in windows client

    Hai Experts,
    I am experiencing an error while creating a new application in HFM
    Error Reference number: {F6BA937D-6CBC-486C-800C-57DAB415C5EE}
    NUM:0X80040225;TYPE:1;DTIME:6/12/2012 10:52:48 AB;SVR; STATION31; FILE: CHSXSERVERIMP1: CPP; LINE:3537;VER:11.1.1.3.0.2413;
    Please reply me it's urgent.

    Hai,
    After doing snapshot my application was created and even in fdm also i found error while creating application(hint:cache not found) but now everything is fine don't know what exactly the error may be but now i am facing 404 error while doing Assign Access control in shared services console what may be the reason did anyone experienced this error if so please provide me the solution.
    Edited by: 940022 on Jun 15, 2012 3:50 AM
    Edited by: 940022 on Jun 15, 2012 3:51 AM

  • Error while creating an application in NWDS CE 7.1

    Hi ,
    I am unable to create applications and components for and webdynpro application  in NWDS CE 7.1 .
    Its giving me the following error .
    Status ERROR
    Plugin : com.sap.ide.webdynpro.service.applicationmodeler
    code=0
    Internal error
       Plugin name: Web Dynpro Application Modeler Services
       Internal error  : com.sap.ide.webdynpro.service.applicationmodeler
       Class      : com.sap.ide.webdynpro.service.appmod.wizards.comp.ComponentWizard2
       Method     : performFinish
       Message    : Exception occured
       Exception  : com.sap.ide.mmservices.wd.general.NoWebDynproContentException: No Web Dynpro content found for project "sample". If this project is a Development Component, check if "SapMetamodelWebdynproContent.zip" is present in the classpath.
    com.sap.ide.mmservices.wd.general.NoWebDynproContentException: No Web Dynpro content found for project "sample". If this project is a Development Component, check if "SapMetamodelWebdynproContent.zip" is present in the classpath.
    at com.sap.ide.mmservices.wd.view.ViewElementService.getLibraries(ViewElementService.java:2042)
    at com.sap.ide.mmservices.wd.component.ComponentService$ComponentCreationService.doExecute(ComponentService.java:249)
    at com.sap.ide.mmservices.core.AbstractMMService.execute(AbstractMMService.java:103)
    at com.sap.ide.webdynpro.service.appmod.wizards.comp.ComponentWizard2.createComponentInternal(ComponentWizard2.java:305)
    at com.sap.ide.webdynpro.service.appmod.wizards.comp.ComponentWizard2.doPerformFinish(ComponentWizard2.java:147)
    at com.sap.ide.mmservices.core.eclipse.ui.WizardWithContainerRunnable$MyRunnable.run(WizardWithContainerRunnable.java:61)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
    at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
    at com.sap.ide.mmservices.core.eclipse.ui.WizardWithContainerRunnable.performFinish(WizardWithContainerRunnable.java:27)
    at com.sap.ide.webdynpro.appeditor.wizards.CreateAppWizard.doPerformFinish(CreateAppWizard.java:157)
    at com.sap.ide.mmservices.core.eclipse.ui.WizardWithContainerRunnable$MyRunnable.run(WizardWithContainerRunnable.java:61)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
    at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
    at com.sap.ide.mmservices.core.eclipse.ui.WizardWithContainerRunnable.performFinish(WizardWithContainerRunnable.java:27)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at com.sap.ide.webdynpro.appeditor.AppCallback.callCreateApplicationWizard(AppCallback.java:40)
    at com.sap.ide.webdynpro.service.appeditor.ApplicationCaller.createApplicationWithUI(ApplicationCaller.java:28)
    at com.sap.ide.webdynpro.service.appeditor.ServiceWithUI.createApplication(ServiceWithUI.java:108)
    at com.sap.ide.webdynpro.service.appeditor.ServiceWithUI.createApplication(ServiceWithUI.java:65)
    at com.sap.ide.webdynpro.wdexplorer.actions.creation.CreateApplicationAction.runCreation(CreateApplicationAction.java:24)
    at com.sap.ide.mmservices.core.eclipse.ui.actions.contextmenu.BaseCreateDevelopmentObjectAction.run(BaseCreateDevelopmentObjectAction.java:27)
    at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.runInternal(BaseDelegateSingleAction.java:65)
    at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.run(BaseDelegateSingleAction.java:58)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
    Please help to solve this issue.
    Thanks & Regards,
    Hamsa Shree

    Hi,
    I think, you have not installed NWDS 7.1 properly.
    In update site step after installation, You have not selected the dsired features.
    Make sure that you have followed all the stpes given below.
    "Installation of SAP NetWeaver Developer Studio
    1.       Log on to your PC with administrator privileges.
    2.       Start the installer for SAP NetWeaver Developer Studior and choose Run this program from its current location in the upcoming pop-up window.
    The user interface of the installer will lead you through the following steps:
    Enter an installation directory.
    Enter/confirm the desired Java Runtime Environment
    Install the NetWeaver Developer Studio Platform.
    After the installation of the platform, choose an Update Site (in this version your local download directory) and install NW Developer Studio features from this update site. If you are not sure what to install, select all features.
    You will be prompted to install the selected features. Press Yes. After installation you will prompted to restart NWDS.
    Thanks

  • Error while creating OCA application in NWDS 7.1

    Dear Experts,
    I am creating mobile application for Handhelds (OCA) using mobile 7.1.
    I created the service component, ui component and application component. Added the dependencies, build the application, uploaded the 3 components to the server, assigned it to my device.
    But when I login into the mobile client in PDA, in application launcher screen, no application appears. In Device admin portal when i check, the status of MCD is installed.
    Also when i simply run the application from NWDS using the built in PDA simulator, the application doesnt show any data and on the NWDS console i get the following error
    2009-02-10 20:22:22 ...  (com.sap.tc.mobile.cfs.pers.PersistenceManager:release resultset) Thread: Finalizer Error: java.sql.SQLException: Result set is closed
    I am sure the coding part is not a problem. As before this application i created a similar application for Laptops and its working fine.
    Reply Awaited
    Regards
    Priya

    Hi Veera/Abhi
    I have installed MinDB and all the required files on the PDA. It is synchronizing with the middleware.
    On my NWDS PDA  Simulator , the application is appearing but when i click on the application there is no data and it is giving exception
    2009-02-11 13:02:40 ...  (com.sap.tc.mobile.cfs.pers.PersistenceManager:release resultset) Thread: Finalizer Error: java.sql.SQLException: Result set is closed
    Madhu--
    Please find my ans to the following points mentioned by you
    1) BASIS SWCV must be assigned in the Distribution Model Software Component Version tab of the device.
    It is assigned
    2) Activate the "DISTRIBUTE_USER_DETAILS" Rule in the admin.
    Rule is activated
    3) Activate the "DISTRIBUTE_USER_AUTHORIZATIONS" Rule in the admin.
    Rule is activated
    4) Make sure that you have installed the following components in the following sequence in the PDA
    - Creme
    - MinDB/DB2e
    - PDA_eswt_container
    - PDA Runtime.
    Client is  installed in this sequence only. I referrred to help.sap.com while installing
    the application should atleast work in the NWDS PDA simulator. My basic problem is it is not picking  up the data. giving the above mentioned error.
    Regards
    Priya

Maybe you are looking for

  • Iphone 4 deletes exchange emails if they are read on desktop

    My iphone 4 is receiving my exchange emails but as soon as I read the emails on my desktop computer, my phone deletes them.  I do not have Outlook set to view "unread" messages only.  It is set to read all messages.  It was working fine last week unt

  • Grouping of data based on user prompt having a list of dimensions

    Hi All, I have a requirement to be able to group data in OBIEE request or Dashboard based on user prompt selection. The prompt should list the Dimensions Available e.g. Dimensions: Product, Region, Employee Fact: Sales The report is to display sales

  • Leopard OS X Won't Install

    So here is the problem....I have a macbook 13", recently my hard drive started failing so I have purchased a new hard drive and installed it. I have gone through the disc utility through the os x install disc to format and partition my drive. When I

  • "Error" type noise

    Every now and then my computer makes an error type of a noise. Nothing happens on the screen and it's at random times. For instance, sometimes I'm typing and it does this, sometimes I'm moving around the curser and it will do it too. What could cause

  • SOLVED:Beryl works; But white cube with XGL :(

    Well, Beryl works with nVidia drivers, but lacks the extra "smoothness" that xgl can give. So I tried using xgl with KDE via method 1 and I also tried method 2, but it gives me the dreaded "white cube". (Seems to be a popular trouble, but googling it