point85 / OEE-Designer

The OEE-Designer is the build time environment for OEE applications.
MIT License
93 stars 46 forks source link

how to run? #8

Closed sangjiexun closed 2 years ago

sangjiexun commented 2 years ago

mysql: image

ide: image

run then failure: image

sangjiexun commented 2 years ago

image and why use this kind runtime?

point85 commented 2 years ago

Hello CodeJason, From the screen shot it looks like you are trying to run the Tester GUI application in an IDE? First, make sure that you have a 64-bit JVM Java 8+ installed with JavaFX. Without JavaFX, the application will not run. The OpenJDK/JFX versions work fine.

Second, to obtain a detailed log for more information about your execution, in the config/logging/log4j.properties file change the following to "trace" from "warn" or "info"

Hibernate specific

basic log level for all Hibernate messages:

log4j.logger.org.hibernate=warn

runtime SQL statements and parameters:

log4j.logger.org.hibernate.SQL=warn

Log JDBC bind parameter runtime arguments:

log4j.logger.org.hibernate.type=warn

Hikari database connection pool

log4j.logger.com.zaxxer=warn

Point85 OEE

log4j.logger.org.point85=info

And, finally, the Tanuki Service Wrapper enables the headless Collector application to run as a Windows Service.

On Wed, Sep 22, 2021 at 9:06 PM CodeJason @.***> wrote:

[image: image] https://user-images.githubusercontent.com/59449516/134453131-900b2e4d-f12d-47c1-808b-7bdc2e13d044.png and why use this kind runtime?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/point85/OEE-Designer/issues/8#issuecomment-925492139, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6MX4FSFHVLUSXBP6BK76TUDKRT7ANCNFSM5ESXPVUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

sangjiexun commented 2 years ago

Thank you for your patience answer 😀