• _ah/admin does not work with Openshift?

    I just managed to deploy a CD app using the template in Openshift, however when I try to access _ah/admin it asks for OpenID but throws this error anyway:   "OpenID auth request contains an unregistered domain: ...
    Profile Photo
    last modified by xybrek
  • /_ah/login causes 404

    While first playing with CD I wanted to test the todolist applcation, but the userService.createLoginURL returns /_ah/login (http://127.0.0.1:8080/todolist-app-1.0/_ah/login?continue=%2Ftodolist-app-1.0) which is not ...
    Profile Photo
    last modified by nikolay.mitev
  • Building and testing CapeDwarf

    (1) JBossAS7 upstream master * https://github.com/jbossas/jboss-as   (2) CD Blue * https://github.com/capedwarf/capedwarf-blue   (3) CD AS7 integration * https://github.com/capedwarf/capedwarf-jboss-as ...
    Profile Photo
    last modified by alesj
  • DataStore and Cluster Scalability

    CapeDwarf is really a great system. It works amazingly. But I'm very concerned about its data store and scalability in a cluster. Could someone give some info on that?   1) CapeDwarf uses infinispan as the data ...
    Profile Photo
    last modified by alfred8812
  • Capedwarf WildFly cannot log to the console

    Hi, I am using CapeDwarf 2.0.0.CR2 WildFly complete bundle to host my GAE application. On the server side, I am logging directly to java.util.logging.logger.   The application works fine and I can see the log in...
    Profile Photo
    last modified by alfred8812
  • CapeDwarf https listener

    Hi, I'm a new user of CapeDwarf and I'm now migrating my GAE application to CapeDwarf.   But it seems that CapeDwarf will not set up https listener. It will just start http listener. Does someone happen to know ...
    Profile Photo
    last modified by alfred8812
  • Context listener issues

    Why would the following not work?   <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <listener> <listener-class...
    Profile Photo
    last modified by jenchong
  • https://localhost:8443

    We setup transport confidential in our web.xml e.g. ...             <url-pattern>/xxx</url-pattern>         ...
    Profile Photo
    last modified by jenchong
  • HornetQNotConnectedException

    Is this error normal? How to avoid it? ssionFactoryImpl.java:427) [hornetq-core-client-2.4.1.Final.jar:] WARN  [org.hornetq.core.server] (hornetq-failure-check-thread) HQ22 2107: Cleared up resources for sessi...
    Profile Photo
    last modified by jenchong
  • StackOverflowError

    Hi,   How do we troubleshoot stackoverflow error? Is there a way to increase the memory settings?   17:04:09,886 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin con sole listening on ...
    Profile Photo
    last modified by jenchong
  • applicationContext.xml not found

    We got the following error:   thread 1-7) Context initialization failed: org.springframework.beans.factory.Bea nDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF...
    Profile Photo
    last modified by jenchong
  • Dispatcher Issue

    What is this dispatcher error?   Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[200,3] Message: Unexpected element '{http://java.sun.com/xml/ns/javaee}dispatcher' enco untered  ...
    Profile Photo
    last modified by jenchong
  • java.lang.ClassNotFoundException: com.google.apphosting.api.ApiProxy.OverQuotaException

    We use GAEJ 1.9.2 but the following codes have been implemented much much earlier with no problem on GAEJ. With CapeDwarf_WildFly_2.0.0.CR1 (when this message was composed), during startup, Wildfly throws this excepti...
    Profile Photo
    last modified by jamestan
  • cannot display any page

    Hi, I've deployed my GAE application. When I try to display a page http://127.0.0.1:8080/... Whatever I type, I get a white page as output     here is the log: gafal@gafal-desktop:/media/04fe2007-d002-4...
    Profile Photo
    last modified by gafal
  • Deployment doesn't see the web.xml entries

    Hi, I downloaded 2.0.0.Beta1 and copied our war directory from the our GAE app within Eclipse into the standalone deployment directory as ROOT.war. I created a ROOT.war.deployed file and it seemed to work correctly...
    Profile Photo
    last modified by shai.almog
  • Servlet not found

    Hello again,   I'm coming with the next trouble, caused me a sleepless night:   The attached war contains a very simple Hello World servlet. After deploying on CP the /hello servlet is visible in the admin...
    Profile Photo
    last modified by nikolay.mitev
  • NPE on production

    Hello,   I have a development environment and a production environment based on Ubuntu and OpenStack. I'm testing CD with the todolist. It works fine on development env, (if deployed as ROOT.war), but on product...
    Profile Photo
    last modified by nikolay.mitev
  • Demo project

    Hello CapeDwarf Team!   I would like to create a demo project and run it on CapeDwarf. Is it possible to use the Google Plugin for Eclipse? How to deploy?   Thanks!
    Profile Photo
    last modified by nikolay.mitev
  • CapeDwarf and WildFly

    Hi,   I have an app which is deployed on appengine-1.8. This app is very simple and it uses the Cloud Endpoint API, the Datastore API (with Objectify v4), the OAuth API and Search API. I want to test it under W...
    Profile Photo
    last modified by mgreau
  • Custom serializers

    I just deployed on Beta6 a project I developed for AppEngine. The project use Objectify as datastore's "interface" and also Endpoints. Because of some Jackson circular reference problems during JSON serialization I ...
    Profile Photo
    last modified by gregor.sfiligoj