EPM 11.1.2 - wallet file errors trying to start foundation services.

Running EPM 11.1.2 in a distributed environment. Middle tier is on linux REHL 5 VM, sql server database. Essbase servers are all linux REHL 5 servers.
We have faced several challenges getting the environment up and stablized. Most recently after several EAS crashes (while migrating Essbase artifacts), we can no longer start Foundation Services.
Has anyone faced this particular error? We have an open case with Oracle, no one seems to be familiar enough with WebLogic to assist.
Part of the error log:
WARNING: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
<Sep 7, 2010 7:54:32 PM EDT> <Error> <Security> <BEA-090892> <The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider>
<Sep 7, 2010 7:54:32 PM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1394)
     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
     at weblogic.security.SecurityService.start(SecurityService.java:141)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     Truncated. see log file for complete stacktrace
Caused By: oracle.security.jps.JpsRuntimeException: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:256)
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:130)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
Truncated. see log file for complete stacktrace
Caused By: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:675)
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:254)
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:130)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
Truncated. see log file for complete stacktrace
Caused By: java.security.PrivilegedActionException: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:622)
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:254)
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:130)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
Truncated. see log file for complete stacktrace
Caused By: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:637)
at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:622)
at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:622)
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:254)
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:248)
Truncated. see log file for complete stacktrace
Caused By: oracle.security.jps.service.credstore.CredStoreException: PKI-02002: Unable to open the wallet. Check password.
at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:176)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:213)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:135)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:122)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:115)
Truncated. see log file for complete stacktrace
Caused By: java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
at oracle.security.pki.OracleWallet.open(Unknown Source)
at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:165)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:213)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:135)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:122)
Truncated. see log file for complete stacktrace
Caused By: java.io.EOFException
at oracle.security.crypto.util.Utils.inputByte(Unknown Source)
at oracle.security.crypto.asn1.ASN1Header.a(Unknown Source)
at oracle.security.crypto.asn1.ASN1Header.input(Unknown Source)
at oracle.security.crypto.asn1.ASN1Header.<init>(Unknown Source)
at oracle.security.crypto.asn1.ASN1ConstructedInputStream.<init>(Unknown Source)
Truncated. see log file for complete stacktrace
>
<Sep 7, 2010 1:18:05 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Sep 7, 2010 1:18:05 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Sep 7, 2010 1:18:05 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

using orapki you should be able to see the contents of the wallet without a password. try using this:
ORACLE_WM_HOME/oracle_common/bin/orapki wallet display -wallet ORACLE_WM_HOME/user_projects/domains/EPMSystem/config/fmwconfig
Should result in the following
Oracle PKI Tool : Version 11.1.1.2.0
Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.
Requested Certificates:
User Certificates:
Trusted Certificates:
Subject: OU=Class 1 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
Subject: OU=Secure Server Certification Authority,O=RSA Data Security\, Inc.,C=US
Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS incorp. by ref. (limits liab.),O=Entrust.net,C=US
Subject: CN=GTE CyberTrust Global Root,OU=GTE CyberTrust Solutions\, Inc.,O=GTE Corporation,C=US
Subject: OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 2000 Entrust.net Limited,OU=www.entrust.net/SSL_CPS incorp. by ref. (limits liab.),O=Entrust.net
Subject: OU=Class 2 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
Subject: CN=Entrust.net Certification Authority (2048),OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.),O=Entrust.net
If it prompts you for a password then that's your issue...

