<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Developer Network Q&amp;A - BY Network Community Forum				            </title>
            <link>https://community.onenetwork.com/sdk-forum/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Apr 2026 22:40:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Compilation error: char[] vs byte[] mismatch for getPatternDefinition() / setPatternDefinition() during bootstrap</title>
                        <link>https://community.onenetwork.com/sdk-forum/compilation-error-char-vs-byte-mismatch-for-getpatterndefinition-setpatterndefinition-during-bootstrap/</link>
                        <pubDate>Mon, 24 Nov 2025 04:22:12 +0000</pubDate>
                        <description><![CDATA[Hello all,I’m running into a strange compilation issue during bootstrap on AZ-neo-3.12q.Only on my local, the generated code is giving me char[] instead of byte[] for patternDefinition, and ...]]></description>
                        <content:encoded><![CDATA[<p data-start="224" data-end="458"> </p>
785
786
<p data-start="224" data-end="458">Hello all,<br data-start="231" data-end="234" />I’m running into a strange compilation issue during bootstrap on <strong data-start="299" data-end="315">AZ-neo-3.12q</strong>.<br data-start="316" data-end="319" />Only on <strong data-start="327" data-end="339">my local</strong>, the generated code is giving me <code data-start="373" data-end="381">char[]</code> instead of <code data-start="393" data-end="401">byte[]</code> for <code data-start="406" data-end="425">patternDefinition</code>, and that leads to these errors:</p>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="sticky top-9">
<div class="absolute end-0 bottom-0 flex h-9 items-center pe-2">
<div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"> </div>
</div>
</div>
<div class="overflow-y-auto p-4" dir="ltr"><code class="whitespace-pre!"><span>char<span class="hljs-selector-attr">[]</span> cannot be converted <span class="hljs-selector-tag">to</span> byte<span class="hljs-selector-attr">[]</span>
byte<span class="hljs-selector-attr">[]</span> cannot be converted <span class="hljs-selector-tag">to</span> char<span class="hljs-selector-attr">[]</span>
</span></code></div>
</div>
<p data-start="543" data-end="564">The errors come from:</p>
<ul data-start="565" data-end="698">
<li data-start="565" data-end="588">
<p data-start="567" data-end="588"><code data-start="567" data-end="588">RecurringDataHelper</code></p>
</li>
<li data-start="589" data-end="622">
<p data-start="591" data-end="622"><code data-start="591" data-end="622">SimpleRecurrencePatternHelper</code></p>
</li>
<li data-start="623" data-end="698">
<p data-start="625" data-end="698">and the model rows (<code data-start="645" data-end="668">SiteRecurrenceDataRow</code>, <code data-start="670" data-end="697">SiteRsrcRecurrenceDataRow</code>)</p>
</li>
</ul>
<p data-start="700" data-end="839">What’s confusing is — <strong data-start="722" data-end="759">my teammates don’t see this issue</strong>. Their codegen still produces <code data-start="790" data-end="798">byte[]</code>, but mine suddenly switched to <code data-start="830" data-end="838">char[]</code>.</p>
<p data-start="841" data-end="981">Has anyone seen this before?<br data-start="869" data-end="872" />Is there some local codegen/XSD/JAXB cache or config that could cause datatype differences during generation?</p>
<p data-start="983" data-end="1058">Any pointers on where to check or what to clean/reset would really help. &#x1f64f;</p>
<p data-start="983" data-end="1058"> </p>
<p data-start="983" data-end="1058">here are the logs </p>
<p data-start="983" data-end="1058"> </p>
<p>injectCode:</p>
<p>&nbsp;</p>
<p>compile:<br />     Compiling 6030 source files to C:\views\AZ-neo-3.12q\tomcat\deploy\one\WEB-INF\one_modules\one.jar<br />     C:\views\AZ-neo-3.12q\server\src\com\transcendsys\platform\server\vc\helper\RecurringDataHelper.java:177: error: incompatible types: char[] cannot be converted to byte[]<br />             patternDefinition = siteRecurrenceDataRow.getPatternDefinition();<br />                                                                           ^<br />     C:\views\AZ-neo-3.12q\server\src\com\transcendsys\platform\server\vc\helper\RecurringDataHelper.java:553: error: incompatible types: byte[] cannot be converted to char[]<br />         row.setPatternDefinition(getSimpleRecurrencePatternBytes(simpleRecurrencePattern));<br />                                                                 ^<br />     C:\views\AZ-neo-3.12q\server\src\com\transcendsys\platform\server\timeline\populator\SimpleRecurrencePatternHelper.java:42: error: incompatible types: char[] cannot be converted to byte[]<br />           byte[] xmlBytes = row.getPatternDefinition();<br />                                                     ^<br />     Note: Some input files use or override a deprecated API.<br />     Note: Recompile with -Xlint:deprecation for details.<br />     Note: Some input files use or override a deprecated API that is marked for removal.<br />     Note: Recompile with -Xlint:removal for details.<br />     Note: Some input files use unchecked or unsafe operations.<br />     Note: Recompile with -Xlint:unchecked for details.<br />     Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output<br />     3 errors</p>
<p>&nbsp;</p>
<p>BUILD FAILED<br />C:\views\INSTAN~1\ib-branches\Neo3.10-rb\build.xml:1340: The following error occurred while executing this line:<br />C:\views\INSTAN~1\ib-branches\Neo3.10-rb\build.xml:1361: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build.xml:1422: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build.xml:2827: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build.xml:2874: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\build.xml:211: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\build.xml:217: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\build.xml:993: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\server\PlatformCoreModels\build.xml:168: The following error occurred while executing this line:<br />C:\views\AZ-neo-3.12q\install-staging\build-macros.xml:43: Compile failed; see the compiler error output for details</p>
<p>&nbsp;</p>
<p>-------------------------<br />         FAILED<br />-------------------------</p>
<p data-start="983" data-end="1058"> </p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>javamk</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/compilation-error-char-vs-byte-mismatch-for-getpatterndefinition-setpatterndefinition-during-bootstrap/</guid>
                    </item>
				                    <item>
                        <title>How can I upload a file which isn&#039;t in my menu of available Uploads?</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-can-i-upload-a-file-which-isnt-in-my-menu-of-available-uploads/</link>
                        <pubDate>Mon, 18 Aug 2025 16:46:36 +0000</pubDate>
                        <description><![CDATA[I want to upload an inbound interface file.  But my current user doesn&#039;t have a menu item for it.  Is there any way for me to do it?]]></description>
                        <content:encoded><![CDATA[<p>I want to upload an inbound interface file.  But my current user doesn't have a menu item for it.  Is there any way for me to do it?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Greg Merrill</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-can-i-upload-a-file-which-isnt-in-my-menu-of-available-uploads/</guid>
                    </item>
				                    <item>
                        <title>Can a unit test access model MDFs?</title>
                        <link>https://community.onenetwork.com/sdk-forum/can-a-unit-test-access-model-mdfs/</link>
                        <pubDate>Tue, 05 Aug 2025 16:20:39 +0000</pubDate>
                        <description><![CDATA[I have a unit test (AbstractUnitTest) that is using a model object to get and set values to a field of type Float. The purpose of the test is to validate that certain values can be set on th...]]></description>
                        <content:encoded><![CDATA[<p>I have a unit test (AbstractUnitTest) that is using a model object to get and set values to a field of type Float. The purpose of the test is to validate that certain values can be set on that field without losing precision.</p>
<p>The model field is defined as a MDFs and when calling getMDFs(), we get the following RuntimeException:</p>
<pre contenteditable="false"> Testcase: testFloatField took 1.468 sec
     Caused an ERROR
 java.lang.reflect.InvocationTargetException
 java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
     at com.onenetwork.platform.common.Model.getMDFs(Model.java:552)
     at com.onenetwork.platform.common.Model.getMDFs(Model.java:561)
     at com.onenetwork.test.unit.ItemUnitTest.testFloatField(ItemUnitTest.java:13)
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 Caused by: java.lang.reflect.InvocationTargetException
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at com.onenetwork.platform.common.Model.getMDFs(Model.java:549)
 Caused by: java.lang.NullPointerException: Cannot invoke "com.transcendsys.platform.base.bo.helper.LevelMappingHelper.getMapping()" because "lvlHelper" is null
     at com.transcendsys.platform.base.bo.helper.ModelHelper.getMDFs(ModelHelper.java:74)</pre>
<p>Example of the getMDFs() call:</p>
<pre contenteditable="false">Item actual = new Item();
ItemMDFs actualTestMdfs = actual.getMDFs(com.onenetwork.test.model.ItemMDFs.class);</pre>
<p>The test is not expected to write data to the database and we are just using the model object field to store data. The same test works when implemented as a server test (AbstractServerTest).</p>
<p>Is it possible to use the model class and get its MDFs in a unit test or is the server required for getting the MDFs class?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Matthew Le</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/can-a-unit-test-access-model-mdfs/</guid>
                    </item>
				                    <item>
                        <title>Role Buyer Supply Chain Admin does not have permission to execute the Action PLT.InsertOrUpdate</title>
                        <link>https://community.onenetwork.com/sdk-forum/role-buyer-supply-chain-admin-does-not-have-permission-to-execute-the-action-plt-insertorupdate/</link>
                        <pubDate>Wed, 02 Jul 2025 09:50:27 +0000</pubDate>
                        <description><![CDATA[Can you please explain me this error . which permission on which level is missing ? 
 
&lt;ModelList xmlns=&quot;http://www.onenetwork.com/Platform&quot; xmlns:YMS=&quot;http://www.yms.onenetwork.com/Yar...]]></description>
                        <content:encoded><![CDATA[<p>Can you please explain me this error . which permission on which level is missing ? </p>
<p> </p>
<p>&lt;ModelList xmlns="http://www.onenetwork.com/Platform" xmlns:YMS="http://www.yms.onenetwork.com/YardManagement" xmlns:SCC="http://www.onenetwork.com/SupplyChainCore" xmlns:LNTL="http://www.LogisticsTelemetry.onenetwork.com/LogisticsTelemetry" xmlns:TOSX="http://www.onenetwork.com/TransportationPlanning" xmlns:FISE="http://www.fieldservice.onenetwork.com/FieldService" xmlns:MDM="http://www.mdm.onenetwork.com/MasterDataManagement" xmlns:RPL="http://www.onenetwork.com/Replenishment" xmlns:FIN="http://www.financials.onenetwork.com/Financials" xmlns:SCH="http://www.onenetwork.com/Scheduling" xmlns:DPX="http://www.onenetwork.com/DemandPlanner" xmlns:MFG="http://www.onenetwork.com/Manufacturing" xmlns:LCNS="http://www.licensing.onenetwork.com/Licensing" xmlns:WMS="http://www.wms.onenetwork.com/WarehouseManagement" xmlns:CMDC="http://www.cmdclient.onenetwork.com/CMDClient" xmlns:QCAD="http://www.qualitycomplianceanddisposition.onenetwork.com/QualityComplianceAndDisposition" xmlns:ATPC="http://www.atpc.onenetwork.com/ATPCore" xmlns:IVP="http://www.onenetwork.com/InventoryPlanning" xmlns:RDTS="http://www.rdts.onenetwork.com/RDTSequencing" xmlns:TMS="http://www.onenetwork.com/Transportation" xmlns:BLCL="http://www.billingclient.onenetwork.com/BillingClient" xmlns:OMS="http://www.onenetwork.com/OMS" xmlns:SNOP="http://www.snop.onenetwork.com/SNOP" xmlns:AMS="http://www.ams.onenetwork.com/AssetManagement" xmlns:GLGC="http://www.glgclient.onenetwork.com/GLGClient" xmlns:CHCS="http://www.chcs.onenetwork.com/ChainOfCustody" xmlns:RISK="http://www.riskresilience.onenetwork.com/RiskResilience" xmlns:ENSG="http://www.esg.onenetwork.com/EnterpriseSocialGraph" xmlns:SMRO="http://www.smro.onenetwork.com/MROManagement" xmlns:SCPT="http://www.scpt.onenetwork.com/SCProcessTemplate" xmlns:RTL="http://www.onenetwork.com/Retail" xmlns:GSDM="http://www.globalsdm.onenetwork.com/GlobalSDM" xmlns:DAWH="http://www.dw.onenetwork.com/DataWarehouse"&gt;<br />&lt;ValueChainId&gt;0&lt;/ValueChainId&gt;<br />&lt;CustomModelName&gt;Standard OrgListPerm&lt;/CustomModelName&gt;<br />&lt;ActionName&gt;PLT.InsertOrUpdate&lt;/ActionName&gt;<br />&lt;OrgListPerm&gt;<br />&lt;ActionName&gt;PLT.InsertOrUpdate&lt;/ActionName&gt;<br />&lt;InputRefId&gt;1&lt;/InputRefId&gt;<br />&lt;Error&gt;<br />&lt;MajorCode&gt;80003&lt;/MajorCode&gt;<br />&lt;MinorCode&gt;29&lt;/MinorCode&gt;<br />&lt;Message&gt;Role Buyer Supply Chain Admin does not have permission to execute the Action PLT.InsertOrUpdate because none of Related Generic Model  has valid write permission.&lt;/Message&gt;<br />&lt;MessageArg&gt;PLT.InsertOrUpdate&lt;/MessageArg&gt;<br />&lt;MessageArg&gt;Buyer Supply Chain Admin&lt;/MessageArg&gt;<br />&lt;MessageArg&gt;Owner,OwningEntity&lt;/MessageArg&gt;<br />&lt;/Error&gt;<br />&lt;ValueChainId&gt;8001&lt;/ValueChainId&gt;<br />&lt;OwnerId&gt;10101&lt;/OwnerId&gt;<br />&lt;OwnerModelLevel&gt;SCC.Location&lt;/OwnerModelLevel&gt;<br />&lt;OwnerDisplay&gt;Storage Area&lt;/OwnerDisplay&gt;<br />&lt;OrgName&gt;SUP6&lt;/OrgName&gt;<br />&lt;OrgEnterpriseName&gt;SUP6&lt;/OrgEnterpriseName&gt;<br />&lt;PermissionType&gt;Management&lt;/PermissionType&gt;<br />&lt;Udfs/&gt;<br />&lt;/OrgListPerm&gt;<br />&lt;/ModelList&gt;</p>
<p> </p>
783]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>kunalbadgujar</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/role-buyer-supply-chain-admin-does-not-have-permission-to-execute-the-action-plt-insertorupdate/</guid>
                    </item>
				                    <item>
                        <title>Best Practice to Programmatically Trigger Another IB</title>
                        <link>https://community.onenetwork.com/sdk-forum/best-practice-to-programmatically-trigger-another-ib/</link>
                        <pubDate>Mon, 12 May 2025 05:07:56 +0000</pubDate>
                        <description><![CDATA[Hi everyone,In our project, we need to create one IB in our module, set some derive fields and then programmatically we need to process data from another IB we need to send it to another int...]]></description>
                        <content:encoded><![CDATA[<p>Hi everyone,<br /><br />In our project, we need to create one IB in our module, set some derive fields and then programmatically we need to process data from another IB <br />we need to send it to another interface from other module in such a way that it gets processed by its existing workflow, processor, and validation logic, as if it were received via a peer or external system.<br /><br />We’re currently writing processor in our module and using QueueResourceClient.enqueueMessage() and setting interface, interfaceVersion, valueChainId, and other metadata manually.<br /><br />Question: Is this the recommended approach for triggering one IB from another? Or is there a more native framework-supported utility/helper method (like a built-in service or helper class) that handles this kind of IB-to-IB message handoff more gracefully?<br /><br />Would love to hear how others have done this or if there's something we might be missing.<br /><br />Thanks in advance!</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>javamk</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/best-practice-to-programmatically-trigger-another-ib/</guid>
                    </item>
				                    <item>
                        <title>How do i resolve Cannot load JDBC driver class &#039;oracle.jdbc.OracleDriver&#039;?</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-do-i-resolve-cannot-load-jdbc-driver-class-oracle-jdbc-oracledriver/</link>
                        <pubDate>Mon, 14 Apr 2025 18:25:51 +0000</pubDate>
                        <description><![CDATA[I recently received a new laptop from BY and successfully completed the bootstrap process. However, when I try to run the server, it shuts down forcefully and shows the following error in th...]]></description>
                        <content:encoded><![CDATA[<p class="" data-start="73" data-end="270">I recently received a new laptop from BY and successfully completed the bootstrap process. However, when I try to run the server, it shuts down forcefully and shows the following error in the logs:</p>
<pre contenteditable="false">4-14 13:13:21,069  INFO (           main)  Initializing ApplicationContextHelper
04-14 13:13:40,098 ERROR (           main)  Fail to Start: 
java.lang.ExceptionInInitializerError: null
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) 
	at com.transcendsys.platform.server.PlatformMBeanContextListener.lifeCycle(PlatformMBeanContextListener.java:81) 
	at com.transcendsys.platform.server.PlatformMBeanContextListener.contextInitialized(PlatformMBeanContextListener.java:195) 
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4049) 
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4477) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:599) 
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:571) 
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:654) 
	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:635) 
	at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1889) 
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) 
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) 
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) 
	at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:530) 
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:421) 
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1629) 
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:303) 
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:109) 
	at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:389) 
	at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:336) 
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:776) 
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:772) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1203) 
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1193) 
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) 
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) 
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:749) 
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:203) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:415) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:870) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.startup.Catalina.start(Catalina.java:761) 
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) 
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473) 
Caused by: java.lang.RuntimeException: java.lang.reflect.UndeclaredThrowableException
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:118) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	... 49 more
Caused by: java.lang.reflect.UndeclaredThrowableException
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	... 49 more
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	... 49 more
Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction
	at org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:313) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:532) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:405) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	... 49 more
