Saturday, 4 April 2020

ATG problems and Solutions


Problem 1)Two IP address mapping to same host name
It shows that two ip address are mapping same host name.

Solution:To resolve this we have to copy protocal.jar at applicaton server   like weblogic.

Problem: 2) Hot fix location in generated ear 

atglib\_atghome_slocallib

In this path we can copy our .class file

Problem 3) Getting the following error while starting the server.

/atg/scenario/ScenarioManager   Unable to combine messaging information from the process manager component /atg/scenario/ScenarioManager. The process manager has not been classified yet so it cannot be determined if global messages should be listened for. This error indicates a problem with component startup order - the /atg/scenario/ScenarioManager component has been started before the /atg/dynamo/messaging/MessagingManager component
/atg/dynamo/messaging/MessagingManager  An exception occurred while trying to parse XML definition file "XMLFile(/atg/dynamo/messaging/dynamoMessagingSystem.xml)"       java.net.MalformedURLException: unknown protocol: dynamosystemresource
/atg/dynamo/messaging/MessagingManager          at java.net.URL.<init>(URL.java:617)
/atg/dynamo/messaging/MessagingManager          at java.net.URL.<init>(URL.java:507)
/atg/dynamo/messaging/MessagingManager          at java.net.URL.<init>(URL.java:456)
/atg/dynamo/messaging/MessagingManager          at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:620)


Solution:
Copied the protocol.jar file into the created domain lib folder need to set as part of classpath.

SET CLASSPATH=.;D:\XX\weblogic\user_projects\domains\NA_domain\lib\protocol.jar






No comments:

Post a Comment