Could not lookup message because there is no database connection

I am getting this error message when I try to run test_fwktutorial.jsp page. This happens for my custom Jdeveloper project also in which I am trying to build a brand new page.
I did define the Run Time connection properly as following:
DBC file: D:\oajdev\jdevhome\jdev\dbc_files\secure\sabercat.sr.csg.com_gis05.dbc
User Name: <User Name>
Password: <Password>
Application Short Name: AK
Responsibility Key: FWK_TBX_TUTORIAL
I did define the Database connection also and checked Use repository for design time.
I am getting the following exception when I run the pages.
===========================================================
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-01003: no statement parsed
; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
     at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:46)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.sql.SQLException: ORA-01003: no statement parsed
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
     at oracle.jdbc.ttc7.TTC7Protocol.executeFetch(TTC7Protocol.java:1002)
     at oracle.jdbc.dbaccess.DBAccess.executeFetchNeedDefines(DBAccess.java:283)
     at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2604)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1328)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:46)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
java.sql.SQLException: ORA-01003: no statement parsed
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
     at oracle.jdbc.ttc7.TTC7Protocol.executeFetch(TTC7Protocol.java:1002)
     at oracle.jdbc.dbaccess.DBAccess.executeFetchNeedDefines(DBAccess.java:283)
     at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2604)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1328)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:46)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
===========================================================
Please help resolving the issue.
Thanks.

Hi
I am also getting the same error can some one help me out
One more thing when i am giving a user name and password which is not
existing i got this error when i gave the correct one i got an error like this
Error Page
Exception Details.
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = Profiles.getProfileOption; REASON = java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
; ERRNO = 904; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:988)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
     at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141)
     at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1328)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getMultiSpecificProfileFromDB(ExtendedProfileStore.java:368)
     at oracle.apps.fnd.common.WebAppsContext.setProfileValues(WebAppsContext.java:4177)
     at oracle.apps.fnd.common.AppsContext.setDBEnv(AppsContext.java:3407)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2508)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2398)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2257)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2072)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1976)
     at oracle.apps.fnd.profiles.Profiles.getConnection(Profiles.java:2494)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1304)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
; (Could not lookup message because there is no database connection)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
     at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
     at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
     at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141)
     at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1328)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getMultiSpecificProfileFromDB(ExtendedProfileStore.java:368)
     at oracle.apps.fnd.common.WebAppsContext.setProfileValues(WebAppsContext.java:4177)
     at oracle.apps.fnd.common.AppsContext.setDBEnv(AppsContext.java:3407)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2508)
     at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2398)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2257)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2072)
     at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1976)
     at oracle.apps.fnd.profiles.Profiles.getConnection(Profiles.java:2494)
     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1304)
     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
     at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
     at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
     at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
     at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
     at java.lang.Thread.run(Thread.java:534)
Do we need to apply any patch or something by the way i am working with
11.5.10 release 1
Thanks in advance