Caused by: java.sql.SQLException: Cannot load JDBC driver class 'oracle.jdbc.OracleDriver'
	at org.apache.commons.dbcp2.DriverFactory.createDriver(DriverFactory.java:54) ~
	at org.apache.commons.dbcp2.BasicDataSource.createConnectionFactory(BasicDataSource.java:459) ~
	at org.apache.commons.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:525) ~
	at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:731) ~
	at com.transcendsys.platform.base.db.ONEDataSource.getConnection(ONEDataSource.java:49) ~
	at org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:269) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:532) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:405) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	... 49 more
Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
	at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1378) ~
	at com.onenetwork.tools.tomcat.loader.OneWebParallelWebappClassLoader.loadClass(OneWebParallelWebappClassLoader.java:291) ~
	at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1187) ~
	at org.apache.commons.dbcp2.DriverFactory.createDriver(DriverFactory.java:49) ~
	at org.apache.commons.dbcp2.BasicDataSource.createConnectionFactory(BasicDataSource.java:459) ~
	at org.apache.commons.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:525) ~
	at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:731) ~
	at com.transcendsys.platform.base.db.ONEDataSource.getConnection(ONEDataSource.java:49) ~
	at org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:269) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:532) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:405) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	... 49 more
04-14 13:13:40,137 ERROR (           main)  Fail to Start: OneNetwork.DTB:Bootstrap=DTB Bootstrap Service
com.transcendsys.platform.lifecycle.ServiceException: Fail to Start: OneNetwork.DTB:Bootstrap=DTB Bootstrap Service
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:253) ~
	at com.transcendsys.platform.server.PlatformMBeanContextListener.lifeCycle(PlatformMBeanContextListener.java:81) 
	at com.transcendsys.platform.server.PlatformMBeanContextListener.contextInitialized(PlatformMBeanContextListener.java:195) 
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4049) 
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4477) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:599) 
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:571) 
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:654) 
	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:635) 
	at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1889) 
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) 
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) 
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) 
	at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:530) 
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:421) 
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1629) 
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:303) 
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:109) 
	at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:389) 
	at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:336) 
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:776) 
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:772) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1203) 
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1193) 
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) 
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) 
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:749) 
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:203) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:415) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:870) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.startup.Catalina.start(Catalina.java:761) 
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) 
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473) 
Caused by: java.lang.ExceptionInInitializerError
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) ~
	... 43 more
