Author Message
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
Hi team,

Need your help as aes connector war file unable to generate logs. I am attaching whole aes folder which is in our production server.

we are using OD version 6.00.10.02

find the aeslog4.properties file below which we are using in our server.

# log4j.rootCategory=ERROR, CONSOLE

log4j.logger.AES.TraceWriter.cti= debug, Taes
log4j.logger.AES.ReportWriter.cti= debug, Raes

# Console
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd/MM/yyyy HH:mm:ss:SSS} %5p - %m%n

# Report File.
log4j.appender.Raes=org.apache.log4j.DailyRollingFileAppender
log4j.appender.Raes.File=${cti.apphome}/report.log
log4j.appender.Raes.DatePattern='.'yyyy-MM-dd
log4j.appender.Raes.layout=org.apache.log4j.PatternLayout
log4j.appender.Raes.layout.ConversionPattern=%d{dd/MM/yyyy HH:mm:ss:SSS} %5p - %m%n

# Trace File.
log4j.appender.Taes=org.apache.log4j.DailyRollingFileAppender
log4j.appender.Taes.File=${cti.apphome}/trace.log
log4j.appender.Taes.DatePattern='.'yyyy-MM-dd
log4j.appender.Taes.layout=org.apache.log4j.PatternLayout
log4j.appender.Taes.layout.ConversionPattern=%d{dd/MM/yyyy HH:mm:ss:SSS} %5p - %m%n


Even we change the file path in both section log4j.appender.Taes.File & log4j.appender.Raes.File then also logs not generating.

this aeslog4j.properties file comes in this path aesconnector\ir6s39\war\WEB-INF when we deploy war file in weblogic

Even we gave full permission to whole aesconnector folder then also log is not generating. Even we copy and paste jar file from working server than also its not working. We are totally stuck and customer is making noise.

Let me know what we can do next. Please help asap.

Regards
Anjan
Filename aesconnector.zip [Disk] Download
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Do you see any AES connector log in the Weblogic console log? Looks like the aesconnector war has been deployed un-exploded. You may have to first explode the war file and deploy it from a directory. I think the there is problem with the path to the either the log4 properties file or the log file when the war file is deployed as un-exploded.
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
Hi Wilson,

We have redeploy the war file but status is same. Even we change the path in log4j.properties file but still not generating.


Even we have copy the jar file but still not generating. anything else can be done.
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
hi Wilson,

see this below weblogic logs,it shows successfully deployed.


Line 839: ####<Jun 27, 2019 2:00:33,385 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615233385> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162601> <Creating ContextService "DefaultContextService" (partition="DOMAIN", module="null", application="aesconnector")>
Line 841: ####<Jun 27, 2019 2:00:33,386 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615233386> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (partition="DOMAIN", module="null", application="aesconnector")>
Line 844: ####<Jun 27, 2019 2:00:33,386 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615233386> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (partition="DOMAIN", module="null", application="aesconnector", workmanager="default")>
Line 845: ####<Jun 27, 2019 2:00:33,387 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615233387> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (partition="DOMAIN", module="null", application="aesconnector", workmanager="default")>
Line 850: ####<Jun 27, 2019 2:00:33,388 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615233388> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 850: ####<Jun 27, 2019 2:00:33,388 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615233388> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 1321: ####<Jun 27, 2019 2:00:42,847 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615242847> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 1321: ####<Jun 27, 2019 2:00:42,847 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000016> <1561615242847> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 1633: ####<Jun 27, 2019 2:01:33,940 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000008> <1561615293940> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 1633: ####<Jun 27, 2019 2:01:33,940 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000008> <1561615293940> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 1634: ####<Jun 27, 2019 2:01:33,956 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000008> <1561615293956> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 1634: ####<Jun 27, 2019 2:01:33,956 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000008> <1561615293956> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 1924: ####<Jun 27, 2019 2:01:54,762 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '114' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000085> <1561615314762> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 1924: ####<Jun 27, 2019 2:01:54,762 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '114' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000085> <1561615314762> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 1925: ####<Jun 27, 2019 2:01:54,763 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '114' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000085> <1561615314763> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 1925: ####<Jun 27, 2019 2:01:54,763 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '114' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <59dea0eb-cb74-48d6-9c1e-daa21cf29381-00000085> <1561615314763> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 2675: ####<Jun 27, 2019 2:08:44,165 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615724165> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162601> <Creating ContextService "DefaultContextService" (partition="DOMAIN", module="null", application="aesconnector")>
Line 2676: ####<Jun 27, 2019 2:08:44,166 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615724166> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (partition="DOMAIN", module="null", application="aesconnector")>
Line 2687: ####<Jun 27, 2019 2:08:44,168 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615724168> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (partition="DOMAIN", module="null", application="aesconnector", workmanager="default")>
Line 2690: ####<Jun 27, 2019 2:08:44,171 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615724171> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (partition="DOMAIN", module="null", application="aesconnector", workmanager="default")>
Line 2692: ####<Jun 27, 2019 2:08:44,172 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615724172> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 2692: ####<Jun 27, 2019 2:08:44,172 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615724172> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 2898: ####<Jun 27, 2019 2:09:17,837 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615757837> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 2898: ####<Jun 27, 2019 2:09:17,837 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '107' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000056> <1561615757837> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 3153: ####<Jun 27, 2019 2:09:41,733 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000009> <1561615781733> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 3153: ####<Jun 27, 2019 2:09:41,733 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000009> <1561615781733> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 3154: ####<Jun 27, 2019 2:09:41,748 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000009> <1561615781748> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 3154: ####<Jun 27, 2019 2:09:41,748 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000009> <1561615781748> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 3444: ####<Jun 27, 2019 2:10:02,346 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '73' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000085> <1561615802346> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 3444: ####<Jun 27, 2019 2:10:02,346 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '73' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000085> <1561615802346> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 3445: ####<Jun 27, 2019 2:10:02,346 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '73' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000085> <1561615802346> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 3445: ####<Jun 27, 2019 2:10:02,346 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '73' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <78079277-976f-4dfd-94b0-e09e3bd68e17-00000085> <1561615802346> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 3955: ####<Jun 27, 2019 3:11:22,840 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619482840> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162601> <Creating ContextService "DefaultContextService" (partition="DOMAIN", module="null", application="aesconnector")>
Line 3956: ####<Jun 27, 2019 3:11:22,841 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619482841> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162600> <Creating ManagedThreadFactory "DefaultManagedThreadFactory" (partition="DOMAIN", module="null", application="aesconnector")>
Line 3957: ####<Jun 27, 2019 3:11:22,841 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619482841> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162610> <Creating ManagedExecutorService "DefaultManagedExecutorService" (partition="DOMAIN", module="null", application="aesconnector", workmanager="default")>
Line 3958: ####<Jun 27, 2019 3:11:22,841 PM SGT> <Info> <CONCURRENCY> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619482841> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2162611> <Creating ManagedScheduledExecutorService "DefaultManagedScheduledExecutorService" (partition="DOMAIN", module="null", application="aesconnector", workmanager="default")>
Line 3959: ####<Jun 27, 2019 3:11:22,842 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619482842> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 3959: ####<Jun 27, 2019 3:11:22,842 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619482842> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 4440: ####<Jun 27, 2019 3:12:08,735 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619528735> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 4440: ####<Jun 27, 2019 3:12:08,735 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '106' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000001a> <1561619528735> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_NEW to STATE_PREPARED on server CFSAppSrvSG01.>
Line 4737: ####<Jun 27, 2019 3:12:42,220 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-00000008> <1561619562220> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 4737: ####<Jun 27, 2019 3:12:42,220 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-00000008> <1561619562220> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 4738: ####<Jun 27, 2019 3:12:42,234 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-00000008> <1561619562234> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 4738: ####<Jun 27, 2019 3:12:42,234 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-00000008> <1561619562234> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_PREPARED to STATE_ADMIN on server CFSAppSrvSG01.>
Line 5024: ####<Jun 27, 2019 3:13:01,192 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '46' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000008b> <1561619581192> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 5024: ####<Jun 27, 2019 3:13:01,192 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '46' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000008b> <1561619581192> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149059> <Module aesconnector.war of application aesconnector is transitioning from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 5025: ####<Jun 27, 2019 3:13:01,193 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '46' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000008b> <1561619581193> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>
Line 5025: ####<Jun 27, 2019 3:13:01,193 PM SGT> <Info> <Deployer> <UWCCPAPOS0C> <CFSAppSrvSG01> <[ACTIVE] ExecuteThread: '46' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1a7435d2-d87f-4b0d-8bfc-57e7e3f5f346-0000008b> <1561619581193> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-149060> <Module aesconnector.war of application aesconnector successfully transitioned from STATE_ADMIN to STATE_ACTIVE on server CFSAppSrvSG01.>

Filename CFSAppSrvSG01.log00187 [Disk] Download
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I mentioned deploying the app from a exploded war folder, meaning you first expand the war file into a folder then deploy the app from the folder. Have you tried that?
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
Hi Wilson, we tried method suggested by you but its not working.

AES Connector war file is deployed on weblogic version 12 C on windows machine.

Can you tell whether AES connector war file is supportable in above machine or not.

WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Your version 6.0 is a bit too old but I don't it matters. I don't see any problem here with weblogic in terms of logging in our lab either.
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
what weblogic version and aes connector version you are using in your test lab. can you share setting in your weblogic server for this war file as well as aeslog4.property file.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
My version of weblogic is 12c. OD is 7.0 (6.0 is end of support but there is not much difference in AES connector). My aeslog4j.properties is exactly the same as you posted. The way I deployed it was first I expanded the war file into aesconnector directory then I deployed the app by choosing the directory and default settings in all the steps.
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
hi wilson,

is there any way to contact you through Avaya communicator. i tried everything but not working.

can you tell me steps you have used to expanded the war file into aesconnector directory .

one more thing when aesconnector.war (version 7)file deployed on tomcat its creating one extra folder names as data in which all log will be generated but this folder is not in aesconnector.war(version 6). This means aesconnetcor.war(version 6) not supportable to weblogic sever 12 c. its only meant for tomcat.

WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Sorry, I don't use Avaya Comunicator.
The aesconnector.war is just a zip file. You can upzip it into a directory.
The data folder is created by OD at runtime regardless the app server type. The OD runtime first creates the data and log folder when aesconnector starts for the first time. If you don't see the directories in the deployment directory, something is wrong.
I don't think 6.0 has been certified for 12c particularly but nothing has changed in terms of logging.
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
Yes that's why it's not creating data folder. That's why I asked whether aes6. 0 will support weblogic 12c or not.

Also please double confirm that aes connector 7.0 can support this weblogic so I can ask for upgrade to customer.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I checked the release notes (you should do the same as a practice). 6.0 only supports 11g. 7.0 or above will support 12c.
anjansaxena
Joined: Jun 26, 2019
Messages: 8
Offline
Thanks wilson a lot .. I can see in OD 6.0 release notes that its not supporting weblogic 12 C.
Go to:   
Mobile view