Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

OFSAAI 812 WEBLOGIC_DOMAIN_HOME variable in OFSAAI_INSTALLCONFIG.XML for windows

Srini GudaNov 14 2024

Hi,

I am new to OFSAA installations.

This is regarding the parameter value for WEBLOGIC_DOMAIN_HOME in OFSAAI_INSTALL_CONFIG.XML file.

Our WebLogic Server Version: 12.2.1.4.0 is on windows server.

When giving the WEBLOGIC_DOMAIN_HOME (on OFSAAI server which is on linux) path for windows if we give like E:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain, validateXMl is not accepting and if we give the like this E:/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain (unix style / slash) it is accepting but while deploying I am getting errors. (due to / in file path)

<BEA-160248> <Unable to parse class file: zip:E:/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/ofsaadev/pourfz/war/WEB-INF/lib/jersey-common-2.30.jar!/META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$1.class. >

INFO: WSSERVLET12: JAX-WS context listener initializing
DEEPLINK [FilterServlet] filepath: /tmp/install.dir.166957/E:/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain/applications/ofsaadev.ear/ofsaadev.war\conf\deeplinkURLList.cfg
java.io.FileNotFoundException: /tmp/install.dir.166957/E:/Oracle/Middleware/Oracle_Home/user_projects/domains/base_domain/applications/ofsaadev.ear/ofsaadev.war\conf\OFSAALogger.xml
at com.ofs.aai.logger.OFSAALogger.initialize(OFSAALogger.java:152)
at com.ofs.aai.cl.service.web.CommonLandingController.init(CommonLandingController.java:82)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:356)

Now my question is how enter the windows WEBLOGIC_DOMAIN_HOME file path for windows environment.

Srini.

Comments
Post Details
Added on Nov 14 2024
0 comments
19 views