Lircd: command not found after install of lirc

Hi!
I've had some problems with lirc and had to uninstall it from my system. I also deleted
the files named lirc* after I uninstalled. I then cleaned the pacman cache and reinstalled
lirc.
I did this in a hope of getting a complete reinstall of lirc. The installation went fine, but my
system doesn't seem to see that lirc has been reinstalled. When I do #lircd (which used to
start lircd) I get #bash: lircd: command not found
I've tried to reinstall several more times by #pacman -S lirc and it runs through the installation.
I still get #bash: lircd: command not found though.
What am I doing wrong? Why won't lirc go back to working like it should do after reinstallation??

azleifel wrote:
The lircd daemon expects to be run at startup and needs root permissions because it will create device nodes in /dev.  Try "man lircd" for more information.
To run lircd at startup, add it to the DAEMONS line in /etc/rc.conf.  If needed, add any necessary kernel module to the MODULES line of /etc/rc.conf while you're there.  As an example, I have MODULES=(lirc-mceusb2) for my trusty Microsoft MCE remote control and DAEMONS=(@lircd).
That did it!! Thanks.
I spent hours and hours yesterday trying to figure out how to autostart lircd. Now everything works.
When I try #irw every button I push is mapped with the right name and function. But in Freevo things are not that smooth. It seems
freevo only understands a few of the buttons.
I've seen that in myth there's a config file (or something) that seems to map out the remote functions in relation to myth itself. Do I
need a similar config file for freevo?
EDIT: nwm... I found out that yes, I do.
Last edited by Perre (2008-04-13 10:59:09)