Similar Messages

  • Got an Error trying to start scheduler services in obiee 11g

    hi,
    when i am trying to start the services in linux through  ./opmnctl startall
    got the following error Please help me out...
    ias-component/process-type/process-set:
      coreapplication_obisch1/OracleBISchedulerComponent/coreapplication_obisch1/
    Error
    --> Process (index=1,uid=1825388282,pid=4701)
      failed to start a managed process after the maximum retry limit
      Log:
      /MiddlewareHome/instances/instance1/diagnostics/logs/OracleBISchedulerComponent/coreapplication_obisch1/console~coreapplication_obisch1~1.log
    Regards,
    Ramaraju

    hi,
    For setting the MDS password:
    On the menu on the left, expand “WebLogic Domain”;
    Right-click “bifoundation_domain;
    On the pop-up menu select “JDBC Data Sources;
    Click “mds-owsm”;
    Select the “Connection Pool” tab;
    Set the password and hit “Apply”;
      To set the BIPLATFORM password:
    Expand “Business intelligence” menu on the left;
    Click the “Deployment” tab;
    Click the “Scheduler” tab under deployment;
    Click “Lock and Edit Configuration” button;
    Set the password and hit “Apply”;
    Click the “Activate Changes” button;
    you can remove AdminServer.lok and bi_server1.lok
    from: \user_projects\domains\bifoundation_domain\servers\AdminServer\tmp
    Restart the services.
    Regards,
    VG

  • Cannot Open File error - tried what I know

    I have received the dreaded Cannot Open File error. Usually I can manage to recover the file by deleting the lock file or recovering from a backup. This time, nothing is working.
    I've searched the forum, and while many people have this issue I cannot find a solution.
    Any suggestions?
    Thanks!

    Hi,
    Have you checked this article for steps to recover a project from Cache. (Adobe Captivate Cache Projects folder from My Documents)
    http://blogs.adobe.com/captivate/2010/09/recovering-the-project.html
    For Future, make sure you have the option to create project Backup on save automatically at the same location where your project is saved. (Edit--Preferences--General-- Generate Project backup)
    Thanks,
    Anjaneai

  • Error Trying to Start iTunes

    iTunes was working fine until I installed an update iTunes promted me to install. iTunes has never ran since. Since the update the below error occurs when trying to start iTunes.
    The instruction at “0x10001040” referenced memory at “0x10001040”. The memory could not be “read”.
    Click OK to terminate the program
    Click CANCEL to debug the program
    I have uninstalled, rebooted and resinstalled four different times with the same result. I also tried to save the install file to my hard drive and install from that location. I also tried one of the installs to a different destination folder C:\iTunes rather than the default C:\Program Files\iTunes. All other apps are running normally without error. Also worth noting whether OK or CANCEL is clicked the error window disapears and nothing happens, I just go back to my desktop.

    I did ask about Quicktime, I was getting there
    quite right, i didn't notice that when i posted earlier. sorry Rachyl.
    just a heads-up note from personal experience: although this precise version of the error message is reported pretty rarely, the 0x10001040 signature shows up quite often also mentioned as the "offset" in "itunes has encountered an error ..." message error reports. Almost invariably (i can't think of a single case reported otherwise), the standalone QT reinstall has fixed one of these where 0x10001040 is mentioned.
    (occasionally, there's a follow-up problem to do with "error-less" launch failure. but in those cases the poor people may have been getting two different problems on top of each other.)
    love and contrition, b

  • Systemd service file question (trying to start nilfs-cleanerd)

    My root file system is nilfs2. Yay!
    But I can't get the cleanerd to auto-start.
    According to the documentation, for root file systems, I need to run a manual command to start it.
    I tried creating a unit (service) file to do this, but systemd doesn't seem to recognize it.
    I create the file as /etc/systemd/system/nilfs-cleanerd.service, but I get an error trying to enable it.
    I also have it as a "wants" to try to auto-run it.
    Shell output, showing the file, and the command/error:
    [root@robot1 /]# systemctl enable nilfs-cleanerd.service
    Failed to issue method call: Invalid argument
    [root@robot1 /]# cat /etc/systemd/system/nilfs-cleanerd.service
    [Unit]
    Description=Garbage collect NILFS segments
    After=local-fs.target
    [Service]
    ExecStart=/sbin/nilfs_cleanerd
    Type=simple
    [Install]
    Alias=nilfs-cleanerd.service
    WantedBy=local-fs.target.wants
    [root@robot1 /]#
    So, how do I debug this error? There's no "-v" option to systemctl to get more verbose error messages that might give a hint about where in the operation it fails.
    Also, there seems to be a cleanerd running somehow:
    [root@robot1 /]# ps alx | grep ni[l]
    1 0 222 2 20 0 0 0 nilfs_ S ? 0:03 [segctord]
    4 0 223 1 20 0 14692 864 wq_sle Ss ? 0:00 /sbin/nilfs_cleanerd -n /dev/sda1 /
    [root@robot1 /]#
    but nilfs-clean doesn't find it:
    [root@robot1 /]# nilfs-clean
    No cleaner found on /dev/sda1.
    [root@robot1 /]#
    so it may be that my problem is related to nilfs-clean rather than the systemctl command. But I still want to understand how to debug this systemctl error.

    tomk wrote:Finally if you think the wiki is not clear enough on what goes where, you can improve it yourself.
    I'd be happy to improve it, once I find the authoritative source that tells me what the rule is.
    You're not actually answering the question, though, unless I'm supposed to read between the lines.
    Are you saying that locally defined services should, in fact, have their files live in /etc/systemd/system ? Because when I select particular services, symlinks get generated in /etc/systemd/system. Here's the output of "ls -l /etc/systemd/system" on my machine:
    [jwatte@robot1 Onyx]$ ls -l /etc/systemd/system
    total 40
    -rw-r--r-- 1 root root 1662 Dec 14 05:00 [email protected]
    lrwxrwxrwx 1 root root 41 Dec 14 05:05 default.target -> /usr/lib/systemd/system/multi-user.target
    lrwxrwxrwx 1 root root 36 Dec 14 04:50 display-manager.service -> /usr/lib/systemd/system/lxdm.service
    drwxr-xr-x 2 root root 4096 Dec 14 05:01 getty.target.wants
    drwxr-xr-x 2 root root 4096 Dec 30 15:57 local-fs.target.wants
    drwxr-xr-x 2 root root 4096 Dec 29 20:19 multi-user.target.wants
    -rwxr-xr-x 1 root root 191 Dec 30 15:57 nilfs-cleanerd.service
    drwxr-xr-x 2 root root 4096 Dec 29 20:19 printer.target.wants
    drwxr-xr-x 2 root root 4096 Dec 29 20:19 sockets.target.wants
    drwxr-xr-x 2 root root 4096 Nov 22 07:21 sysinit.target.wants
    [jwatte@robot1 Onyx]$
    Note the symlinks for default.target and display-manager.service. Then again, [email protected] is a file living in this directory.
    The problem then becomes: Why do I get the error listed at the beginning of this post?
    Here's the output of ls -l on local-fs.target:
    [jwatte@robot1 Onyx]$ ls -l /etc/systemd/system/local-fs.target.wants/
    total 4
    lrwxrwxrwx 1 root root 42 Dec 30 15:57 nilfs-cleanerd.service -> /etc/systemd/system/nilfs-cleanerd.service
    [jwatte@robot1 Onyx]$
    Last edited by jwatte (2013-01-01 22:52:01)

  • Java.lang.NoClassDefFoundError when trying to start Weblogic service

    Hi,
    I'm using Weblogic 10.3.2 and have installed a service to start weblogic automatically. However, when I start the service I receive the NoClassDefFound. The error is below:
    [Wed Feb 03 16:03:04 2010] [RunJavaApp] Loading class - C:\PROGRA~1\Java\JDK16~1.0_1\jre\bin\server\jvm.dll
    java.lang.NoClassDefFoundError: C:\PROGRA~1\Java\JDK16~1/0_1\jre\bin\server\jvm/dll
    Caused by: java.lang.ClassNotFoundException: C:\PROGRA~1\Java\JDK16~1.0_1\jre\bin\server\jvm.dll
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

    Hi,
    I've gotten past this error, but I still can't start my Weblogic service. From what I can tell, there is something wrong with the PATH. I've set the path within the InstallSvc.cmd file, however, after it's installed, I checked the registry entry for the service, went to the path defined and tried to run java.exe.
    It does not work as there is no java.exe in the specified path. In the registry, the 'Path' parameter is set to 'D:\product\Oracle\11.1.1\Middleware\wlserver_10.3\server\bin' which is my weblogic home directory. Obviously, there is no java.exe in this directory, so this is normal behaviour. However, I would expect the 'Path' to be set as:
    Path=D:\product\Oracle\111~1.1\MIDDLE~1\patch_wls1032\profiles\default\native;D:\product\Oracle\111~1.1\MIDDLE~1\WLSERV~1.3\server\native\win\x64;D:\product\Ora
    cle\111~1.1\MIDDLE~1\WLSERV~1.3\server\bin;D:\product\Oracle\111~1.1\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\PROGRA~1\Java\JDK16~1.0_1\jre\bin;C:\PROGRA~1\Java\JDK16
    ~1.0_1\bin;D:\product\Oracle\11.1.1\client\OraClient11g_home1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\product\Oracle\111~1.1\MIDDLE~1\WLS
    ERV~1.3\server\native\win\x64\oci920_8
    Above is what I set in the installSvc.cmd file. Maybe the 'Path' in the registry for the service has a different purpose than the 'PATH' parameter I specify above.
    Please note the Java home directory is specified in "8dot3" format. I am using version 1.6.0_18.
    Any help would be appreciated.
    Thank you.

  • Systemd logind.service reports an error: Failed to start login service

    Hello,
    I found this error in /var/log/errors.log and /var/log/daemon.log although my system functions normally.
    It's been written there every 90 seconds!!!!:
    Dec 19 23:52:59 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:54:29 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:55:59 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:57:29 localhost systemd[1]: Failed to start Login Service.
    Dec 19 23:58:59 localhost systemd[1]: Failed to start Login Service.
    the process: systemd-logind.service seems to be working fine:
    [xxx@archbox ~]$ sudo systemctl status systemd-logind.service
    [sudo] password for xxx:
    systemd-logind.service - Login Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static)
    Active: activating (start) since Wed, 2012-12-19 23:49:59 CET; 49s ago
    Docs: man:systemd-logind.service(8)
    man:logind.conf(5)
    http://www.freedesktop.org/wiki/Software/systemd/multiseat
    Main PID: 11822 (systemd-logind)
    CGroup: name=systemd:/system/systemd-logind.service
    └─11822 /usr/lib/systemd/systemd-logind
    Dec 19 23:49:59 archbox systemd[1]: Starting Login Service...
    Dec 19 23:49:59 archbox systemd-logind[11822]: New seat seat0.
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event6 (P...on)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event7 (V...us)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event4 (L...ch)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event5 (S...on)
    Dec 19 23:49:59 archbox systemd-logind[11822]: Watching system buttons on /dev/input/event3 (T...ns)
    Dec 19 23:49:59 archbox systemd-logind[11822]: New session 1 of user xxx.
    Dec 19 23:49:59 archbox systemd-logind[11822]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-...ay.
    and journalctl _PID=11822 returns:
    Dec 19 23:38:01 archbox sudo[21335]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:38:01 archbox sudo[21335]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:38:01 archbox sudo[21335]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:38:44 archbox sudo[22682]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:38:44 archbox sudo[22682]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:38:44 archbox sudo[22682]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:39:10 archbox sudo[23516]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:39:10 archbox sudo[23516]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:39:29 archbox systemd[1]: systemd-logind.service operation timed out. Terminating.
    Dec 19 23:39:29 archbox systemd[1]: Failed to start Login Service.
    Dec 19 23:39:29 archbox systemd[1]: Unit systemd-logind.service entered failed state
    Dec 19 23:39:29 archbox systemd[1]: systemd-logind.service holdoff time over, scheduling restart.
    Dec 19 23:39:29 archbox systemd[1]: Stopping Login Service...
    Dec 19 23:39:29 archbox systemd[1]: Starting Login Service...
    Dec 19 23:39:29 archbox systemd-logind[24096]: New seat seat0.
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event6 (Power B
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event7 (Video B
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event4 (Lid Swi
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event5 (Sleep B
    Dec 19 23:39:29 archbox systemd-logind[24096]: Watching system buttons on /dev/input/event3 (ThinkPa
    Dec 19 23:39:29 archbox systemd-logind[24096]: New session 1 of user xxx.
    Dec 19 23:39:29 archbox systemd-logind[24096]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-displa
    Dec 19 23:39:30 archbox sudo[23516]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:40:08 archbox sudo[25314]: xxx : TTY=pts/1 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:40:08 archbox sudo[25314]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:40:09 archbox sudo[25314]: pam_unix(sudo:session): session closed for user root
    Dec 19 23:40:43 archbox slim[641]: error 8: BadMatch (invalid parameter attributes) request 142 mino
    Dec 19 23:40:43 archbox slim[641]: error 9: BadDrawable (invalid Pixmap or Window parameter) request
    Dec 19 23:40:43 archbox slim[641]: error 4: BadPixmap (invalid Pixmap parameter) request 54 minor 0
    Dec 19 23:40:56 archbox sudo[26739]: xxx : TTY=pts/0 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/
    Dec 19 23:40:56 archbox sudo[26739]: pam_unix(sudo:session): session opened for user root by xxx(uid
    Dec 19 23:40:59 archbox systemd[1]: systemd-logind.service operation timed out. Terminating.
    Dec 19 23:40:59 archbox systemd[1]: Failed to start Login Service.
    Dec 19 23:40:59 archbox systemd[1]: Unit systemd-logind.service entered failed state
    Dec 19 23:40:59 archbox systemd[1]: systemd-logind.service holdoff time over, scheduling restart.
    Dec 19 23:40:59 archbox systemd[1]: Stopping Login Service...
    Dec 19 23:40:59 archbox systemd[1]: Starting Login Service...
    Dec 19 23:40:59 archbox systemd-logind[26935]: New seat seat0.
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event6 (Power B
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event7 (Video B
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event4 (Lid Swi
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event5 (Sleep B
    Dec 19 23:40:59 archbox systemd-logind[26935]: Watching system buttons on /dev/input/event3 (ThinkPa
    Dec 19 23:40:59 archbox systemd-logind[26935]: New session 1 of user xxx.
    Dec 19 23:40:59 archbox systemd-logind[26935]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-displa
    Updating system with pacman didn't solve it.
    Did I miss something out while migrating to systemd, is it a problem with SLiM or user session maybe ? Do you guys have any ideas where to start ? Thanks.
    Last edited by nastycino (2012-12-30 17:46:43)

    My /etc/systemd/logind.conf:
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    # See logind.conf(5) for details
    [Login]
    #NAutoVTs=6
    #ReserveVT=6
    #KillUserProcesses=no
    #KillOnlyUsers=
    #KillExcludeUsers=root
    #Controllers=
    #ResetControllers=cpu
    #InhibitDelayMaxSec=5
    HandlePowerKey=poweroff
    HandleSuspendKey=suspend
    HandleHibernateKey=hibernate
    HandleLidSwitch=suspend
    #PowerKeyIgnoreInhibited=no
    #SuspendKeyIgnoreInhibited=no
    #HibernateKeyIgnoreInhibited=no
    #LidSwitchIgnoreInhibited=yes
    Is there any way of reinstalling parts of systemd like logind.service?

  • Plumtree Job Dispatcher Service is giving error when i start the service

    Could not start the plumtree Job Dispatcher service service on Local Computer. The service did not return an error. THis could be an internal windows rror or an internal service error. If the problem persits, contact your system administrator... Any solution

    Hi 
    There are many reasons fo this.
    This may help
    http://melick-rajee.blogspot.ae/2011/07/user-profile-synchronization-service.html
    Workouts
    First Check Forefront Identity Manager is Working (miisclient.exe).  If this is starting most of the time their are no issues in Forefront Identity manager service and Sync Service. If so we have to check the databases for permission. 
    C:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\UIShell\miisclient.exe
    If this not working (Most of the time this is the issue).
    we need to check following windows services. (Services.msc)
    if miisclient.exe is not working either above service may not work. so try to start the service. if it is a login problem it will say that can not strat due to login problem.
    then go to Properties
    and check logOn username,password  and Account.
    After correcting this try to restart the  profile service and synchronization in the SharePoint after restarting the IIS.
    Melick Rajee http://melick-rajee.blogspot.com

  • Error message for starting OracleHome81ManagementServer service

    I want to start OracleHome81ManagementServer service in the service which is in the Control Panel( windows 2000 professional ), but i got the following error message... i don't know where and what i should fix... please help...
    Could not start the OracleHome81ManagementServer service on Local Computer
    The service did not return an error. This could be an internal Windows error
    or an internal service error.
    If the problem persists, contact your system administrator.
    Thanks...

    I checked that all sevices were started. There was no problem.
    All services were started normally. Even I tried several minutes after.. I got same error message.
    Hi,
    Probably by that time, Oracle service is not started when you tried to login. It takes a while to start the service automatically, so you try after a few minutes of starting the machine and try again.

  • HT6117 Error : Can not start the service "Apple Mobile Device"

    I get this error message of Can not start the service "Apple Mobile Device" please verify if you have enough permission to start a service. I have tried reinstalling itunes but could not get rid of the error. I use Win 7 64bit OS. Please help me to resolve the issue
    Thanks
    Venky

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Error: Unable to start the services !!!!!!!

    After restarting the  Sww QA server  i am getting the below error message ,I am not able to start the services
    Below is the error :
    <u><b>ERROR:</b></u>
    The database
        DRIVER=SQL
    Server;SERVER=SWWSQLPRVSR1;UID=WindowsBGinfo;PWD-tricky;APP=BGInfo;WSID=FLMIRLET10373XP;DATABASE=WindowsBGinfo cannot be opened
    Please ensure the database exists and is accessible
    Regards,
    Mag.

    Hi,
    Following string
    PWD-tricky
    Should be:
    PWD=tricky
    Regards,
    Marcin

  • Getting UTL FILE error trying to read from User_TUNE_MVIEW

    I am trying to set up a materialized view using the dbms_advisor.tune_mview which works and populates the user_tune_mview table. Supposedly I am supposed to be able to extract the suggested SQL from that table by
    a) logging on as sysdba and
    i) create directory MYDIR as 'C:\';
    ii) grant read,write on directory mydir to grantee (in my case aradmin)
    b) logging back on as aradmin (the user) and running,
    c)
    exec_dbms_advisor.create_file(dbms_advisor.get_task_script('TASK_Number'),
    'MYDIR','FIXME.txt');
    the last step does not work:
    instead I get a cascade of errors other people must have also encountered which are:
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.PRVT_ADVISOR", line 140
    ORA-06512: at "SYS.DBMS_ADVISOR", line 527
    ORA-06512: at line 2
    Since this is a called oracle package I am at a loss and hope that someone else ran into this and solved it.
    thanks in advance.

    What version pof the database are you using and what documentation are you reading regarding exec_dbms_advisor. I can not find anything.
    This may be related:
    Oracle Server Performance Technical Forum
    Thread Status: Active
    From: [email protected] 09-Nov-05 07:59
    Subject: Broken SQL Access Advisor
    RDBMS Version: 10.2.0.1.0
    Operating System and Version: MS Windows XP SP2
    Error Number (if applicable): ORA-13600
    Product (i.e. SQL*Loader, Import, etc.): SQL Access Advisor
    Product Version:
    Broken SQL Access Advisor
    When I try to create SQL Access Advisor task
    VARIABLE task_id NUMBER;
    VARIABLE task_name VARCHAR2(255);
    EXECUTE :task_name := 'MYTASK';
    EXECUTE DBMS_ADVISOR.CREATE_TASK ('SQL Access Advisor', :task_id, :task_name);
    I get this error
    begin DBMS_ADVISOR.CREATE_TASK ('SQL Access Advisor', :task_id, :task_name); end;
    ORA-13600: error encountered in Advisor
    ORA-13635: The value provided for parameter ADJUSTED_SCALEUP_GREEN_THRESH cannot be converted to a number.
    ORA-06512: at "SYS.PRVT_ADVISOR", line 3902
    ORA-06512: at "SYS.DBMS_ADVISOR", line 102
    ORA-06512: at line 1
    From: Joze Senegacnik 09-Nov-05 21:59
    Subject: Re : Broken SQL Access Advisor
    Ivo,
    I think you have encountered a bug. I get the same error on my 10.2. The ADJUSTED_SCALEUP_GREEN_THRESH parameter is defined in SYS.WRI$_ADV_DEF_PARAMETERS table having value 1.25. The other similar parameter OVERALL_SCALEUP_GREEN_THRESH has value of 1.5 (this one also causes a procedure crash). Both should be converted to a number type but obviously can't be. If you change their values to 1 and 2 respectively then the procedure successfully completes. Therefore I suspect that this is a bug and the best idea is to log a TAR. If you will not do it, I'll log it.
    Regards, Joze
    From: Joze Senegacnik 10-Nov-05 07:16
    Subject: Re : Broken SQL Access Advisor
    Ivo,
    Hmmmm..., in my previous post I overlooked the fact that the problem is the NLS setting for decimal point. If you set NLS_LANG=american_america.us7ascii then things work correctly. I would expect that Oracle would do a proper NLS handling inside their package.
    The other possibility is to properly set nls_numeric_characters parameter and then run your code.
    alter session set nls_numeric_characters='.,';
    Sorry for misleading information in my previous post.
    Regards, Joze
    From: [email protected] 10-Nov-05 07:24
    Subject: Re : Broken SQL Access Advisor
    That's it! There is a problem with decimal point, while we use comma (',') in Czech as decimal point, and therefore the conversion of '1.25' to number is unsuccessful...
    I'm not sure, if this a bug (looks like not-very-clever feature), if you think so, please create a TAR.
    Thanks for your help.
    From: Joze Senegacnik 10-Nov-05 07:41
    Subject: Re : Re : Broken SQL Access Advisor
    I don't consider this behaviour a bug. However, I would expect that Oracle would use proper NLS settings internally in the package.
    Regards, Joze

  • Error trying to start wmii 3.5

    I receive the following error when trying to run wmii as a  non-root user:
    Cannot creats ns_path /tmp/ns.<userName>  Permission denied.
    Looks like something in wmii is trying to create a file  in /tmp.   What do I need to do to  run wmii as a normal user?
    Running as root (to test) allowed me to run wmii sucessfully.
    Thanks!

    Solved.  Sorry for the stupid ?.   I just opened up the /tmp directory a bit.

  • Errors trying to Invoke web service using BES and SIF

    Moved this up from the Integration Forum to see if I can get some visibility on it.
    Description : When an invoice get's approved we need to pass on the details of the invoice and approval to the 3rd party customer.
    So far I have been able to test the business event which calls the web service that writes the information to a file. However, although the file is created there is no content in the file.
    So the steps up to this point
    1. Create a simple web service that takes a string as an input parameter and writes this out to a file.
    2. Locate the Approve Invoice event [oracle.apps.ap.event.invoice.approval] and add a new subscription that will invoke my web service.
    I have a number of issues at the moment.
    From the business event page I can test the event which writes a record to the wf_java_deferred queue. I have been able to call the service and create a file however that seems to have stopped working. Where do I look to see what's going wrong? Is the diagnostics the best place to start
    If I go into Status Monitoring I can see the last Business Event test I did is now having errors when it tries to invoke the web service. The error I get is
    Error Activity ID          
    Error Activity Label          
    Error Assigned User          
    Error Item Type          
    Error Item Key          
    Error User Key          
    Error Message          oracle.apps.fnd.wf.bes.InvokerException: Event payload is not available
    Error Name          
    Error Notification ID          
    Error Result Code          
    Error Stack          oracle.apps.fnd.wf.bes.InvokerException: Event payload is not available at oracle.apps.fnd.wf.bes.WebServiceInvokerSubscription.onBusinessEvent(WebServiceInvokerSubscription.java:236) at
    oracle.apps.fnd.wf.bes.EventDispatcher.executeSubscription(EventDispatcher.java:870) at oracle.apps.fnd.wf.bes.EventDispatcher.processSubscription(EventDispatcher.java:556) at
    oracle.apps.fnd.wf.bes.EventDispatcher.dispatch(EventDispatcher.java:335) at oracle.apps.fnd.wf.bes.AgentListenerProcessorNew.processMessage(AgentListenerProcessorNew.java:373) at
    oracle.apps.fnd.cp.gsc.SvcComponentProcessor.process(SvcComponentProcessor.java:659) at oracle.apps.fnd.cp.gsc.Processor.run(Processor.java:283) at java.lang.Thread.run(Thread.java:619)
    Error Monitor URL          
    Timeout Value          0
    Event Name          oracle.apps.ap.event.invoice.approval
    Event Details          PLSQL:WF_STANDARD.EVENTDETAILS/WFERROR:332124
    Event Message          View Event Message
    Event Key          3134525_1
    Event Data URL     http://hostname.co.nz:8000/OA_HTML/RF.jsp?function_id=18157&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&
    params=.tut9vCLHp8BRzYkdaLWV3ekOnBGTRSUSr1RYBqw0ISKruqT5nAzoOSzIkWSQrzWO8z23dyX31GlRw75r21ich1KC4hE2KL.ZedjIDcPalm8f.akDClydWkRR3w2eGuk
    Event Subscription http://hostname:8000/OA_HTML/RF.jsp?function_id=26058&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&
    params=fR9VOZbtfJEdYQNb645CRU3kD39os3CZwt7XUpbOYb1RImgFkWaeDFEV0SCaVn1M
    Error Type          UNEXPECTED
    Error Details          PLSQL:WF_STANDARD.ErrorDetails/WFERROR:332124
    Administrator Role          SYSADMIN
    Subscription Details          PLSQL:WF_STANDARD.SubscriptionDetails/WFERROR:332124
    Error Person ID          
    Error Person Username          
    How do I get access to the payload? I only really need 2 or 3 items at this time. Do I need to extend a seeded java function? For example in my initial tests I only want to pass across the Invoice Id so how do I get the value of this attribute out of the wf_event_t (Is this the correct object name) and into the payload that is being passed across to the service call.
    Cheers
    Owen

    Hello Owen
    I am experiencing the exact same issue as you are (missing payload) when invoking a web service and was wondering if you have resolved this issue or gotten any new useful information?
    Regards,
    Magnus

  • Error trying to secure Web Service through OWSM and OAM

    Hi all.
    We are trying to secure a web service using Oracle Web Service Manager and Oracle Access Manager. We have deployed it into two HTTP Servers. The intended business flow should be:
    1. The WSC make a SOAP request signed with a X.509 v1 client certificate.
    2. The OWSM Gateway intercepts this request and apply the defined policy:
    a. Verify Signature.
    b. Extract of credentials
    c. OAM Authenticate Authorize.
    3. Then OAM apply the defined rule:
    a. Credential validation and extraction of security tokens
    b. Authentication against OID security attributes
    We have protected with OAM the end-point web service URL for authentication and authorization. But we are getting an error when we invoke this web service:
    /The Web Service call failed. The service returned a SOAP fault with the
    message: Authentication Fault: Invalid User Session Token/
    It seems that OWSM Gateway are processing policies defined well, but th error became accesing to OAM authentication and authorize. We have tried to enable OAM debug system, but if we configure it, OAM are unable to start. So we are not able to obtain a more detailed error.
    T.I.A.

    Try re-configuring the AccessServerSDK AccessGate using the configureAccessGate command in the tools directory. It may be possible that the key pairing is corrupted.

Maybe you are looking for