Caused by: java.lang.RuntimeException: java.lang.reflect.UndeclaredThrowableException
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:118) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) ~
	... 43 more
Caused by: java.lang.reflect.UndeclaredThrowableException
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) ~
	... 43 more
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) ~
	... 43 more
Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction
	at org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:313) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:532) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:405) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) ~
	... 43 more
Caused by: java.sql.SQLException: Cannot load JDBC driver class 'oracle.jdbc.OracleDriver'
	at org.apache.commons.dbcp2.DriverFactory.createDriver(DriverFactory.java:54) ~
	at org.apache.commons.dbcp2.BasicDataSource.createConnectionFactory(BasicDataSource.java:459) ~
	at org.apache.commons.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:525) ~
	at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:731) ~
	at com.transcendsys.platform.base.db.ONEDataSource.getConnection(ONEDataSource.java:49) ~
	at org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:269) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:532) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:405) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) ~
	... 43 more
Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
	at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1378) ~
	at com.onenetwork.tools.tomcat.loader.OneWebParallelWebappClassLoader.loadClass(OneWebParallelWebappClassLoader.java:291) ~
	at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1187) ~
	at org.apache.commons.dbcp2.DriverFactory.createDriver(DriverFactory.java:49) ~
	at org.apache.commons.dbcp2.BasicDataSource.createConnectionFactory(BasicDataSource.java:459) ~
	at org.apache.commons.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:525) ~
	at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:731) ~
	at com.transcendsys.platform.base.db.ONEDataSource.getConnection(ONEDataSource.java:49) ~
	at org.springframework.jdbc.datasource.DataSourceTransactionManager.doBegin(DataSourceTransactionManager.java:269) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:532) ~
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:405) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at com.transcendsys.platform.server.transaction.interceptor.DataSourceTransactionManagerWrapper.invoke(DataSourceTransactionManagerWrapper.java:76) ~
	at jdk.proxy3/jdk.proxy3.$Proxy63.getTransaction(Unknown Source) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:639) ~
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:374) ~
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) ~
	at com.transcendsys.platform.server.dao.DaoAccessorLocal$$SpringCGLIB$$0.getRowByKey(&lt;generated&gt;) ~
	at com.transcendsys.platform.server.dao.Dao.getRowByKey(Dao.java:432) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.register(DvceCacheManager.java:501) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;init&gt;(DvceCacheManager.java:95) ~
	at com.transcendsys.platform.server.cache.manager.DvceCacheManager.&lt;clinit&gt;(DvceCacheManager.java:517) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.createCheckPoint(CacheStatsPlugin.java:98) ~
	at com.transcendsys.platform.server.cache.CacheStatsPlugin.&lt;init&gt;(CacheStatsPlugin.java:27) ~
	at com.transcendsys.platform.server.ServerBootstrapHelper.bootstrapServer(ServerBootstrapHelper.java:161) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.bootstrapServer(DvceBootstrapService.java:51) ~
	at com.transcendsys.platform.server.mbeans.jboss.DvceBootstrapService.startInternal(DvceBootstrapService.java:81) ~
	at com.transcendsys.platform.base.jmx.AbstractServiceMBean.start(AbstractServiceMBean.java:248) ~
	... 43 more
