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...
Type: Posts; User: werner5471; Keyword(s):
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...
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...
@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?
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...
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...
Check out this post: http://serverfault.com/questions/149905/production-deployment-to-ec2-with-minimal-downtime/157678#157678
Thank you for your support! I'll try to extract a part where the problem still appears, may take a little time though.
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...
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...
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...
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...
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...
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...