Giter Site home page Giter Site logo

orchidstarter's People

Contributors

arturbosch avatar cjbrooks12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

orchidstarter's Issues

Failed to build the update 0.15.4

Hello, thanks for this project.
I tried to clone the newest 0.15.4 version and build without changing anything, but failed.
It was fine yesterday, so I changed plugins and dependencies versions to 0.14.0, and it works fine.
(not exactly fine due to Socket Exception I didn't have yesterday; that's another issue, anyway.)
I am running this on windows 10.
Let me insert the error message here:

1월 26, 2019 3:57:05 오후 org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.13.Final
[ERROR] Orchid: Something went wrong running Orchid (Unable to provision, see the following errors:

1) Error injecting constructor, org.jruby.exceptions.MainExitException: unknown encoding name - x-windows-949
  at com.eden.orchid.languages.asciidoc.AsciiDoctorCompiler.<init>(AsciiDoctorCompiler.kt:16)
  at com.eden.orchid.languages.asciidoc.AsciiDoctorCompiler.class(AsciiDoctorCompiler.kt:16)
  while locating com.eden.orchid.languages.asciidoc.AsciiDoctorCompiler
  while locating com.eden.orchid.api.compilers.OrchidCompiler annotated with @com.google.inject.internal.Element(setName=,uniqueId=148, type=MULTIBINDER, keyType=)
  while locating java.util.Set<com.eden.orchid.api.compilers.OrchidCompiler>
    for the 1st parameter of com.eden.orchid.api.compilers.CompilerServiceImpl.<init>(CompilerServiceImpl.java:101)
  at com.eden.orchid.api.compilers.CompilerServiceImpl.class(CompilerServiceImpl.java:34)
  while locating com.eden.orchid.api.compilers.CompilerServiceImpl
  while locating com.eden.orchid.api.compilers.CompilerService
    for the 2nd parameter of com.eden.orchid.api.OrchidContextImpl.<init>(OrchidContextImpl.java:52)
  at com.eden.orchid.api.OrchidContextImpl.class(OrchidContextImpl.java:32)
  while locating com.eden.orchid.api.OrchidContextImpl
  while locating com.eden.orchid.api.OrchidContext

1 error)
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) Error injecting constructor, org.jruby.exceptions.MainExitException: unknown encoding name - x-windows-949
  at com.eden.orchid.languages.asciidoc.AsciiDoctorCompiler.<init>(AsciiDoctorCompiler.kt:16)
  at com.eden.orchid.languages.asciidoc.AsciiDoctorCompiler.class(AsciiDoctorCompiler.kt:16)
  while locating com.eden.orchid.languages.asciidoc.AsciiDoctorCompiler
  while locating com.eden.orchid.api.compilers.OrchidCompiler annotated with @com.google.inject.internal.Element(setName=,uniqueId=148, type=MULTIBINDER, keyType=)
  while locating java.util.Set<com.eden.orchid.api.compilers.OrchidCompiler>
    for the 1st parameter of com.eden.orchid.api.compilers.CompilerServiceImpl.<init>(CompilerServiceImpl.java:101)
  at com.eden.orchid.api.compilers.CompilerServiceImpl.class(CompilerServiceImpl.java:34)
  while locating com.eden.orchid.api.compilers.CompilerServiceImpl
  while locating com.eden.orchid.api.compilers.CompilerService
    for the 2nd parameter of com.eden.orchid.api.OrchidContextImpl.<init>(OrchidContextImpl.java:52)
  at com.eden.orchid.api.OrchidContextImpl.class(OrchidContextImpl.java:32)
  while locating com.eden.orchid.api.OrchidContextImpl
  while locating com.eden.orchid.api.OrchidContext

1 error
        at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:226)
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1053)
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086)
        at com.eden.orchid.Orchid.start(Orchid.java:91)
        at com.eden.orchid.Orchid.start(Orchid.java:69)
        at com.eden.orchid.Orchid.main(Orchid.java:60)
Caused by: org.jruby.exceptions.MainExitException: unknown encoding name - x-windows-949
Exception in thread "main" java.lang.NullPointerException
        at com.eden.orchid.Orchid.start(Orchid.java:110)
        at com.eden.orchid.Orchid.start(Orchid.java:69)
        at com.eden.orchid.Orchid.main(Orchid.java:60)

> Task :orchidBuild FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':orchidBuild'.
> Process 'command 'C:\Program Files\Java\jdk1.8.0_202\bin\java.exe'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 8s
3 actionable tasks: 3 executed

out of the box config isn't working

With a fresh clone of OrchidStarter on macOS 10.13.3 and using the latest master (with Updates to Orchid 0.8.1), running ./gradlew orchidServe (or orchidBuild) fails with the following error:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'OrchidStarter'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find gradle.plugin.buildSrc:orchidPlugin:0.8.1.
     Searched in the following locations:
         https://jcenter.bintray.com/gradle/plugin/buildSrc/orchidPlugin/0.8.1/orchidPlugin-0.8.1.pom
         https://jcenter.bintray.com/gradle/plugin/buildSrc/orchidPlugin/0.8.1/orchidPlugin-0.8.1.jar
         https://plugins.gradle.org/m2/gradle/plugin/buildSrc/orchidPlugin/0.8.1/orchidPlugin-0.8.1.pom
         https://plugins.gradle.org/m2/gradle/plugin/buildSrc/orchidPlugin/0.8.1/orchidPlugin-0.8.1.jar
     Required by:
         project :

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Before this commit both orchidServe and orchidBuild worked fine. I'm new to Gradle so hopefully the above message makes sense to you and is fixable. Orchid seems like just what I've been looking for, so hopefully this is an easy fix!

orchidServe stuck at 85% Executing

Hey there, I'm trying the quick start, and after running ./gradlew orchidServe the terminal process is stuck during the execution. See picture:
orchid

Also note that navigating to the localhost will show the site, however because execution did not finish, I'm not sure it is all there(visually it look complete)

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.