Hello
We are in the process of migrating from 8.1 to 10.2. Not sure that is good info or not but thought I should mention it.
I have installed OD 8.1.2.1201 locally.
Setup 2 new windows application servers running Apache 9.0.104 and OpenJDK 11 from Temurin to be compatible with 10.2.
I imported all my applications into the new OD 8.1.2.1201, they are all converted with no errors.
I export the speech applications as usual choosing my Platform = Experience Portal, Servlet container = Apache Tomcat 9.x
Under Tracing I DESELECT "Reset tracing in the deployed application to the default (disabled) settings option.
Installed all my speech application war files
Executed the http://localhost:8080/runtimeconfig on both application servers.
Went into Application Configuration
Added all my applications
I normally go into Applicaiton Information and I redirect all apps on all servers to F:\ExtAppLogs\{application_name}
That has been completed.
Call into it the flows and they work great.
Now the issue, under F:\ExtAppLogs\ I see it created the typical folder for the application, however there are zero trace files in there. It is writing the log entries to the tomcat\webapps\{application name} folder as if I didn't run runtimeconfig.
I noticed each application now has a ddlog4j2.xml file which did not exist in 8.1
and they all start with this
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Properties>
<Property name="log-path"> ${log4j:configParentLocation}/log</Property>
</Properties>
no clue where configParentLocation is defined but I assume this is the problem.
One more item, I am testing this by calling into an 8.1 EP system and sending the calls to my new application servers, not sure if that makes a difference. The 10.2 EP's are not ready yet.
We are in the process of migrating from 8.1 to 10.2. Not sure that is good info or not but thought I should mention it.
I have installed OD 8.1.2.1201 locally.
Setup 2 new windows application servers running Apache 9.0.104 and OpenJDK 11 from Temurin to be compatible with 10.2.
I imported all my applications into the new OD 8.1.2.1201, they are all converted with no errors.
I export the speech applications as usual choosing my Platform = Experience Portal, Servlet container = Apache Tomcat 9.x
Under Tracing I DESELECT "Reset tracing in the deployed application to the default (disabled) settings option.
Installed all my speech application war files
Executed the http://localhost:8080/runtimeconfig on both application servers.
Went into Application Configuration
Added all my applications
I normally go into Applicaiton Information and I redirect all apps on all servers to F:\ExtAppLogs\{application_name}
That has been completed.
Call into it the flows and they work great.
Now the issue, under F:\ExtAppLogs\ I see it created the typical folder for the application, however there are zero trace files in there. It is writing the log entries to the tomcat\webapps\{application name} folder as if I didn't run runtimeconfig.
I noticed each application now has a ddlog4j2.xml file which did not exist in 8.1
and they all start with this
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Properties>
<Property name="log-path"> ${log4j:configParentLocation}/log</Property>
</Properties>
no clue where configParentLocation is defined but I assume this is the problem.
One more item, I am testing this by calling into an 8.1 EP system and sending the calls to my new application servers, not sure if that makes a difference. The 10.2 EP's are not ready yet.
Comment