Re: nullpointer exception on deployment

Steve Loughran <[email protected]> Thu, 20 May 2010 11:13:47 +0100
Newsgroups gmane.comp.java.smartfrog.user
Message-ID <[email protected]>
Frank Wilson wrote:
> Here's the full stack trace:
> 
> SmartFrogException:: java.lang.NullPointerException, SmartFrog 3.17.014
> (2009-07-28 16:40:51 BST)
> 	at
> org.smartfrog.sfcore.common.SmartFrogException.forward(SmartFrogException.ja
> va:92)
> 	at
> org.smartfrog.sfcore.common.ActionDeploy.Deploy(ActionDeploy.java:192)
> 	at
> org.smartfrog.sfcore.common.ActionDeploy.doDeploy(ActionDeploy.java:297)
> 	at
> org.smartfrog.sfcore.common.ActionDeploy.execute(ActionDeploy.java:272)
> 	at
> org.smartfrog.sfcore.common.ConfigurationAction.execute(ConfigurationAction.
> java:110)
> 	at
> org.smartfrog.sfcore.common.ConfigurationDescriptor.execute(ConfigurationDes
> criptor.java:1076)
> 	at
> org.smartfrog.SFSystem.runConfigurationDescriptor(SFSystem.java:353)
> 	at
> org.smartfrog.test.DeployingTestBase$ApplicationLoaderThread.execute(Deployi
> ngTestBase.java:215)
> 	at
> org.smartfrog.sfcore.utils.SmartFrogThread.run(SmartFrogThread.java:279)
> Caused by: java.lang.NullPointerException
> 	at
> org.smartfrog.sfcore.common.ActionDeploy.Deploy(ActionDeploy.java:155)
> 	... 7 more
> Stack Trace of Cause
> java.lang.NullPointerException
> 	at
> org.smartfrog.sfcore.common.ActionDeploy.Deploy(ActionDeploy.java:155)
> 	at
> org.smartfrog.sfcore.common.ActionDeploy.doDeploy(ActionDeploy.java:297)
> 	at
> org.smartfrog.sfcore.common.ActionDeploy.execute(ActionDeploy.java:272)
> 	at
> org.smartfrog.sfcore.common.ConfigurationAction.execute(ConfigurationAction.
> java:110)
> 	at
> org.smartfrog.sfcore.common.ConfigurationDescriptor.execute(ConfigurationDes
> criptor.java:1076)
> 	at
> org.smartfrog.SFSystem.runConfigurationDescriptor(SFSystem.java:353)
> 	at
> org.smartfrog.test.DeployingTestBase$ApplicationLoaderThread.execute(Deployi
> ngTestBase.java:215)
> 	at
> org.smartfrog.sfcore.utils.SmartFrogThread.run(SmartFrogThread.java:279)
> 

Thanks, opened a bugrep

http://jira.smartfrog.org/jira/browse/SFOS-1483

------------------------------------------------------------------------------