Coder Social home page Coder Social logo

firebird's People

Contributors

comru avatar

Watchers

 avatar  avatar  avatar

firebird's Issues

Error appeared when I tried to start application server.

Hi!
I have downloaded this demo (not by git - not working), changed build.gradle as told in readme. Database was succesfully created, but when I tried to start application server, message bellow appeared and tomcat didn't start.

Entity com.haulmont.cuba.security.entity.Group has no attribute applicable for table id column

Almost same error also appeared when I tried to create new Entity and left id type as UUID (other id types seems to be working).

Unable to resolve class javax.annotation.Nullable after CUBA Studio 7.0 update

CUBA Platform: 7.0 / 6.10.7
CUBA Studio 7.0
IDE on project load shows error with following stacktrace:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
C:/CUBAwork7/firebird/modules/core/src/com/haulmont/studio/db/firebird/FirebirdDbProperties.groovy: 3: unable to resolve class javax.annotation.Nullable

@ line 3, column 1.
   import javax.annotation.Nullable
   ^

1 error
            at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
            at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:981)
            at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:626)
            at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:575)
            at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:323)
            at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:293)
            at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:279)
            at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:236)
            at com.haulmont.studio.backend.ed.ddl.CustomDbLoader.loadCustomDb(SourceFile:257)
            at com.haulmont.studio.backend.ed.ddl.CustomDbLoader.loadCustomDbFromTargetDir(SourceFile:249)
            at com.haulmont.studio.backend.ed.ddl.CustomDbLoader.loadCustomDb(SourceFile:229)
            at com.haulmont.studio.backend.ed.ddl.CustomDbLoader.loadCustomDb(SourceFile:217)
            at com.haulmont.studio.backend.ed.ddl.CustomDbLoader.lambda$doLoad$0(SourceFile:106)
            at com.intellij.openapi.application.ReadAction.lambda$run$1(ReadAction.java:53)
            at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:973)
            at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:57)
            at com.intellij.openapi.application.ReadAction.run(ReadAction.java:53)
            at com.haulmont.studio.backend.ed.ddl.CustomDbLoader.doLoad(SourceFile:105)
            at com.haulmont.studio.backend.ed.ddl.CustomDbLoader.projectImported(SourceFile:98)
            at sun.reflect.GeneratedMethodAccessor184.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:498)
            at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:117)
            at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:397)
            at com.intellij.util.messages.impl.MessageBusImpl.pumpWaitingBuses(MessageBusImpl.java:358)
            at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:347)
            at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:331)
            at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:324)
            at com.intellij.util.messages.impl.MessageBusImpl.access$200(MessageBusImpl.java:29)
            at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:196)
            at com.sun.proxy.$Proxy188.projectImported(Unknown Source)
            at com.haulmont.studio.intellij.projectresolve.CubaProjectDataService.lambda$onSuccessImport$3(SourceFile:205)
            at com.intellij.openapi.project.DumbServiceImpl.lambda$smartInvokeLater$7(DumbServiceImpl.java:435)
            at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:315)
            at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:435)
            at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:419)
            at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:403)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
            at java.awt.EventQueue.access$500(EventQueue.java:98)
            at java.awt.EventQueue$3.run(EventQueue.java:715)
            at java.awt.EventQueue$3.run(EventQueue.java:709)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
            at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:719)
            at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:668)
            at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:363)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

EDIT: I noticed that the problem is not with Platform, but with Studio.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.