Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constraints not being found errors - Grails 1.3.7 #8

Open
btrscott opened this issue May 19, 2011 · 3 comments
Open

Constraints not being found errors - Grails 1.3.7 #8

btrscott opened this issue May 19, 2011 · 3 comments
Assignees
Labels

Comments

@btrscott
Copy link

Just did a simple install into grails 1.3.7. Ran app and got the following errors

2011-05-19 11:15:29,979 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.ComparisonConstraint] was not found when attempting to load Grails application. Skipping.
2011-05-19 11:15:29,984 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.SsnConstraint] was not found when attempting to load Grails application. Skipping.
2011-05-19 11:15:29,988 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.UsPhoneConstraint] was not found when attempting to load Grails application. Skipping.
2011-05-19 11:15:29,992 [main] ERROR commons.DefaultGrailsApplication - The class [net.zorched.constraints.UsZipConstraint] was not found when attempting to load Grails application. Skipping.

Causes console to crash whenever a domain with a constraint is modified.

Tried uninstalling and reinstalling, same issue.

@geofflane
Copy link
Owner

Hi, Sorry to hear you're having a problem.

I just created a sample app using 1.3.7 and couldn't recreate that problem.
Try running the attached app and see if you have the same issue. It could be
a classpath problem or a conflict with another plugin possibly?

On Thu, May 19, 2011 at 10:25 AM, btrscott <
[email protected]>wrote:

Just did a simple install into grails 1.3.7. Ran app and got the following
errors

2011-05-19 11:15:29,979 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.ComparisonConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,984 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.SsnConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,988 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.UsPhoneConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,992 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.UsZipConstraint] was not found when
attempting to load Grails application. Skipping.

Causes console to crash whenever a domain with a constraint is modified.

Tried uninstalling and reinstalling, same issue.

Reply to this email directly or view it on GitHub:
#8

Geoff Lane [email protected]

@btrscott
Copy link
Author

no attachment

On May 19, 2011, at 11:47 AM, geofflane wrote:

Hi, Sorry to hear you're having a problem.

I just created a sample app using 1.3.7 and couldn't recreate that problem.
Try running the attached app and see if you have the same issue. It could be
a classpath problem or a conflict with another plugin possibly?

On Thu, May 19, 2011 at 10:25 AM, btrscott <
[email protected]>wrote:

Just did a simple install into grails 1.3.7. Ran app and got the following
errors

2011-05-19 11:15:29,979 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.ComparisonConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,984 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.SsnConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,988 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.UsPhoneConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,992 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.UsZipConstraint] was not found when
attempting to load Grails application. Skipping.

Causes console to crash whenever a domain with a constraint is modified.

Tried uninstalling and reinstalling, same issue.

Reply to this email directly or view it on GitHub:
#8

Geoff Lane [email protected]

Reply to this email directly or view it on GitHub:
#8 (comment)

@geofflane
Copy link
Owner

Email me geoff at zorched dot net and I'll send the attachment...

On Thu, May 19, 2011 at 10:49 AM, btrscott <
[email protected]>wrote:

no attachment

On May 19, 2011, at 11:47 AM, geofflane wrote:

Hi, Sorry to hear you're having a problem.

I just created a sample app using 1.3.7 and couldn't recreate that
problem.
Try running the attached app and see if you have the same issue. It could
be
a classpath problem or a conflict with another plugin possibly?

On Thu, May 19, 2011 at 10:25 AM, btrscott <
[email protected]>wrote:

Just did a simple install into grails 1.3.7. Ran app and got the
following
errors

2011-05-19 11:15:29,979 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.ComparisonConstraint] was not found
when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,984 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.SsnConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,988 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.UsPhoneConstraint] was not found when
attempting to load Grails application. Skipping.
2011-05-19 11:15:29,992 [main] ERROR commons.DefaultGrailsApplication -
The class [net.zorched.constraints.UsZipConstraint] was not found when
attempting to load Grails application. Skipping.

Causes console to crash whenever a domain with a constraint is modified.

Tried uninstalling and reinstalling, same issue.

Reply to this email directly or view it on GitHub:
#8

Geoff Lane [email protected]

Reply to this email directly or view it on GitHub:
#8 (comment)

Reply to this email directly or view it on GitHub:
#8 (comment)

Geoff Lane [email protected]

@ghost ghost assigned geofflane Dec 16, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants