Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,957

    I'm currently having the same problem... alerts...

    I'm currently having the same problem... alerts coming in approx. every half an hour although the application is running fine. I even have red icons in the application status although I can access...
  2. Thank you so much! Could you also post / send me...

    Thank you so much! Could you also post / send me the changes you made in httpd.conf? I'm not too familiar with Apache configuration... What does this extras.conf stand for, I can't find it on my...
  3. @1234Cast: I also need PHP to run on my server -...

    @1234Cast: I also need PHP to run on my server - can you let me know which files you had to adjust in order to make it work?
  4. Or rather: Amazon Relational Database Service (RDS)

    Thinking it over, I guess that multiple connections to the same DB are not possible using EBS but rather using Amazon Relational Database Service (RDS).

    Is it possible (or planned) to use RDS via...
  5. New application instance with same EBS mySQL DB

    I'd like to deploy a second application instance which uses the same mySQL DB as an existing one (to allow for an application update without downtime). The DB is located on an EBS volume, so I chose...
  6. Re: Is it possible to redeploy the application without having any down time?

    Check out this post: http://serverfault.com/questions/149905/production-deployment-to-ec2-with-minimal-downtime/157678#157678
  7. Re: Groovy:unable to resolve class although same package (again)

    Thank you for your support! I'll try to extract a part where the problem still appears, may take a little time though.
  8. Re: Groovy:unable to resolve class although same package (again)

    One additional note: The problem occurs where I explicitly assign a class instead of using def, e.g.

    MyService myService (instead of def myService)
    or
    MyDomainClass myDomainClassInstance...
  9. Groovy:unable to resolve class although same package (again)

    After updating to STS 2.3.3.M1 and grails 1.3.1, I first thought that my problem described in thread http://forum.springsource.org/showthread.php?t=89927 was gone, but it re-appeared. Unfortunately I...
  10. Re: Cannot resolve domain classes & breakpoint issues

    Ok then I'll ignore those errors in the future... however yes, I'm again having the problem about unresolved domain classes, this time in a functional test I'm working in (also the same package). I...
  11. Re: Cannot resolve domain classes & breakpoint issues

    Now the errors are occuring again. I looked in the Error Log and found lots of entries called "Groovy bug when compiling". Here's an example:

    eclipse.buildId=2.3.2.201003230009-RELEASE...
  12. Re: STS & grails: Cannot resolve domain classes & breakpoint issues

    I had 2.0.2.20100520-2200-e35 installed and now updated to 2.0.2.20100525-1500-e35. Currently everything seems to work again, so I'll let you know when the problems occur again. Thanks for your...
  13. STS & grails: Cannot resolve domain classes & breakpoint issues

    I'm having two problems with STS running grails, posting them together because I think they could be interrelated.

    1. STS sometimes does not resolve domain classes. I get the typical red cross...
Results 1 to 13 of 13