Solved

Transformer compilation error(JAR files missing)

  • 21 October 2020
  • 2 replies
  • 371 views

Badge +5

Hello,

I created a new JAVA transformer in APPS8. When I try to compile it(without any changes), it throws an error saying some JAR files(Dependencies) are missing. As per E-Learning, I provided added below information in generated-pom.xml to download the dependencies JAR files but Developer studio says “Unknown host gbglcrd10 ”.

 

Please let me know if the URL to download dependencies has been changed. If so, Does anyone know the new URL or how can I resolve this issue?

 

    <repositories>
        <repository>
            <id>ifs-public</id>
            <url>http://gbglcrd10:8082/nexus/content/repositories/public/</url>
        </repository>
    </repositories>
    <pluginRepositories>
        <pluginRepository>
            <id>ifs-public</id>
            <url>http://gbglcrd10:8082/nexus/content/repositories/public/</url>
        </pluginRepository>
   </pluginRepositories>

 

Best Regards.

icon

Best answer by dsj 9 November 2020, 11:38

View original

2 replies

Userlevel 7
Badge +20

Hi Mohit,

 

I assume this is an IFS internal remote repository. As a solution you can copy the required jars locally and continue with the transformer development. Copy following jars from IFS server home to your local project and hopefully it will resolve the error. 

  • IFS_HOME\repository\server\javaruntime\ifs-fnd-connect.jar
  • IFS_HOME\repository\server\javaruntime\ifs-fnd-base.jar

In below blog post you can find how to develop a java transformer in detail. Hope you’ll find it useful :)

 

https://dsj23.me/2020/09/07/working-with-java-transformers-in-ifs/

 

Regards,

Damith

Badge +5

Thanks Damith. It worked.

 

Thanks & Regards

Mohit.

Reply