- atg_bootstrap.war\WEB-INF\ATG-INF\home\security\jps-config.xml does not exist, the CredentialStoreService failed to start.
In <ATG11>\home\META-INF\MANIFEST.MF, Add the below entry at the last:
Name: security
ATG-Assembler-Import-File: true
2. vmap_mode table or view doesnot exist
Sol:
run the sql file from the below location:
<ATG11>\BIZUI\sql\install\oracle\bizui_all_ddl.sql
3. atg.servlet.pagecompile.PageCompileException: Unable to execute the command 'javac -classpath
Sol:
Try adding a component
/atg/dynamo/servlet/pagecompile/ExtendedJhtmlPageProcessor.properties
Add the below lines:
$class=atg.servlet.pagecompile.jsp11.JSPPageProcessor
javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler
4. atg.nucleus.ServiceException: The configuration file XMLFile(/atg/scenario/scenarioManager.xml) could not be read
Sol:
Add protocol.jar to class path
5. cannot insert NULL into DPS_SEG_LIST.ASSET_VERSION during full deployment
Sol:
Data issue. prod/Core data source cannot have versioned information. Check the data source
configuration before proceeding.
6. javax.jmdns.impl.JmDNSImpl closeMulticastSocket
WARNING: closeMulticastSocket() Close socket exception
java.net.SocketException: error setting options
Sol:
ADD THe below line in startweblogic.bat
set JAVA_VM=%JAVA-VM% -Djava.net.preferIPv4Stack=true
7. Issue: Promote content not reflecting changes
Sol:
modify LiveAppServerCluster.xml , context path to your app context path
0 comments:
Post a Comment