【问题标题】:Coherence error while deploying composite部署复合材料时出现一致性错误
【发布时间】:2019-10-09 11:22:11
【问题描述】:

我有一个 Oracle SOA BPEL 12c 组合,可以读取文件中的数据并将其复制到数据库表中。完成后,我运行它,它编译没有错误。但是当我尝试部署时,它会从scac.txt 文件返回以下错误消息。

我只是 Oracle SOA BPEL 的新手。我这样做是为了完成我最初的工作任务。我在复合材料方面的经验主要来自现有的,我只是做了一些编辑。我现在已经搜索过如何解决这个问题,但我似乎找不到任何与此相同的东西。我希望有人能解释为什么会这样。

2019-10-07 22:32:13.956/1.851 Oracle Coherence 12.2.1.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/E:/Oracle/Middleware/JDeveloper_12c/coherence/lib/coherence.jar!/tangosol-coherence.xml"
2019-10-07 22:32:14.062/1.957 Oracle Coherence 12.2.1.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/E:/Oracle/Middleware/JDeveloper_12c/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
2019-10-07 22:32:14.063/1.958 Oracle Coherence 12.2.1.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2019-10-07 22:32:14.069/1.965 Oracle Coherence 12.2.1.0.0 <D5> (thread=main, member=n/a): Optional configuration override "cache-factory-config.xml" is not specified
2019-10-07 22:32:14.070/1.965 Oracle Coherence 12.2.1.0.0 <D5> (thread=main, member=n/a): Optional configuration override "cache-factory-builder-config.xml" is not specified
2019-10-07 22:32:14.072/1.967 Oracle Coherence 12.2.1.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified

Oracle Coherence Version 12.2.1.0.0 Build 60603
 Grid Edition: Development mode
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

2019-10-07 22:32:14.155/2.050 Oracle Coherence GE 12.2.1.0.0 <Info> (thread=main, member=n/a): Loaded FMW commons version: 12.2.1-0-0-SNAPSHOT b60603
2019-10-07 22:32:14.158/2.053 Oracle Coherence GE 12.2.1.0.0 <Info> (thread=main, member=n/a): Created cache factory com.tangosol.net.DefaultConfigurableCacheFactory
2019-10-07 22:32:14.401/2.296 Oracle Coherence GE 12.2.1.0.0 <Info> (thread=main, member=n/a): The cluster name has not been configured, a value of "USer's cluster" has been automatically generated
Oct 07, 2019 10:32:14 PM oracle.soa.scac.ValidateComposite loadWSDLs
WARNING: Validating WSDLs from WSDLManager....  with option UseSoaInfraMds:false
Oct 07, 2019 10:32:14 PM oracle.fabric.common.wsdl.SchemaManager isIncrementalBuildSupported
INFO: XMLSchema incremental build enabled.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

【问题讨论】:

    标签: oracle soa bpel


    【解决方案1】:

    上面的错误日志中没有coherence error。这是一个警告,你可以忽略它。你能把错误日志贴在这里吗?

    【讨论】:

    • 它不是完整的错误...这并没有说明部署失败的原因...如果您正在写入数据库,您能否验证数据源是否正常工作?
    猜你喜欢
    • 2020-02-01
    • 2015-12-05
    • 1970-01-01
    • 2018-03-11
    • 2018-12-07
    • 1970-01-01
    • 2022-01-09
    • 2016-06-03
    • 2012-04-06
    相关资源
    最近更新 更多