Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Startup Error when encrypting only the passwords in carbon.xml #1610

Open
hastef88 opened this issue Nov 16, 2017 · 1 comment
Open
Labels

Comments

@hastef88
Copy link

Description:
Following error occurs when trying to encrypt credentials in wso2 server while encrypting only one password in carbon.xml (keystore password).

FATAL
{org.wso2.carbon.tomcat.internal.TomcatBundleActivator}

  • Error while starting server NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
    org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
    at org.apache.xerces.dom.AttributeMap.internalRemoveNamedItem(Unknown Source)
    at org.apache.xerces.dom.AttributeMap.removeNamedItem(Unknown Source)
    at org.wso2.carbon.tomcat.internal.ServerManager.init(ServerManager.java:98)
    at org.wso2.carbon.tomcat.internal.TomcatBundleActivator.start(TomcatBundleActivator.java:45)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
    [2017-11-13 20:32:14,300] INFO

Suggested Labels:

Suggested Assignees:

Affected Product Version:
Carbon Kernel 4.4.8 and any products based on that version (e.g. BPS 3.6.0).

OS, DB, other environment details and versions:

Steps to reproduce:
Try to start the server after encrypting only one password in carbon.xml (keystore password).

@jsdjayanga jsdjayanga added the C4 label Jul 4, 2019
@securelyshare-shiva-kumar

Facing the same issue in WSO2 identity server 5.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants