Search:

Type: Posts; User: lilyevsky; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,171

    Thanks Glyn, that works. I actually figured it...

    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...
  2. Replies
    6
    Views
    3,171

    Glyn, I now looked at dmk.sh, and I believe...

    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.
    ...
  3. Replies
    6
    Views
    3,171

    No, I did not use explicit "-jmxport" argument....

    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" ]
    ...
  4. Replies
    6
    Views
    3,171

    Running two instances of DM Server

    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...
  5. Replies
    3
    Views
    711

    One more question

    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.
  6. Replies
    3
    Views
    711

    Performance problem in 2.0.0

    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...
  7. Replies
    1
    Views
    1,121

    Logging control in version 1.0.2

    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...
  8. Replies
    1
    Views
    524

    Version of the configuration artifact

    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...
  9. Order of properties in configuration admin page

    It would be really nice if in the view of configuration artifact the properties were listed in alphabetical order.
  10. Replies
    1
    Views
    928

    How to manage configuration at runtime

    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...
  11. Replies
    1
    Views
    730

    Derby under 2.0.0.M5

    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...
  12. Replies
    17
    Views
    7,497

    Thanks Andy. I will certainly try it when M4 is...

    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.
  13. Replies
    1
    Views
    2,108

    Problem importing org.apache.log4j

    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...
  14. Replies
    17
    Views
    7,497

    How to use slf4j properly?

    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...
  15. Replies
    1
    Views
    1,255

    The server does not start on Linux

    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...
  16. Same problem under springsource-dm-server-1.0.2.RELEASE

    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...
  17. Replies
    0
    Views
    1,024

    How to use spring-osgi-compendium

    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...
  18. Replies
    10
    Views
    27,918

    How to start standalone application

    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...
Results 1 to 18 of 18