NullPointerException after moved to PROD instance

Hi all,
I've developed custom OAF page and it is working fine in local machine. But it is throwing the following error after deployed in instance. Please suggest what may be the issue. I'm using the same instance details to run in the local machine.
Error stack
oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
  at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
  at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
  at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
  at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2662)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
  at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
  at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
  at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
  at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
  at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
  at _RF._jspService(_RF.java:225)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:619)
## Detail 0 ##
java.lang.NullPointerException
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.updateInnerTableProperties(OAAdvancedTableHelper.java:1991)
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processRequestAfterController(OAAdvancedTableHelper.java:700)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:658)
  at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.processRequest(OAWebBeanTableHelper.java:2144)
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processRequest(OAAdvancedTableHelper.java:648)
  at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processRequest(OAAdvancedTableBean.java:739)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:989)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.processRequest(OAWebBeanTableHelper.java:2144)
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processRequest(OAAdvancedTableHelper.java:648)
  at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processRequest(OAAdvancedTableBean.java:739)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.OASubTabLayoutHelper.processRequest(OASubTabLayoutHelper.java:434)
  at oracle.apps.fnd.framework.webui.beans.layout.OASubTabLayoutBean.processRequest(OASubTabLayoutBean.java:465)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
  at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
  at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
  at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
  at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
  at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
  at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
  at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
  at _RF._jspService(_RF.java:225)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:619)
java.lang.NullPointerException
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.updateInnerTableProperties(OAAdvancedTableHelper.java:1991)
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processRequestAfterController(OAAdvancedTableHelper.java:700)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:658)
  at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.processRequest(OAWebBeanTableHelper.java:2144)
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processRequest(OAAdvancedTableHelper.java:648)
  at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processRequest(OAAdvancedTableBean.java:739)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:989)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.processRequest(OAWebBeanTableHelper.java:2144)
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processRequest(OAAdvancedTableHelper.java:648)
  at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processRequest(OAAdvancedTableBean.java:739)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.OASubTabLayoutHelper.processRequest(OASubTabLayoutHelper.java:434)
  at oracle.apps.fnd.framework.webui.beans.layout.OASubTabLayoutBean.processRequest(OASubTabLayoutBean.java:465)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
  at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
  at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
  at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
  at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
  at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
  at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
  at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
  at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
  at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
  at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
  at _RF._jspService(_RF.java:225)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:619)
Thanks,
SAN

Hi San,
This is your error. The page is not able to find the  stuff related to your advance table
java.lang.NullPointerException
  at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.updateInnerTableProperties(OAAdvancedTableHelper.java:1991)
Thanks
Sandeep

