系统:Windows 10 Enterprise. OfBiz版本:18.12.08数据库:Postgresql 15.3(demo data loaded.)Gradle:8.3 JDK:17.0.8.101
这是我第一次使用OfBiz。据我所知,我可以在执行./gradlew ofbiz后构建和启动。然而,当我试图浏览任何OfBiz Web组件时,除了https://localhost:10523/webtools外,我没有得到任何响应。
从日志中,我还不能告诉我做错了什么或没有做什么,这是目前从我的设置失踪。
我试着浏览并使用Curl验证连接,但没有成功。
D:\01Download>curl https://localhost:50746/webtools curl:(7)2249 ms后无法连接到localhost端口50746:无法连接到服务器
D:\01Download>curl https://localhost:10523/webtools curl:(35)schanel:next InitializeSecurityContext失败:SEC_E_INVALID_TOKEN(0x 80090308)-提供给函数的令牌无效
D:\01Download>curl https://localhost:8443/webtools curl:(28)SSL/TLS连接超时(此外,浏览器报告- localhost拒绝为此端口连接。)
我希望能够浏览各种OfBiz Web组件。谢谢。
日志中的其他信息:
INFO:找不到全局web.xml(此条目在日志中出现一次。
INFO:在classpath上未检测到Spring WebApplicationInitializer类型(日志中有此条目的多个示例。
如何解决这些问题?谢谢。
Adding build scan report uploaded to Gradle本报告中是否有任何内容可以突出我做错或遗漏的地方?
今天开始于074746 EAT,今天结束于074924 EAT Gradle 8-3,Gradle Enterprise插件3-14-1
0失败此版本不包含任何失败。
org gradle API plugins Convention type has been deprecated. 3用法
org gradle API插件JavaPluginConvention类型已弃用。2用法
已弃用RepositoryPluginjcenter方法。% 1用法已弃用org gradle API插件ApplicationPluginConvention类型。% 1用法
在1个项目中执行16个任务,耗时1分钟37秒编译Java 48.418秒测试11.642秒distZip 10.184秒编译Groovy 6.331秒
distTar 4.665s
processResources 4.280s
探索时间轴1 m 37 s总构建时间和配置时间5.808 s
执行1分31.542秒探索性能
在17个测试类中执行了59个测试,耗时12秒GetLocaleListTests frenchLocaleName 2.472秒
DelegatorUnitTests delegatorCreationUsingFactoryGetDelegator 1.233s
utilCodecTests testCheckStringForHtmlNotNotNone 1.106s
SaxReaderTests constructorWith0.730s
DelegatorUnitTests delegatorCreationUsingConstructorFailsIfestionIsMissing 0.678s
DelegatorUnitTests delegatorCreationUsingFactoryGetInstance 0.648s浏览测试
53个商业项目4应用12框架14
插件17
专题5
探索项目
在1个项目中解决了来自6个存储库的6个配置中的593个依赖关系runtimeClasspath 1.078
testRuntimeClasspath 0.071s
compileClasspath 0.069s
测试类路径0.046s
annotationProcessor 0.000s
testAnnotationProcessor 0.000s
浏览依赖项
在1个项目中解决了来自3个存储库的2个配置的26个构建依赖关系build gradle 0.021s
设置gradle 0.001s
探索构建依赖项
22插件在53个项目org gradle build-init 53用法
org gradle help-tasks 53用法
org gradle wrapper 53用法
at bxm svntools 1 usage com gradle enterprise 1 usage org asciidoctor gradle.asciidoctor 1 usage Explore plugins
0自定义值此版本不包含任何自定义值。
开关后台生成扫描发布打开
生成输出捕获打开
守护程序打开
文件系统监视打开测试输出捕获打开
Build Cache Off配置Cache Off按需配置Off失败时继续Off连续Off
空运行关闭离线关闭并联关闭
重新运行任务关闭
刷新依赖关系关闭
任务输入文件捕获关闭
基础设施操作系统Windows 10 10 amd 64 CPU核心8核心
Max Gradle工人8名工人
Java运行时Eclipse Temurin OpenJDK虚拟机环境17.0.8.1-1 Java VM Eclipse Temurin OpenJDK 64位服务器VM 17.0.8.1-1混合模式,共享最大JVM内存堆大小512 MiB
美国娱乐城
默认字符集窗口-1252
1条答案
按热度按时间hi3rlvi21#
OFBiz 18.12.08不应该与Gradle 8.3和JDK 17一起使用,而是Gradle 5.0和JDK 11。
请试试看
另外,不要忘记使用init-gradle-wrapper.bat