Thanks Glyn, that works.
I actually figured it out before reading your reply. However, I preferred to slightly fix the dmk.sh script, to make it transparent:
1. I moved the default JMX_PORT...
Type: Posts; User: lilyevsky; Keyword(s):
Thanks Glyn, that works.
I actually figured it out before reading your reply. However, I preferred to slightly fix the dmk.sh script, to make it transparent:
1. I moved the default JMX_PORT...
Glyn,
I now looked at dmk.sh, and I believe that it has a problem. I am not sure if the
com.springsource.kernel.shutdown.ShutdownClient class has a problem too, I don't have the source code.
...
No, I did not use explicit "-jmxport" argument.
Instead, in the second instance of the server, I changed dmk.sh script to set it to a different value by default:
if [ -z "$JMX_PORT" ]
...
I tried to run two instances of Spring DM Server (2.0.1.RELEASE) on the same machine. Everything is OK except the shutdown does not work properly.
Here is what I did:
1. Made a copy of the whole...
Does anybody know if 2.0.0 version interferes in any way with the socket IO of the application?
That could explain the slowness of the message sending.
I am trying now to migrate to 2.0.0 from 1.0.2.
Unfortunately I see a performance degradation in my app, it is half of what it used to be. I don't quite understand why, because this is happening in...
Is there a way to control the size and number of the rollover log files in 1.0.2?
We use this version in production, so it is critical: we hit the limit now.
I know how to do it in 2.0.0, but the...
How the version of configuration artifact is defined?
In the documentation I saw examples of the plan files where the version of configuration artifact is specified, so I thought that the server...
It would be really nice if in the view of configuration artifact the properties were listed in alphabetical order.
I recently started using Configuration Admin service. The way I am controlling the values is, obviously, editing the property files and redeploying them.
I know there is an API that allows...
I tried 2.0.0.M5 with the program that runs fine under 1.0.2.RELEASE.
It failed in Derby, could not find classes like javax/sql/XAConnection and javax/management/JMException. I looked in the Derby...
Thanks Andy.
I will certainly try it when M4 is out. Currently I am back to 1.0.2 and my workaround, because we need to progress with our project, and we need a stable environment.
In my bundle I imported org.apache.log4j, which is exported by com.springsource.slf4j.org.apache.log4j-1.5.6.jar.
I wanted to implement log4j configuration for my own application, so in my code I...
In my application I use slf4j everywhere.
I did not know how to properly configure the logging in Spring DM server, so I created my own workaround which worked fine in 1.0.2.RELEASE. But now it...
I tried the 2.0.0.CI-B350 on SUSE Linux. The server wouldn't start at all, it gets stuck at the java command launching the server.
The Linux version:
uname -a
Linux nygeqgd0018...
I am experiencing the same problem under springsource-dm-server-1.0.2.RELEASE.
I was under the impression that the server is based on Spring DM 1.2.0, so I am not sure if I have to load any Spring...
Hi,
I need some help with compendium services.
My environment: springsource-dm-server-1.0.2.RELEASE.
Tried to follow the the instructions from Spring DM 1.2.0, and got an error complaining...
I am new to Spring, so this may be a very naive question.
I want to start using Spring in a simple way, without any application server.
How do I start such standalone application? How do I...