Similar Messages

  • FND_COOKIE_HAS_NO_ICX_ENTRY. Could not lookup message because there is no

    We are facing the following issue: Customer Bug 8239950:
    Customer state that this happens in one of the OA Framweork pages first time in a day. Once the error happens, they can hit the page again and everything works fine there after...
    @ PROBLEM STATEMENT
    @ ==================
    @ On AIA 1.1 - In BOTH PRODUCTION AND TEST ENVIRONMENT when converting the
    @ first lead of the day the following error is seen on the screen.
    @ oracle.apps.fnd.framework.OAException: Application: FND, Message Name:
    @ FND_COOKIE_HAS_NO_ICX_ENTRY. (Could not lookup message because there is no
    @ database connection)
    @ After getting the error, they convert the
    @ lead again & it works no errors this appears to be only the first one of
    @ the day.
    @ Complete Error Stack.
    @ ## Detail 0 ##
    @ oracle.apps.fnd.framework.OAException: Application: FND, Message Name:
    @ FND_COOKIE_HAS_NO_ICX_ENTRY. (Could not lookup message because there is no
    @ database connection)
    @ at
    @ oracle.apps.fnd.framework.webui.OAJSPHelper.getIcxCookie(OAJSPHelper.java:292)
    @ at
    @ oracle.apps.fnd.framework.webui.OAJSPHelper.getIcxCookie(OAJSPHelper.java:240)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.createRFURL(OAPageBean.java:5921)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:712)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    @ at oa_html._OA._jspService(_OA.java:88)
    @ at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    @ at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    @ at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    @ at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    @ at oracle.jsp.JspServlet.service(JspServlet.java:156)
    @ at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    @ at
    @ oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java
    @ :162)
    @ at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    @ at oa_html._OA._jspService(_OA.java:98)
    @ at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    @ at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    @ at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    @ at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    @ at oracle.jsp.JspServlet.service(JspServlet.java:156)
    @ at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    @ at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    @ at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    @ at java.lang.Thread.run(Thread.java:534)
    @ oracle.apps.fnd.framework.OAException: Application: FND, Message Name:
    @ FND_COOKIE_HAS_NO_ICX_ENTRY. (Could not lookup message because there is no
    @ database connection)
    @ at
    @ oracle.apps.fnd.framework.webui.OAJSPHelper.getIcxCookie(OAJSPHelper.java:292)
    @ at
    @ oracle.apps.fnd.framework.webui.OAJSPHelper.getIcxCookie(OAJSPHelper.java:240)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.createRFURL(OAPageBean.java:5921)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:712)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
    @ at
    @ oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
    @ at oa_html._OA._jspService(_OA.java:88)
    @ at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    @ at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    @ at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    @ at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    @ at oracle.jsp.JspServlet.service(JspServlet.java:156)
    @ at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    @ at
    @ oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java
    @ :162)
    @ at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    @ at oa_html._OA._jspService(_OA.java:98)
    @ at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    @ at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    @ at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    @ at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    @ at oracle.jsp.JspServlet.service(JspServlet.java:156)
    @ at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    @ at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    @ at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    @ at java.lang.Thread.run(Thread.java:534)

    We're you able to resolve this? If so, how? We are experiencing a similar issue where it gives this error and then the user refreshes the page and it works fine.
    Thanks.

  • DB Polling : could not dispatch message because there is no active transaction.

    We are using SOA 11.1.1.7 . In one of our SOA composite, we are seeing following error during the instantiation at the DB polling activity (randomly)
    Error while invoking bean "cube delivery": Exception not handled by the Collaxa Cube system.[[
    an unhandled exception has been thrown in the Collaxa Cube systemr; exception reported is: "ORABPEL-05007
    could not dispatch message because there is no active transaction. there is no active transaction while scheduling a message with the dispatcher. this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer. Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).
    We do have few more polling SOA composite, but this error is more often seen in one of the process regularly. The workaround to fix the above problem is to restart the SOA composite. Let us know, if you any thoughts on this error.
    Thanks

    Any thoughts on this ? Thanks.

  • Oracle.apps.fnd.framework.OAException:Could not lookup message

    Dear Experts,
    I am getting the following exception while creating the Employee search excercise as given in the index document.
    While I am trying to run my EmpSearchPG.xml the following error I am getting.
    I have checked my Application short name & Responsibility Key its correct only i crossed checked it by running the standard HelloWorld page. its working fine.
    oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility. (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:158)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    Could any one guide me how to resolve this error.
    Any Suggestion will be a great help for me to proceed further
    Thanks
    Thiru

    Hi
    1.) check that this responsibility is assigned to the user,which u mentioned in the user name.
    2.) or go to run option of Jdeveloper and terminate the Embedded oc4j server and start running the page again and test .
    thanx
    Pratap

  • FND-INVALID APPLICATION. (Could not lookup message no database connection)

    I have a strange problem. I am setting up jDeveloper and trying to create a new OAF project and got the attached FND-INVALID-APPLICATION error. I try to launch the tutorial and it worked. I tried to create a different project under the tutorial workspace and use the tutorial directory "C:\apps\jDeveloper\jdevhome\jdev\myclasses\oracle\apps\fnd\framework\test" and the new project works. Whenever I specify a different directory "/bs/oracle/apps.custoaf/test" I get the error. I am using the same login and application, responsibility for all test scenario. Can anyone help?
    Thanks in advance
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = custoaf; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = custoaf; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5526)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:958)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = custoaf; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getAppId(OAWebBeanFactoryImpl.java:5526)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:958)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    Welcome to the forums !
    What is "custoaf" ? Pl post details of OS and EBS versions.
    Pl see if these MOS Docs can help
    313760.1 - OAException Error FND-INVALID APPLICATION Occurs When Running The JDeveloper Tutorial
    461485.1 - Error FND-INVALID APPLICATION Occurs When Running custom eBiz pages from JDeveloper
    HTH
    Srini

  • The operation could not be completed because there is not enough space on the destination disk

    I have 124Gig of space left on my HD, when I try to export my movie i get this error "The operation could not be completed because there is not enough space on the destination disk"  I have read some of the threads went in and deleted the iMovie Preference file but no luck.. any Ideas?  Thanks!

    You need the System DVDs that originally came w/the computer in order to troubleshoot.  All Macs prior to & including ML came w/System DVDs. 
    You can get replacement System Install & Restore CD/DVDs from Apple's Customer Support - in the US, (800) 767-2775 - for a nominal S&H fee. You'll need to have the model and/or serial number of your Mac available. 
    If you're not in the US, you may need to go through the regional Apple Store that serves your location to find the contact number. Here's a list of links to all of those - http://store.apple.com/Catalog/US/Images/intlstoreroutingpage.html  Another resource:  International Support Phone #s.

  • HT4489 I cannot import my vCard to iCloud...it shows error.."1 contact could not be imported because there was a problem reading the vCard"

    I cannot import my vCard to iCloud...it shows error.."1 contact could not be imported because there was a problem reading the vCard"

    The vCard must not be a compatible format.  (Unfortunately, there are multiple formats.)
    Often your carrier can transfer contacts between devices from different manufacturers.  Try visiting your carrier's retail outlet and see if they can do this for you.

  • Could not initialize photoshop because there is not enough memory (RAM) CS4

    I just recently started receiving this error, "could not initialize photoshop because there is not enough memory (RAM)". So I thought doing an uninstall and a reinstall of Photoshop would cure it. No such luck though. I have 8 gigs of ram, so I hardly think not enough ram is an issue. I have a MacBook Pro, Intel Core 2 Duo 2.66 GHz, 8GB of ram, 750 GB hard drive. Any ideas?

    Boilerplate-text:
    As with all unexplainable Photoshop-problems you might try trashing the prefs (after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed) by pressing command-alt-shift on starting the program or starting from a new user-account.
    System Maintenance (repairing permissions, purging PRAM, running cron-scripts, cleaning caches, etc.) might also be beneficial, Onyx has been recommended for such tasks.
    http://www.apple.com/downloads/macosx/system_disk_utilities/onyx.html
    Weeding out bad fonts never seems to be a bad idea, either. (Validate your fonts in Font Book and remove the bad ones.)
    If 3rd party plug-ins are installed try disabling them to verify if one of those may be responsible for the problem.

  • Could not initialize photoshop because there is not enough memory

    Hello there
    i am using Windows XP in Bootcamp on a MacBook Pro. This system goes phantastic without any problems since more than half a year now. Now i decided to use this MacBook for my work as well, but unfortunately my CS2 Photoshop can not be installed because of "could not initialize photoshop because there is not enough memory". Which is not true, it cannot be the memory, i never had any problems on my other computer and even after a restart with all 4GB free it is the same. Trying to get closer to the source of the problem i tried out some other verions of Photoshop, with the same results, so for sure it is not a preference or something similar. Does anyone had the same problem with his XP on a MacBook?
    Thanks for your support,
    Sofian

    Sounds like a mapping problem in Bootcamp itself. Either it prevents access to prefs and certain configuration files or the bootloader does not correctly map the different memory offsets. If so, only completely re-initializing the system would fix it. I never had any problems with Vista, though, so this may be an unfortunate combination of an old operating system (XP) with teh specifics of the half-PC that such a Mac is.
    Mylenium

  • OAException: Illegal method call because there is no database connection.

    We are gertting this error while login
    Exception Details.
    oracle.apps.fnd.framework.OAException: Illegal method call because there is no database connection.
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1251)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:2195)
    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)
    Database version : 11.2.0.2.0
    Application version : 12.1.3
    Edited by: Vicky-DBA on Feb 7, 2011 5:23 AM

    Hi;
    What is your EBS and OS?Db version? how you get this error,what is your steps?
    It was working before?Any log in alert log and apache log?
    Check those note:
    Manage Tax On Purchase Order Results In Java.Lang.Nullpointerexception [ID 1277384.1]
    Create a Customer In AR, Attempt To Remove Empty Business Purpose Errors Out [ID 1178665.1]
    Regard
    Helios

  • Photoshop cs6 error "Could not complete command because there is not enough memory (RAM)"

    Hi, I have a Macbook Pro and the Adobe Creative Suite 6, and all of my other adobe programs run smoothy with the exception of photoshop. For about the past year and a half now, I will very inconsistency receive the error message, "Could not complete ___ command because there is not enough memory (RAM)."  Sometimes this problem gets so bad that I am not even able to open my preferences.
    My computer seems as though it should have plenty of space to run photoshop, and I have taken my computer to a number of differed tech supports, but they have only been able to temporarily make the problem less severe for short periods until it acts up again and completely prevents me from using Photoshop. I recently updated to Yosemite and deinstalled/reinstalled photoshop, hoping that would fix things, but I still get the message almost any time I try to complete a command.
    Your help would be very much appreciated, thank you!
    Adobe Photoshop Version: 13.0.6 (13.0.6 20131025.r.54 2013/10/25:21:00:00) x64
    Operating System: Mac OS 10.10.2
    System architecture: Intel CPU Family:6, Model:42, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2500 MHz
    Built-in memory: 4096 MB
    Free memory: 1913 MB
    Memory available to Photoshop: 3031 MB
    Memory used by Photoshop: 71 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2 (Dec 14 2014 22:29:47)
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 1010 MB
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: AMD Radeon HD 6770M OpenGL Engine
    Display: 1
    Main Display
    Display Depth: 32
    Display Bounds: top=0, left=0, bottom=1050, right=1680
    Video Renderer ID: 16915206
    Video Card Memory: 1024 MB
    Serial number: 92299584759663919723
    Application folder: /Applications/Adobe Photoshop CS6/
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 697.5G, 233.0G free
    Required Plug-ins folder: /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/
    Primary Plug-ins folder: /Applications/Adobe Photoshop CS6/Plug-ins/
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
       AdobeACE.framework   AdobeACE   2.19.18.20743   66.507768
       AdobeAGM.framework   AdobeAGM   4.26.20.20743   66.507768
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.20743   66.507768
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.507768
       AdobeCoolType.framework   AdobeCoolType   5.10.33.20743   66.507768
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120720
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   5.0.4   79.517869
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4
       AdobePIP.framework   AdobePIP   7.0.0.1686
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1
       amtlib.framework   amtlib   6.0.0.75
       boost_date_time.framework   boost_date_time   6.0.0.0
       boost_signals.framework   boost_signals   6.0.0.0
       boost_system.framework   boost_system   6.0.0.0
       boost_threads.framework   boost_threads   6.0.0.0
       Cg.framework   NVIDIA Cg  
       CIT.framework   CIT   2.1.0.20577   146758
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0
       dvacore.framework   dvacore   6.0.0.0
       dvamarshal.framework   dvamarshal   6.0.0.0
       dvamediatypes.framework   dvamediatypes   6.0.0.0
       dvaplayer.framework   dvaplayer   6.0.0.0
       dvatransport.framework   dvatransport   6.0.0.0
       dvaunittesting.framework   dvaunittesting   6.0.0.0
       dynamiclink.framework   dynamiclink   6.0.0.0
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1681
       mediacoreif.framework   mediacoreif   6.0.0.0
       PlugPlug.framework   PlugPlug   3.0.0.383
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework     
    Required plug-ins:
       3D Studio 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 8.7.1 (311), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Camera Raw Filter 8.7.1 (311), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0.6 x001  ©2002-2013 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0.6 x001  ©1997-2013 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Entropy 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0.6 x001  ©2001-2013 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Measurement Core 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2013 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       STL 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Summation 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wavefront|OBJ 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash: NONE
    Installed TWAIN devices: NONE

    Benjamin Root Photography wrote:
    Trevor.Dennis wrote:
    2166Mb really isn't enough for recent versions of Photoshop.
    Hey! Don't knock my system, Trevor.Dennis: Processor speed: 3492 MHz,
    Benjamin
    3.5Mhz?  Do they even make processors that slow?
    I'm trying to think back through Photoshop versions, but IIRC it became hungry for RAM with CS5, but it might even have been CS4.  But certainly from CS5 onwards a 32 bit system was going to be severely compromised with its 3.5Gb RAM limit, of which Photoshop could access only a bit over 2Gb.  You might remember the 4Gb switch that let you use a bit more of your 4Gb of installed RAM.  That worked OK with XP but was still flakey, and third party plugins used to fall over all the time through lack of RAM — at least Photoshop has a Scratch drive.
    So nowadays you can forget trying to use Photoshop on 32bit hardware.  You need 64 bit and at least 8Gb RAM.  So like I said, the OP needs to look deeper into the 'apparent' over heating issue, and put that other 4Gb back in.  I can't even conceive of why a person would cripple their system by removing RAM. _Especially_ when it leaves just 4Gb

  • Photoshop cs6 "could not complete command because there is not enough memory (RAM)"

    Hi, I have a Macbook Pro and the Adobe Creative Suite 6, and all of my other adobe programs run smoothy with the exception of photoshop. For about the past year and a half now, I will very inconsistency receive the error message, "Could not complete ___ command because there is not enough memory (RAM)."  Sometimes this problem gets so bad that I am not even able to open my preferences.
    My computer seems as though it should have plenty of space to run photoshop, and I have taken my computer to a number of differed tech supports, but they have only been able to temporarily make the problem less severe for short periods until it acts up again and completely prevents me from using Photoshop. I recently updated to Yosemite and deinstalled/reinstalled photoshop, hoping that would fix things, but I still get the message almost any time I try to complete a command.
    Your help would be very much appreciated, thank you!
    Adobe Photoshop Version: 13.0.6 (13.0.6 20131025.r.54 2013/10/25:21:00:00) x64
    Operating System: Mac OS 10.10.2
    System architecture: Intel CPU Family:6, Model:42, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2500 MHz
    Built-in memory: 4096 MB
    Free memory: 1913 MB
    Memory available to Photoshop: 3031 MB
    Memory used by Photoshop: 71 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2 (Dec 14 2014 22:29:47)
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 1010 MB
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: AMD Radeon HD 6770M OpenGL Engine
    Display: 1
    Main Display
    Display Depth: 32
    Display Bounds: top=0, left=0, bottom=1050, right=1680
    Video Renderer ID: 16915206
    Video Card Memory: 1024 MB
    Serial number: 92299584759663919723
    Application folder: /Applications/Adobe Photoshop CS6/
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 697.5G, 233.0G free
    Required Plug-ins folder: /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/
    Primary Plug-ins folder: /Applications/Adobe Photoshop CS6/Plug-ins/
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
       AdobeACE.framework   AdobeACE   2.19.18.20743   66.507768
       AdobeAGM.framework   AdobeAGM   4.26.20.20743   66.507768
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.20743   66.507768
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.507768
       AdobeCoolType.framework   AdobeCoolType   5.10.33.20743   66.507768
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120720
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   5.0.4   79.517869
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4
       AdobePIP.framework   AdobePIP   7.0.0.1686
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1
       amtlib.framework   amtlib   6.0.0.75
       boost_date_time.framework   boost_date_time   6.0.0.0
       boost_signals.framework   boost_signals   6.0.0.0
       boost_system.framework   boost_system   6.0.0.0
       boost_threads.framework   boost_threads   6.0.0.0
       Cg.framework   NVIDIA Cg   
       CIT.framework   CIT   2.1.0.20577   146758
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0
       dvacore.framework   dvacore   6.0.0.0
       dvamarshal.framework   dvamarshal   6.0.0.0
       dvamediatypes.framework   dvamediatypes   6.0.0.0
       dvaplayer.framework   dvaplayer   6.0.0.0
       dvatransport.framework   dvatransport   6.0.0.0
       dvaunittesting.framework   dvaunittesting   6.0.0.0
       dynamiclink.framework   dynamiclink   6.0.0.0
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1681
       mediacoreif.framework   mediacoreif   6.0.0.0
       PlugPlug.framework   PlugPlug   3.0.0.383
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework      
    Required plug-ins:
       3D Studio 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 8.7.1 (311), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Camera Raw Filter 8.7.1 (311), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0.6 x001  ©2002-2013 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0.6 x001  ©1997-2013 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Entropy 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0.6 x001  ©2001-2013 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Measurement Core 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2013 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       STL 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Summation 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wavefront|OBJ 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash: NONE
    Installed TWAIN devices: NONE

    Benjamin Root Photography wrote:
    Trevor.Dennis wrote:
    2166Mb really isn't enough for recent versions of Photoshop.
    Hey! Don't knock my system, Trevor.Dennis: Processor speed: 3492 MHz,
    Benjamin
    3.5Mhz?  Do they even make processors that slow?
    I'm trying to think back through Photoshop versions, but IIRC it became hungry for RAM with CS5, but it might even have been CS4.  But certainly from CS5 onwards a 32 bit system was going to be severely compromised with its 3.5Gb RAM limit, of which Photoshop could access only a bit over 2Gb.  You might remember the 4Gb switch that let you use a bit more of your 4Gb of installed RAM.  That worked OK with XP but was still flakey, and third party plugins used to fall over all the time through lack of RAM — at least Photoshop has a Scratch drive.
    So nowadays you can forget trying to use Photoshop on 32bit hardware.  You need 64 bit and at least 8Gb RAM.  So like I said, the OP needs to look deeper into the 'apparent' over heating issue, and put that other 4Gb back in.  I can't even conceive of why a person would cripple their system by removing RAM. _Especially_ when it leaves just 4Gb

  • When I edit, it says it could not complete action because there is not enough memoray(RAM)

    When I am editing in photoshop cs6, a screen pops up that says it could not complete a certain action command because there is not enough memory(RAM).  I have taken my computer to the shop and they put more RAM in.  Not sure what to do anymore?  It is slowing my editing process down. :/  Please help!

    What exactly are you doing in Photoshop and how much RAM do you have now that they put more in?  Have you tried closing all other applications when working in Photoshop?  Otherwise, we need to know a lot more to help you. In the future, please provide answers to the questions listed here: "FAQ: What information should I provide when asking a question on this forum?"
    Thanks

  • HT2693 after syncronization with my pc both pc and iphone are showing that phone could not be activated, because there is no sim in the slot

    Sir, Yesterday night i was syncronized my iphone 3gs with my pc.  after that operation my phone will not be activated showing error as cound not be activated because sim was not installed.  but already I was inserted my sim in it.  The phone is connected to my Pc and with my WiFi also.  Plz help me to activate it

    Not sure what this has to do with Apple TV.
    Also this is a user forum, no one here can help with that. I would contact your carrier.

  • Could not sign in. There was a problem connecting to the server.

    The top button on my iphone broke. So the apple shop have given me a new iphone and when i have gone to restore from icloud i accept the terms and conditions and it says 'it may take a few minutes to set up your apple ID' then 'could not sign in. there was a problem connecting to the server'. Can anyone help? what does this mean?

    Welcome to the Apple Community Ellie.
    That doesn't sound right. It sounds as though you are trying to create a new ID, which of course you shouldn't be doing if you are trying to restore from a previous back up.

