Keystore error

I am trying to install and run Aglet but I am getting a message that keystore cannot be found. help me please.
Java.io.FileNotFoundException: C:\Documents and Settings\Nene Kalu\.keystore <The system cannot find the file specified>

The problem might be due to spaces in "Documents and Settings\Nene Kalu". Try storing your keystore uncer c:/ . It should work.

Similar Messages

  • Gateway Keystore Error

    I am getting the following error on Gateway startup:
    Please enter passphrase for private keys:
    Enter Passphrase: Can't read file '/etc/opt/SUNWips/rp.keystore'.
    keystore was tampered with, or passphrase was incorrect
    We have installed, reinstalled, created new certs with certadmin, and even tried different servers. All the passwords match in all files, on the gateway and server.
    Please help.
    Matt

    Update!
    We figured out that a patch (or patches) that installed when we installed Patch Manager was conflicting with the portal server install. We removed the Patch manager patches and it installed fine. Now we just need to narrow it down some more and figure out the details.
    Thanks for your help,
    Matt

  • Keystore error signing jar file

    I am having trouble signing a jar file. I have deleted and recreated the keystore file. Has anyone encountered this error before:
    [signjar] jarsigner error: java.lang.RuntimeException keystore load: Not logged in

    See my update in this thread:
    error signing jar file

  • OpenScript Record - Keystore Errors

    Hello Most Knowledgeable Ones :-),
    I'm trying to create an ADF Load Script in version 9.1 (browser = IE8).
    All goes well until the request reaches a page where an external payment gateway is called (https too).
    At that point it shows a certificate error & that's as far as it goes.
    It was suggested I export & import/add a CERT from IE. Which I did to
    [installLoc]\OracleATS\OpenScript\jre\bin\keytool -import -file fileName_base64Export.cer -keystore [installLoc]\OracleATS\OpenScript\jre\lib\security\cacerts
    which used the default java password.
    When that gave no improvement, I used sysInternals to see that this keystore is read:
    [installLoc]\OracleATS\OpenScript\openscript_configuration\org.eclipse.osgi\bundles\28\1\.cp\install\keystore
    But any password I try (default java, Oats install admin) is not recognised.
    Would anyone know what the 'default' password is?
    Or have any other suggestions?
    Page loads without issue when not recording (ie in Browser alone).
    Many Thanks,
    Neil

    I also meant to mention 2 things:
    1. There a "Loading of https keystore...." error in the OpenScript logs for the time I encountered the error during Record.
    2. The listing of the Cert file by keytool.
    Here's more info for both:
    1.
    2-12-11 13:34:01 ERROR [main][oracle.oats.scripting.modules.http.proxyRecorder.CertificateVerifier] Loading of https keystore from file failedKeystore was tampered with, or password was incorrect
    java.io.IOException: Keystore was tampered with, or password was incorrect
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:771)
         at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)
         at java.security.KeyStore.load(KeyStore.java:1185)
         at oracle.oats.scripting.modules.http.proxyRecorder.CertificateVerifier.<init>(CertificateVerifier.java:91)
         at oracle.oats.scripting.modules.http.proxyRecorder.CertificateVerifier.<clinit>(CertificateVerifier.java:50)
         at oracle.oats.scripting.modules.http.proxyRecorder.ProxyOptionsHelper.configureOptions(ProxyOptionsHelper.java:110)
         at oracle.oats.scripting.modules.http.proxyRecorder.ProxyOptionsHelper.<init>(ProxyOptionsHelper.java:39)
         at oracle.oats.scripting.modules.http.proxyRecorder.HttpBrowserProxyProvider.getBrowserProxy(HttpBrowserProxyProvider.java:21)
         at oracle.oats.scripting.recorders.configurations.SessionLauncher.<init>(SessionLauncher.java:77)
         at oracle.oats.scripting.recorders.actions.RecordActionHandler.start(RecordActionHandler.java:27)
         at oracle.oats.scripting.ui.recorders.actions.RecorderActionDelegate.run(RecorderActionDelegate.java:129)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
         at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
         at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
    Caused by: java.security.UnrecoverableKeyException: Password verification failed
         at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:769)
         ... 40 more
    2.
    H:\>E:\OracleATS\OpenScript\jre\bin\keytool -list -keystore E:\OracleATS\OpenScript\openscript_configuration\org.eclipse.osgi\bundles\28\1\.cp\install\keystore
    Enter keystore password:
    ***************** WARNING WARNING WARNING *****************
    * The integrity of the information stored in your keystore *
    * has NOT been verified! In order to verify its integrity, *
    * you must provide your keystore password. *
    ***************** WARNING WARNING WARNING *****************
    Keystore type: JKS
    Keystore provider: SUN
    Your keystore contains 1 entry
    oats-proxy-certificate, 13/03/2012, PrivateKeyEntry,
    [etc]

  • OIF Cluster KeyStore Error

    Hello
    I am trying to setup a second node to my Oracle federation server (11.1.1.5) and in the weblogic startup I am getting the below errors. Do you know what could be causing this error?
    [2012-02-03T15:52:58.004-05:00] [wls_oif2] [ERROR] [FED-20000] [oracle.security.fed.sec.key.select.KeystoreStore] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1031485b6ba3e9c8:-59423aa9:13544fd638e:-8000-0000000000000002,0] [APP: OIF#11.1.1.2.0] Cannot open the key store.
    [2012-02-03T15:52:58.004-05:00] [wls_oif2] [ERROR] [FED-20000] [oracle.security.fed.sec.key.select.CryptoStore] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1031485b6ba3e9c8:-59423aa9:13544fd638e:-8000-0000000000000002,0] [APP: OIF#11.1.1.2.0] Cannot open the key store.
    Not sure what could be causing this but any help you can give would be aprpeciated.
    Thanks
    Nick

    Hi, could you please clarify/elaborate what you did to fix it.
    I 'm seeing the exact same problem with the second node in the OIF cluster. In my case the 'conftmpdatastore' is already assigned to cluster_oif but I still see the following errors towards the last phase of the startup of WLS_OIF2:
    <Mar 8, 2012 1:14:58 AM PST> <Error> <oracle.security.fed.sec.key.select.KeystoreStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:14:58 AM PST> <Error> <oracle.security.fed.sec.key.select.CryptoStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:03 AM PST> <Error> <oracle.security.fed.sec.key.select.KeystoreStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:03 AM PST> <Error> <oracle.security.fed.sec.key.select.CryptoStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:06 AM PST> <Error> <oracle.security.fed.sec.key.select.KeystoreStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:06 AM PST> <Error> <oracle.security.fed.sec.key.select.CryptoStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:10 AM PST> <Error> <oracle.security.fed.sec.key.select.KeystoreStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:10 AM PST> <Error> <oracle.security.fed.sec.key.select.CryptoStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:14 AM PST> <Error> <oracle.security.fed.sec.key.select.KeystoreStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:14 AM PST> <Error> <oracle.security.fed.sec.key.select.CryptoStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:18 AM PST> <Error> <oracle.security.fed.sec.key.select.KeystoreStore> <FED-20000> <Cannot open the key store.>
    <Mar 8, 2012 1:15:18 AM PST> <Error> <oracle.security.fed.sec.key.select.CryptoStore> <FED-20000> <Cannot open the key store.>
    I looked at the FED-20000 error from the link sent by an earlier poster that says this error can be ignored if during install. But this is after install.
    I suspect the problem is that the installer asks for the PKCS password during install of the first OIF node. See step 12 under section 16.2 at this manual page.
    http://docs.oracle.com/cd/E21764_01/core.1111/e12035/oif.htm#BAJFJBGG
    However there is no equivalent step for the second node installation (i.e. 16.3 in the above page). May be there is a manual way to tell the second node about the PKCS store
    password.
    http://docs.oracle.com/cd/E21764_01/core.1111/e12035/oif.htm#BAJFJBGG

  • Weblogic Administrator Server won't start after a fresh WCC install

    Hi guys, i followed this [install documentation|http://docs.oracle.com/cd/E23943_01/doc.1111/e14538/qiecm.htm#sthref8] to install wls and WCC on a OEL6 (64bit), all went relatively smoothly. Then when I get ready to start weblogic admin server for the first time, it errors out on me.
    system:
    -Oracle Enterprise Linux6 (64bit)
    -WebLogic Server 12.1.1
    -Webcenter Content 11g
    -Oracle DB 11g
    basic steps I've took:
    1) RCU installed UCM, URM, IPM, and IBR schemas into 11g DB
    2) installed wls, created a basic domain (base_domain) with Admin Server as a place holder
    3) installed WCC, create new domain (wcc_domain) with Admin Server
    4) start wls Admin Server: $WCC_DOMAIN_HOME/bin/startWebLogic.sh
    5) error.......
    [high level error msg]
    Feb 12, 2013 10:27:07 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Feb 12, 2013 10:27:07 PM CST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Feb 12, 2013 10:27:07 PM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3099)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:105)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:77)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:67)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    [high level error msg]
    steps I've took to tackle this problem:
    1) removed $WCC_DOMAIN/security folder, then re-enter username/password
    <result> can't find SerializedSystemIni.dat file
    2) create a boot.properties file in folder
    <result> same keystore error as above
    3) re-generate a new SerializedSystemIni.dat file [described here|http://www.wikiconsole.com/wiki/?p=3041]
    <result> same keystore error as above
    4) tried modify cwallet.sso [described here|https://forums.oracle.com/forums/thread.jspa?threadID=2266436]
    <result> can't modify, content in sso file is encrtyped
    5) review message with debug option enabled
    <result> it said error from LDAP [described here|http://docs.oracle.com/cd/E17904_01/core.1111/e10043/aptrouble.htm] but I don't have LDAP enabled/installed
    6) create a key store based on WCC install doc (IRM section)
    <result> same keystore error as above
    none of the steps above work, only option left I can think of, is maybe install it with wls 10.3 (seems like that's what the installation doc used). I honestly hope it could be as simple as that, but if I'm missing anything critical, please let me know.
    Thank you
    p.s: please feel free to ask me to post the long lengthy debug output

    Hi ,
    First and foremost I am not sure why you have used WLS 12c to be installed for WCC environment . That is currently a non-supported configuration .
    Secondly you are starting the admin server from <domain_home>/bin ? If yes , then go up the directory and start it from <domain_home> itself .
    Check if that works .
    Thanks,
    Srinath

  • Essbase Server Hangs Intermittently - Urgent pls Help

    Essbase Version - 9.3.3
    Shared Services - 9.3.3
    Enviroment - Windows Server 2003
    We are in the process of migrating the users from Domain A to Domain B
    There are around 15000 users across the board, out of which I assume there are around 250 users accessing the Hyperion Application.
    Since the Domain Migration was started, We encountered Essbase Server freezes Intermittently.
    Essbase Server goes down for about 10-15 Minutes and automatically comes back. No Error Msg in the Essbase Log.
    Active Directory Migration was put on Hold because business had to complete their Month end Activities.
    While we were working to find the RCA and identified that few users who were migrated from Domain A to Domain B appeared to be on Both the Domain and we figured out that it might be one of the reason for Essbase Server Hangs.
    We had a Plan to Run the Update native Directory Utility to clear the Stale Data
    Post Performing the Action our system was stable and didn't had system Hangs.
    we also changed the shared services Cache refresh Interval to 24 Hrs in CSS.xml File ( Just to Make sure the Refresh happens Overnight)
    Since the Active Directory Team had resumed their Migration Activies, we started Experiencing the System Hangs Issues again. server goes down for 5-10 min and comes back up
    Please Input your Valuable Thoughts, Would Really Appreciate your Help.
    Thanks in Advance.

    Hi,
    Thanks for your prompt response.
    As mentioned, AD team have the filters on place, There is no issues with the User Access and there was no change in password after migrating the Domain.
    I have checked the Display Session through Maxl and there is No heavy sessions.
    As Stated earlier, we are unable to identify the cause regarding the System Freeze. All users access the application all  of sudden essbase server hangs and it doesn't allow user to retrieve the data, nor allow him to access any application within Essbase and Planning.
    After 5-10 Min,  server automatically comes back.
    Can you tell me if there is a way to track the system Hangs through Essbase Log without getting the any inputs from the users.
    Assuming if the users sessions are heavy what makes the server hang and automatically resumes without intervention.
    Shared Services Security Log display the following Error, Can you tell me if you had come across any such errors before.
    com.hyperion.css.spi.impl.msad.MSADCacheUpdater.updateUserCache(Ljavax.naming.directory.DirContext;Lcom.hyperion.css.common.CSSNodeImpl;Ljava.lang.String;Ljava.lang.String;Lcom.hyperion.css.datastructures.ProviderCacheMap;Ljava.util.Map;)V(Unknown Source) - Ignoring User. Error getting User for User Cache:[LDAP: error code 32 - 0000208D: NameErr: DSID-031522C9, problem 2001 (NO_OBJECT), data 0, best match of:
      'OU=USMigrate,OU=Add_Audit,OU=Users,OU=Accounts,OU=RAC-IOC,DC=us,DC=ricoh,DC=ds'
    Error Code: -1
    com.hyperion.css.common.configuration.CSSConfigurationException: Unable to load certificate from keystore or unable to locate keystore: SAP.keystore Error Code: 9
    NestedException:
    com.hyperion.css.common.configuration.CSSConfigurationException: No certificates present for SAP Authentication to take place Error Code: 9
      at com.hyperion.css.SAPSecurity.loadKeyStoreWithSAPCertificate(Ljava.util.ResourceBundle;Ljava.security.KeyStore;Ljava.lang.ClassLoader;)Ljava.security.KeyStore;(Unknown Source)
    Please advise.
    Thanks in Advance.

  • HFM security

    Unable to login with MSAD users but native users are able to login into HFM. All the native an dmSAD users are able to login to workspace and other hyperion modules except HFM application.
    2008-07-24 18:10:34,101 [AWT-EventQueue-0] DEBUG com.hyperion.css.SAPSecurity.loadSAPCertificate(SAPSecurity.java:149) - Alias : mykey
    2008-07-24 18:10:34,116 [AWT-EventQueue-0] DEBUG com.hyperion.css.SAPSecurity.loadSAPCertificate(SAPSecurity.java:159) - Unable to locate keystore or no entries in keystore: SAP.keystore
    2008-07-24 18:10:34,116 [AWT-EventQueue-0] DEBUG com.hyperion.css.SAPSecurity.loadSAPCertificate(SAPSecurity.java:174) - Unable to load certificate from keystore or unable to locate keystore: SAP.keystore
    Error Code: -1
    com.hyperion.css.common.configuration.CSSConfigurationException: Unable to locate keystore or no entries in keystore: SAP.keystore     Error Code: 9
         at com.hyperion.css.SAPSecurity.loadSAPCertificate(SAPSecurity.java:165)
         at com.hyperion.css.CSSAPIImpl.initialize(CSSAPIImpl.java:2957)
         at com.hyperion.cis.config.CmsRegistrationUtil.getStandAlonCSS(CmsRegistrationUtil.java:96)
         at com.hyperion.cis.config.CmsRegistrationUtil.<init>(CmsRegistrationUtil.java:68)
         at com.hyperion.cis.config.wizard.HubRegistrationPanel.queryExit(HubRegistrationPanel.java:149)
         at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)
         at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    2008-07-24 18:10:34,116 [AWT-EventQueue-0] DEBUG com.hyperion.css.CSSAPIImpl.initialize(CSSAPIImpl.java:2959) - SAP Authentication with login ticket not initialized
    Error Code: -1

    OMG this sounds like a technical question.
    Do you realize this forum is dedicated to discussing problems with getting downloads, not with running after you've downloaded?
    You might find it better to ask in a forum where other people who know these acronyms hang out - Hyperion is part of the Business Intelligence group at http://forums.oracle.com/forums/category.jspa?categoryID=145
    And for the future - Oracle has several hundred products running on several dozen different platforms. Providing product name, version and operating system is considered Common courtesy.

  • Error while importing a PKCS12 file to keystore

    When i try to load a PKCS12 file in keystore , i get the following error: java.io.IOException: Error in loading the keystore: Private key decryption error: (java.lang.SecurityException: Unsupported keysize or algorithm parameters).
    Can anyone tell me what should I do now !

    Ok...I fixed that exception but now its a new one: Plz check the stack trace:
    Exception in thread "main" java.lang.ExceptionInInitializerError
         at javax.crypto.Mac.getInstance(Unknown Source)
         at com.ibm.security.pkcs12.BasicPFX.calculateMac(Unknown Source)
         at com.ibm.security.pkcs12.BasicPFX.verifyMac(Unknown Source)
         at com.ibm.security.pkcs12.PFX.verifyMac(Unknown Source)
         at com.ibm.crypto.provider.PKCS12KeyStore.engineLoad(Unknown Source)
         at java.security.KeyStore.load(KeyStore.java:695)
         at com.xxx.ebs.pa.disability.getdcdetail.transporter.TestEncrypyDecrypt.encrypt(TestEncrypyDecrypt.java:57)
         at com.xxx.ebs.pa.disability.getdcdetail.appladapter.GetDCDetailApplicationAdapter.handleCBMessage1(GetDCDetailApplicationAdapter.java:253)
         at com.xxx.ebs.pa.disability.getdcdetail.mdb.GetDCDetailCBListenerBean.localOnMessage1(GetDCDetailCBListenerBean.java:100)
         at com.xxx.inte.ca.service.test.UnitTestGetDCDetail.main(UnitTestGetDCDetail.java:50)
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
         at javax.crypto.b.<clinit>(Unknown Source)
         ... 10 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
         at javax.crypto.b.a(Unknown Source)
         at javax.crypto.b.a(Unknown Source)
         at javax.crypto.b.g(Unknown Source)
         at javax.crypto.b$0.run(Unknown Source)
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java:351)
         ... 11 more
    What is the possible solution !

  • Sequence tag error while importing the SSL certificate into ".keystore" fil

    I have created the ".keystore " file successfully and also imported the "root.cer".
    but while importing the SSL certificate it says like
    "keytool error: java.security.cert.CertificateException: IOException: Sequence ta
    g error" (I got the certificate from Verisign)
    How to resolve this Error?
    can anyone help me?
    mail to:: [email protected]
    Thanks in Advance

    Hi,
    I resolved this error by making it sure that there are no extra spaces or unwanted caracter copied while copying the certificate response from the CA. Make sure you are copying the certificate response properly. In my case, some extra space was getting copied so after re-copyinf it properly, it worked.

  • Keytool error: java.lang.Exception: Keystore file does not exist:

    Hi All,
    While listing the keystore using the command keytool -list, I got the error message that
    keytool error: java.lang.Exception: Keystore file does not exist: C:\Documents and Settings\subramanian.arivalag\.keystore
    I noticed there is no file .keystore in the above mentioned directory. What's this .keystore file? Will it be created automatically or should we create manually?
    Already I created a keystore using -genkey command and received CA authority also.
    Kindly provide me more details about .keystore file and how to handle this error.

    If you specified a keystore filename when you created the keystore
    i.e. keytool -genkey -alias jboss-ssl -keyalg RSA -keystore my_name.keystore -validity 3650
    then you need to specify the same keystore when you export the cert
    i.e. keytool -export -alias jboss-ssl -keystore my_name.keystore –file my_name.cer

  • ERROR: - ID21108 While Importing Keystore from Third Party

    Hello,
    I am attempting to import a third party keystore in to an SAP PI 7.1 Java instance using the URL below as the process for importing. While attempting to import I am receiving the error below. I am currently running using the unlimited local_policy.jar file so should be able to import a key of any encryption strength. Assistance would be appreciated. Thank you.
    Procedure for Importing Keystore:
    How to Load keys and certificates in SAP PI 7.3, SAP PO 7.3 EHP1 NWA's Key Storage
    Keystore Import Error Message:
    ERROR:  -> ID21108: ASN.1 creation error: iaik.asn1.CodingException: Length: Too large ASN.1 object: 109

    Hi Michael,
    Did you get a change to solve this issue? You help will be much appreciated.
    Daniel.

  • Invalid Keystore Format error

    we need to configure an SSO from SAP portal and a third party website by passing encrypted userid as url parameters.
    To configure the SSO I have received the public key of the third party and able to access it from server location. Now I have to access priavte key of the SAP Portal certificate and sign the UserId and pass it as url parameter. I have gone through many blogs and written code as below which is giving Invalid Keystore Format error.
    My question is
    1. What should be passed to FileInputStream?
    As of now we are passing the .cer file which is stored as part of project.
    Below code is throwing error at ks.load() method.
    String fielPath1 = request.getPublicResourcePath()+"/SAPLogonTicketKeypair-cert1.cer";
    FileInputStream ksfis = new FileInputStream(fielPath1);
    KeyStore ks = KeyStore.getInstance("JKS");
    ks.load(null, sPass.toCharArray());
    BufferedInputStream ksbufin = new BufferedInputStream(ksfis);
    ks.load(ksbufin, sPass.toCharArray());
    PrivateKey priv = (PrivateKey) ks.getKey(alias, kPass.toCharArray());
    Error is:
    Invalid keystore formatsun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:633)sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)java.security.KeyStore.load(KeyStore.java:1185)am_sso_apc.doContent(am_sso_apc.java:132)com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:213)
    Please let me know how to pass the filepath to extract the priavte key .
    Regards,
    Satish

    I found the solution. As follows:
    keytool -list -keytool keytoolfile -storetype jceks

  • 10.1.3.3 Error while setting instance keystore and certificates in em

    I receive the following exception when trying to set the instance keystore and certifcates in enterprise manager (em). I was wondering if anyone can help me understand the cause for this exception.
    Thank you in advance
    ===============================================
    An error has occurred.
    RuntimeException thrown by the invoke method of the Dynamic MBean
    RuntimeException thrown by the invoke method of the Dynamic MBean
    Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig
    Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig
    Hide Additional Trace Information
    oracle.oc4j.admin.jmx.shared.exceptions.JMXRuntimeException: RuntimeException thrown by the invoke method of the Dynamic MBean at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.setAttribute(SimpleInstanceMBeanServerDelegate.java:782) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.setAttribute(LocalizationFilterMBeanServer.java:528) at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.setAttribute(JMXConnectorImpl.java:379) at oracle.sysman.ias.studio.sdk.SDKJMXUtil.setAttributeValue(SDKJMXUtil.java:539) at oracle.sysman.ias.studio.oc4j.sec.JMXOc4jKeystoreAdminBean.setData(JMXOc4jKeystoreAdminBean.java:218) at oracle.sysman.ias.studio.oc4j.sec.Oc4jKeystoreHelper.handleEvent(Oc4jKeystoreHelper.java:194) at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283) at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385) at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) Caused by: javax.management.RuntimeMBeanException: RuntimeException thrown by the invoke method of the Dynamic MBean at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:227) at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579) at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.setAttribute(SimpleInstanceMBeanServerDelegate.java:752) ... 30 more Caused by: javax.management.RuntimeMBeanException: Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:709) at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) ... 35 more Caused by: oracle.oc4j.admin.jmx.shared.exceptions.JMXClusterRuntimeException: Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.setAttribute(J2EEServerAgr.java:1735) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953) at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700) ... 36 more ---- Embedded exception javax.management.RuntimeMBeanException: RuntimeException thrown by the invoke method of the Dynamic MBean at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:227) at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579) at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.setAttribute(SimpleInstanceMBeanServerDelegate.java:752) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.setAttribute(LocalizationFilterMBeanServer.java:528) at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.setAttribute(JMXConnectorImpl.java:379) at oracle.sysman.ias.studio.sdk.SDKJMXUtil.setAttributeValue(SDKJMXUtil.java:539) at oracle.sysman.ias.studio.oc4j.sec.JMXOc4jKeystoreAdminBean.setData(JMXOc4jKeystoreAdminBean.java:218) at oracle.sysman.ias.studio.oc4j.sec.Oc4jKeystoreHelper.handleEvent(Oc4jKeystoreHelper.java:194) at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283) at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385) at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) Caused by: javax.management.RuntimeMBeanException: Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:709) at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) ... 35 more Caused by: oracle.oc4j.admin.jmx.shared.exceptions.JMXClusterRuntimeException: Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.setAttribute(J2EEServerAgr.java:1735) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953) at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700) ... 36 more ---- Embedded exception javax.management.RuntimeMBeanException: Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:709) at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579) at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.setAttribute(SimpleInstanceMBeanServerDelegate.java:752) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.setAttribute(LocalizationFilterMBeanServer.java:528) at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.setAttribute(JMXConnectorImpl.java:379) at oracle.sysman.ias.studio.sdk.SDKJMXUtil.setAttributeValue(SDKJMXUtil.java:539) at oracle.sysman.ias.studio.oc4j.sec.JMXOc4jKeystoreAdminBean.setData(JMXOc4jKeystoreAdminBean.java:218) at oracle.sysman.ias.studio.oc4j.sec.Oc4jKeystoreHelper.handleEvent(Oc4jKeystoreHelper.java:194) at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283) at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385) at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) Caused by: oracle.oc4j.admin.jmx.shared.exceptions.JMXClusterRuntimeException: Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.setAttribute(J2EEServerAgr.java:1735) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953) at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700) ... 36 more ---- Embedded exception oracle.oc4j.admin.jmx.shared.exceptions.JMXClusterRuntimeException: Error setting attribute: stagedConfig for: oc4j:J2EEServer=standalone,handler=security,j2eeType=WSMHandlerGlobalConfig at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.setAttribute(J2EEServerAgr.java:1735) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953) at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700) at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579) at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.setAttribute(SimpleInstanceMBeanServerDelegate.java:752) at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.setAttribute(LocalizationFilterMBeanServer.java:528) at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.setAttribute(JMXConnectorImpl.java:379) at oracle.sysman.ias.studio.sdk.SDKJMXUtil.setAttributeValue(SDKJMXUtil.java:539) at oracle.sysman.ias.studio.oc4j.sec.JMXOc4jKeystoreAdminBean.setData(JMXOc4jKeystoreAdminBean.java:218) at oracle.sysman.ias.studio.oc4j.sec.Oc4jKeystoreHelper.handleEvent(Oc4jKeystoreHelper.java:194) at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283) at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385) at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)

    I had to set the scurity setting it in JDEV and deploy the Web Service. Then I was able to update the settings in EM. However, if you remove the setting from then you will need to redeploy the Web Service again before you can change it.

  • Error in Seeburger SFTP : Cannot create pending keystore PENDING/SSH_hosts

    Hi All,
               I am developing a scenario where my sender is file and receiver is SFTP. It is pass through interface and to achive SFTP i used seeburger SFTP adapter. I generated the public from the certificate and shared the key with SFTP admin.
               Now whe i test the scenario i facing the following error in the SFTP channel @ RWB. The error is
    Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: >> Description: putFile: Could not connect to remote host; Reason: SFTP client was not able to connect: com.seeburger.sftp.exception.HostVerificationException: Cannot create pending keystore PENDING/SSH_hosts/>> Details: putFile: Could not connect to remote host; Reason: SFTP client was not able to connect: com.seeburger.sftp.exception.HostVerificationException: Cannot create pending keystore PENDING/SSH_hosts/>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: false>>Fatal: false, >> Description: putFile: Could not connect to remote host; Reason: SFTP client was not able to connect: com.seeburger.sftp.exception.HostVerificationException: Cannot create pending keystore PENDING/SSH_hosts/>> Details: putFile: Could not connect to remote host; Reason: SFTP client was not able to connect: com.seeburger.sftp.exception.HostVerificationException: Cannot create pending keystore PENDING/SSH_hosts/>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: false>>Fatal: false
    Has anyone faced the similar problem and resolved it , please help me on the same.
    Thanks,
    Siva.

    Hi Srikanth,
                        I resolved the above error by creating aview in my keystore(nwa) . Now i am facing a new error.
                       The error looks something like this:
                     Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: >> Description: putFile: Could not connect to remote host; Reason: Unable to establish a connection to SSH server, the authentication has failed. Details: Server returned AUTHENTICATION_FAILED. Check user and key/password-settings.>> Details: putFile: Could not connect to remote host; Reason: Unable to establish a connection to SSH server, the authentication has failed. Details: Server returned AUTHENTICATION_FAILED. Check user and key/password-settings.>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: false>>Fatal: false, >> Description: putFile: Could not connect to remote host; Reason: Unable to establish a connection to SSH server, the authentication has failed. Details: Server returned AUTHENTICATION_FAILED. Check user and key/password-settings.>> Details: putFile: Could not connect to remote host; Reason: Unable to establish a connection to SSH server, the authentication has failed. Details: Server returned AUTHENTICATION_FAILED. Check user and key/password-settings.>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: false>>Fatal: false.
    I am using a private key authentication and I gave my SAP PI userid as User and private key as the key present in NWA.
    Can you please help me in resolving this error.
    Thanks,
    Sivarama Krishna

Maybe you are looking for