Similar Messages

  • How to make J2EE work after moving harddrive to different laptop shell

    Hi Everyone,
    After moving the harddrive from one laptop on which NWDW(developer workplace) is installed, to another laptop, my local J2EE engine is not working anymore with Red color.  I guess the hardware key is different for different laptop shell although they have the same harddrive?  Is there a way to change hardware key?  Is there a way to make my local J2EE work without reinstalling NWDW? 
    Any Advise/ suggestions?
    Thanks, Jin

    Hi Jin
    Yes , Hardware key is different for different installation (and its key part when we extend the validity of the server), Send the log file.
    Is there a way to change hardware key : You can try one workaround here that send the request for extend the validity of the server which will ask for H/W key once get  put it in Instance.(try this)
    At the time of installation It play with OS level ,Service registry etc ,I dont think so change the hard drive will work.
    Best Regards
    Satish Kumar

  • Failed boot after moving hard drive (IDE not SATA)

    Greetings all.
    I am attempting to setup a headless box, and in doing so I am installing Arch on one system (Sapphire Axion A3-M275 Motherboard), then moving the hard drive to the new system (SGS1660, a VIA CLE266/VT8235 based headless rack-solution). After moving the drive into the SGS1660, the system fails to boot. Attached output from the Serial Console:
    Booting 'Arch Linux'
    root (hd0,0)
    Filesystem type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root=/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b r
    o console=ttyS0,115200
    [Linux-bzImage, setup=0x3600, size=0x1ad6d0]
    initrd /kernel26.img
    [Linux-initrd @ 0x2ff21000, 0x9e7a5 bytes]
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.0 20090630 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000002ffd0000 (usable)
    BIOS-e820: 000000002ffd0000 - 000000002ffde000 (ACPI data)
    BIOS-e820: 000000002ffde000 - 0000000030000000 (ACPI NVS)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
    DMI 2.3 present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    last_pfn = 0x2ffd0 max_arch_pfn = 0x100000
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000002ffd0000 (usable)
    modified: 000000002ffd0000 - 000000002ffde000 (ACPI data)
    modified: 000000002ffde000 - 0000000030000000 (ACPI NVS)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000ff780000 - 0000000100000000 (reserved)
    init_memory_mapping: 0000000000000000-000000002ffd0000
    RAMDISK: 2ff21000 - 2ffbf7a5
    ACPI: RSDP 000f6ad0 00014 (v00 ACPIAM)
    ACPI: RSDT 2ffd0000 0002C (v01 A M I OEMRSDT 09000521 MSFT 00000097)
    ACPI: FACP 2ffd0200 00084 (v02 A M I OEMFACP 09000521 MSFT 00000097)
    ACPI: DSDT 2ffd0390 03270 (v01 MiniV MiniV080 00000080 INTL 02002026)
    ACPI: FACS 2ffde000 00040
    ACPI: OEMB 2ffde040 00046 (v01 A M I AMI_OEM 09000521 MSFT 00000097)
    0MB HIGHMEM available.
    767MB LOWMEM available.
    mapped low ram: 0 - 2ffd0000
    low ram: 0 - 2ffd0000
    node 0 low ram: 00000000 - 2ffd0000
    node 0 bootmap 00011000 - 00016ffc
    (9 early reservations) ==> bootmem [0000000000 - 002ffd0000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 0000626e44] TEXT DATA BSS ==> [0000100000 - 0000626e44]
    #4 [002ff21000 - 002ffbf7a5] RAMDISK ==> [002ff21000 - 002ffbf7a5]
    #5 [0000099c00 - 0000100000] BIOS reserved ==> [0000099c00 - 0000100000]
    #6 [0000627000 - 0000629230] BRK ==> [0000627000 - 0000629230]
    #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    #8 [0000011000 - 0000017000] BOOTMAP ==> [0000011000 - 0000017000]
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x0002ffd0
    HighMem 0x0002ffd0 -> 0x0002ffd0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0002ffd0
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x808
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    No local APIC present or hardware disabled
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 30000000:cec00000)
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 11 pages at c1606000, static data 24444 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 194911
    Kernel command line: root=/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b ro console=ttyS0,115200
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    NR_IRQS:512
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Fast TSC calibration using PIT
    Detected 1326.894 MHz processor.
    Console: colour dummy device 80x25
    console [ttyS0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Initializing HighMem for node 0 (00000000:00000000)
    Memory: 772708k/786240k available (2905k kernel code, 12976k reserved, 1052k data, 392k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf07d0000 - 0xff7fe000 ( 240 MB)
    lowmem : 0xc0000000 - 0xeffd0000 ( 767 MB)
    .init : 0xc04e3000 - 0xc0545000 ( 392 kB)
    .data : 0xc03d647f - 0xc04dd6a8 (1052 kB)
    .text : 0xc0100000 - 0xc03d647f (2905 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 2654.36 BogoMIPS (lpj=4422980)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I Cache: 64K (32 bytes/line), D cache 64K (32 bytes/line)
    CPU: L2 Cache: 64K (32 bytes/line)
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 10k freed
    ACPI: Core revision 20090320
    ACPI: setting ELCR to 0200 (from 8c20)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (2654.36 BogoMIPS).
    net_namespace: 1056 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: Power Resource [URP1] (off)
    ACPI: Power Resource [URP2] (off)
    ACPI: Power Resource [FDDP] (off)
    ACPI: Power Resource [LPTP] (off)
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.1: PME# disabled
    pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.2: PME# disabled
    HPET not enabled in BIOS. You might try hpet=force boot option
    pci 0000:00:11.0: quirk: region 0800-087f claimed by vt8235 PM
    pci 0000:00:11.0: quirk: region 0400-040f claimed by vt8235 SMB
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:05: ioport range 0xe900-0xe90f has been reserved
    system 00:05: ioport range 0xea00-0xea0f has been reserved
    system 00:05: ioport range 0xeb00-0xeb2f has been reserved
    system 00:05: ioport range 0xec00-0xec7f has been reserved
    system 00:05: ioport range 0xe800-0xe83f has been reserved
    system 00:07: ioport range 0x3e0-0x3e7 has been reserved
    system 00:07: ioport range 0x4d0-0x4d1 has been reserved
    system 00:07: ioport range 0x800-0x87f has been reserved
    system 00:07: ioport range 0x400-0x41f could not be reserved
    system 00:09: iomem range 0x0-0x9ffff could not be reserved
    system 00:09: iomem range 0xe0000-0xfffff could not be reserved
    system 00:09: iomem range 0x100000-0x2fffffff could not be reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: disabled
    pci 0000:00:01.0: MEM window: 0xddd00000-0xdfdfffff
    pci 0000:00:01.0: PREFETCH window: 0x000000d5c00000-0x000000ddbfffff
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 633k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1248948860.509:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1510
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:01.0: disabling DAC on VIA PCI bridge
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: No PS/2 controller found. Probing ports directly.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 392k freed
    :: Loading Initramfs
    :: Running Hook [udev]
    :: Loading udev...SCSI subsystem initialized
    pata_acpi 0000:00:11.1: can't derive routing for PCI INT A
    pata_acpi 0000:00:11.1: can't derive routing for PCI INT A
    done.
    Waiting 10 seconds for device /dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b ...
    Root device '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b' doesn't exist, attempting to create it
    ERROR: Failed to parse block device ids for '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b'
    ERROR: Unable to detect or create root device '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b'
    You are being dropped to a recovery shell
    Type 'reboot' to reboot
    Type 'exit' to try and continue booting
    NOTE: klibc contains no 'ls' binary, use 'echo *' instead
    If the device '/dev/disk/by-uuid/93df0562-c6e6-4583-9a79-51cd2091247b' gets created while you are here,
    try adding 'rootdelay=10' or higher to the kernel command-line
    ramfs$
    I think what is happening is that the kernel does not have the drivers for the IDE controller on the board for the CLE266/VT8235. Does this seem accurrate? And if so, how can I verify the current kernel config, then compile a kernel with everything else Arch needs to boot properly? I am familiar with the old means of setting up a kernel using the 'make menuconfig; make; make modules_install' etc method.
    Thanks for the help in advance!

    Hi, not sure if this is still causing you an issue, but I just ran into the same problem.
    For me, I have a Sharp PC=MM1110 which has no cd drive and doesn't like to boot from USB. To get Arch installed on it, I had to attach it to another PC (via it's docking cradle, which lets it show up as a USB hard drive), then boot the other PC from an Arch install cd and select the USB hdd for all of the partitioning etc.
    When I rebooted after the installation, the Sharp wouldn't boot.
    First, I had to edit the grub menu entry to point to (hd0,0), at which point I got the error listed in the first post... Failed to parse block device id's.
    If i booted into fallback mode, it booted without a problem.
    For me, the solution to finally get it working was to boot into fallback mode, remount the filesystem as r/w, and run mkinitcpio -g filename to rebuild the kernel. Once completed all I had to do was point grub to the new kernel image and it booted ok.
    Hope this is useful to someone

  • After moving to iCloud I can only get my email through the cloud, no new emails are making it to my home computer. Does anyone have any advice on how to fix this issue?

    After moving to iCloud I can only get my email through the cloud, no new emails are making it to my home computer and .mac account. Does anyone have any advice on how to fix this issue?

    Welcome to the Apple Community.
    Which OS are you using.

  • I cannot find my contact info after moving to iCloud, i cannot find my contact info after moving to iCloud

    i cannot find my contact info after moving to iCloud, i cannot find my contact info after moving to iCloud, i'm using PC

    Please try clearing cache and cookies. If that doesn't help you can try disabli9ng add-ons and see if it help. [[Safe Mode]] is to disabled add-ons.

  • HT4898 how do you syn mail after moving to icloud

    How do you syn mail after moving to iCloud?

    Yes, you can use iCloud mail with OS X 10.6.8. However you need to enter the account details manually using the Mail Server Information  

  • Wrong reply-to address sent from iPhone mail  after moving to iCloud

    I had this strange experience that shortly after moving to iCloud, one of my email accounts got mixed up with the reply to address.
    I use both accounts:
    - [email protected]
    - [email protected]
    When I reply to a message received in my xs4all account and send a reply (visually is in the mail the field From: [email protected]), the receiver will get a mail with reply address [email protected]
    So I noticed that all replies were sent to my gmail account.
    Has anyone else the same?

    Try SETTINGS, ICLOUD, click ACCOUNT field and scroll down to MAIL.  Click on MAIL field.  Here you can click on EMAIL field and a new screen of choices for default account comes up.  Choose your default account here.  Go back a page and you see ALLOW SENDING FROM and a list of allowed addresses to pick.  Choose all of the ones you'd like to be able to use.  HOPE THAT HELPS YOU.  Click DONE when you finish.  Tami

  • Email aliases gone after moving to iCloud

    Apple told me we'd be able to keep out email aliases after moving from MobileMe to iCloud - now only my main email address appears.  Is there any way to use the aliases?

    rephrase your question. I do not understand.

  • After moving the library, itunes shows less songs than music folder in finder does

         hi all.
    after moving my library manually, i have this situation:
    1220 songs in music folder;
    1091 songs in itunes.
    all the songs in itunes are regularly matched with the original file in the finder.
    now. how to find the 29 files which are not in itunes? i don't care why this happened !!
    thanks to all in advance

    in my itunes media folder there are not audio files! they are stored in music folder of the macintosh hd, as you can see from these screenshots. do you have any suggestion?

  • Trying to email file from adobe reader 11.0 email addresses will not longer auto complete after moving to office 365

    trying to email file from adobe reader 11.0 email addresses will not longer auto complete after moving to office 365. It did work with older versions of outlook. Tried changing to global address book. It will only access global address book offline

    I have the same issue.  On a clean machine with Office 2013 64 bit installed.

  • Unable to load WSDL after moving to Air 2.6

    I have an AIR app that works fine in 2.5, but fails after moving to FB 4.5 & SDK 4.5.1 & Air 2.6!
    It fails to load a WSDL file if the host address is in a separate network.
    My box is in 10.0.1.202, and the following wsdls load fine:
    - http://localhost:8080/wsdl
    - http://10.0.1.202:8080/wsdl
    - http://10.0.1.8:8080/wsdl (another box)
    But any other address out of the 10.0.1 subnet fails to load, I get a Client.Error.RequestTimeout fault.
    If I try http://192.168.10.100/wsdl (a box on a VPN network I have access to) it fails. Mind you that before issuing a loadWSDL(), the same app does a URLLoad from http://192.168.10.20 and that work fine (it call that address to look for updates).
    So the addresses are all valid and do return a valid wsdl.
    The 2.5 version, built with FB 4 & sdk 4.1 works flawlessly. So this must be something with either FB 4.5 or Air 2.6.
    Maybe something related to security. I have no clue as to what might be causing this.
    Oh, in time, I have generic crossdomain.xml in all sites (those are test sites).
    Thanks for any pointers.
    cheers,
    julio

    Hi Julio,
    Could you log this as a bug over at bugbase.adobe.com?  Also, have you tried this on AIR 2.7?
    Thanks,
    Chris

  • How do i play my videos in flash file after moving SWF file to website?

    Hello all,
    I am having some problems showing my videos in flash after moving it anywhere besides my computer.
    I published my flash file once as a exe. file and sent it to another computer, where it all worked but my videos, which didn't show up at all.
    I also published them as SWF files, then put them up on my free website (where i don't have access to the ftp) and the videos still aren't there.
    The videos will play fine in an SWF file on my computer, but i am assuming when they are away from the videos, they don't have a source to access them.
    I also tried sending the videos along with the SWF files when sending to other computers and it still doesn't work.
    I now have a free hosted website (with wix.com if that makes any difference) with my flash work on, but no videos. I even tried to embed a youtube video into the scenes the videos are meant to appear, and put the videos on youtube, then i discovered you can't put that sort of HTML into flash.
    Does anyone know how to show the videos on these sort of website, or even better, how to keep them in original file when sending them, so they show on other computers.
    Sorry if I've waffled but I'm trying to clear up my situation .
    Any help would be super, many thanks,
    Flasher87

    i am using the website wix, so in order to put the swf file up you just click the "Upload SWF" button, so i don't know how i could put the videos along with the swf, the swf is just sat on the page once i upload it.
    second, when using this type of website do you know how i'd go about giving the website the permissions to play flv files?
    Thank you.

  • After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    Change here:
    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region.
    You must have a verified billing address & be located in the country whose store you are trying to use.

  • AFTER MOVING, I NO LONGER HAVE SOUND AND IT NO LONGER RECOGNISES USB DEVICES

    After moving, my usb devices are no longer registering and mac pro believes it has no speakers. I have installed all updates, switched on and off and checked system preferences for sound. Any suggestions?

    yeah-a few. repair permissions, do a SMU reset, click on the sound on the top of your screen while holding down the option key. that should bring up a list of all sound inputs and outputs . Also, mess around with Audio MIDI (it's there somewhere). Something might have gotten messed up or set incorrectly.
    this is just a start, though....
    definitely not an expert
    JB

  • I recently purchased Windows 8 laptop and installed Office 2013. I then installed iTunes. After moving all my music to the new PC, I got iTunes to import it and sync it to my iPod (3rd gen).  However, I cannot get iTunes to sync my Outlook Contacts

    I recently purchased a Windows 8 laptop and istalled Office 2013.  I then installed iTunes. After moving all my music to my new PC I got iTunes to import it, and then synced it to my iPod (3rd gen.) However, I cannot get iTunes to sync my Outlook Calendar or Contacts with my iPod.  When I try it crashes Outlook.  iTunes continues to try to sync, but when it finishes my Calendar and Contents are empty (ERASED!).  I have de-installed and re-installed iTunes (according to Apple's instructions), repaired Office 2013 and Outlook, scanned for viruses (etc), cleaned out temp folders, defragmented, etc., etc., etc. Has anyone seen this before, and does anyone know houw to fix it?  (HELP!)

    Well, I guess I have to download some other software to make my apple product work. Really great stuff you guys sell. I will never buy another apple product. My Iphone, Ipod and Itunes are junk

Maybe you are looking for

  • Plotting Time Stamp from Txt file in Column to another column

    I want to know how to plot 2 columns that i am reading from a text file. column 1 has a time stamp in HH:MMS,  and column 5 has data in which i want to plot the time verus the data.

  • Apple TV looses network configuration

    Hi people; I have configured my Apple TV and everything works fine. I accessed ITunes, photos etc... When I put the AppleTV on a stand by mode it loose the network configuration every time. Does somebody know how to save the network configuration in

  • Messages in iOS 8

         Lets imagine long messages history with different dates, for example i have history: 22 Oct: Smd: blablabla me: hi, blablabla Smd: ok ok ok 4 Nov: Smd: blablabla Me: okok In Preview where i can see all messages i see date 04.11.2014 of this hist

  • Pushbutton Icon in Table Control

    Hi Guys, I have a table control that contains a push button in each row.  How can I place and remove an icon for a specific row? Thanks.

  • RAW files failing to load from LR5 to PS6

    Hi, normally my Lightroom happily opens the files in Photoshop either straight or as smart objects but, for some reason now when I try all seems well and Photoshop automatically opens but the actual files fail to load. This is frustrating to the MAX