Questions tagged [springsource-dm-server]

29 questions
1
vote
1 answer

Configure trace for SpringServer dm 2

According to the Spring documentation, By default, the dm Server trace file is called $SERVER_HOME/serviceability/logs/dm-server/log_i.log ... The index i varies from 1 to 4, on a rolling basis, as each log file exceeds 10Mb. I'm aware…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1
vote
2 answers

Maven + SSDM Build and Runtime Environment Automation

Preface: My Company, like most, has several run-time environments and several release versions which themselves are composed of different versions of various jars. For example, let us consider release versions 1.1, 1.2, and 1.3 of Software X,…
Randy
  • 43
  • 1
  • 5
1
vote
1 answer

HTTP Status 503 - Servlet action is currently unavailable

I am using spring source dm server version 2.0.0. I developed one application in spring/struts/hibernate. When I am running my application in spring dm server with it gives me error like: HTTP Status 503 - Servlet action is currently…
komal
  • 743
  • 2
  • 7
  • 6
1
vote
1 answer

SpringSource dm Server occastionally fails to unpack valid ZIP file

When deploying my project to SpringSource dm Server, every once in a while a JAR fails to deploy with the following message: /mnt/myproject/springsource/work/com.springsource.server.deployer/packed/my.project.0.1.10.M.jar' cannot be…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1
vote
1 answer

Pax-import-bundle and Spring DM bundles

I'm following the examples from Modular Java but I'm having trouble with chapter 6 and adding the Spring DM modules to my project. I run: pax-import-bundle -g org.springframework.osgi -a spring-osgi-extender -v 1.2 -- -DwidenScope…
0
votes
2 answers

Is it worth using an application server together with rich/fat client?

I know application servers are heavily used when it comes to web applications. Here you got a thin client (browser) communicating with an application sever like tomcat or jboss. I now took a closer look at a commercial software, which is also using…
0
votes
1 answer

Resolving Virgo dependencies from bundles with jars

I'm trying to wrap a number of jars as bundles that I want other bundles to be able to depend on. With Spring dm Server, this used to be as simple as adding a jar file to a new bundle project, exporting all the classes, and ensuring the jar file was…
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
0
votes
2 answers

Resolving workspace dependencies for Virgo in Eclipse

I'm looking to get started with Eclipse Virgo, so I grabbed the required plugins for Eclipse based on the Programmer Guide. Next, I started two new projects in my Eclipse workspace, both configured as Virgo bundles (call these A and B). Then, I…
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
0
votes
1 answer

Is it possible to connect to HBase from an SpringDM application? Getting missing constraint for com.sun.security.auth!

I'm building a webapp that should connect to a HBase datastore. Since there is no OSGi'fied version (that I'm aware of) of the hadoop-core and hbase jars I was planning on using BND to generate these. When I provision them however, the following…
nielsn
  • 87
  • 1
  • 8
0
votes
2 answers

Deploying Liferay in Virgo( Springsource dm server )

I am getting following exception when I tried to deploy liferay war file into Virgo server. Can any one help me please? [2010-11-10 06:24:16.647] start-signalling-3 System.out Loading jar:file:/D:/VGP/Servers/Spike-liferay inside…
Vishal G
  • 171
  • 3
  • 11
0
votes
1 answer

Springsource EBR is down. What next?

We proxied Springsource EBR in our own Nexus put a p2 capability on it so that we could use it in our p2 target platforms. Now since Springsource EBR is down the proxy doesn't work anymore. Now I got some questions: Is there an alternative…
0
votes
1 answer

Using Struts with SpringSource dm server gives Http Status 503 error

I developed an enterprise application using spring, struts and hibernate, now I want to transfer it to work with OSGi dm server. I found a book "Pro SpringSource dm server" where the author has explained a way to migrate WAR to OSGi bundles. I…
komal
  • 743
  • 2
  • 7
  • 6
0
votes
1 answer

Spring ApplicationContextShutdownBean entries in log

My SpringSource dm Server log is full of lines like the following: com.springsource.server.kernel.dm.ApplicationContextShutdownBean < void com.springsource.server.kernel.dm.ApplicationContextShutdownBean.onApplicationEvent(ApplicationEvent) making…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1
2