【发布时间】: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
【问题讨论】: