Hi Andrew,
I finally managed to debug the application.
The application runs on JBoss 4.2.3 on a remote computer.
The problem is this:
I build the project externally via Maven.
Then, I...
Type: Posts; User: shaiw; Keyword(s):
Hi Andrew,
I finally managed to debug the application.
The application runs on JBoss 4.2.3 on a remote computer.
The problem is this:
I build the project externally via Maven.
Then, I...
Hi,
I am using GGTS 3.2.0.M1 with Grails 2.1.1.
I am trying to remote debug my application.
I set breakpoints in a controller but the debugger doesn't break.
I see that the blue circle with...
Upgrading from Grails 1.2.2 to version 2.1.1 I should have fully followed the upgrade instructions in
http://grails.org/doc/2.1.1/guide/upgradingFromPreviousVersionsOfGrails.html
It says:...
You need to configure a Grails launch configuration and run it in debug mode.
1. Go to Run -> Debug Configurations...
2. In the tree on the left double click on 'Grails'
It will create a new...
There is no grails-gorm:2.1.1.
I removed the dependency from the Maven build.
Cheers,
Shai
To solve this I had to disable the log4J plugin.
Technically it means removing the following from the generated web.xml:
<listener>
...
It appears I was looking in the wrong place.
According to findjar.com the class org.codehaus.groovy.grails.plugins.orm.hibernate.HibernatePluginSupport was in grails-gorm jar.
However in Grails...
The problem was solved after fixing a few grails plugin initialization problems.
Cheers,
Shai
Hi,
I deployed my Grails 2.1.1 application on JBoss 4.2.3.
During startup everything seems to get loaded except for the following warning:
2012-12-10 17:39:06,872 WARN ...
Hi,
After upgrading from Grails 1.2.2 to 2.1.1 I start getting the following error.
However the bean specified is defined in another file db-standalone-context.xml.
Do anyone have an idea what...
I am having problems running my Grails 2.1.1 app on JBoss 4.2.3 GA.
This time I am getting the exception below.
This line:
tells me that I am using the wrong version of grails-gorm.jar.
...
Hi Andrew,
I upgraded to version 3.2.0.M1 and it seems to fix the problem :)
Thanks,
Shai
I recently upgraded my app from Grails 1.2.2 to Grails 2.1.1.
Running my code from within the GGTS works very well.
However I'm having problems deploying it to JBoss 4.2.3 GA.
I get:...
Hi,
I am getting the error below when I refresh the dependencies in the IDE.
The only solution I found is to delete the ivy-cache dir and create it again.
After that, the first time refreshing...
Hi Andrew,
This is an Eclipse bug that hopefully will be fixed in later versions.
See the following links:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=394500...
Hi,
I recently upgraded to GGTS 3.1.0.
When I check the Error Log there is an error that happens repeatedly every 1/2 a second.
I think the source of the problem is the Eclipse IDE.
Searching...
I read that many people have problems resulting from a dependency on org.springframework.uaa.client-1.0.1.
I recently upgraded to Grails 2.x.x, and since then the Maven build fails with the...
I have a grails project that I build using Maven.
Till now I was using Grails 1.2.2 and STS 2.8.1.
After installing GGTS 3.1.0 and Grails 2.1.1. I tried building my project.
Everything went...
You were right!
From some reason my project was not defined as a Grails project.
I had to convert it to Grails project (Configure -> convert to Grails Project),
and then refresh the...
Hi Andrew and thank you for replying.
1. The breakpoints icon in the groovy code have no check marks, only a blue circle.
The ones in the regular Java class are checked.
Is that mean the the...
Hi,
I am using STS 2.8.1 with groovy support and Grails 1.2.2.
In the first few weeks STS managed to debug the Grails application, but suddenly it stopped responding to breakpoints located in the...
Dear Andrew,
Thank you for your quick response.
I had to go back to the previous version of STS (2.8.1).
Unfortunately, the revert option of STS failed and corrupted the tool.
It failed to...
Hi,
I am using grails 1.2.2.
After installing STS 2.9.0.M1 my grails project refuses to build.
I'm getting the following log message:
Welcome to Grails 1.2.2 - http://grails.org/
Licensed...