On 18/11/10 10:44, [email protected] wrote: > > > Hi, > > We are having a problem starting SmartFrog under some accounts. Here is > the output that we get when running sfDaemon from Windows command line: > > ================================================================================== > > > D:\tmp\Externals\Java\smartfrog\bin>sfDaemon > > SmartFrog 3.18.002 (2010-09-20 04:13:24 EDT) > > (C) Copyright 1998-2010 Hewlett-Packard Development Company, LP > > 2010/11/18 12:13:14:859 EET [WARN ][main] SFCORE_LOG - SmartFrog > security is NOT > > active > > 2010/11/18 12:13:14:866 EET [DEBUG][main] SFCORE_LOG - Security Manager > is java. > > lang.securitymana...@1a73d3c <mailto:lang.securitymana...@1a73d3c> > > 2010/11/18 12:13:14:868 EET [DEBUG][main] SFCORE_LOG - Using java > security polic > > y: =D:\tmp\Externals\Java\smartfrog\private\sf.no.security.policy > > 2010/11/18 12:13:14:878 EET [WARN ][main] SFCORE_LOG - Possible problem > with cla > > sspath: > > 3 occurrences for smartfrog- > > D:\tmp\Externals\Java\smartfrog\lib\smartfrog-src-3.18.002.jar > > D:\tmp\Externals\Java\smartfrog\lib\smartfrog-jdocs-3.18.002.jar > > D:\tmp\Externals\Java\smartfrog\lib\smartfrog-3.18.002.jar > > 2010/11/18 12:13:14:895 EET [DEBUG][main] SFCORE_LOG - Network test > localhost: h > > ostname 'BY0013D4B30637.alliedtesting.com', ip '192.168.198.99', > [Successful], > > 1ms > > 2010/11/18 12:13:14:902 EET [DEBUG][main] SFCORE_LOG - Command Line > args: [] > > SmartFrogDeploymentException: unnamed component. > SmartFrogRuntimeException:: Sma > > rtFrog daemon could not start because another instance is running, > cause: java.r > > mi.server.ExportException: Port already in use: 3800; nested exception is: > > java.net.BindException: Address already in use: JVM_Bind, SmartFrog 3.18 > > .002 (2010-09-20 04:13:24 EDT), cause: SmartFrogRuntimeException:: > SmartFrog dae > > mon could not start because another instance is running, cause: > java.rmi.serv > > er.ExportException: Port already in use: 3800; nested exception is: > > java.net.BindException: Address already in use: JVM_Bind, SmartFrog 3 >
Usually means something is on the port. jps -v lists the Java processes, netstat -a -p will tie the port in use to the process to assign blame. If there's some problem with SF not shutting down, open a JIRA issue and we'll see what we can do to diagnose the problem, it may be some child component isn't shutting down, and the process compound may need some improvements in detecting and reacting to this ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Smartfrog-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartfrog-users
