Can't run the new server (0.7)

Asked by Oliver Röss

I did upgrade to grails 1.3.2
but I'm getting errors now...

olli-mb:tacenergy-0.7 Olli$ grails run-app
Welcome to Grails 1.3.2 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /Users/Olli/opt/grails-1.3.2

Base Directory: /Users/Olli/opt/tacenergy-0.7
Resolving dependencies...
Dependencies resolved in 1142ms.
Running script /Users/Olli/opt/grails-1.3.2/scripts/RunApp.groovy
Environment set to development
  [groovyc] Compiling 72 source files to /Users/Olli/opt/tacenergy-0.7/target/classes
  [groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
  [groovyc] /Users/Olli/opt/tacenergy-0.7/grails-app/controllers/edu/kit/iism/cdamarket/PersonCompetitionController.groovy: 3: unable to resolve class com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException
  [groovyc] @ line 3, column 1.
  [groovyc] import com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException
  [groovyc] ^
  [groovyc]
  [groovyc] /Users/Olli/opt/tacenergy-0.7/grails-app/services/edu/kit/iism/cdamarket/JmsBrokerManagementService.groovy: 27: unable to resolve class org.apache.activemq.broker.jmx.BrokerViewMBean
  [groovyc] @ line 27, column 1.
  [groovyc] import org.apache.activemq.broker.jmx.BrokerViewMBean
  [groovyc] ^
  [groovyc]
  [groovyc] /Users/Olli/opt/tacenergy-0.7/grails-app/services/edu/kit/iism/cdamarket/JmsBrokerManagementService.groovy: 28: unable to resolve class org.apache.activemq.broker.jmx.QueueViewMBean
  [groovyc] @ line 28, column 1.
  [groovyc] import org.apache.activemq.broker.jmx.QueueViewMBean
  [groovyc] ^
  [groovyc]
  [groovyc] /Users/Olli/opt/tacenergy-0.7/grails-app/services/edu/kit/iism/cdamarket/JmsBrokerManagementService.groovy: 29: unable to resolve class org.apache.activemq.broker.jmx.TopicViewMBean
  [groovyc] @ line 29, column 1.
  [groovyc] import org.apache.activemq.broker.jmx.TopicViewMBean
  [groovyc] ^
  [groovyc]
  [groovyc] /Users/Olli/opt/tacenergy-0.7/src/groovy/edu/kit/iism/cdamarket/auth/AuthorizationBroker.groovy: 22: unable to resolve class org.apache.activemq.security.SecurityAdminMBean
  [groovyc] @ line 22, column 1.
  [groovyc] import org.apache.activemq.security.SecurityAdminMBean
  [groovyc] ^
  [groovyc]
  [groovyc] /Users/Olli/opt/tacenergy-0.7/src/groovy/edu/kit/iism/cdamarket/auth/AuthorizationBroker.groovy: 21: unable to resolve class org.apache.activemq.broker.BrokerFilter
  [groovyc] @ line 21, column 1.
  [groovyc] import org.apache.activemq.broker.BrokerFilter
  [groovyc] ^
  [groovyc]
  [groovyc] /Users/Olli/opt/tacenergy-0.7/src/groovy/edu/kit/iism/cdamarket/auth/SecurityPlugin.groovy: 22: unable to resolve class org.apache.activemq.broker.Broker
  [groovyc] @ line 22, column 1.
  [groovyc] import org.apache.activemq.broker.Broker
  [groovyc] ^
  [groovyc]
  [groovyc] /Users/Olli/opt/tacenergy-0.7/src/groovy/edu/kit/iism/cdamarket/auth/SecurityPlugin.groovy: 21: unable to resolve class org.apache.activemq.broker.BrokerPlugin
  [groovyc] @ line 21, column 1.
  [groovyc] import org.apache.activemq.broker.BrokerPlugin
  [groovyc] ^
  [groovyc]
  [groovyc] 8 errors
Compilation error: Compilation Failed

Question information

Language:
English Edit question
Status:
Answered
For:
TAC Energy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
David Dauer (ddauer) said :
#1

the zip file seems to contain some errors, if you do a code checkout from https://code.launchpad.net/~tac/tacenergy/release_0.7 ("get this branch") you will not see any errors. we will upload a new zip file asap.

Revision history for this message
Carsten Block (cblock) said :
#2

David, we still need to look into this. It seems like our source zipping script broke during upgrade to grails 1.3.2.

Cheers,
Carsten

Am 23.06.2010 um 13:52 schrieb David Dauer:

> Question #115521 on TAC Energy changed:
> https://answers.launchpad.net/tacenergy/+question/115521
>
> Status: Open => Answered
>
> David Dauer proposed the following answer:
> the zip file seems to contain some errors, if you do a code checkout
> from https://code.launchpad.net/~tac/tacenergy/release_0.7 ("get this
> branch") you will not see any errors. we will upload a new zip file
> asap.
>
> --
> You received this question notification because you are a member of TAC,
> which is an answer contact for TAC Energy.

Can you help with this problem?

Provide an answer of your own, or ask Oliver Röss for more information if necessary.

To post a message you must log in.