Cannot add new plugin to IDEA repo
Hi,
I'm trying to add a new plugin to IDEA community edition repo. but when I try to log in I get http 500 error. below is the trace
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error applying layout : main java.lang.Thread.run(Thread.java:662)
root cause
org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error processing GroovyPageView: Provided id of the wrong type for class com.jetbrains.pluginSite.domain.UserProfile. Expected: class java.lang.String, got class java.lang.Long; nested exception is org.hibernate.TypeMismatchException: Provided id of the wrong type for class com.jetbrains.pluginSite.domain.UserProfile. Expected: class java.lang.String, got class java.lang.Long java.lang.Thread.run(Thread.java:662)
root cause
org.springframework.orm.hibernate3.HibernateSystemException: Provided id of the wrong type for class com.jetbrains.pluginSite.domain.UserProfile. Expected: class java.lang.String, got class java.lang.Long; nested exception is org.hibernate.TypeMismatchException: Provided id of the wrong type for class com.jetbrains.pluginSite.domain.UserProfile. Expected: class java.lang.String, got class java.lang.Long com.jetbrains.pluginSite.UserService.getProfile(UserService.groovy:50) com.jetbrains.pluginSite.UserService.isAdmin(UserService.groovy:54) gsp_plugins_layoutsmain_gsp$_run_closure2.doCall(gsp_plugins_layoutsmain_gsp.groovy:136) gsp_plugins_layoutsmain_gsp.run(gsp_plugins_layoutsmain_gsp.groovy:161) java.lang.Thread.run(Thread.java:662)
root cause
org.hibernate.TypeMismatchException: Provided id of the wrong type for class com.jetbrains.pluginSite.domain.UserProfile. Expected: class java.lang.String, got class java.lang.Long com.jetbrains.pluginSite.UserService.getProfile(UserService.groovy:50) com.jetbrains.pluginSite.UserService.isAdmin(UserService.groovy:54) gsp_plugins_layoutsmain_gsp$_run_closure2.doCall(gsp_plugins_layoutsmain_gsp.groovy:136) gsp_plugins_layoutsmain_gsp.run(gsp_plugins_layoutsmain_gsp.groovy:161) java.lang.Thread.run(Thread.java:662)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.35 logs.
Please sign in to leave a comment.
What is your login?