• How to migrate an application at runtime

    Hi all,   I doing some test running one instance of Capedwarf with several applications running. Each Application is a separated web service. At certain point, I would like to be able to migrate one of those a...
    Profile Photo
    last modified by giacomo.genovese
  • Error clustering using a backup node

    Hi all, I'm trying to set up in CapeDwarf a cluster with a live and a backup node(actually in the same machine using two different addresses), as described in Wildfly CookBook, Chapter 13, Messaging with Wildfly-Clus...
    Profile Photo
    last modified by giacomo.genovese
  • How to bind multiple, but not all, network interfaces to same Instance

    Hi All,   Some time ago I asked how to set different network interfaces in the same instance ( how to set different network interfaces for each application running in the same CapeDwarf). Actually, the scenario...
    Profile Photo
    last modified by giacomo.genovese
  • Error running in debug mode

    Hi all,   I'm trying to run my application in debug mode as described in Debugging An Application in Wildfly with Eclipse and JBoss Tools - Debugging an Externally launched WildFly but, when I execute ./standalo...
    Profile Photo
    last modified by giacomo.genovese
  • CoAP on Capedwarf

    Hi, I have some devices using Constrained Application Protocol (CoAP) to communicate with my Application. Does Capedwarf support CoAP? Can I use CoAP instead of HTTP in Capedwarf?   Thanks, Giacomo.
    Profile Photo
    last modified by giacomo.genovese
  • Deploying an application into a Cluster in Standalone mode

    Hi all,   How discussed in How to disable Clustering between different instances in the same machine I discovered that I cannot disable messaging on Capedwarf. So,I'm doing some test running two Capedwarf Insta...
    Profile Photo
    last modified by giacomo.genovese
  • how to set different network interfaces for each application running in the same CapeDwarf

    Hi, I need to run different applications using the same Capedwarf. Such Apps receive HTTP request and it's very important for me that each App receive only the requests sent to it. It's about privacy and security. I...
    Profile Photo
    last modified by giacomo.genovese
  • How to disable Clustering between different instances in the same machine

    Hi, I'm running different CapeDwarf instances in the same VM using the Standalone-capedwarf-module.xml file for both instances. I use to set different IPs, node names, and folders for each instance.   Using su...
    Profile Photo
    last modified by giacomo.genovese
  • Trouble with GAE App using JSR-330 Annotations itself

    I'm using the Google App Engine together with e.g. the Springframework and other DI frameworks quite successfully. Since Spring is not the only choice, I'm using JSR-330 annotations as far as possible. Now I tried to ...
    Profile Photo
    last modified by m.goellnitz
  • Configure an interface with two IP addresses

    Hi all,   Thanks for your support. I found that it's possible to configure an interface with one IP address"192.168.0.15" or all "<any-address>". Is possible to set 2 specific IP addresses for the same inte...
    Profile Photo
    created by giacomo.genovese
  • Maximum number of instances in 1 CapeDwarf (multi-instances)

    Hi, Which is the max number of instances that can run on the same CapeDwarf at the same time?   Thanks, Giacomo.
    Profile Photo
    last modified by giacomo.genovese
  • java.lang.NoSuchMethodError

    Hi Everybody, This is my first question and I hope it's not a stupid one. I'm trying to run a GAE application using Capedwarf in my local machine. I receive such error message: 16:46:50,550 ERROR [io.undertow.req...
    Profile Photo
    last modified by giacomo.genovese
  • ERROR: ... java.lang.NoSuchMethodError: com.google.appengine.api.search.query.ParserUtils.isNumber(Ljava/lang/CharSequence;)Z

    Hi all, I'm trying to run a GAE that uses the Google Document on Capedwarf. When I try to use a specific App function I receive such error:   ERROR  12:53:00,864 ERROR [io.undertow.request] (default task-1)...
    Profile Photo
    last modified by giacomo.genovese
  • org.jboss.capedwarf.bytecode.CursorTransformer@4313ce44: toByteString(..) is not found in com.google.appengine.api.datastore.Cursor

    Hi Ales,   We finally tried CapeDwarf again after 2 years. We fix many issues in GAE4J itself, thanks to a better warnings by CapeDwarf. But we are stuck here with the error in the subject with some of our APIs....
    Profile Photo
    last modified by jenchong
  • Capedwarf - Need some help to estimate my time to production.

    Hello,   I am considering using capedwarf to migrate some of my customers to their private servers, instead of on the app engine cloud. I already tried some of the scenarios that are mandatory in my applications...
    Profile Photo
    last modified by jean-remi.malzieu
  • CapeDwarf -> DataNucleus -> JDO -> Infinispan possible?

    Hi,   I'm trying to use CapeDwarf/DataNucleus/JDO/Infinispan to create an application with a distributed datastore.   I have my tests running with DataNucleus -> JDO -> GAE successfully.   I ha...
    Profile Photo
    last modified by cobraflow
  • Disable chunked encoding in Jboss 6.3

    How to disable clunked encoding in Jboss 6.3 eap We are getting following error when sending attachments using webservices. Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '411: Length Re...
    Profile Photo
    last modified by sun99
  • CapeDwarf production ready?

    CapeDwarf is an amazing sysem, But I'm wondering whether it is production ready (as last version: 2.0.0 CR4). And may I have an estimation about when 2.0.0 Final will arrive? I think these points are very important, ...
    Profile Photo
    last modified by linkragus
  • Exception while started

    Hello   I have downloaded version 2.0.0CR4. I have expanded it and run on as described on Getting started page. I run Ubuntu 14.0.4. The JBoss server seems to be started, but /_ah/admin returns "not found". T...
    Profile Photo
    last modified by skokys
  • Restlet and Capedwarf

    I managed to get Restlet to work with Capedwarf, making the API's for restlet was easy.   The hard part is the "proxy" part of restlet. I have this app http://bit.ly/1vNUIsU which originally worked with Openshif...
    Profile Photo
    created by kerbymart