Question
2
Replies
405
Views
PayPal
Posted: April 13, 2018
Last activity: April 27, 2018
Closed
Configuration settings for weblogic (WebLogic Server 12.1.3.0.0)
Hi,
When I update weblogic server start arguments with -DExcludeAgents="Pega-SearchEngine:FTSIncrementalIndexer", there is an error Arguments may not contain '"'.
Can you please share configuration settings for weblogic (WebLogic Server 12.1.3.0.0)?
Thanks,
Santhosh
***Updated by moderator: Lochan to branch reply and create new post***
What version? How are you setting the -DExcludeAgents option?
set JAVA_OPTS=-Xms4096m -Xmx4096m -XX:MaxMetaspaceSize=1024m -DExcludeAgents="Pega-SearchEngine:FTSIncrementalIndexer"
Is this system running Windows? If so you could try the following in the startManagedWeblogic.cmd file:
set JAVA_OPTIONS=-DExcludeAgents="Pega-SearchEngine:FTSIncrementalIndexer" %JAVA_OPTIONS%