04-14 13:13:40,169 ERROR (           main)  Forcefully shutting down the server
java.net.ConnectException: Connection refused: connect
	at java.base/sun.nio.ch.Net.connect0(Native Method) ~
	at java.base/sun.nio.ch.Net.connect(Net.java:579) ~
	at java.base/sun.nio.ch.Net.connect(Net.java:568) ~
	at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) ~
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~
	at java.base/java.net.Socket.connect(Socket.java:633) ~
	at java.base/java.net.Socket.connect(Socket.java:583) ~
	at java.base/java.net.Socket.&lt;init&gt;(Socket.java:507) ~
	at java.base/java.net.Socket.&lt;init&gt;(Socket.java:287) ~
	at com.transcendsys.platform.server.PlatformMBeanContextListener.handleException(PlatformMBeanContextListener.java:133) 
	at com.transcendsys.platform.server.PlatformMBeanContextListener.lifeCycle(PlatformMBeanContextListener.java:98) 
	at com.transcendsys.platform.server.PlatformMBeanContextListener.contextInitialized(PlatformMBeanContextListener.java:195) 
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4049) 
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4477) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:599) 
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:571) 
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:654) 
	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:635) 
	at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1889) 
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) 
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) 
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) 
	at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:530) 
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:421) 
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1629) 
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:303) 
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:109) 
	at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:389) 
	at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:336) 
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:776) 
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:772) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1203) 
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1193) 
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) 
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) 
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:749) 
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:203) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:415) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:870) 
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) 
	at org.apache.catalina.startup.Catalina.start(Catalina.java:761) 
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~
	at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) 
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473) 
</pre>
<p class="" data-start="349" data-end="393">Could you please help me resolve this issue?</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>bpoudel</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-do-i-resolve-cannot-load-jdbc-driver-class-oracle-jdbc-oracledriver/</guid>
                    </item>
				                    <item>
                        <title>SSO Login Fails and receive YadisException I/O Transpot Error</title>
                        <link>https://community.onenetwork.com/sdk-forum/sso-login-fails-and-receive-yadisexception-i-o-transpot-error/</link>
                        <pubDate>Fri, 21 Mar 2025 14:43:59 +0000</pubDate>
                        <description><![CDATA[On my local machine, when I attempt to login, the SSO redirect fails with the error listed below. What can be done to resolve this issue?
3-20 18:10:07,599 INFO (duler_0z1-10017) [ SystemCo...]]></description>
                        <content:encoded><![CDATA[<p><span>On my local machine, when I attempt to login, the SSO redirect fails with the error listed below. What can be done to resolve this issue?</span></p>
<p>3-20 18:10:07,599 INFO (duler_0z1-10017)  Getting the master URL from SSO_Provider_application<br />03-20 18:10:07,600 INFO (duler_0z1-10017)  Install mode in the sso_provider_application table is Master<br />03-20 18:10:07,601 INFO (duler_0z1-10017)  Returning the master url to be null<br />03-20 18:10:07,877 INFO ( Task_0z6-10037)  Executing PURGE_DVCE_BATCH_UPLOAD_QUEUE<br />03-20 18:10:07,915 INFO ( Task_0z6-10037)  Total time to cleanup DvceBatchUploadQueues - 0.038s<br />03-20 18:10:15,046 ERROR (0.0-8081-exec-1) [ ] Servlet.service() for servlet  in context with path  threw exception<br />java.lang.RuntimeException: org.openid4java.discovery.yadis.YadisException: 0x704: I/O transport error: <br />  at com.transcendsys.platform.web.auth.OpenIdAuthenticate.consume(OpenIdAuthenticate.java:191) ~<br />  at com.transcendsys.platform.web.filter.WebAgentFilter.doOpenId(WebAgentFilter.java:356) ~<br />  at com.transcendsys.platform.web.filter.WebAgentFilter.sendAuthenticateMessage(WebAgentFilter.java:376) ~<br />  at com.transcendsys.platform.web.filter.WebAgentFilter.sendAuthenticateMessage(WebAgentFilter.java:664) ~<br />  at com.transcendsys.platform.web.filter.WebAgentFilter.isAuthorized(WebAgentFilter.java:453) ~<br />  at com.transcendsys.platform.web.filter.WebAgentFilter.doFilter(WebAgentFilter.java:206) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at sso.web.filter.csrf.CSRFPreventionFilter.doFilter(CSRFPreventionFilter.java:41) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at com.transcendsys.platform.web.filter.xss.XSSPreventionFilter.doFilter(XSSPreventionFilter.java:291) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at com.transcendsys.platform.web.filter.DefaultCharsetFilter.doFilter(DefaultCharsetFilter.java:36) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:129) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at com.onenetwork.tools.tomcat.filter.StandardResponseHeadersFilter.doFilter(StandardResponseHeadersFilter.java:83) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at com.transcendsys.platform.web.filter.CacheHeaderFilter.doFilter(CacheHeaderFilter.java:107) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at com.transcendsys.platform.web.filter.DBSessionFilter.doFilter(DBSessionFilter.java:42) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~<br />  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~<br />  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) <br />  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) <br />  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) <br />  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) <br />  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) <br />  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) <br />  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:731) <br />  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) <br />  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) </p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>jcourter</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/sso-login-fails-and-receive-yadisexception-i-o-transpot-error/</guid>
                    </item>
				                    <item>
                        <title>How to fix &quot;Column Does Not Exist on Table Error&quot; when the column does exist in the database schema</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/</link>
                        <pubDate>Fri, 31 Jan 2025 17:45:55 +0000</pubDate>
                        <description><![CDATA[I am currently trying to insert a record into a model and am receiving the error &quot;Column does not exist on table&quot;. I have checked the database schema and in this example, the column &quot;TITLE&quot; ...]]></description>
                        <content:encoded><![CDATA[<p>I am currently trying to insert a record into a model and am receiving the error "Column does not exist on table". I have checked the database schema and in this example, the column "TITLE" does exist within the HPEC_BOOK table. Why am I receiving this error even though the column exists?</p>
<p>I have also tried building the module and it has not fixed the issue.</p>
776]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>jcourter</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/</guid>
                    </item>
				                    <item>
                        <title>Navigating to localhost shows &quot;This site can&#039;t be reached&quot; error</title>
                        <link>https://community.onenetwork.com/sdk-forum/navigating-to-localhost-shows-this-site-cant-be-reached-error/</link>
                        <pubDate>Tue, 12 Nov 2024 13:46:21 +0000</pubDate>
                        <description><![CDATA[After bootstrapping successfully, navigating to localhost shows the error &quot;This site can&#039;t be reached&quot;. How can I fix this so that I am able to access the application?]]></description>
                        <content:encoded><![CDATA[<p>After bootstrapping successfully, navigating to localhost shows the error "This site can't be reached". How can I fix this so that I am able to access the application?</p>
764]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>jcourter</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/navigating-to-localhost-shows-this-site-cant-be-reached-error/</guid>
                    </item>
				                    <item>
                        <title>ORA-01109: database not open</title>
                        <link>https://community.onenetwork.com/sdk-forum/ora-01109-database-not-open/</link>
                        <pubDate>Sat, 09 Nov 2024 08:25:47 +0000</pubDate>
                        <description><![CDATA[When I try to connect to my database I get this error:
C:\Users\Cruise-control&gt;sqlplus system/&lt;system&gt;@localhost:1521/xepdb1SQL*Plus: Release 18.0.0.0.0 - Production on Sat Nov 9 0...]]></description>
                        <content:encoded><![CDATA[<p>When I try to connect to my database I get this error:</p>
<p>C:\Users\Cruise-control&gt;sqlplus system/&lt;system&gt;@localhost:1521/xepdb1<br /><br />SQL*Plus: Release 18.0.0.0.0 - Production on Sat Nov 9 03:25:33 2024<br />Version 18.4.0.0.0<br /><br />Copyright (c) 1982, 2018, Oracle. All rights reserved.<br /><br />ERROR:<br /><span style="color: #ff0000">ORA-01109: database not open</span></p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Marco Gouveia</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/ora-01109-database-not-open/</guid>
                    </item>
							        </channel>
        </rss>
		