Hi all,
It is taking almost a minute to deploy and start my application. It used to take a second or 2 to start the application before when it was just a regular Java application. Here are some of the log files:
[2009-06-18 11:37:56.720] main <SPKB0001I> Server starting.
[2009-06-18 11:37:59.467] main <SPOF0001I> OSGi telnet console available on port 2402.
[2009-06-18 11:38:03.470] main <SPKE0000I> Boot subsystems installed.
[2009-06-18 11:38:06.458] main <SPKE0001I> Base subsystems installed.
[2009-06-18 11:38:07.707] server-dm-3 <SPPM0000I> Installing profile 'web'.
[2009-06-18 11:38:07.713] server-dm-3 <SPPM0001I> Installed profile 'web'.
[2009-06-18 11:38:12.579] server-dm-6 <SPPM0002I> Server open for business with profile 'web'.
[2009-06-18 11:38:29.394] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'core.common' version '1' completed.
[2009-06-18 11:38:31.001] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'event.common' version '1' completed.
[2009-06-18 11:38:33.204] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'alert.common' version '1' completed.
[2009-06-18 11:38:34.787] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'channel.common' version '1' completed.
[2009-06-18 11:38:36.062] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'codetemplate.common' version '1' completed.
[2009-06-18 11:38:37.716] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'config.common' version '1' completed.
[2009-06-18 11:38:39.058] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'connector.common' version '1' completed.
[2009-06-18 11:38:40.528] onnection(2)-10.10.3.197 <SPDE0010I> Deployment of 'extension.common' version '1' completed.
[2009-06-18 11:38:41.937] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'message.common' version '1' completed.
[2009-06-18 11:38:43.956] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'protocols.common' version '1' completed.
[2009-06-18 11:38:45.230] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'settings.common' version '1' completed.
[2009-06-18 11:38:46.603] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'status.common' version '1' completed.
[2009-06-18 11:38:48.028] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'user.common' version '1' completed.
[2009-06-18 11:39:15.001] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'core.client' version '1' completed.
[2009-06-18 11:39:17.269] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'event.client' version '1' completed.
[2009-06-18 11:39:19.170] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'extension.client' version '1' completed.
[2009-06-18 11:39:21.104] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'config.client' version '1' completed.
[2009-06-18 11:39:23.489] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'user.client' version '1' completed.
[2009-06-18 11:39:25.367] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'globalscript.client' version '1' completed.
[2009-06-18 11:39:28.805] onnection(4)-10.10.3.197 <SPDE0010I> Deployment of 'status.client' version '1' completed.
[2009-06-18 11:39:33.139] server-dm-2 <SPDE0020E> Application context creation failure for bundle 'channel.client'.
As you can see it took over a minute to get thus far before failing on the last bundle I have added. I still have a bunch more modules to deploy as well, so startup time could be somewhere near 3 minutes! Anyone know anything about this?
Thanks!


So it looks like it's normal for full deploys to take this long to DM server from eclipse?
