fz8770

fz8770
关注
46474 号成员,2019-05-29 13:20:51 加入
350
个人主页 浏览
2h35m
在线时长
  • Solo tomcat 启动报错 Read skin [Pinghsu]'s configuration failed: null

    2019-05-29 15:26

    修改 pom.xml 端口后 run 可以, 浏览器访问可以看到欢迎使用  Solo

    
    [INFO ]-[2019-05-29 15:20:57]-[com.zaxxer.hikari.HikariDataSource:123]: HikariPool-1 - Start completed.
    [WARN ]-[2019-05-29 15:20:57]-[org.b3log.solo.service.InitService:161]: Solo has not been initialized, please open your browser to init Solo
    [INFO] Started o.e.j.m.p.JettyWebAppContext@2256f14{/,file:///root/test/solo2/src/main/webapp/,AVAILABLE}{file:///root/test/solo2/src/main/webapp/}
    [INFO] Started ServerConnector@79611d2c{HTTP/1.1,[http/1.1]}{0.0.0.0:8066}
    [INFO] Started @24455ms
    [INFO] Started Jetty Server
    
  • Solo tomcat 启动报错 Read skin [Pinghsu]'s configuration failed: null

    2019-05-29 15:14

    我是用 /usr/local/maven3.5/bin/mvn clean package -Dmaven.test.skip=true 构建, 没出错,
    直接 /usr/local/maven3.5/bin/mvn jetty:run

    [INFO] Started o.e.j.m.p.JettyWebAppContext@2256f14{/,file:///root/test/solo2/src/main/webapp/,AVAILABLE}{file:///root/test/solo2/src/main/webapp/}
    
    [INFO] Jetty server exiting.
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 20.342 s
    [INFO] Finished at: 2019-05-29T15:12:24+08:00
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.12.v20180830:run (default-cli) on project solo: Failure: 地址已在使用 -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
    [root@db11 solo2]# vim src/main/resources/latke.properties 
    [root@db11 solo2]# 
    

    即使我修改了 vim src/main/resources/latke.properties
    的端口为 8066 (默认 8080 已经被占用了)

  • Solo tomcat 启动报错 Read skin [Pinghsu]'s configuration failed: null

    2019-05-29 14:35
    [root@db12 ~]# java -version
    
    java version "1.8.0_45"
    Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
    Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
    
  • Solo tomcat 启动报错 Read skin [Pinghsu]'s configuration failed: null

    2019-05-29 14:13

    有的

    [root@db11 solo2]# ls src/main/webapp/skins/
    
    9IPHP   Bruce   Community  Finding  Jane    metro-hot  next     owmx-3.0  README.md  tree-house
    Andrea  Casper  favourite  i-nove   Medium  NeoEase    nijigen  Pinghsu   timeline   yilia
    [root@db11 solo2]# 
    
  • Solo tomcat 启动报错 Read skin [Pinghsu]'s configuration failed: null

    2019-05-29 13:36

    我是下载了皮肤模块的
    git clone --recurse-submodules https://github.com/b3log/solo.git