Can anyone guide me about this kind of error?

Hello,
Seems today is the day of errors for me. Few hours back had an silly error with servlets, now its EJB :-).
M having a web application in struts with EJB3.0. the error i'm getting is :-
[[action]] Servlet.service() for servlet action threw exception
javax.ejb.EJBException: null; CausedByException is:
     null
     at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:46)
     at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:70)
     at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:63)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:152)
     at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:60)
     at $Proxy183.login(Unknown Source)
     at com.java.action.LoginAction.doLogin(LoginAction.java:48)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:274)
     at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
     at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
     at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
     at com.java.business.common.helper.SecurityManagerHelper.getUserSecurityProfile(SecurityManagerHelper.java:24)
     at com.java.business.common.SecurityManagerBean.login(SecurityManagerBean.java:15)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:99)
     at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:32)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:66)
     at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:63)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91)
     at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
     at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:152)
     at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:60)
     at $Proxy183.login(Unknown Source)
     at com.java.action.LoginAction.doLogin(LoginAction.java:48)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:274)
     at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
     at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
     at java.lang.Thread.run(Unknown Source)
================================
what's this "javax.ejb.EJBException: null; CausedByException is:     null" exception ? and how to solve this one? only thing i cud understand is my app or Ejb is seeing something null. The line where i'm getting this error in SecurityManagerHelper.java is the code where i'm trying to set the UserName retrieved from database. m posting the parts of code revelent to error here:-
LoginAction.java(Action class)
userSecurityProfile = (UserSecurityProfile)this.getSecurityManagerObject().login(userVO);
SecurityManagerBean.java(Bean Class)
package com.java.business.common;
import javax.ejb.Stateless;
import com.java.business.common.helper.SecurityManagerHelper;
import com.java.dao.Authenticate;
import com.java.dto.usermanagement.UserSecurityProfile;
import com.java.dto.usermanagement.UserVO;
@Stateless
public class SecurityManagerBean implements SecurityManager {
     public UserSecurityProfile login(UserVO userVO) throws Exception {
          return SecurityManagerHelper.getUserSecurityProfile(Authenticate.getAuth(userVO)); //line 15
SecurityManagerHelper.java(in this class i'm trying to set username and role retrieved frm data base and is stored in ArrayList to another class calles UserSecurityProfile)
userSecurtyProfile.setStrUserName((String)alUserInfo.get(index)); //this is line 24
plz help me out this error.

problem sorted out. Thanx for putting an eye here :-)

Similar Messages

  • HT1657 Can I watch my rented movie for just 24 hours? What about the 30 days? The countdown on my library returned in days countdown rather than hours. Can anyone clarify me about this?

    Can I watch my rented movie for just 24 hours? What about the 30 days? The countdown on my library returned in days countdown rather than hours. Can anyone clarify me about this?

    Read the article you linked
    iTunes Store: Movie rental frequently asked questions (FAQ)
    How long do I have to watch a rented movie?
    You have 30 days from the time of rental to watch your movie, and 24 hours (in the US) or 48 hours (elsewhere) after you've started viewing to finish it. Once the rental period expires, the movie will disappear from your iTunes library."

  • OTL I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?

    Hi
    I am trying to wright a SQL query that will return the date the timesheet was submitted and date/time it was approved, can anyone guide me on this?
    I basically need person name who submitted, date - time it was submitted for approval, then the person who approved it and the date - time that it was approved
    Thanks
    Ruby

    Ruby,
    you can start with HXC_TIMECARD_SUMMARY table for submitter detail. But for approver details, i think you need WF tables to get the data for item type HXCEMP.

  • Can anyone tell me what this Time Machine error means? The network backup disk does not support the required AFP features?

    Can anyone tell me what this Time Machine error means? The network backup disk does not support the required AFP features?

    AFP - Apple Filing Protocol
    The Network Attached Storage (NAS) that you are pointing Time Machine at does not have the features needed by Time Machine in order to do its Thing.  Time Machine needs some specific features that are not typically available on generic networked storage devices.
    There are manufactures that support the Mac OS X HFS+ file system formats and implement all the needed AFP protocol packets necessary so that they can be used with Time Machine, but apparently yours does not.
    If you are not using a networked mounted volume for Time Machine, then more information will be needed about your Time Machine setup.

  • Can anyone tell me about this Thinkstati​on?

    Can anyone tell me what model this is?
    http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item​=380056744393&fromMakeTrack=true 
    I am looking for a gaming machine and I prefer the P4 HT than any of these new dual and quad core processors.  Does anyone know if I would be able to put in a modern high end GPU and upgrade the ram?
    Thanks for any replies.

    that's a thinkcentre, not a thinkstation.   search ibm.com for "8113-24U" for exact machine specs.
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • Can anyone guide me on this example

    Hi,
    I want to make something very similar to this using flash
    however I am such a noob I am not even sure were to start. Is there
    a really good tutorial for something like this:
    wwwdotaazimdotcom/projects/amwajresort/flash/location.swf
    (please remove the dots)
    Thanks for any help that can be given.
    Dave

    Hi,
    What they have done is created a picture which is greater
    than the flash stage area. Then they have used the actionscript for
    calculating the mouse movement and attach it to the scrolling area.
    Gaurav
    www.gauravchandra.com

  • Can anyone tell me about this error message?

    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : unknown exception code occurred at PC=0x77f1d642
    Function name=RaiseException
    Library=C:\WINNT\system32\KERNEL32.dll
    Current Java thread:
         at sun.plugin.javascript.ocx.JSObject.invoke(Native Method)
         at sun.plugin.javascript.ocx.JSObject.invoke(Unknown Source)
         at sun.plugin.javascript.ocx.JSObject.getMember(Unknown Source)
         at sun.plugin.javascript.ocx.JSObject.eval(Unknown Source)
         at com.csedge.claimsport.docmgmt.PDFPrintApplet.call_javascript(PDFPrintApplet.java)
         at com.csedge.claimsport.docmgmt.PDFPrintApplet.run(PDFPrintApplet.java)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00412000      C:\Program Files\Plus!\Microsoft Internet\IEXPLORE.EXE
    0x77F60000 - 0x77FBE000      C:\WINNT\System32\ntdll.dll
    0x77F00000 - 0x77F5F000      C:\WINNT\system32\KERNEL32.dll
    0x77E70000 - 0x77EC5000      C:\WINNT\system32\USER32.dll
    0x77ED0000 - 0x77EFC000      C:\WINNT\system32\GDI32.dll
    0x77DC0000 - 0x77DFF000      C:\WINNT\system32\ADVAPI32.dll
    0x77E10000 - 0x77E67000      C:\WINNT\system32\RPCRT4.dll
    0x70BD0000 - 0x70C1A000      C:\WINNT\system32\SHLWAPI.dll
    0x70F30000 - 0x71041000      C:\WINNT\System32\shdocvw.dll
    0x71630000 - 0x716B9000      C:\WINNT\system32\COMCTL32.dll
    0x70980000 - 0x70B28000      C:\WINNT\system32\SHELL32.dll
    0x77B20000 - 0x77BD1000      C:\WINNT\System32\ole32.dll
    0x71060000 - 0x71128000      C:\WINNT\System32\BROWSEUI.dll
    0x71840000 - 0x7184B000      C:\WINNT\System32\browselc.dll
    0x63000000 - 0x63073000      C:\WINNT\System32\WININET.DLL
    0x77BF0000 - 0x77BF7000      C:\WINNT\System32\rpcltc1.dll
    0x71950000 - 0x71958000      C:\WINNT\System32\shfolder.dll
    0x61220000 - 0x6122E000      C:\Program Files\Microsoft Hardware\Mouse\MSH_ZWF.dll
    0x10000000 - 0x10008000      C:\Program Files\Adobe\Acrobat 5.0\Reader\ActiveX\AcroIEHelper.ocx
    0x65340000 - 0x653D2000      C:\WINNT\system32\OLEAUT32.dll
    0x70290000 - 0x70302000      C:\WINNT\System32\URLMON.DLL
    0x77A90000 - 0x77A9B000      C:\WINNT\system32\VERSION.dll
    0x779C0000 - 0x779C8000      C:\WINNT\system32\LZ32.dll
    0x717D0000 - 0x71823000      C:\WINNT\system32\shdoclc.dll
    0x70420000 - 0x704A8000      C:\WINNT\System32\mlang.dll
    0x776D0000 - 0x776D8000      C:\WINNT\System32\wsock32.dll
    0x776B0000 - 0x776C4000      C:\WINNT\system32\WS2_32.dll
    0x78000000 - 0x78040000      C:\WINNT\system32\MSVCRT.dll
    0x776A0000 - 0x776A7000      C:\WINNT\system32\WS2HELP.dll
    0x77660000 - 0x7766F000      C:\WINNT\system32\msafd.dll
    0x77690000 - 0x77699000      C:\WINNT\System32\wshtcpip.dll
    0x74FF0000 - 0x74FFE000      C:\WINNT\System32\rnr20.dll
    0x711D0000 - 0x711D6000      C:\WINNT\system32\MSIDLE.DLL
    0x76E70000 - 0x76E82000      C:\WINNT\System32\security.dll
    0x71710000 - 0x71724000      C:\WINNT\System32\msapsspc.dll
    0x779D0000 - 0x779E5000      C:\WINNT\System32\MSVCRT40.dll
    0x780A0000 - 0x780B2000      C:\WINNT\System32\MSVCIRT.dll
    0x77400000 - 0x7741E000      C:\WINNT\System32\schannel.dll
    0x5E380000 - 0x5E3A5000      C:\WINNT\System32\MSOSS.dll
    0x5CF00000 - 0x5CF5E000      C:\WINNT\System32\CRYPT32.dll
    0x716E0000 - 0x716FF000      C:\WINNT\System32\msnsspc.dll
    0x60900000 - 0x6090E000      C:\WINNT\System32\digest.dll
    0x70C30000 - 0x70E72000      C:\WINNT\System32\mshtml.dll
    0x76AB0000 - 0x76AB5000      C:\WINNT\System32\IMM32.DLL
    0x711F0000 - 0x71267000      C:\WINNT\System32\jscript.dll
    0x48080000 - 0x480A8000      C:\WINNT\System32\MSLS31.DLL
    0x77720000 - 0x77731000      C:\WINNT\System32\mpr.dll
    0x777F0000 - 0x777FC000      C:\WINNT\System32\ntlanman.dll
    0x77890000 - 0x778A5000      C:\WINNT\System32\NETUI0.dll
    0x77850000 - 0x7788A000      C:\WINNT\System32\NETUI1.dll
    0x02140000 - 0x02181000      C:\WINNT\system32\NETAPI32.dll
    0x77840000 - 0x77849000      C:\WINNT\system32\NETRAP.dll
    0x777E0000 - 0x777ED000      C:\WINNT\system32\SAMLIB.dll
    0x77950000 - 0x77979000      C:\WINNT\system32\WLDAP32.dll
    0x779B0000 - 0x779B9000      C:\WINNT\System32\LINKINFO.DLL
    0x77A40000 - 0x77A4D000      C:\WINNT\System32\ntshrui.dll
    0x77FD0000 - 0x77FFA000      C:\WINNT\System32\WINMM.DLL
    0x6BD00000 - 0x6BD0D000      C:\WINNT\System32\sbpcint4.dll
    0x021B0000 - 0x021B5000      C:\WINNT\System32\sbpcir32.dll
    0x74100000 - 0x74109000      C:\WINNT\System32\msacm32.drv
    0x75D50000 - 0x75D6A000      C:\WINNT\System32\MSACM32.dll
    0x77510000 - 0x77517000      C:\WINNT\System32\msadp32.acm
    0x70EB0000 - 0x70EEC000      C:\WINNT\System32\mshtmled.dll
    0x02AA0000 - 0x02B1F000      C:\WINNT\System32\msxml.dll
    0x031A0000 - 0x031B8000      C:\WINNT\System32\plugin.ocx
    0x704F0000 - 0x704FA000      C:\WINNT\System32\imgutil.dll
    0x6D370000 - 0x6D37D000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\npjava131.dll
    0x6D130000 - 0x6D157000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\beans.ocx
    0x6D300000 - 0x6D316000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\jpishare.dll
    0x6D420000 - 0x6D4EF000      C:\PROGRA~1\JavaSoft\JRE\1379A4~1.1\bin\hotspot\jvm.dll
    0x6D220000 - 0x6D227000      C:\PROGRA~1\JavaSoft\JRE\1379A4~1.1\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\PROGRA~1\JavaSoft\JRE\1379A4~1.1\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\PROGRA~1\JavaSoft\JRE\1379A4~1.1\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\PROGRA~1\JavaSoft\JRE\1379A4~1.1\bin\zip.dll
    0x0FB00000 - 0x0FB0D000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\zip.dll
    0x6D020000 - 0x6D128000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\awt.dll
    0x77C00000 - 0x77C18000      C:\WINNT\System32\WINSPOOL.DRV
    0x6D1E0000 - 0x6D21B000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\fontmanager.dll
    0x6D340000 - 0x6D348000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\net.dll
    0x77130000 - 0x77156000      C:\WINNT\System32\ddraw.dll
    0x6D3A0000 - 0x6D3A9000      C:\Program Files\JavaSoft\JRE\1.3.1\bin\packager.dll
    0x11D30000 - 0x11D41000      C:\WINNT\jreg.dll
    0x3F000000 - 0x3F18E000      C:\WINNT\System32\msi.dll
    0x76AC0000 - 0x76ADD000      C:\WINNT\System32\imagehlp.dll
    0x71DC0000 - 0x71DCA000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Fri Aug 17 15:21:25 2001
    Elapsed Time = 323
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)

