Startup path

Hi,
Could you tell me how to get the path where my application starts?
And another question. I'm using JBuilder. Where do I have to put the image to display it in designer window?
Thank you in advance.

Hi,
Could you tell me how to get the path where my
application starts?
And another question. I'm using JBuilder. Where do I
have to put the image to display it in designer
window?
Thank you in advance.You never, ever, ever need to know the path. Well, some very obscure cases you might. But in your case I bet you're trying to read a file from that directory? Put it in the classpath instead, and use getClass().getResourceAsStream("/file name here"). This is so commonly asked about.

Similar Messages

  • Crash in __db_truncate_pp for a DS database in version 4.7.25

    My application creates a DS database (version 4.7.25). It is a single threaded application that reads/inserts records from/to this database.
    This application is guarded by a heart-beating parent process that listens to SIGCHLD to re-start this process. There is also a mechanism to cleanly stop the parent and child processes. Both these tasks listen to SIGTERM signal to do cleanup and shutdown gracefully.
    The requirement is to populate the database, periodically do a db->sync, continue using the data if crashed and restarted, but in case of a graceful shutdown and restart use a clean database. In the startup path, the application cannot determine whether it is started afresh for the first time or has restarted.
    - Hence it tries to open the DB handle.
    - If DB is already existing, run db->verify on this DB before accessing it.
    - If task is gracefully shutting down, call a truncate on the DB (since this cannot be done at startup).
    The truncate call fails and the application crashes with the following core
    (gdb) bt
    #0 0xfee11ce4 in __db_truncate_pp ()
    from /export/home/myapp/3rdparty/bdb/libdb-4.7.so
    The code fragment is simply as follows
    if(dbase != NULL)
    if((ret = dbase->truncate(dbase,NULL,(unsigned long*)count,0)) == 0)
    return SUCCESS;
    if(ret < 0)
    fprintf(stderr,"DB-truncate failure error (BDB returnval: %d)\n", ret);
    else
    perror("truncate perror");
    else
    fprintf(stderr,"DB-truncate Invalid DB handle ...\n");
    return FAILURE;
    Is something missing out here ?
    Regards,
    Ravi Nathwani

    Hello,
    Is it possible to configure with:
    enable-debug and enable-diagnostic
    and get a complete stack trace, as that could
    help identify what is going on a bit better.
    Thanks,
    Sandra

  • Shut Down Of OC4J Container ist blocked

    Hi,
    i'vi got a problem with the new 10g iAS and if anybody's encountered the same or does know a solution, please let me know.
    The problem is:
    I'm not able to stop the OC4J container in the iAS cleanly.
    The reason is:
    There are two timers (java.util.Timer) running. These timers are cleanup timers, which run always throughout the application at intervalls (scheduleAtFixedRate). If i dont start the timers, the container will stop right away, without any error. If the timers are running the container is waiting for them to cancel and shutting down hardly after a timeout.
    I didn't have this problem with 9i and i dont have it in the embedded OC4J of the JDeveloper.
    Is there any workaround? How could i latch into the shutdown process, to cancel the timers myself?
    Best regards,
    Mirko

    The OC4J script is not the cause of this -- if the message is shown "shutting down OC4J' then the call has been made to OC4J and its in the process of shutting down.
    If you execute "set verbose=on" before executing oc4j.cmd, then you'll see the command that oc4j uses when -shutdown is performed is exactly that command you suggest:
    oc4j -shutdown -port 23791 -password welcome1Executing: D:\java\jdk150_11\bin\java -jar "d:\java\oc4j-10133-prod\j2ee\home\admin.jar" ormi://localhost:23791 oc4jadmin welcome1 -shutdown
    But as you are suggesting there are manual ways to shutdown OC4J that are equally valid to use; it's a matter of choice.
    What you could try is using the -force extra switch with the -shutdown command to force it to shutdown:
    java -jar admin.jar ormi://localhost:23791 oc4jadmin welcome1 -shutdown force
    If that fails, ctrl+c the process. It doesn't do any damage to it.
    A thread-dump (ctrl+break) on the hung process can help to identify any deadlock issues.
    oc4j.cmd is limited certainly, but it provides a simpler entry point IMHO for new users. And we still fully support/endorse the direct startup path using the runnable JAR file.
    -steve-

  • No domains accessible to the user logged in

    Hi,
    I installed SOA 10.1.3.0.1 Basic Developer version. First time after installation everything comes up fine. I deployed and tested
    couple of processes. I shut down the SOA Suite and then restrated it over. Now when going to BPEL Console and logging in as
    oc4jadmin it gives the following error:
    No domains accessible to the user logged in.
    Now I checked the log file and see the following error message. i believe it's due
    The database schema version "2.0.3" from the database does not match the version "2.0.4" expected by the server.
    as I am using the developer version and olite is installed by default. I don't know why it only works first time after installation and then
    after that never works. Any idea how to fix this. As I have re-installed it several times now.
    <2007-06-25 01:20:13,953> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSourceWorkflow
    <2007-06-25 01:20:13,953> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSource
    <2007-06-25 01:20:14,109> <INFO> <collaxa> <ServerManager::__init> Detected datasource 'olite'
    07/06/25 01:20:14 ORABPEL-03003
    Incorrect db schema version.
    The database schema version "2.0.3" from the database does not match the version "2.0.4" expected by the server.
    The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
    07/06/25 01:20:14      at com.collaxa.cube.engine.adaptors.util.BaseSchemaManager.getSchemaVersion(BaseSchemaManager.java:90)
    07/06/25 01:20:14      at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils$1.validateCompatibility(DataSourceSchemaUtils.java:72)
    07/06/25 01:20:14      at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils.validateServerSchemaVersion(DataSourceSchemaUtils.java:136)
    07/06/25 01:20:14      at com.collaxa.cube.admin.adaptors.ServerAdaptorManager.init(ServerAdaptorManager.java:126)
    07/06/25 01:20:14      at com.collaxa.cube.admin.ServerManager.__init(ServerManager.java:202)
    07/06/25 01:20:14      at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:110)
    07/06/25 01:20:14      at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254)
    07/06/25 01:20:14      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    07/06/25 01:20:14      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    07/06/25 01:20:14      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    07/06/25 01:20:14      at java.lang.reflect.Method.invoke(Method.java:585)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    07/06/25 01:20:14      at java.security.AccessController.doPrivileged(Native Method)
    07/06/25 01:20:14      at javax.security.auth.Subject.doAs(Subject.java:396)
    07/06/25 01:20:14      at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    07/06/25 01:20:14      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    07/06/25 01:20:14      at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    07/06/25 01:20:14      at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    07/06/25 01:20:14      at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source)
    07/06/25 01:20:14      at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60)
    07/06/25 01:20:14      at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
    07/06/25 01:20:14      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
    07/06/25 01:20:14      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/06/25 01:20:14      at com.evermind.server.Application.getHttpApplication(Application.java:545)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
    07/06/25 01:20:14      at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    07/06/25 01:20:14      at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    07/06/25 01:20:14      at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    07/06/25 01:20:14      at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
    07/06/25 01:20:14      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
    07/06/25 01:20:14      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    07/06/25 01:20:14      at java.lang.Thread.run(Thread.java:595)
    <2007-06-25 01:20:15,937> <INFO> <collaxa> <ServerManager::uninit> Shutting down all domains
    <2007-06-25 01:20:15,937> <INFO> <collaxa> <ServerManager::uninit> Done shutting down all domains
    07/06/25 01:20:37 java.sql.SQLException: [POL-5130] table or view not found
    07/06/25 01:20:37      at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
    07/06/25 01:20:37      at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
    07/06/25 01:20:37      at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
    07/06/25 01:20:37      at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
    07/06/25 01:20:37      at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
    07/06/25 01:20:37      at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
    07/06/25 01:20:37      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
    07/06/25 01:20:37      at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    07/06/25 01:20:37      at com.evermind.server.Application.getHttpApplication(Application.java:545)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
    07/06/25 01:20:37      at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    07/06/25 01:20:37      at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    07/06/25 01:20:37      at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    07/06/25 01:20:37      at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
    07/06/25 01:20:37      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
    07/06/25 01:20:37      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    07/06/25 01:20:37      at java.lang.Thread.run(Thread.java:595)
    <2007-06-25 01:20:37,531> <ERROR> <oracle.bpel.services.workflow> <::> [POL-5130] table or view not found
    java.sql.SQLException: [POL-5130] table or view not found
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
         at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
         at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
         at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
         at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    <2007-06-25 01:20:37,531> <ERROR> <oracle.bpel.services.workflow> <::> Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    ORABPEL-30320
    Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:183)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
         at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
         at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
         at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: [POL-5130] table or view not found
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
         at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
         ... 25 more
    <2007-06-25 01:20:37,531> <ERROR> <oracle.bpel.services.workflow> <::> Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    ORABPEL-30320
    Error while querying workflow task timer.
    Error while querying workflow task timer based on task metadata and application name.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:183)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getWFTaskTimers(PersistencyService.java:946)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.getTaskTimer(WorkflowTimerAgent.java:587)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<init>(WorkflowTimerAgent.java:134)
         at oracle.bpel.services.workflow.task.impl.WorkflowTimerAgent.<clinit>(WorkflowTimerAgent.java:91)
         at oracle.bpel.services.workflow.task.impl.TaskService.<init>(TaskService.java:158)
         at oracle.bpel.services.workflow.task.impl.TaskService.<clinit>(TaskService.java:131)
         at oracle.bpel.services.common.InitializeServlet.init(InitializeServlet.java:56)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: [POL-5130] table or view not found
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleCallableStatement.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.prepareCall(Unknown Source)
         at oracle_lite_poljdbc_OracleConnection_Proxy.prepareCall()
         at oracle.bpel.services.workflow.repos.driver.WFTaskTimer.getWFTaskTimers(WFTaskTimer.java:164)
         ... 25 more
    07/06/25 01:20:39 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:39 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:39 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    07/06/25 01:20:39 Confluent Config: Loading property file config.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-installer.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-common.properties
    07/06/25 01:20:39 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:39 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:39 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    07/06/25 01:20:39 Confluent Config: Loading property file config.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-installer.properties
    07/06/25 01:20:39 Confluent Config: Loading property file gateway-config-common.properties
    07/06/25 01:20:40
    ConnectionPoolManager gateway.foundationservice intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:40 Gateway component started
    07/06/25 01:20:40 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:40 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:40 Confluent Config: "${policymanager.default.config.path}" is resolved to "policymanager-config-installer.properties;policymanager-config-common.properties"
    07/06/25 01:20:40 Confluent Config: Loading property file config.properties
    07/06/25 01:20:40 Confluent Config: Loading property file policymanager-config-installer.properties
    07/06/25 01:20:40 Confluent Config: Loading property file policymanager-config-common.properties
    07/06/25 01:20:40
    ConnectionPoolManager PolicyRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:40
    ConnectionPoolManager ComponentRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:40 Policy Manager component started
    07/06/25 01:20:41 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:41 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:41 Confluent Config: "${ui.default.config.path}" is resolved to "ui-config-installer.properties;ui-config-common.properties"
    07/06/25 01:20:41 Confluent Config: Loading property file config.properties
    07/06/25 01:20:41 Confluent Config: Loading property file ui-config-installer.properties
    07/06/25 01:20:41 Confluent Config: Loading property file ui-config-common.properties
    07/06/25 01:20:41 Authentication Provider is:com.cfluent.accessprovider.sampledb.LocalDBAuthProvider
    07/06/25 01:20:41
    ConnectionPoolManager Component Repository Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:41
    ConnectionPoolManager UI Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    07/06/25 01:20:41 Confluent UI component started
    07/06/25 01:20:41 Corda Servlet Environment Initialized
    07/06/25 01:20:44
    Corda Server (PopChart) Version 6.0.597
    PopChart: Valid Key.
    OptiMap: No key entered, or key invalid.
    Highwire: No key entered, or key invalid.
    Cluster: No key entered, or key invalid.
    07/06/25 01:20:44 Copyright 1997 - 2004, Corda Technologies, Inc. (www.corda.com) Protected by U.S. Patent 5,933,830. Other patents pending.
    07/06/25 01:20:44
    07/06/25 01:20:44 server_root: C:/Oracle_Software/AS10g/1013/soa_windows_x86_101310/owsm/lib/corda
    07/06/25 01:20:44 chart_root: chart_root
    07/06/25 01:20:44 Password is Enabled, Required for Save
    07/06/25 01:20:44 Maximum Threads: 64
    07/06/25 01:20:44 Default Image Type is: Flash
    07/06/25 01:20:44 Auto Detect PNG Support. Compression Mode: DEFAULT
    07/06/25 01:20:44
    07/06/25 01:20:46 Confluent Config: Loading configuration file config.xml
    07/06/25 01:20:46 Confluent Config: "${config.path}" is resolved to "config.properties"
    07/06/25 01:20:46 Confluent Config: "${monitor.default.config.path}" is resolved to "monitor-config-installer.properties;monitor-config-common.properties"
    07/06/25 01:20:46 Confluent Config: Loading property file config.properties
    07/06/25 01:20:46 Confluent Config: Loading property file monitor-config-installer.properties
    07/06/25 01:20:46 Confluent Config: Loading property file monitor-config-common.properties
    07/06/25 01:20:51 Rmi Registry is started on port 3118
    07/06/25 01:20:51 Confluent Monitor component started
    07/06/25 01:20:51 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized

    Hi,
    I uninstalled everything again and this time reinstalled the Mid-Tier version with OracleXE as the back end database. I followed the documentation to configure 10.1.3 with OID. All went fine as per the documentation. But when I try to log into BPELConsole I am still getting
    No domains accessible to the user logged in.
    When I tried to log into Worklist it gives me Authentication Error. And looking at the log file I see an error No Realm localhost..... The realm is correct but somehow I am not able to make 10.1.3 work on Mid-Tier with OID configured.
    Here is my is_config.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <ISConfiguration xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
    <configurations>
    <configuration realmName="localhost" displayName="localhost Realm">
    <provider providerType="JAZN" name="OID" service="Identity">
    <connection url="ldap://localhost:389" binddn="cn=orcladmin" password="testpwd1" encrypted="false"/>
    </provider>
    </configuration>
    </configurations>
    </ISConfiguration>
    Here is hw_services orion.xml
    <?xml version = '1.0'?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd" deployment-version="10.1.3.1.0" default-data-source="jdbc/OracleDS" component-classification="internal-BPEL" schema-major-version="10" schema-minor-version="0">
         <ejb-module remote="false" path="hw_services_ejb.jar"/>
         <web-module id="hw_services" path="hw_services.war"/>
         <web-module id="deploy" path="deploy.war"/>
         <web-module id="testconnection" path="testconnection.war"/>
         <web-module id="worklistxpress" path="worklistxpress.war"/>
         <web-module id="worklistapp" path="worklistapp.war"/>
         <web-module id="taskservice" path="taskservice.war"/>
         <web-module id="taskmetadataservice" path="taskmetadataservice.war"/>
         <web-module id="taskqueryservice" path="taskqueryservice.war"/>
         <web-module id="IdentityService" path="IdentityService.war"/>
         <web-module id="usermetadataservice" path="usermetadataservice.war"/>
         <web-module id="runtimeconfigservice" path="runtimeconfigservice.war"/>
         <security-role-mapping name="PUBLIC">
              <group name="{{PUBLIC}}"/>
         </security-role-mapping>
         <persistence path="persistence"/>
         <jazn provider="LDAP" jaas-mode="doAsPrivileged"/>
         <log>
              <file path="application.log"/>
         </log>
    </orion-application>
    And here is orion.xml for orabpel
    <?xml version = '1.0'?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd" deployment-version="10.1.3.1.0" default-data-source="jdbc/OracleDS" component-classification="internal-BPEL" schema-major-version="10" schema-minor-version="0">
         <ejb-module remote="false" path="ejb_ob_engine.jar"/>
         <ejb-module remote="false" path="ejb_services.jar"/>
         <web-module id="admin" path="admin.war"/>
         <web-module id="console" path="console.war"/>
         <web-module id="startup" path="startup.war"/>
         <web-module id="httpbinding" path="httpbinding.war"/>
         <security-role-mapping name="PUBLIC">
              <group name="{{PUBLIC}}"/>
         </security-role-mapping>
         <persistence path="persistence"/>
         <imported-shared-libraries>
              <import-shared-library name="oracle.bpel.common"/>
              <import-shared-library name="oracle.ws.client"/>
              <import-shared-library name="oracle.toplink"/>
              <import-shared-library name="oracle.ws.testpage"/>
         </imported-shared-libraries>
         <principals path="principals.xml"/>
         <jazn provider="LDAP" jaas-mode="doAsPrivileged"/>
         <log>
              <file path="application.log"/>
         </log>
         <connectors path="./oc4j-connectors.xml"/>
         <namespace-access>
              <read-access>
                   <namespace-resource root="">
                        <security-role-mapping name="&lt;jndi-user-role>">
                             <group name="oc4j-administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </read-access>
              <write-access>
                   <namespace-resource root="">
                        <security-role-mapping name="&lt;jndi-user-role>">
                             <group name="oc4j-administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </write-access>
         </namespace-access>
    </orion-application>
    Here is the Domain.log and it says default domain loaded and 2 processes deployed successfully. But I don't know why I am not able to log into BPELConsole and keeps getting "No domains accessible to the user logged in." also don't know from where the processes are loaded as I don't see anything in C:\Oracle_Software\AS10g\1013\soa_windows_x86_101310\bpel\domains\default\deploy as was expecting 2 jars in there but it's nothing in there and on top log files says 2 processes loaded. It all happened after I try to configure OID and restart the 10.1.3. Looks like after install anytime you restart the SOA Suite it is messing-up everything and now I installed is so many times and don't have patience to do it again.
    I am really frustrated now and don't know what's wrong. Any help will be really really appreciated.
    Thanks

  • Firefox launching from temp folder after update

    Not sure if this is completely normal or not, or if it's even a problem. After updating from 3.6.26 to firefox 10 my firefox, according to an antivirus log, kept launching from a temp directory like appdata\local\temp\(randomtextstring).tmp\nonlocalized\firefox.exe instead of its normal program files (x86)\mozilla firefox directory. Trying to delete history each time i'd get 10+ plugin-container.exe's popping up, forcing me to close firefox because it would just hang. I decided to just reinstall firefox 3.6.26 however I am still seeing that it is starting from a temp folder, even though the startup path is located at program files (x86)\mozilla firefox. firefox.exe in task manager is located in
    program files (x86)\mozilla firefox, but according to the log I'm looking at it starts and exits from appdata\local\temp\(randomtextstring).tmp\nonlocalized\firefox.exe
    Sorry if this seems like a stupid question, I'm just curious if this means it has not installed properly or if this is completely normal.

    I reinstalled 3.6 after I was having problems with 10. I already tried another reinstall and it does the same thing.
    Earlier I received a firefox message that a new version of 3.6 was available (3.6.26) so I upgraded. I saw then in the log that firefox was launching as firefox.exe moz-callback or something, so i decided just to upgrade to the newest version of firefox, that's when I started seeing it launch from the improper directory.
    The log I am reading from simply shows ALL .exe's that have launched and closed in order, showing it's location path, and what program opened/closed it. The temp directory and the random text string.tmp file it shows it's launching from is a random folder created by firefox during the installing and setup process. Firefox itself starts and exits perfectly fine and doesn't continue running in the background. I'm thinking it's either a logging problem with the AV's execution history log or something was wrong during installing, even though it happens each time I reinstall.

  • Get WORD Options with OLE

    I am trying to get the default WORD startup path with OLE but I cannot seem to get properties from the Options object.  Sometimes it is empty.  The results are inconsistent.  Here is my code.
        INCLUDE ole2incl.  "contains one line: TYPE-POOLS OLE2 .
        DATA: o_WORD       TYPE ole2_object,
              o_doc        TYPE ole2_object,
              o_options    type ole2_object,
              o_defPath    type ole2_object,
              wa_ver       type string,
              wa_ver2      type string,
              wa_ipar      type i,
              wa_stpar     type string,
              wa_startup   type string
        CREATE OBJECT o_WORD 'word.application'.
    *-- Run in background
        SET PROPERTY OF o_WORD 'visible' = 0.
    *-- these calls work fine.  Not sure why Call and Get work the same.
        CALL METHOD OF o_WORD 'Version' = wa_ver.
        GET PROPERTY OF o_WORD 'Build' = wa_ver2.
    *-- this call sometimes works but not always
        CALL METHOD OF o_WORD 'Options' = o_options.
    *-- none of the following seem to work
        CALL METHOD OF o_options 'Parent' = wa_stpar.
        CALL METHOD OF o_options 'DefaultBorderColor' = wa_ipar.
        CALL METHOD OF o_options 'DefaultFilePath' = wa_startup
          exporting
            #1 = 'wdStartupPath'.
       GET PROPERTY OF o_defPath 'wdStartupPath' = wa_startup.
    *VBA code:  wa_startup = Options.DefaultFilePath(Path:=wdStartupPath)
    Close word (no data needs to be saved)
       call method of o_workbook 'CLOSE'.
        call method of o_WORD 'QUIT'.
        free object o_doc.
        free object o_WORD
    Anyone have any ideas?
    thanks in advance,
    Olivier

    The following program is working fine for me. It returns all four values including the full file path.
    ================================================
    INCLUDE: ole2incl.                   " Ole data types
    DATA: o_word        TYPE ole2_object,
          wf_documents   TYPE ole2_object,
          wf_document    TYPE ole2_object,
          wf_options     TYPE ole2_object,
          wf_selection   TYPE ole2_object,
          wf_window      TYPE ole2_object.
    DATA: wa_filepath    TYPE string,
          wa_bordercolor TYPE i,
          wa_version     TYPE string,
          wa_build       TYPE string.
    DATA: wf_crlf1       TYPE x VALUE '0B'.
    DATA: wf_crlf2       TYPE x VALUE '0D'.
    DATA: wf_new_text    TYPE string .
    CREATE  OBJECT   o_word           'Word.Application'.
    SET PROPERTY OF o_word 'VISIBLE' = 0.
    GET PROPERTY OF o_word 'Version' = wa_version.
    GET PROPERTY OF o_word 'Build'   = wa_build.
    GET PROPERTY OF o_word 'Options'  = wf_options.
    GET PROPERTY OF wf_options 'DefaultBorderColor' = wa_bordercolor.
    GET PROPERTY OF wf_options 'DefaultFilePath'    = wa_filepath
      exporting
        #1 = 8.
    CALL METHOD OF o_word 'QUIT'
      EXPORTING
        #1 = 0.     " SaveChanges-No
    WRITE: /5 'Version:',      20 wa_version.
    WRITE: /5 'Build:',        20 wa_build.
    WRITE: /5 'BorderColor:',  20 wa_bordercolor.
    WRITE: /5 'File Path:',    20 wa_filepath.
    ===================================================
    The output is:
      Version:       11.0                                                                           
      Build:         11.0.8134                                                                      
      BorderColor:   16,777,216-                                                                    
      File Path:     d:\documents and settings\arimilrn\application data\microsoft\word\startup                                                                               
    Regards,
    Rao A

  • OIM 11g Plugin - Third Party Jars : Classloader issue

    Hi All,
    I am having a Plugins.zip under middleware/Oracle_IDM1/server/plugins folder.  [OIM 11g R2]
    This gets invoked from a schedule job.
    I have third party Jars (axis.jar) within Plugins.zip/lib. My code within Plugins.zip calls Thrid Party APIs.
    Now the issue is:
    The APIs (within axis.jar) do not seem to find property files from within their own JARS.
    These property files are within their own Third Party Jars and the Third Party APIs should be able to access them by default. I have tested these APIs from stand alone clients and web clients, they work perfectly.
    But within the Plugins.zip, these third party APIs do not seem to find property files from within their own JARs.
    Looks like some class loader issue. Something must be getting messed up in the way the Third Party JARs from within the Plugins.zip/lib are loaded.
    Has anyone faced similar issue.
    Any suggestions please?
    Thanks,
    Sandeep

    I placed the required JARs under middleware/Oracle_IDM1/server/ThirdParty.
    I also executed UploadJars utility for required JARs.
    I have also added to server startup path : .../middleware/Oracle_IDM1/server/ThirdParty/axis.jar.
    But I still get the following Error:
    java.lang.ExceptionInInitializerError
    Caused By: java.util.MissingResourceException: Cannot find resource 'org.apache.axis.i18n.resource'
    I'm calling axis APIs from my code. The resource "org/apache/axis/i18n/resource.properties" is clearly present inside axis.jar.
    My client works when executed outside of Plugins.zip.
    Please see the full stack trace below:
    java.lang.ExceptionInInitializerError
            at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder$1.run(EngineConfigurationFactoryFinder.java:144)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:113)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:160)
            at org.apache.axis.client.Service.getEngineConfiguration(Service.java:813)
            at org.apache.axis.client.Service.getAxisClient(Service.java:104)
            at org.apache.axis.client.Service.<init>(Service.java:113)
            at org.my.company.webservice.SecurityQASyncWS_ServiceLocator.<init>(SecurityQASyncWS_ServiceLocator.java:12)
            at org.my.company.webservice.SecurityQASyncWSClient.invoke(SecurityQASyncWSClient.java:31)
            at com.my.company.idm.xl.schedule.tasks.SecurityQASynchronization.processBatch(SecurityQASynchronization.java:561)
            at com.my.company.idm.xl.schedule.tasks.SecurityQASynchronization.execute(SecurityQASynchronization.java:222)
            at oracle.iam.scheduler.vo.TaskSupport.invokeExecute(TaskSupport.java:183)
            at oracle.iam.scheduler.vo.TaskSupport.access$000(TaskSupport.java:40)
            at oracle.iam.scheduler.vo.TaskSupport$1.processWithoutResult(TaskSupport.java:143)
            at oracle.iam.platform.tx.OIMTransactionCallbackWithoutResult.process(OIMTransactionCallbackWithoutResult.java:9)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:13)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:6)
            at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
            at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:22)
            at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:125)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at oracle.iam.scheduler.impl.quartz.QuartzJob$TaskExecutionAction.run(QuartzJob.java:268)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.security.Security.runAs(Security.java:41)
            at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
            at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:77)
            at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
            at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused By: java.util.MissingResourceException: Cannot find resource 'org.apache.axis.i18n.resource'
            at org.apache.axis.i18n.ProjectResourceBundle.getBundle(ProjectResourceBundle.java:288)
            at org.apache.axis.i18n.MessagesConstants.<clinit>(MessagesConstants.java:32)
            at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder$1.run(EngineConfigurationFactoryFinder.java:144)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:113)
            at org.apache.axis.configuration.EngineConfigurationFactoryFinder.newFactory(EngineConfigurationFactoryFinder.java:160)
            at org.apache.axis.client.Service.getEngineConfiguration(Service.java:813)
            at org.apache.axis.client.Service.getAxisClient(Service.java:104)
            at org.apache.axis.client.Service.<init>(Service.java:113)
            at org.my.company.webservice.SecurityQASyncWS_ServiceLocator.<init>(SecurityQASyncWS_ServiceLocator.java:12)
            at org.my.company.webservice.SecurityQASyncWSClient.invoke(SecurityQASyncWSClient.java:31)
            at com.ets.idm.xl.schedule.tasks.SecurityQASynchronization.processBatch(SecurityQASynchronization.java:561)
            at com.ets.idm.xl.schedule.tasks.SecurityQASynchronization.execute(SecurityQASynchronization.java:222)
            at oracle.iam.scheduler.vo.TaskSupport.invokeExecute(TaskSupport.java:183)
            at oracle.iam.scheduler.vo.TaskSupport.access$000(TaskSupport.java:40)
            at oracle.iam.scheduler.vo.TaskSupport$1.processWithoutResult(TaskSupport.java:143)
            at oracle.iam.platform.tx.OIMTransactionCallbackWithoutResult.process(OIMTransactionCallbackWithoutResult.java:9)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:13)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:6)
            at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
            at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:22)
            at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:125)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at oracle.iam.scheduler.impl.quartz.QuartzJob$TaskExecutionAction.run(QuartzJob.java:268)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.security.Security.runAs(Security.java:41)
            at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
            at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:77)
            at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
            at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)

  • Executing a command using back-quotes appears to hang

    I have posted this to the apache users mailing list due to the evidence to date, but since I also found some reference on the web to some, admitedly old, bugs regarding unclosed input pipes which seems to cause a similar hang I thought I'd also post here and see if anyone has any ideas as to where the problem might lie. ie with apache, with /bin/sh etc etc
    We have several webservers currently running on apache httpd v2.2.3. They are started and stopped by a wrapper script which at some point simply calls "apachectl stop" or "apachectl start" to control the webserver. This is all working fine, we have had no issues with it.
    I am currently trying to upgrade to v2.2.6 but have run into a problem. In the wrapper script, apachectl is called in back quotes. For example we would call it as follows in order to check the output for errors:
    STARTUP=`<path>/apachectl start 2>&1`
    When we use this construct to start httpd v2.2.3 it works fine. When we use it to start httpd v2.2.6 the command simply hangs there without exiting. I have tried doing this directly on the command line (as opposed to within a script) and get exactly the same.
    However, the webserver process has started. I can access the webserver and if I run "apachectl stop" from another terminal, a few seconds later the hung command returns to the command prompt (or the script continues if called within the wrapper script).
    I am running this on a Sun sparc V480 with solaris 9 installed (kernel patch 117171-05). Apache httpd is compiled with Sun Studio 8 (I have tried Studio 11 as well and get the same results).
    Configure line was:
    ./configure prefix=<path to install> enable-so --enable-mods-shared=all \
    enable-module=so with-mpm=worker --enable-nonportable-atomics=yes \
    enable-proxy=shared enable-proxy-http=shared --enable-ssl=shared \
    enable-cache=shared enable-file-cache=shared \
    enable-disk-cache=shared enable-mem-cache=shared
    I realise that this may not actually be a problem with apache itself, in fact it seems unlikely, but the only lead I have to go on at the moment is that, on my system, it doesn't happen with v2.2.3 and does with v2.2.6 and after comming up with a total blank on the search engines I am posting here in the hope someone has encountered something similar.
    Regards,
    Sean

    Darren,
    I ran a truss on the parent process while runinng the two commands as you suggested, the following was the basic difference with all leading and trailing output removed. I must admit to not being particularly adept are reading truss ouput.
    When running "apachectl start"
    time()                                          = 1194348702
    lwp_sigmask(SIG_SETMASK, 0x00020002, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    fork1()                                         = 8525
    lwp_sigmask(SIG_SETMASK, 0x00020002, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    setpgid(8525, 8525)                             = 0
    lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    lwp_sigmask(SIG_SETMASK, 0x00020000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    lwp_sigmask(SIG_SETMASK, 0x06820000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    ioctl(255, TIOCGSID, 0xFFBFF654)                = 0
    getsid(0)                                       = 16141When running "A=`apachectl start`"
    time()                                          = 1194349187
    pipe()                                          = 4 [5]
    lwp_sigmask(SIG_SETMASK, 0x00020000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    lwp_sigmask(SIG_SETMASK, 0x00020002, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    fork1()                                         = 9122
    lwp_sigmask(SIG_SETMASK, 0x00020002, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    setpgid(9122, 16147)                            = 0
    lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    sigaction(SIGCLD, 0xFFBFF278, 0xFFBFF318)       = 0
    close(5)                                        = 0
        Received signal #18, SIGCLD, in read() [caught]
          siginfo: SIGCLD CLD_EXITED pid=9122 status=0x0000
    read(4, 0xFFBFF3D8, 128)                        Err#4 EINTR
    lwp_sigmask(SIG_SETMASK, 0x00020000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    waitid(P_ALL, 0, 0xFFBFECB0, WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG) = 0
    waitid(P_ALL, 0, 0xFFBFECB0, WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG) Err#1
    0 ECHILD
    setcontext(0xFFBFED20)
    read(4, 0xFFBFF3D8, 128)        (sleeping...)
        **** HERE is where the truss output hangs untill I run "apachectl stop" in another terminal ***
    read(4, 0xFFBFF3D8, 128)                        = 0
    close(4)                                        = 0
    lwp_sigmask(SIG_SETMASK, 0x00020000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    lwp_sigmask(SIG_SETMASK, 0x06820000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
    ioctl(255, TIOCGSID, 0xFFBFF1E4)                = 0
    getsid(0)                                       = 16141Sean

  • Slow computer Yosemite

    I understand the first part is missing of the report. This is all that appeared. Here is information that I have from my About my computer. I can rerun the program as well if that'll be better it will just take some time.
    Processor: 2.3 GHz Intel Core i5
    Memory: 4 GB 1333 MHz DDR3
    Graphics: Intel HD Graphics 3000 384 MB
    Storage: 95.38 GB free of 318.84 GB
    Problem description:
    My mac runs extremely slowly. Anything I try to do takes forever. Even just opening one tab takes a very long time. It is unbearable at this slow speed. It has become this slow only while using Yosemite, before it was never this slow. I’ve reinstalled Yosemite twice already and it has only gotten worse.
    EtreCheck version: 2.1.5 (108)
    Report generated December 31, 2014 at 3:42:41 AM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 4:43:54
    Disk Information: ℹ️
      Hitachi HTS545032B9A302 disk0 : (320.07 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 318.84 GB (95.39 GB free)
      Core Storage: disk0s2 319.21 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/sysctl.conf - Exists
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.devguru.driver.SamsungComposite (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.echofx.videoglide.kext (1.0.0) [Support]
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.97) [Support]
      [loaded] com.rim.driver.BlackBerryVirtualPrivateNetwork (1.0.12) [Support]
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) [Support]
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.3 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.3 - SDK 10.5) [Support]
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.3 - SDK 10.4) [Support]
      /System/Library/Extensions/VideoGlide.kext/Contents/PlugIns
      [not loaded] com.echofx.videoglide.kext.audio (1.0.0) [Support]
      [not loaded] com.echofx.videoglide.kext.noseize.appleusbaudio (1.0.0) [Support]
      [not loaded] com.echofx.videoglide.kext.noseize.classic (1.0.0) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungACMData (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungMTP (1.4.20 - SDK 10.5) [Support]
      [not loaded] com.devguru.driver.SamsungSerial (1.4.20 - SDK 10.6) [Support]
    Startup Items: ℹ️
      VideoGlide Startup: Path: /Library/StartupItems/VideoGlide Startup
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [loaded] com.paragon.NTFS.notify.plist [Support]
      [not loaded] com.paragon.NTFS.vendor.plist [Support]
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [invalid?] com.avg.Antivirus.gui.plist [Support]
      [loaded] com.divx.dms.agent.plist [Support]
      [loaded] com.divx.update.agent.plist [Support]
      [running] com.google.keystone.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.rim.BBLaunchAgent.plist [Support]
      [running] com.rim.blackberrylink.BlackBerry-Link-Helper-Agent.plist [Support]
      [invalid?] com.rim.PeerManager.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [invalid?] com.avg.Antivirus.infosd.plist [Support]
      [invalid?] com.avg.Antivirus.services.plist [Support]
      [running] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
      [running] com.rim.BBDaemon.plist [Support]
      [not loaded] com.rim.nkehelper.plist [Support]
      [running] com.rim.tunmgr.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.facebook.videochat.[redacted].plist [Support]
    User Login Items: ℹ️
      Steam UNKNOWN (missing value)
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      uTorrent UNKNOWN (missing value)
      Caffeine Application (/Applications/Caffeine.app)
      TuneupMyMac UNKNOWN (missing value)
      KiesAgent ApplicationHidden (/Applications/Kies.app/Contents/MacOS/KiesAgent.app)
      fuspredownloader ApplicationHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
      Alertus Desktop Application (/Applications/Alertus Desktop.app)
      Popup ApplicationHidden (/Library/Application Support/Pharos/Popup.app)
      Notify ApplicationHidden (/Library/Application Support/Pharos/Notify.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      OVSHelper: Version: 1.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
      Unity Web Player: Version: UnityPlayer version 2.6.1f3 [Support]
      Picasa: Version: 1.0 [Support]
      RealPlayer Plugin: Version: Unknown [Support]
    Safari Extensions: ℹ️
      AdBlock [Installed]
      XKit [Installed]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Java  [Support]
      Paragon NTFS for Mac ® OS X  [Support]
      Perian  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 318.84 GB Disk used: 223.46 GB
      Destinations:
      Seagate Wireless [Local]
      Total size: 0 B
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 223.46 GB X 3)
    Top Processes by CPU: ℹ️
          6% WindowServer
          1% apsd
          0% ocspd
          0% networkd
          0% securityd
    Top Processes by Memory: ℹ️
      0 B askpermissiond
      0 B softwareupdated
      0 B Notify
      0 B secinitd
      0 B coreservicesd
    Virtual Memory Information: ℹ️
      479 MB Free RAM
      1.64 GB Active RAM
      1.17 GB Inactive RAM
      999 MB Wired RAM
      2.27 GB Page-ins
      70 KB Page-outs
    Diagnostics Information: ℹ️
      Dec 31, 2014, 04:14:59 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041459_[redacted].crash
      Dec 31, 2014, 04:14:40 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041440_[redacted].crash
      Dec 31, 2014, 04:14:20 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041420_[redacted].crash
      Dec 31, 2014, 04:14:00 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041400_[redacted].crash
      Dec 31, 2014, 04:13:40 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041340_[redacted].crash
      Dec 31, 2014, 04:13:21 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041321_[redacted].crash
      Dec 31, 2014, 04:13:01 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041301_[redacted].crash
      Dec 31, 2014, 04:12:41 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041241_[redacted].crash
      Dec 31, 2014, 04:12:21 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041221_[redacted].crash
      Dec 31, 2014, 04:12:02 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041202_[redacted].crash
      Dec 31, 2014, 04:11:42 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041142_[redacted].crash
      Dec 31, 2014, 04:11:22 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041122_[redacted].crash
      Dec 31, 2014, 04:11:02 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041102_[redacted].crash
      Dec 31, 2014, 04:10:43 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041043_[redacted].crash
      Dec 31, 2014, 04:10:43 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-041043_[redacted].crash
      Dec 31, 2014, 04:10:23 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041023_[redacted].crash
      Dec 31, 2014, 04:10:03 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-041003_[redacted].crash
      Dec 31, 2014, 04:09:44 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-040944_[redacted].crash
      Dec 31, 2014, 04:09:24 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-040924_[redacted].crash
      Dec 31, 2014, 04:09:04 AM /Library/Logs/DiagnosticReports/ocspd_2014-12-31-040904_[redacted].crash
      Dec 31, 2014, 04:03:10 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-040310_[redacted].crash
      Dec 31, 2014, 04:01:51 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-040151_[redacted].crash
      Dec 31, 2014, 04:00:09 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-040009_[redacted].crash
      Dec 31, 2014, 03:57:28 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-035728_[redacted].crash
      Dec 31, 2014, 03:52:08 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-035208_[redacted].crash
      Dec 31, 2014, 03:46:16 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-034616_[redacted].crash
      Dec 31, 2014, 03:43:40 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-034340_[redacted].crash
      Dec 31, 2014, 03:41:43 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-034143_[redacted].crash
      Dec 31, 2014, 03:41:42 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-034142_[redacted].crash
      Dec 31, 2014, 03:37:43 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-033743_[redacted].crash
      Dec 31, 2014, 03:34:24 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-033424_[redacted].crash
      Dec 31, 2014, 03:22:01 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-032201_[redacted].crash
      Dec 31, 2014, 03:17:03 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-031703_[redacted].crash
      Dec 31, 2014, 03:01:43 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-030143_[redacted].crash
      Dec 31, 2014, 02:25:38 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-022538_[redacted].crash
      Dec 31, 2014, 02:25:19 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-022519_[redacted].crash
      Dec 31, 2014, 02:14:15 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-021415_[redacted].crash
      Dec 31, 2014, 01:51:57 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-015157_[redacted].crash
      Dec 31, 2014, 01:45:20 AM /Library/Logs/DiagnosticReports/tunmgr_2014-12-31-014520_[redacted].crash
      Dec 30, 2014, 11:05:08 PM Self test - passed
      Dec 30, 2014, 09:08:05 PM /Library/Logs/DiagnosticReports/Google Chrome_2014-12-30-210805_[redacted].hang

    I managed to install EasyFind and I deleted all of those files thankfully. Opening programs is a little better but it took me 30 minutes to turn on my computer and the main thing that is the slowest is safari. Webpages take an enormous amount of time to load. We have other computers in the house using the wifi and they work fine so its clearly mine thats not working. Also my desktop picture has changed to one of the default pictures on its own. I don't know how significant that is.I ran EtreCheck again to show updated results. I think at this point ill just have to backup my files and reinstall everything. Unfortunately I don't have a TimeMachine date that I can go back to. Thank you all once again for your enormous help.Here are the results:
    EtreCheck version: 2.1.5 (108)
    Report generated January 2, 2015 at 10:12:28 AM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 1:33:17
    Disk Information: ℹ️
      Hitachi HTS545032B9A302 disk0 : (320.07 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 318.84 GB (98.02 GB free) - 112 errors
      Core Storage: disk0s2 319.21 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/sysctl.conf - Exists
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.devguru.driver.SamsungComposite (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.echofx.videoglide.kext (1.0.0) [Support]
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.97) [Support]
      [loaded] com.rim.driver.BlackBerryVirtualPrivateNetwork (1.0.12) [Support]
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) [Support]
      /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.3 - SDK 10.4) [Support]
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.3 - SDK 10.5) [Support]
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.3 - SDK 10.4) [Support]
      /System/Library/Extensions/VideoGlide.kext/Contents/PlugIns
      [not loaded] com.echofx.videoglide.kext.audio (1.0.0) [Support]
      [not loaded] com.echofx.videoglide.kext.noseize.appleusbaudio (1.0.0) [Support]
      [not loaded] com.echofx.videoglide.kext.noseize.classic (1.0.0) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungACMData (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungMTP (1.4.20 - SDK 10.5) [Support]
      [not loaded] com.devguru.driver.SamsungSerial (1.4.20 - SDK 10.6) [Support]
    Startup Items: ℹ️
      VideoGlide Startup: Path: /Library/StartupItems/VideoGlide Startup
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [loaded] com.paragon.NTFS.notify.plist [Support]
      [not loaded] com.paragon.NTFS.vendor.plist [Support]
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.ocspd.plist [Details]
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [invalid?] com.avg.Antivirus.gui.plist [Support]
      [loaded] com.divx.dms.agent.plist [Support]
      [loaded] com.divx.update.agent.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.rim.BBLaunchAgent.plist [Support]
      [running] com.rim.blackberrylink.BlackBerry-Link-Helper-Agent.plist [Support]
      [invalid?] com.rim.PeerManager.plist [Support]
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist [Support] [Details]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [invalid?] com.avg.Antivirus.infosd.plist [Support]
      [invalid?] com.avg.Antivirus.services.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
      [running] com.rim.BBDaemon.plist [Support]
      [not loaded] com.rim.nkehelper.plist [Support]
      [failed] com.rim.tunmgr.plist [Support] [Details]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.facebook.videochat.[redacted].plist [Support]
    User Login Items: ℹ️
      None
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      OVSHelper: Version: 1.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
      Picasa: Version: 1.0 [Support]
      Unity Web Player: Version: UnityPlayer version 2.6.1f3 [Support]
    Safari Extensions: ℹ️
      AdBlock [Installed]
      XKit [Installed]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Java  [Support]
      Paragon NTFS for Mac ® OS X  [Support]
      Perian  [Support]
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 318.84 GB Disk used: 220.82 GB
      Destinations:
      Seagate Wireless [Local]
      Total size: 0 B
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 220.82 GB X 3)
    Top Processes by CPU: ℹ️
          0% BBLaunchAgent
          0% BlackBerry-Link-Helper-Agent
          0% WindowServer
          0% tunmgr
    Top Processes by Memory: ℹ️
      0 B tunmgr
      0 B opendirectoryd
      0 B BBLaunchAgent
      0 B pbs
      0 B CloudKeychainProxy
    Virtual Memory Information: ℹ️
      72 MB Free RAM
      1.55 GB Active RAM
      1.39 GB Inactive RAM
      1.07 GB Wired RAM
      2.41 GB Page-ins
      37 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 2, 2015, 10:34:48 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-103448_[redacted].crash
      Jan 2, 2015, 10:34:48 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103448_[redacted].crash
      Jan 2, 2015, 10:34:29 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103429_[redacted].crash
      Jan 2, 2015, 10:34:07 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103407_[redacted].crash
      Jan 2, 2015, 10:33:48 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103348_[redacted].crash
      Jan 2, 2015, 10:33:27 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103327_[redacted].crash
      Jan 2, 2015, 10:33:08 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103308_[redacted].crash
      Jan 2, 2015, 10:32:46 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103246_[redacted].crash
      Jan 2, 2015, 10:32:26 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103226_[redacted].crash
      Jan 2, 2015, 10:32:03 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103203_[redacted].crash
      Jan 2, 2015, 10:31:43 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103143_[redacted].crash
      Jan 2, 2015, 10:31:09 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-103109_[redacted].crash
      Jan 2, 2015, 10:29:45 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-102945_[redacted].crash
      Jan 2, 2015, 10:28:44 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-102844_[redacted].crash
      Jan 2, 2015, 10:28:44 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-102844_[redacted].crash
      Jan 2, 2015, 10:28:21 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-102821_[redacted].crash
      Jan 2, 2015, 10:28:21 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-102821_[redacted].crash
      Jan 2, 2015, 10:24:44 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-102444_[redacted].crash
      Jan 2, 2015, 10:24:44 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-102444_[redacted].crash
      Jan 2, 2015, 10:24:21 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-102421_[redacted].crash
      Jan 2, 2015, 10:24:01 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-102401_[redacted].crash
      Jan 2, 2015, 10:24:01 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-02-102401_[redacted].crash
      Jan 2, 2015, 10:21:51 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-102151_[redacted].crash
      Jan 2, 2015, 10:20:51 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-102051_[redacted].crash
      Jan 2, 2015, 10:20:50 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-102050_[redacted].crash
      Jan 2, 2015, 10:18:53 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-101853_[redacted].crash
      Jan 2, 2015, 10:12:48 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-101248_[redacted].crash
      Jan 2, 2015, 10:10:22 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-101022_[redacted].crash
      Jan 2, 2015, 10:09:16 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-100916_[redacted].crash
      Jan 2, 2015, 09:58:23 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-095823_[redacted].crash
      Jan 2, 2015, 09:53:50 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-095350_[redacted].crash
      Jan 2, 2015, 09:53:10 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-095310_[redacted].crash
      Jan 2, 2015, 09:47:28 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-094728_[redacted].crash
      Jan 2, 2015, 09:46:26 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-094626_[redacted].crash
      Jan 2, 2015, 09:40:46 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-094046_[redacted].crash
      Jan 2, 2015, 09:39:18 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-093918_[redacted].crash
      Jan 2, 2015, 08:46:22 AM Self test - passed
      Dec 30, 2014, 09:08:05 PM /Library/Logs/DiagnosticReports/Google Chrome_2014-12-30-210805_[redacted].hang
      Jan 2, 2015, 10:03:02 AM /Library/Logs/DiagnosticReports/tunmgr_2015-01-02-100302_[redacted].crash

  • OC4J 10g (10.1.3) shut down problems..

    hi all,
    i am using the latest version oc4j 10g (hopefully). i can start it without problems and run our application.
    but i issue command to shutdown, it fails to be, the command prompt always stay at "shutting down ..." line without exit.
    i use the following to shutdown and my jdk 1.4.2_06 under windows xp
    oc4j -shutdown -port 23791 -password admin admin
    anyone has the same experience? Because of it, under eclipse, it can't restart smoothly. i have to use force exit to close the oc4j.
    thx

    The OC4J script is not the cause of this -- if the message is shown "shutting down OC4J' then the call has been made to OC4J and its in the process of shutting down.
    If you execute "set verbose=on" before executing oc4j.cmd, then you'll see the command that oc4j uses when -shutdown is performed is exactly that command you suggest:
    oc4j -shutdown -port 23791 -password welcome1Executing: D:\java\jdk150_11\bin\java -jar "d:\java\oc4j-10133-prod\j2ee\home\admin.jar" ormi://localhost:23791 oc4jadmin welcome1 -shutdown
    But as you are suggesting there are manual ways to shutdown OC4J that are equally valid to use; it's a matter of choice.
    What you could try is using the -force extra switch with the -shutdown command to force it to shutdown:
    java -jar admin.jar ormi://localhost:23791 oc4jadmin welcome1 -shutdown force
    If that fails, ctrl+c the process. It doesn't do any damage to it.
    A thread-dump (ctrl+break) on the hung process can help to identify any deadlock issues.
    oc4j.cmd is limited certainly, but it provides a simpler entry point IMHO for new users. And we still fully support/endorse the direct startup path using the runnable JAR file.
    -steve-

  • Bootup take ten to fifteen minutes!

    Hi there,
    At my parents house and they've been complaining of really long bootup times for their 2007 imac. I've seen it take up to 15 mins before it gets to the 'Select User' screen. All the while it has the apple logo and the spinning wheel front and centre. Any ideas? I've attached the Etrecheck below.
    EtreCheck version: 1.9.12 (48)
    Report generated 23 June 2014 09:34:49 BST
    Hardware Information:
      iMac (24-inch Mid 2007) (Verified)
      iMac - model: iMac7,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
      4 GB RAM
    Video Information:
      ATI,RadeonHD2600 - VRAM: 256 MB
      iMac 1920 x 1200
    System Software:
      OS X 10.9.3 (13D65) - Uptime: 0 days 0:33:46
    Disk Information:
      WDC WD3200AAJS-40VWA0 disk0 : (320.07 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      MAC HD (disk0s2) / [Startup]: 319.21 GB (214.48 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
      Western Digital Ext HDD 1021 2 TB
      EFI (disk1s1) <not mounted>: 209.7 MB
      Time Machine Backups (disk1s2) /Volumes/Time Machine Backups: 2 TB (1.83 TB free)
      Apple Inc. Built-in iSight
      Apple, Inc. Keyboard Hub
      Apple, Inc Apple Keyboard
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.echofx.videoglide.kext (1.0.0) Support
      [not loaded] com.echofx.videoglide.kext.audio (1.0.0) Support
      [not loaded] com.echofx.videoglide.kext.noseize.appleusbaudio (1.0.0) Support
      [not loaded] com.echofx.videoglide.kext.noseize.classic (1.0.0) Support
    Startup Items:
      HP IO: Path: /Library/StartupItems/HP IO
      VideoGlide Startup: Path: /Library/StartupItems/VideoGlide Startup
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.google.keystone.daemon.plist Support
    Launch Agents:
      [loaded] com.google.keystone.agent.plist Support
    User Launch Agents:
      [running] com.spotify.webhelper.plist Support
      [failed] com.valvesoftware.steamclean.plist Support
    User Login Items:
      iTunesHelper
      HP Scheduler
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 13.0.0.214 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 13.0.0.214 - SDK 10.6 Outdated! Update
      Default Browser: Version: 537 - SDK 10.9
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      Google Earth Web Plug-in: Version: 6.1 Support
      Silverlight: Version: 4.0.51204.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Flash Player  Support
    Time Machine:
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      MAC HD: Disk size: 297.29 GB Disk used: 97.54 GB
      Destinations:
      Time Machine Backups [Local] (Last used)
      Total size: 2 
      Total number of backups: 121
      Oldest backup: 2011-12-31 19:36:02 +0000
      Last backup: 2014-06-23 08:26:04 +0000
      Size of backup disk: Excellent
      Backup size 2  > (Disk size 297.29 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          6% WindowServer
          4% Google Chrome
          0% Google Chrome Helper
          0% fontd
          0% aosnotifyd
    Top Processes by Memory:
      152 MB Google Chrome Helper
      135 MB com.apple.IconServicesAgent
      111 MB Google Chrome
      102 MB mds_stores
      57 MB Dock
    Virtual Memory Information:
      1.88 GB Free RAM
      1.40 GB Active RAM
      234 MB Inactive RAM
      505 MB Wired RAM
      616 MB Page-ins
      0 B Page-outs
    Any help would be appreciated!
    Cheers.

    I don’t see anything particularly suspicious either. Try restarting the computer doing a safe boot - as soon as you hear the chime, hold down the shift key until the Apple icon appears. This will boot the computer with the minimal drivers required for the basic computer to function - some things won’t work such as a scanner. The computer should boot up in a minute or two. If it takes longer than that Terence’s suspicion (and mine) are probably confirmed.
    Before going out to buy a new computer, replace its drive, etc - locate the original system disks of the computer (they are grey). I think there are two of them if memory servers. One will have a red ring around the outside and be labeled diagnostic disk. Restart with that disk in the computer and hold the ‘D’ key. Run diagnostics to test the hardware. If nothing pops up then there’s a good chance the drive needs to be replaced which isn’t an easy DIY job. I hate popping iMacs open. Since the 2007 has FireWire 800 it would be less expensive to purchase a FW800 external hard drive. Check out OWC for a good source. I had a 2007 iMac and for nearly a year I was using an SSD in a FW800 enclosure as my boot disk and it was faster than the internal drive.

  • McAfee Security Scan Plus

    New computer, installed Firefox, went to get Flash Player for Firefox.
    Install the plugin, Firefox warning comes up about software trying to be installed, click "allow", install window pops up, 3;2;1, click install.
    Adobe Download Manager comes up downloads Flash Player, Adobe Flash install programs starts, need to close Firefox to continue
    Flash installed, McAfee Security Scan Plus installed.....
    Huh? What? McAfee Security Scan Plus????
    Their was no notification that McAfee Security Scan Plus was going to be installed.  Their was no check box.
    I am an IT guy.  I dont get viruses. I dont fall for scams. I dont get phished.  I dont click "yes" on anything that pops up on my screen.  I fix all my family and freinds computers.  I build my own computers, I havent bought a premade pc from a company in over 15 years.  I am a Linux system admin.
    When I install software, like Flash player, I read everything that pops up on my screen, except for the full EULA.
    I cant wait till HTML5 becomes standard.  Then the world can rid itself of this resource hog and now apprently also a virus.
    Adobe Flash did not notify me McAfee Security Scan Plus was being installed untill after it was installed.

    I'm another IT guy, and I did NOT get the normal Flash install screen with the McAfee junk checkbox. I've learned long ago to watch for it, especially with Adobe products.
    I run a utility on my system that watches the Startup paths in the operating system, and notifies me when something wants to install itself to start automatically. That gives me option to say "no," and keep my system running fast a smooth. Well, Adobe has even worked its way around that kind of protection. Their products now scan for available updates in the background when they are running, then use the system's Shut Down process to put their updater in the "RunOnce" key of the Registry! Then when you reboot, even though you KNOW you didn't authorize any Adobe product to auto-start, up comes their updater. But I digress....
    This time I was browsing with Firefox, and a Flash page said my player was out of date. Click the link to update it. The download started immediately, with no option to opt out of anything.
    Surprise! McAfee Security Scan Plus pops up so it can do its fake scan and try to get me to buy something. McAfee used to be the flagship anti-virus out there. It was fast, unobtrusive, and just did the job. But McAfee lost sight of it's original purpose, and now, in their attempts to become a one-package security solution, McAfee has become a bloated, sluggish system hog like Norton. And like Adobe. They all deserve to just die.
    McAfee has resorted to Adware to make sales, and uses scare tactics to get you to buy. They have obviously partnered with Adobe with a deal to make money for both of them. (Norton, also, has now resorted to scareware sales tactics, BTW.) Why are they doing this? Because Microsoft came out with Security Essentials, which is free. And it provides better protection with far less system load because it integrates with the operating system.
    I dropped Adobe Acrobat a long time ago. If there were a good alternative Flash player, I would dump Adobe player in a second. In half a second. This kind of bloatware sales partnership garbage is unacceptable. There are other multimedia formats out there. Maybe the world will wake up one day and stop using Flash altogether.
    Oh! And their forum software sucks, too. My screen name isn't supposed  to be "BubbaJoeBlow." It's supposed to be "D'Hag," which was registered  with my account. But the forum wouldn't let me use it. Great job, Adobe!
    Message was edited by: Me

  • IMac very, very slow

    Since the update before last (I am now on 10.10.1) this iMac has been running painfully slow. It takes around a minute to swap users. Swapping windows often brings up the spinning beachball, as does typing text in a window. It's pretty much unusable, unless you get lucky and are within an app that is behaving itself. It's a pretty vanilla iMac, that's not particularly old (2011) or had heavy use. Before anyone says anything - rebooting doesn't help. It's nothing to do with system activity, zombie processes or lack of RAM. Here's the Etrecheck summary -
    Problem description:
    Mac has been running painfully slow for quite a while - not just since last OS update. I seem to spend most of the time staring at the spinning beach ball.
    EtreCheck version: 2.1.8 (121)
    Report generated 8 February 2015 15:44:45 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (27-inch, Mid 2011) (Technical Specifications)
        iMac - model: iMac12,2
        1 2.7 GHz Intel Core i5 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                Empty  
            BANK 1/DIMM1
                Empty  
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        AMD Radeon HD 6770M - VRAM: 512 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Time since boot: 33 days 23:49:34
    Disk Information: ℹ️
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (865.10 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
        Logitech Logitech USB Optical Mouse
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [loaded]    com.logmein.hamachi (1.0.0 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.echofx.videoglide.kext (1.0.0) [Click for support]
            /System/Library/Extensions/VideoGlide.kext/Contents/PlugIns
        [not loaded]    com.echofx.videoglide.kext.audio (1.0.0) [Click for support]
        [not loaded]    com.echofx.videoglide.kext.noseize.appleusbaudio (1.0.0) [Click for support]
        [not loaded]    com.echofx.videoglide.kext.noseize.classic (1.0.0) [Click for support]
    Startup Items: ℹ️
        VideoGlide Startup: Path: /Library/StartupItems/VideoGlide Startup
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        [killed]    com.apple.warmd_agent.plist
        15 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [failed]    com.apple.sessionlogoutd.plist [Click for details]
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.wdhelper.plist
        11 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.logmein.hamachimb.plist [Click for support]
        [running]    com.trusteer.rapport.rapportd.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [running]    com.logmein.hamachi.plist [Click for support]
        [running]    com.trusteer.rooks.rooksd.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application Hidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        Unity Web Player: Version: UnityPlayer version 4.3.5f1 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        Silverlight: Version: 5.1.20513.0 - SDK 10.6 [Click for support]
        DirectorShockwave: Version: 11.6.4r634 [Click for support]
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Trusteer Endpoint Protection  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             4%    WindowServer
             1%    sysmond
             1%    taskgated
             1%    SubmitDiagInfo
             0%    Final Draft
    Top Processes by Memory: ℹ️
        112 MB    Safari
        107 MB    Finder
        69 MB    WindowServer
        47 MB    iPhoto
        43 MB    mds
    Virtual Memory Information: ℹ️
        56 MB    Free RAM
        1.00 GB    Active RAM
        938 MB    Inactive RAM
        1.05 GB    Wired RAM
        128.56 GB    Page-ins
        3.10 GB    Page-outs
    Diagnostics Information: ℹ️
        Feb 8, 2015, 12:34:33 PM    /Library/Logs/DiagnosticReports/LogMeIn Hamachi Menubar_2015-02-08-123433_[redacted].crash

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then take an action that isn't working the way you expect. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

  • How to set PATH at startup

    Hello,
    I'm using pam_pkcs11 but some libraries cannot be loaded. I logs the PATH and LD_LIBRARY_PATH variables.
    LD_LIBRARY_PATH does not exist.
    Here is syslog traces :
    Apr 19 14:34:42 unknown dtlogin[1790]: [ID 702911 user.info] PATH /usr/sbin:/usr/bin
    Apr 19 14:34:42 unknown dtlogin[1790]: [ID 702911 user.info] Using config file /etc/pam_pkcs11/pam_pkcs11.conf
    Apr 19 14:40:38 unknown dtlogin[1790]: [ID 598382 user.error] load_pkcs11_module() failed loading /opt/Company/Soft/lib/libmypkcs11.so: dlopen() failed: ld.so.1: dtlogin: fatal: libstdc++.so.6: open failed: No such file or directory
    libstdc++.so.6 is in /usr/local/lib. After login, this path is in LD_LIBRARY_PATH.
    I don't know where is the PATH definition (before login) !
    I tried modifing /etc/profile, /etc/init.d/dtlogin.sh files without success.
    Could you help me, please ?
    Aidev

    You crossposted this same question to at least one other forum web site:
    http://www.linuxquestions.org/questions/solaris-opensolaris-20/default-path-before-login-875872/
    You didn't mention that anywhere (at either site).
    That is considered rude forum etiquette.
    Where would you want your answer?
    (A partial sentence here and a partial sentence elsewhere?)
    Why should anyone spend their time to answer you when it might a duplicate of what you've already been told?
    Be more considerate in the future and ALWAYS mention where you might be researching your inquiries.

  • Acrobat startup error 3: Cannot find the path specified (citrix)

    If a user logs in an error is generated: Error: 3 - The system cannot find the path specified. 'OK' has to be clicked, otherwise Adobe Acrobat and Distiller do not work.
    The system is a Citrix environment. Not all terminal servers experience this problem.
    Thank you in advance for your help.

    Hi,
    Before going further, what's the specific error code?
    The following article provides information on Windows backup or restore errors 0x80070001, 0x81000037, or 0x80070003 and can be worth taking a look.
    Windows backup or restore errors 0x80070001, 0x81000037, or 0x80070003
    http://social.technet.microsoft.com/Forums/en-US/38953e87-52de-460a-a6a9-1865ee9ab3b1/error-system-cannot-find-the-path-specified?forum=windowsbackup
    Besides, the following thread also relates to the error "The system cannot find the path specified" and can be referred to for more information.
    Windows 7 backup "The system cannot find the path specified. error 0x80070003"
    http://social.technet.microsoft.com/Forums/windows/en-US/629597bb-7be0-455c-b81e-a149472d3f9b/windows-7-backup-the-system-cannot-find-the-path-specified-error-0x80070003?forum=w7itprogeneral
    Best regards,
    Frank Shen

Maybe you are looking for