Maybe you are looking for

  • How do you get canoscan lide 110 scanner to display in "file import" menu?

    I have several older versions of Photoshop Elements running on various computers.  In ALL of them, if you go to "File>Import" you see "Canoscan LIDE xx".  when you choose it, there is a great scanning application that runs. On a newer computer, i had

  • Urgent Help! Errors in source system(RSM     340)

    Need urgent help. Issue in production. I added fields to the COPA datasource, by changing the operating concern. I recreated the datasource with the same name replicated into BW & ran delta again. The whole procedure worked fine in Dev & Quality but

  • Bi call document browser from web template wad 7.0

    Hi, Is it possible to customize the document browser dialog when calling via command "OPEN_DIALOG_DLG_DOC_BROWSER" from web template. The iframe within the browser has a fixed size, so when opening a document the iframe is always too small and does n

  • How do I run a thread without its panel.

    I have created a vi in my application that I run as a thread. I run the thread by using an invoke node. When I am testing under LabView everything is fine but when I create the executable I have found problems. As I am starting the thread with an inv

  • SQL Query results to CSV as two worksheets

    I'm trying to take two SQL queries and get the results sent to a CSV file on two worksheets.  Looking online I have not found a solid example of using the Excel ComObject to create a CSV then add a new worksheet to the CSV file.  An added bonus would