    Can you provide with some background information on what conditions made you get this error.
    Usually, these errors from Native system are caused by our misuse of the language. But not always, it can also because of other external factors.

  • Can anyone tell me about this iTunes musicusa's ituncupertino, CA???

    I just found 11 charges on my amex from an Itunes Musicusa Ituncupertino, CA....anyone know what this is?   i've seen tons of comments that this is a scam

    These are fraudulent if the name is "ITUNES MUSICUSA". 
    My husband and I both have had these charges on our AMEX. 
    If you look further into the detail, it will say it is out of Austin, TX with varying charge prices.

  • Face time is not visible in my MD258AE/A model, how to enable it?? can anyone guide me on this.

    iam unable to see facetime app even after installing latest ios 7.1.2

    That iPad is meant for certain markets in the Middle East and has FaceTime
    permanently removed per government restrictions. FaceTime cannot be installed
    on that model iPad even if taken from the area of restriction.

  • Can anyone help me with this Mount Notification Error?

    Here's the text in the error:
    Process:    
    Mount Notification [123]
    Path:       
    /Library/Application Support/Paragon NTFS for Mac OS X/Mount Notification.app/Contents/MacOS/Mount Notification
    Identifier: 
    com.yourcompany.Mount-Notification
    Version:    
    9.5.0 (1)
    Code Type:  
    X86 (Native)
    Parent Process:  vendorservice [106]
    Date/Time:  
    2012-12-13 23:24:29.233 -0500
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    216187 sec
    Crashes Since Last Report:      
    2
    Per-App Interval Since Last Report:  3 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                 
    62350DEF-99F3-4E44-BC68-AC4D91D433A3
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x62, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x30)'
    *** Call stack at first throw:
    0   CoreFoundation                 
    0x90fa46ca __raiseError + 410
    1   libobjc.A.dylib                
    0x955385a9 objc_exception_throw + 56
    2   CoreFoundation                 
    0x90fa43f8 +[NSException raise:format:arguments:] + 136
    3   CoreFoundation                 
    0x90fa436a +[NSException raise:format:] + 58
    4   Foundation                     
    0x95968f31 -[NSKeyedUnarchiver initForReadingWithData:] + 3722
    5   AppKit                         
    0x9441e11a loadNib + 119
    6   AppKit                         
    0x9441d59c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228
    7   AppKit                         
    0x9441d4ad +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    8   AppKit                         
    0x9441d3f8 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    9   AppKit                         
    0x9441a1fd NSApplicationMain + 434
    10  Mount Notification             
    0x00001bea _start + 216
    11  Mount Notification             
    0x00001b11 start + 41
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation 
    0x90fefa37 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib          
    0x955385a9 objc_exception_throw + 56
    2   com.apple.CoreFoundation 
    0x90fa43f8 +[NSException raise:format:arguments:] + 136
    3   com.apple.CoreFoundation 
    0x90fa436a +[NSException raise:format:] + 58
    4   com.apple.Foundation     
    0x95968f31 -[NSKeyedUnarchiver initForReadingWithData:] + 3722
    5   com.apple.AppKit         
    0x9441e11a loadNib + 119
    6   com.apple.AppKit         
    0x9441d59c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228
    7   com.apple.AppKit         
    0x9441d4ad +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    8   com.apple.AppKit         
    0x9441d3f8 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    9   com.apple.AppKit         
    0x9441a1fd NSApplicationMain + 434
    10  ...rcompany.Mount-Notification
    0x00001bea _start + 216
    11  ...rcompany.Mount-Notification
    0x00001b11 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x917ff382 kevent + 10
    1   libSystem.B.dylib        
    0x917ffa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib        
    0x917fef59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib        
    0x917fecfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib        
    0x917fe781 _pthread_wqthread + 390
    5   libSystem.B.dylib        
    0x917fe5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib        
    0x917fe412 __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x917fe9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib        
    0x917fe5c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x95538585  ecx: 0xa01c9540  edx: 0x0000003b
      edi: 0xa0564ab0  esi: 0x005084a0  ebp: 0xbffff628  esp: 0xbffff610
       ss: 0x0000001f  efl: 0x00000282  eip: 0x90fefa37   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x000cf000
    Binary Images:
    0x1000 -
    0x2ff3 +com.yourcompany.Mount-Notification 9.5.0 (1) <0F8175C9-BB2C-A871-3211-E967E973BCC0> /Library/Application Support/Paragon NTFS for Mac OS X/Mount Notification.app/Contents/MacOS/Mount Notification
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9000eff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9000f000 - 0x90031fef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e9a000 - 0x90e9bff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90ea6000 - 0x90eb4fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x90ed0000 - 0x9104bfe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x910e5000 - 0x91105fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9173f000 - 0x917d7fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x917d8000 - 0x9197fff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x91a22000 - 0x91a48ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91d48000 - 0x91d48ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91f93000 - 0x91fb7ff7  libJPEG.dylib ??? (???) <C43FD809-08B6-629D-8980-D7B0ECEA20A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92030000 - 0x92350ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92357000 - 0x92367ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9263d000 - 0x92647fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92648000 - 0x926a5ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x926a6000 - 0x926f9ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92d76000 - 0x92d76ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x92d77000 - 0x92d79ff7  libRadiance.dylib ??? (???) <5F803B4A-B294-BA94-FB68-E8756EE41B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92dad000 - 0x92db9ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x92df0000 - 0x92ef0fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x92f29000 - 0x930abfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x930d3000 - 0x9343eff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9343f000 - 0x93541fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x9373f000 - 0x9380afef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9389c000 - 0x93b02ff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93b2e000 - 0x93c08fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93c09000 - 0x943f8557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x943f9000 - 0x94417fe7  libPng.dylib ??? (???) <5B979A83-8CE7-6BD7-B84C-A2D1119B378D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94418000 - 0x94cfbff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94cfc000 - 0x94d3fff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94fd6000 - 0x9501aff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95047000 - 0x95066ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95157000 - 0x95168ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x954ab000 - 0x9552dffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9552e000 - 0x955dbfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x955dc000 - 0x955e0ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x955f5000 - 0x957b8feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x957b9000 - 0x957bdff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x957f2000 - 0x95813fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x95827000 - 0x95896ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95958000 - 0x95bc9fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95bca000 - 0x95c83fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x95ccd000 - 0x95e0afe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95e0b000 - 0x95e75fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x95ede000 - 0x95f2efe7  libTIFF.dylib ??? (???) <E8B31850-BFD4-48E6-B264-A4340CD19929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95f9f000 - 0x960abfe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x960b7000 - 0x960cfff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x960d0000 - 0x9616dfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9639a000 - 0x9642cfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x964a9000 - 0x964acff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96b0d000 - 0x96b5dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x96b68000 - 0x96b68ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96cb2000 - 0x96cb8fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x96cb9000 - 0x96cfbff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96cfc000 - 0x96d42ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x96d79000 - 0x96d79ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96d7a000 - 0x96d83ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96d84000 - 0x96db5ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96dd8000 - 0x96e1cfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96e24000 - 0x96e85fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96e86000 - 0x96e93ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96e94000 - 0x96f42ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x97015000 - 0x9704fff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x97227000 - 0x972a1fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x972a2000 - 0x97322feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x974b1000 - 0x974c5fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x976a0000 - 0x976c8ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x976c9000 - 0x976d3ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x976ed000 - 0x97b03ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x97b05000 - 0x97b52feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x97b53000 - 0x97b56fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x98d69000 - 0x98e21feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98e22000 - 0x98f50fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98f51000 - 0x98fecfe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98fed000 - 0x98fffff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x99000000 - 0x99001ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x99002000 - 0x9903fff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x99040000 - 0x99120fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x99200000 - 0x99635ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x99636000 - 0x99669ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x998e4000 - 0x998f8ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x998f9000 - 0x998f9ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x998fa000 - 0x999b6fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x99acc000 - 0x99ad1ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x99ad2000 - 0x99ad2ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x99b4d000 - 0x99e71fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99f34000 - 0x99f34ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9a0a4000 - 0x9a14cffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a880000 - 0x9a88eff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9a8c8000 - 0x9a974fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9a975000 - 0x9a979ff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBook7,1, BootROM MB71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.60f5
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK2555GSXF, 232.89 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Kindle, 0x1949  (Lab126), 0x0006, 0x24100000 / 3
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0x06630000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000 / 2

    For now, yes. We'll see if someday in the future I need the program. In the meantime, I'm going to continue enjoying an error-free boot.

  • Can anyone help me deleted this existing photos in my photo library.i already did to sync it up on itunes ang remove all photos ang sync.but still there is 5 photos in my general about eventhough my camera roll is empty.plsss help.thanks.

    can anyone help me deleted this existing photos in my photo library.i already did to sync it up on itunes ang remove all photos ang sync.but still there is 5 photos in my general about eventhough my camera roll is empty.PLEASE HELP!Thanks.

    i mean "and" not "ang" btw.

  • Every time I turn on my laptop about half a dozen previous documents open up and I have to close them before I can begin. Can anyone help me prevent this from happening as it's driving me nuts!

    Every time I turn on my laptop about half a dozen previous documents open up and I have to close them before I can begin. Can anyone help me prevent this from happening as it's driving me nuts!

    First thing to (un)check:
    When you shutdown/restart, there's a dialog box which confirms your request. In that box is a little checkbox which you should uncheck.
    charlie

  • I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    The simplest method is to run a defaults command on the client Macs (easily pushed via Apple Remote Desktop):
    defaults write com.apple.SoftwareUpdate CatalogURL 'HTTP_URL_FOR_CATALOG'
    for a user. If you run it via sudo it will set it for whenever you use softwareupdate as root.
    The HTTP_URL_FOR_CATALOG has been changed with Mac OS X 10.6.  If you use MCX it will automatically pick the new catalog – however if  doing it manually the following URLs need to be used for whichever  client version is in question:
    Mac OS X 10.4: http://mysus.example.com:8088/index.sucatalog
    Mac OS X 10.5: http://mysus.example.com:8088/index-leopard.merged-1.sucatalog.sucatalog
    Mac OS X 10.6: http://mysus.example.com:8088/index-leopard-snowleopard.merged-1.sucatalog
    Mac OS X 10.7: http://mysus.example.com:8088/index-lion-snowleopard-leopard.merged-1.sucatalog
    Mac OS X 10.8: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    To double check this applied you can run the following command:
    /usr/libexec/PlistBuddy -c Print /Library/Preferences/com.apple.SoftwareUpdate.plist
    and /usr/libexec/PlistBuddy -c Print ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    to see what settings are for the computer and user appropriately.
    If  this is working correctly when running Software Update (GUI) you should  see the server address appear in parenthesis in the title of the  window.
    MCX
    Another alternative is to use Workgroup  Manager to manage the preferences via MCX from your server. This can be  done for users, or for computers if they are bound to your Open Directory.
    If you are using 10.5 Server or newer: you can simply use the Software Update section under Preferences.
    Manually:
    Choose the accounts, computers, or groups to have the preference applied to.
    Click on Preferences, and then the Details tab
    Press the Add… button and navigate to /Library/Preferences/com.apple.SoftwareUpdate.plist
    Press Edit…
    Under Often, add a New Key and enter the name CatalogURL
    Make sure the type is string and then enter your SUS URL (eg. http://mysus.example.com:8088/index.sucatalog or if using 10.6: http://mysus.examle.com:8088/ – see above from the defaults section)
    Press  Apply Now, then Done. Once users/computers have refreshed their MCX  settings (usually the next login or restart) the new settings will take  over.
    If this is working correctly when running Software  Update (GUI) you should see the server address appear in parenthesis in  the title of the window.
    In order to have a system-wide configuration one has to run the following:
    sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index.sucatalog"
    In order to correctly work both on Leopard and Snow Leopard the right command to issue is:
    defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index-leopard-snowleopard.merged-1.sucatalog"
    Happily used and tested on my network
    The DNS trick that Chealion points out is fantastic. I use it at our office, and every computer on our LAN  will automatically pull the updates from the local repository at high  speed without any configuration.
    Create the swscan.apple.com DNS zone on your internal DNS server, and have it resolve via an A record to your Mac
    Tags: automaticupdates mac clients macosx setting as default software update
    Category: Serverfault
    Share
    0
    0
    Google +
    0
    0
    0
    5
    You might also like:
    Can I Update My Jb 4s To 6.1.2 Without Restore? Tue. Jan 21st, 2014
    Iphone 4 Not Charging After Update To IOS6 
    IPad 2 Not Updating To IOS 5.1 
    How To Resolve The â€âunable To Install Update” Error For OTA IOS Updates? 
    What Is â€âSoftware Update” Doing When It Says â€âChecking For New Software”? 
    Advertisement
    Comment
    - See more at:  http://www.eonlinegratis.com/2013/how-do-i-change-the-software-update-server-add ress-on-a-client-mac-to-use-my-own-server/#sthash.YhHp5zWk.dpuf

  • Can anyone guide me to ideas on basics of parallel processing in SQL

    Hi all,
    Can anyone guide me to ideas on basics of parallel processing in SQL and its usage in the the performance tuning of the query. If so what's the syntax to be followed and how to arrive at the optimized query after tuning

    My 2'c on the subject.
    Don't break your head over parallel query (PQ) processing. It should be something that is of concern to the DBA/Oracle architect - not the developer.
    Yes, it is good to be aware of how it works. But you should not write hints in your code that forces PQ processing.
    Simple example. You use hints to force a PQ of degrees 5 (meaning 5 PQ processes will be used). It works great on development. In production, 10 users are running that query round about the same time. The PQ ceiling is 20 PQ processes. The 1st 4 users each gets 5 PQs processes and the remaining 6 get none. Or another developer did the same thing, only he was very greedy and coded a PQ of degrees 20 into his SQL. So his SQL is now consuming all available PQ processes. So how did forcing PQ in your code addressed performance? It did just for a couple of users with the majority of users now facing even worse performance.
    The DBA is the one that should be tuning this. He/she can set the degree of PQ per table. Control the size of the PQ etc.
    And it does not stop there. The primary reason for PQ in Oracle is to lower the latency of I/O. Let's say Oracle needs to reads 100MB worth of data (full table scan or fast full index scan for example). It uses multi block (sequential) reads to read bigger chunks at a time. Still, a single process can only read I/O so fast - the speed of which is entirely dependant on the I/O subsystem and hardware.
    Using a second process to assist with the I/O can reduce the overall time. Instead of 1 process reading 100MB data, there are now 2 processes only having to read 50MB each.
    But as I mentioned, the actual I/O thruput is a lower level function. Let's say you start a 100 processes. Great - each only have to read 1MB worth of data. Response should be fast.
    Wrong. Those 100 processes seriously overload the I/O subsystem and throttle it so badly that the complete platform's performance is degraded severely. So instead of these 100 process speeding up I/O performance, they trash the performance of the entire platform.
    Sure, this is an extreme example. But the basic concepts are usually illustrated much better using such an example.
    So, you as developer deciding on just whether to use PQ and just how many PQ processes to use...? Wrong. It is not your decision, not your area of responsibility and usually not your area of expertise.
    Know what PQ is. Know how PQ works. But think long and hard before forcing PQ via your code (using hints) on a production platform.

  • Can anyone guide me any material for IDOC_INPUT_EEWAGECOMP_CREATE

    Can anyone guide me any material for IDOC_INPUT_EEWAGECOMP_CREATE
    Or any example will be appreciated

    Wow... brutal forum you chose here. I'm in the same class, and if it makes you feel any better, we didn't cover this content this semester. It was kind of a "trick" question, just to see if students could get anywhere with it. Personally, I'm surprised this instructor would do that, because on a final exam, that seems a little mean. For extra credit, sure, but not on the final.
    I've benefited from some extra boosts from a number of different forums this semester (no, I didn't just copy code, I looked and learned) and I haven't seen anyone treated so badly in any of them. I agree, we all need to find our own way, and try, etc, but a few of the responses sound like they're from people who talk a big game when they're hiding behind a keyboard, and who feel pretty comfortable passing judgement. I mainly just feel sad for those people, but then, that's just me passing my own judgement as well, isn't it?
    I wish I could help you, although at this point, it'd be too late anyway. If it makes you feel any better (I can't imagine why it would), I wasn't able to solve it either. The instructor did tell me that if your program doesn't work, you won't lose points, so try not to be too terribly disheartened. I understand your panic; I did well in this class, but not so well in another, and it will ruin my 4.0 GPA. It's hard to let go of some things, even when the "ethics police" are cramming their harsh words down your throat. I'll stick to my other forums, I think. I don't need to be insulted.
    Good luck to you! ;-)