Similar Messages

  • (OEL 4.7) -bash: sqlplus: command not found after install of 10g R2

    Hi all
    I'm new to Linux and I would like your help and directions on a few things:
    After 2 days of battle with RPM's (i386 vs x86_64) i was finally able to install 10g R2 on OEL 4.7 x86_64 system without any errors.
    please check if all these settings are correct and help me how to start sqlplus? or create a database with dbca
    I followed all the directions in Doc ID: 339510.1.
    During installation i choose this path as the ORACLE_HOME
    /u01/app/oracle/product/10.2.0/
    I did not however installed the default database.
    I then ran the two scripts at the end of the installation as root.
    Here are my settings:
    oracle bash_profile:
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    :q
    ORACLE_BASE=/u01/app/oracle
    export ORACLE_BASE
    ORACLE_HOME=/product/10.2.0/db_1;
    export ORACLE_HOME
    export PATH=$ORACLE_HOME/bin:$PATH
    here is my oracle env result
    [oracle@nycoralp01 /]$ env | grep -i ORACLE
    OLDPWD=/home/oracle/oraInventory
    USER=oracle
    ORACLE_BASE=/u01/app/oracle
    MAIL=/var/spool/mail/oracle
    PATH=/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin
    HOME=/home/oracle
    LOGNAME=oracle
    ORACLE_HOME=/product/10.2.0/db_1
    here is my echo $ORACLE_HOME result:
    [oracle@nycoralp01 /]$ echo $ORACLE_HOME
    /product/10.2.0/db_1
    Can someone please tell me what did i miss or did not set?
    When i try to run sqlplus i get this error
    [oracle@nycoralp01 /]$ sqlplus
    -bash: sqlplus: command not found
    Any help appreciated

    I change it in my bash_profile
    $ vi ~oracle/.bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    :q
    ORACLE_BASE=/u01/app/oracle
    export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1;
    export ORACLE_HOME
    export PATH=$ORACLE_HOME/bin:$PATH
    and i'm still getting the same error
    -bash: sqlplus: command not found
    Is there anything else i'm missing? do i have to restart anything?

  • Illustrator CC 2014 open and place commands not working after installing Yosemite

    How can I get Illustrator Open and Place commands to work after installing Yosemite?

    Hello,
    I also have the same problem, after 5 minutes I can't open or place anything in illustrator. I have this problem also in photoshop cc 2014. This started after installing Yosemite.
    Tried to reinstall but nothing helps.
    Today after updating creative cloud application it is even worse: illustrator is not opening anything: not even a new file. So I reinstalled... and I can open again for 5 minutes. But then it crashed while saving. Now I can't open illustrator at all...so nothing left to do then reinstalling again I suppose?

  • Bash: command not found after piping

    Hi,
    I'm trying something quite commonly found in an Unix environment, namely piping the output of one command into the input of a subsequent one, eg.
       bash$ ps ax | grep -i bash
    But unfortunately I'm receiving--and now comes the most curious part--most of the times (not always!!) an error message
       bash: grep: command not found
    When calling grep directly
       bash$ grep
    the resulting output is
       Usage: grep [OPTION]... PATTERN [FILE]...
       Try `grep --help' for more information.
    "which"-ing the commands
       bash$ which bash ps grep
    results in
       /bin/bash
       /bin/ps
       /usr/bin/grep
    Cheers,
    MMHein

    Good, you tried a different shell.  sh and bash are essentially the same executable on Mac OS X.
    Did you try a new user account?  What were those results?
    Have you tried installing your own bash?  Either build from sources, or use something like MacPorts.org to install one already configured for Mac OS X.
    You also have ksh and zsh if they happen to rock your boat (see /etc/shells for a list of installed shells).
    I think both Linc an dI agree that we have never seen this situation before either, which is why we suspect something has become corrupt.  The "Nuke and Pave" approach tends to eliminate that possibility.  But since you have lots of Unix experience (even though you missed a few Unix flavors ), and want to find the root cause, then you need to start doing tests that eliminate components.
    The shells on my Mac OS X 10.7.2 Lion system have the following chksum's
    cksum /bin/*sh
    188949626 1371648 /bin/bash
    1672788767 772992 /bin/csh
    4164734636 2180736 /bin/ksh
    1711289041 1371712 /bin/sh
    1672788767 772992 /bin/tcsh
    2366092939 1103984 /bin/zsh
    I would expect yours to be identical.  But that does not take into account any libraries used.  And if you have the same values, then you need to look at something else (again, a new account can go a long way to eliminating things in your environment, or pointing to a system component).

  • [SOLVED] "ip: command not found" after power failure

    Hello,
    After a power failure my Arch box has no network connection available. An 'ip addr' command showed me the outrageous error message :
    bash: ip: command not found
    How could this ever happen ? How do I recover from such an error ?
    Last edited by singleton (2014-12-19 17:34:58)

    I wasn't doing any system maintenance when the power failed, just some regular browsing.
    Here's the output of each command :
    pacman -Qk
    https://bpaste.net/show/e06fb962c42c
    echo $PATH
    /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
    ls -l /usr/bin/ip
    ls: cannot access /usr/bin/ip: No such file or directory
    pacman -Qi iproute2
    error: package 'iproute2' was not found
    I 'm suspecting I will need to use a fresh installation CD to get over this. Any guidance will be greatly appreciated though!

  • Receiving command not found after modifying .bash_profile in OEL 5.6 64 bits

    Hi guys,
    After the installation of Oracle Database 11gR2 on OEL 5.6, I added the following entries into the .bash_profile of the oracle user:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_HOSTNAME=ol5-112.localdomain; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=DB11G; export ORACLE_UNQNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=DB11G; export ORACLE_SID
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    # I added my own values relative to my environment.
    But now, when I tried to login as the oracle user on my terminal, I received the following error:
    command not found
    command not found
    So I deleted all the entries I added to the .bash_profile file. But it didn't solve the problem. When I log in as oracle, I still receive the error:
    command not found
    command not found
    This is really weird. How can I do to solve this error?
    Thanks in advance
    Clamarion.

    The following command might show you where the problem is:
    bash -l -x
    See "man bash" for details.

  • Error 404--Not Found - After Installing Essbase 11.1.2.2

    Hi,
    I have experienced error.
    I have one box of EPM 11.1.2.2, using Windows 2008. After installing Foundation and configuring it, there's no problem at all. I can open workspace and interop as well.
    However I added Essbase, installing and configuring it. But after installing Essbase, I managed to turn on Hyperion Shared Service again, it didn't work.
    The error says:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    What I have done is reconfiguring Shared Service, Essbase also. But no luck at all.
    Does anybody have the clue, please advise. Thanks.

    Hi John,
    I got error like this on the log:
    <Jun 15, 2012 1:06:18 AM ICT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 15, 2012 1:06:18 AM ICT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 15, 2012 1:06:18 AM ICT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\audit-client.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\css.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ctg_custom.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ldapbp.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\opencsv-1.8.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\registry-api.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\wlpool.jar>
    <Jun 15, 2012 1:06:19 AM ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-x86_64 from Oracle Corporation>
    <Jun 15, 2012 1:06:20 AM ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Jun 15, 2012 1:06:22 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 15, 2012 1:06:22 AM ICT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jun 15, 2012 1:06:22 AM ICT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\EPMServer0.log is opened. All server side log events will be written to this file.>
    <Jun 15, 2012 1:06:58 AM ICT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jun 15, 2012 1:06:58 AM ICT> <Notice> <Security> <BEA-090083> <Storing boot identity in the file: C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\security\boot.properties>
    <Jun 15, 2012 1:07:12 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jun 15, 2012 1:07:12 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 15, 2012 1:07:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:07:43 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps\AppServer\InstallableApps\Common\aps.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:07:43 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\tmp\servers\EPMServer0\tmp\_WL_user\APS_11.1.2.0\mizf54/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:07:45 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\tmp\servers\EPMServer0\tmp\_WL_user\SHAREDSERVICES_11.1.2.0\dt7o9d\interop.war/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:08:10 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:11 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    COMP ID = oracle.EPMOHPS
    Hyperion Provider Services - Release 11.1.2.2.100.2167
    Copyright (c) 1991, 2012 Oracle and / or its affiliates. All rights reserved.
    connection mode : HTTP
    essbase.properties: C:\Oracle\Middleware\EPMSystem11R1/common/EssbaseJavaAPI/11.1.2.0/bin/essbase.properties
    java System properties -DESS_ES_HOME: C:\Oracle\Middleware\EPMSystem11R1/common/EssbaseJavaAPI/11.1.2.0
    <Jun 15, 2012 1:08:12 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "JAPI" failed to preload on startup in Web application: "/aps".
    javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'APS [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "JAPI" failed to preload on startup in Web application: "/aps".
    javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    Essbase® Administration Services - Version 11.1.2.2.100.2176
    Copyright © 1991, 2012 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. No portion hereof may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose other than the recipient's personal use, without the express written permission of Oracle.
    US Patent Number 5,359,724
    US Patent Number 6,317,750
    Current time stamp: Fri Jun 15 01:08:14 ICT 2012
    Server started successfully
    Waiting for client requests
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:16 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    **********Getting connection from hub connection pool..Testing JNDI connection....
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "WorkflowEngine" failed to preload on startup in Web application: "interop".
    javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'SHAREDSERVICES [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "WorkflowEngine" failed to preload on startup in Web application: "interop".
    javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "prefs" failed to preload on startup in Web application: "workspace".
    EPMCSS-00001: Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
         at com.hyperion.css.registry.RegistryManager.initRegistry(RegistryManager.java:111)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:95)
         at com.hyperion.css.registry.RegistryManager.getInstance(RegistryManager.java:134)
         at com.hyperion.css.CSSSystemFactory.getCSSMode(CSSSystemFactory.java:103)
         at com.hyperion.css.CSSSystemFactory.getCSSSystem(CSSSystemFactory.java:71)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'WORKSPACE [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "prefs" failed to preload on startup in Web application: "workspace".
    EPMCSS-00001: Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
         at com.hyperion.css.registry.RegistryManager.initRegistry(RegistryManager.java:111)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:95)
         at com.hyperion.css.registry.RegistryManager.getInstance(RegistryManager.java:134)
         at com.hyperion.css.CSSSystemFactory.getCSSMode(CSSSystemFactory.java:103)
         at com.hyperion.css.CSSSystemFactory.getCSSSystem(CSSSystemFactory.java:71)
         at com.hyperion.css.CSSSystem.initCSSSystem(CSSSystem.java:318)
         at com.hyperion.css.CSSSystem.getInstance(CSSSystem.java:272)
         at com.oracle.workspace.Repository$PrefsStore.initialize(Repository.java:2917)
         at com.hyperion.bpm.prefs.PrefsServlet.init

  • Creative folders not found after install

    This a dbl post in sme ways. I by accident checked solution on my other post. Any way here is what's going on.
    I found the drivers I was looking for but can't understand why this is happening. After installing I still can't see anything related to Creative when I look in ALL PROGRAMS. This means I have no icon that would allow me to change from Game mode to entertainment. It doesn't even show up that I installed the drivers in the add remove section or anywhere ion the hard drive. So even if I wanted to uninstall the drivers they're no where to be found. But here's the crazy part. My speaker icon in the task bar shows I have sound and that's it's creative.
    What is up with all this. I've found the right drivers and even when I install it will say this.
    Please insert disk that contains the file layout.bin
    I've not expeirenced this since I first purchased the card. The funny thing here is I own about 20 Creative sound cards. Most are new from the Extreme music to the X-fi Titanium all the way back to SB LE on XP machines. All have had one issue or another with the drivers but I figured things out. With this issue I have no clue why nothing shows up. I've used driver sweeper and a reg cleaner I trust and works. I've also contacted support last night asking for help with the drivers. Funny thing is the support rep gave me the wrong ones, talk about not knowing your job. That's when I downloaded the right drivers and end up with this crap of an issue.
    Would like some help from a mod please.
    Window 7 Ultimate 64
    i7 980x @ stock
    EVGA X58 SLI
    2GB of Gskill @ 600
    300GB VelociRaptor-Seagate Terabyte-4 external 2 terabye
    MSI GTX 460 in SLI
    X-fi Fatality- original one from 05-06, the red F on the card still even lights up.. surprised
    860 PC POWER & COOLING
    ASUS VE278Q 27" 2ms
    Logitech 5300Z 5.
    G9x-G5-CM STORM GAME MAT
    That's what I'm running in a nut shell. Thing is I can't understand why the cards not showing up anywhere on my C: drive which is the Raptor. Need help as I need sound. I'm a 39 old gamer and in tourneys right now. Can't have no sound or I die. Also means my team mates can'r hear my either.
    Thank you.

    In all my years of running web sites for PC issues and modding info I've never seen one so useless at this one. Obviously you mods are employeed to look this site over and offer assistance. But as I can see your not doing your job. I can also see this place has no forum guru like most sites do. He or she is usally the one answering the questions because the mods are know where to be found.
    Am I upset yes I am. This card worked the other day but after a reload of Windows not one driver works. I'm not even sure the drivers I found are the correct ones. As stated before I contacted support and was given the wrong drivers to install. In fact simple questions couldn't be answered. That leads me to believe they are not from the U.S. And if they can't understand me why even have support for the U.S. So here I sit with a sound card in a $3,500 PC that I can't do much with because I can't hear anything.
    NO CONSOLE LAUNCHER
    This device supported by this application is not detected. The application will exit.
    Please insert disk that contains the file layout. bin
    I've pt in what model X-fi I have which is SB0466 and takes me to the drivers for that card. I then proceed to DL and then install. After that I get to the panel to check for updates. While their I notice it says my card is a Fatality Champion Series. WOW that's new to me as it doesn't show that in the driver section for my card. Any way while it's looking for updates it comes back and says my card is all up to date. Really now, in the past after installing drivers it would look for updates and say these that are critical need to be installed. It really didn't say that but critical means now in my book. Those that were critical were the the console launcher along with Alchemy and some other update.
    So someone please explain to me and everyone else here why Creative drivers are worse then ex wi'ves. Every time I go to instal a new creative card it's like walking into the house and seeing the now ex and knowing it's going to be a living hell. Problem we have here and I know this for sure is know one knows about these issues. I'm talking about those who monitor companies for lack of keeping the customer happy.
    One more thing that is rediculous. Who set up the section for the drivers. Honestly when you go into the area the listing for X-fi can confuse some. Yes even me who has a high understanding of the ins and outs of computers. And still when you type in the model # of the card it gives you the wrong drivers... unbelievable.
    Very unhappy here as this has happened way to many times with Creative. Glad were having a Tech Trade Show here In Milwaukee April st and 2nd. Companies like ASUS, Coolermaster, MSI and so on will be here. Going to ask ASUS and MSI why Creative cards don't work with their products. I'm also going to ask when has it become the norm to ignore the consumer in forums.
    I'm also going to make a video of me doing the installation of the drivers. It will be for any Creative employee who wants to see that I'm not doing anything wrong.

  • Process.conf file not found after installing Sun One Portal Server 6.0

    This extract is from the Sun One Portal Server development guide for logging error or logs in log file. This says that to generate the log, entry should be done to enable logging in process.conf file. I could not find any such file after installing Sun One Portal Server 6.0.
    Any help will be appreciated...
    Reporting Errors to the Robot Log File
    When problems occur, robot application functions should return an appropriate response status code (such as REQ_ABORTED), and they should also log an error inthe error log file.
    To use the error-logging functionality, you must include the file log.h in thesdk/robot/include/libcs directory. After you have ensured that log.h exists in the correct place, you can use the cslog_error macro to report errors. The prototype is in the following format:
    cslog_error(int n, int loglevel, char* errorMessage)
    The first parameter is not currently used (may be used in the future) You can pass
    this as any integer.
    The second parameter is the log level. When the log level is less than or equal to the log level setting in the file process.conf, the error message is written in the robot.log.

    Since removing the log settings from magnus.conf failed to fix the problem, the log settings are probably not the source of the problem.
    Did anything else - e.g. ColdFusion configuration changes - occur at about the same time you changed the log settings?

  • Entry point not found after installing last update (itunes 11.1.4.62)

    itunes just prompted me to install an update, so I did.  Now I can not open iTunes at all.  I recive the following message:
    iTunes.exe - Entry Point Not Found
    The procedure entry point
    ?videoTracks@QTMovie@@QBE?AV?$Vector@VQTT
    rack@@@***@@$0A@VCrashOnOverflow@2@@***@@XZ
    could not be located in the dynamic link library :\Program Files
    (x86)\Common Files\Apple\Apple Application
    Support\WebKit.dll
    I have already tried to restart, and repair both iTunes and Apple Application Support.
    I had no problems prior to installing the latest update.  What can I do?

    iTunes.exe - Entry Point Not Found
    The procedure entry point
    ?videoTracks@QTMovie@@QBE?AV?$Vector@VQTT
    rack@@@***@@$0A@VCrashOnOverflow@2@@***@@XZ
    could not be located in the dynamic link library :\Program Files
    (x86)\Common Files\Apple\Apple Application
    Support\WebKit.dll
    Try the following user tip:
    iTunes for Windows 11.1.4.62: "The procedure entry point: ?videoTracks@QTMovie@ [...] could not be located ..." error messages when launching iTunes

  • 6 in 1 card Reader not found after installing Windows 8 - HP Pavillion Dv6

    I am running a dv6874ca and after installing Windows 8 the 6 in 1 card reader no longer works - the system does not read any information. I cannot find the card reader in the device manager. 
    Note: I am trying to view a Sony Pro Duo card which was possible before installing Windows 8. The only item that appears under "disk drives" within the device manager is my hard drive. 

    Try these drivers:
    ftp://ftp.hp.com/pub/softpaq/sp45001-45500/sp45112.exe
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • Entry point not found after installing odp

    When installing odp on a Win200 machine with 8.1.7 client leads to installation failure when odp installer tries to access net8-assistent. Afterwards oracle tools (like tnsping) don't start and come up with an 'Entry point nog found' message, something with 'JREW.EXE'. It could not be located in the dynamic link library msvcrt.dll.
    Has anyone experienced the same problems ?
    Thanx in advance!

    iTunes.exe - Entry Point Not Found
    The procedure entry point
    ?videoTracks@QTMovie@@QBE?AV?$Vector@VQTT
    rack@@@***@@$0A@VCrashOnOverflow@2@@***@@XZ
    could not be located in the dynamic link library :\Program Files
    (x86)\Common Files\Apple\Apple Application
    Support\WebKit.dll
    Try the following user tip:
    iTunes for Windows 11.1.4.62: "The procedure entry point: ?videoTracks@QTMovie@ [...] could not be located ..." error messages when launching iTunes

  • Page not found - after installing htmldb_2.0.zip

    On my W2000 PC installed XE ok and everything seemed fine on...
    http://127.0.0.1:8080/apex
    Then installed htmldb_2.0.zip and now nothing works...
    http://127.0.0.1:8080/apex
    The requested URL /apex/f was not found on this server
    http://127.0.0.1:8080/pls/htmldb
    The requested URL /pls/htmldb was not found on this server
    Any ideas?
    Thanks

    Hi
    Why do you install htmldb 2.0?
    It's already included (apex ist htmldb2.0)
    APEX use the integrated webserver from xdb.
    If you install htmldb you must install a external apache or configure a dad ("pls") in xdb.
    Greetings
    Sven

  • Windows XP drive not found after install

    After installing Windows XP on boot camp, I have found that the computer will restart and then fail to find the drive I have just installed windows on giving me an error message something like "Cannot locate boot disk". If i restart into OSX then it finds the drive but i cannot boot into windows because it will just display the error message. If i try installing Vista this works fine but Vista is shockingly awful and i would sooner have XP. Any ideas??

    Evening all
      Have you disabled any Norton, KAS, antivirus anti spyware programs?
      Did you set a restore point prior to installing the Sp3?
     Which method did you install the Sp3 from? full adminstrator account or apply the subinacl program and reset.cmd ?
      There may be other problems prior to install of Sp3, Are the bios,of the systems you are using, the latest version?
      What type of system are you using?
      Are you using the latest W.H.Q.L. Microsoft signed drivers video available for your system? 174.74 from Nvidia, 8.4 catylst for ATI/AMD?
      If you are using X2 processor both the processor driver and the dual core optimizer. You cannot depend on the Sp2 driver for proper operation.
      What about chipset drivers?
      And the mouse, and other perpherials?
      If you have any unsigned drivers you will have endless reboots.
      If you check the system to see if safe mode is available you can trouble shoot what is happening
    *Press f8 prior to the Windows splash screen*
     Log in as adminstrator *Full one*
    If you are using an AMD machine, check the regedit for the following key
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Intelppm\Start
    If this key exists change it to 04 Hexdecimal and reboot.
     as seen here
    http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3072752&SiteID=17
     If you are still having problems see follow the advice at the end of this posting and add what problems you are having. And send the logs after a MSFT team member responds with an address.

  • "Dispatcher running, server not found" After installing temporary license

    hi all,
    we have Xi server at stack 03. As the licence expired, we requested for temporay license from SAP Marketplace and updated the same using Visual admin tool. The new expiry date was reflected in the visual admin tool. But once we restrted the WAS, we are unable to log into the visual admin.
        "requested object was not found".
    when used the url " http://localhost:50000" , it says
    " dispatcher runing, server not found"
    If anyone has faced simiplar problems, please let us know with some solution.
    Regards,
    Siva Maranani.

    Your server is not running.
    Check two things:
    1)run jcmon pf=/usr/sap/..../<instance_profile_here
    select 20 and then list process to see what is running.
    You should see dispatcher, server and SDM running.
    In your case the server will show 0 pid.
    2) go to the /usr/sap...../j2ee/cluster/server/log/console_logs (I think this is the path....and then look at the latest error logs....
    This should give you an idea why the server is not running...
    Hope this helps,
    John Ryan

Maybe you are looking for

  • CDR get_file_list

    I have been trying to write some routines to generate and download CDR. I'm just not getting it. Obviously, I am over simplifying this. Any guidance would be appreciated. All of the services are running and I can retrieve the wsdl at: https://myccm:8

  • IPhone 5c was powered off; when turned back on screen only shows in black and white.  Have tried several times with no success. Any suggestions?

    I purchased the iPhone 5c about 4 months ago.  I turned it off briefly last night and when I turned it back on, the screen wallpaper and app icons are now in black and white.  I have tried turning it off and on again several times with no success; sc

  • How to display Arabic content in JSP ?

    Hi all, I used the following encoding method to display arabic content in JSP page. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <meta content="text/html; charset=UTF-8" http-equiv="content-type"/> I also set

  • SQL Server 2012 Three Tables Joining

    I have Three Tables in sqlserver2012 Master Table OrderID       PackageID      CustomerName 1                          1               Abc 2                          2                Bcd 3                          1                xyz Child1 Table Or

  • 3D vector plot

    Hi, I am performing a CNC machine tool capability study.  I have measured a vertical, 3 axis (x,y,z) milling machine in all three axes using a laser measurement system.  The data I have recorded is target position vs actual machine position.  A good