Error when the password of 'system' user is changed
---------------------------------------------------

                 Key: MASHUP-683
                 URL: https://wso2.org/jira/browse/MASHUP-683
             Project: WSO2 Mashup Server
          Issue Type: Bug
          Components: Admin UI
         Environment: WinXp, JDK1.5, IE7
            Reporter: Yumani Ranaweera
            Assignee: Channa Gunawardena
            Priority: Blocker


Steps:
-------
1. Login to mashup server as admin
2. Go to manage users and change the password of the 'system' user
3. Re-start the server

Issue:
------
Server doesn't restart. Following errors appear in the startup console.

 INFO [2008-02-14 14:53:23,843]  Attempted to authenticate invalid user.
org.wso2.mashup.MashupFault: Unable to create registry instance for user system
        at 
org.wso2.mashup.webapp.utils.RegistryUtils.createSecureRegistry(RegistryUtils.java:92)
        at org.wso2.mashup.deployer.JSDeployer.initRegistry(JSDeployer.java:746)
        at org.wso2.mashup.deployer.JSDeployer.init(JSDeployer.java:111)
        at 
org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(DeploymentEngine.java:915)
        at 
org.apache.axis2.deployment.DeploymentEngine.setConfigContext(DeploymentEngine.java:906)
        at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:72)
        at 
org.wso2.utils.WSO2ConfigurationContextFactory.createNewConfigurationContext(WSO2ConfigurationContextFactory.java:60)
        at org.wso2.wsas.ServerManager.start(ServerManager.java:107)
        at org.wso2.wsas.MainServlet.start(MainServlet.java:249)
        at org.wso2.mashup.transport.MainServlet.start(MainServlet.java:36)
        at org.wso2.wsas.MainServlet.init(MainServlet.java:185)
        at org.wso2.mashup.transport.MainServlet.init(MainServlet.java:51)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
        at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
        at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4176)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at 
org.wso2.wsas.TomcatRepositoryListener.run(TomcatRepositoryListener.java:107)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.wso2.registry.RegistryException: Attempted to authenticate 
invalid user.
        at 
org.wso2.registry.secure.SecureRegistry.<init>(SecureRegistry.java:84)
        at 
org.wso2.mashup.webapp.utils.RegistryUtils.createSecureRegistry(RegistryUtils.java:89)
        ... 20 more
FATAL [2008-02-14 14:53:23,890]  Cannot start WSO2 WSAS
java.lang.RuntimeException: org.wso2.mashup.MashupFault: Unable to create 
registry instance for user system
        at org.wso2.mashup.deployer.JSDeployer.init(JSDeployer.java:113)
        at 
org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(DeploymentEngine.java:915)
        at 
org.apache.axis2.deployment.DeploymentEngine.setConfigContext(DeploymentEngine.java:906)
        at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:72)
        at 
org.wso2.utils.WSO2ConfigurationContextFactory.createNewConfigurationContext(WSO2ConfigurationContextFactory.java:60)
        at org.wso2.wsas.ServerManager.start(ServerManager.java:107)
        at org.wso2.wsas.MainServlet.start(MainServlet.java:249)
        at org.wso2.mashup.transport.MainServlet.start(MainServlet.java:36)
        at org.wso2.wsas.MainServlet.init(MainServlet.java:185)
        at org.wso2.mashup.transport.MainServlet.init(MainServlet.java:51)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
        at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
        at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4176)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at 
org.wso2.wsas.TomcatRepositoryListener.run(TomcatRepositoryListener.java:107)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.wso2.mashup.MashupFault: Unable to create registry instance for 
user system
        at org.wso2.mashup.deployer.JSDeployer.initRegistry(JSDeployer.java:969)
        at org.wso2.mashup.deployer.JSDeployer.init(JSDeployer.java:111)
        ... 18 more
Caused by: org.wso2.mashup.MashupFault: Unable to create registry instance for 
user system
        at 
org.wso2.mashup.webapp.utils.RegistryUtils.createSecureRegistry(RegistryUtils.java:92)
        at org.wso2.mashup.deployer.JSDeployer.initRegistry(JSDeployer.java:746)
        ... 19 more
Caused by: org.wso2.registry.RegistryException: Attempted to authenticate 
invalid user.
        at 
org.wso2.registry.secure.SecureRegistry.<init>(SecureRegistry.java:84)
        at 
org.wso2.mashup.webapp.utils.RegistryUtils.createSecureRegistry(RegistryUtils.java:89)
        ... 20 more
FATAL [2008-02-14 14:53:23,984]  Could not start WSO2 Mashup Server
org.wso2.utils.ServerException: WSO2 Mashup Server startup failed.
        at org.wso2.wsas.MainServlet.start(MainServlet.java:260)
        at org.wso2.mashup.transport.MainServlet.start(MainServlet.java:36)
        at org.wso2.wsas.MainServlet.init(MainServlet.java:185)
        at org.wso2.mashup.transport.MainServlet.init(MainServlet.java:51)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
        at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
        at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4176)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at 
org.wso2.wsas.TomcatRepositoryListener.run(TomcatRepositoryListener.java:107)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.wso2.utils.ServerException: Cannot start WSO2 WSAS
        at org.wso2.wsas.ServerManager.start(ServerManager.java:138)
        at org.wso2.wsas.MainServlet.start(MainServlet.java:249)
        ... 12 more
Caused by: java.lang.RuntimeException: org.wso2.mashup.MashupFault: Unable to 
create registry instance for user system
        at org.wso2.mashup.deployer.JSDeployer.init(JSDeployer.java:113)
        at 
org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(DeploymentEngine.java:915)
        at 
org.apache.axis2.deployment.DeploymentEngine.setConfigContext(DeploymentEngine.java:906)
        at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:72)
        at 
org.wso2.utils.WSO2ConfigurationContextFactory.createNewConfigurationContext(WSO2ConfigurationContextFactory.java:60)
        at org.wso2.wsas.ServerManager.start(ServerManager.java:107)
        ... 13 more
Caused by: org.wso2.mashup.MashupFault: Unable to create registry instance for 
user system
        at org.wso2.mashup.deployer.JSDeployer.initRegistry(JSDeployer.java:969)
        at org.wso2.mashup.deployer.JSDeployer.init(JSDeployer.java:111)
        ... 18 more
Caused by: org.wso2.mashup.MashupFault: Unable to create registry instance for 
user system
        at 
org.wso2.mashup.webapp.utils.RegistryUtils.createSecureRegistry(RegistryUtils.java:92)
        at org.wso2.mashup.deployer.JSDeployer.initRegistry(JSDeployer.java:746)
        ... 19 more
Caused by: org.wso2.registry.RegistryException: Attempted to authenticate 
invalid user.
        at 
org.wso2.registry.secure.SecureRegistry.<init>(SecureRegistry.java:84)
        at 
org.wso2.mashup.webapp.utils.RegistryUtils.createSecureRegistry(RegistryUtils.java:89)
        ... 20 more
ERROR [2008-02-14 14:53:24,109]  Servlet / threw load() exception
javax.servlet.ServletException: Could not start WSO2 Mashup Server
        at org.wso2.wsas.MainServlet.init(MainServlet.java:189)
        at org.wso2.mashup.transport.MainServlet.init(MainServlet.java:51)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
        at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
        at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4176)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at 
org.wso2.wsas.TomcatRepositoryListener.run(TomcatRepositoryListener.java:107)
        at java.lang.Thread.run(Thread.java:595)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to