Maybe you are looking for

  • ADF -- Dynamic InlineStyle on cells of table based on specified conditions.

    Hi there!! I am trying to figure out Dynamic Inline Style on cells in ADF: Need to color a few columns for a particular row (don't wanna color the entire column--just want to color those cells in columns that matches the specified condition for that

  • Repair HD OSX 10.5.8

    I recently tried downloading XBMC onto my macbook and instead of launching, it continues to "quit unexpectedly". After downloading several different versions of the program, I decided to run a diagnostic on my disk drive in Disk Utility. The result w

  • No payload,details in SXMB_MONI

    Hi, I am not able to see any payload in sxmb_moni,I can see the msg processed success and failure ,when I click the flag and go in I do not see any details or payload on the right hand side of the screen,I can only see the msg on the left hand side.W

  • Kensington Security Locks don't Fit into Kensington Security Slot

    Hello all, I'm just about to go back to college and I have this new MBP. Considering my dorm is in an uptown manhattan brownstone, I'm kinda worried about my MBP's security. So I decided to use a cable lock as a mild theft deterrent when I leave to s

  • Undo Pathfinder - 'Unite (Alt-click to create a Compound Path and Add to Shape Area)

    Hey, I am new to Illustrator and I am trying to 'release' a compound path, back into the original objects. (A body shape, including the torso, arms and legs). I can't seem to get it to work. There is no option in the Pathfinder tab as a lot of source