IBM Support

Install Failure - javac: no source files

Troubleshooting


Problem

Install would fail with the following error :- build: [javac] Compiling 323 source files to /opt/IBM/sfg1/install/repository/entitybuild/classes [javac] javac: no source files [javac] Usage: javac [javac] use -help for a list of possible options /opt/IBM/sfg1/install/properties/entityDeployer.xml:692: Compile failed; see the compiler error output for details.

Symptom

Full error as shown in InstallSI.log :-

build:
[javac] Compiling 323 source files to /opt/IBM/sfg1/install/repository/entitybuild/classes
[javac] javac: no source files
[javac] Usage: javac <options> <source files>
[javac] use -help for a list of possible options
/opt/IBM/sfg1/install/properties/entityDeployer.xml:692: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1079)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.executeScript(AntDeployer.java:273)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.deploy(AntDeployer.java:217)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.execute(AntDeployer.java:213)
at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.EntityWrapper.processEntities(EntityWrapper.java:71)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.process(ProcessEntities.java:194)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.gatherEntities(ProcessEntities.java:96)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.processEntities(ProcessEntities.java:49)
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: Failed processing entities.
at com.sterlingcommerce.woodstock.install.EntityWrapper.processEntities(EntityWrapper.java:74)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.process(ProcessEntities.java:194)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.gatherEntities(ProcessEntities.java:96)
at com.sterlingcommerce.woodstock.install.utils.ProcessEntities.processEntities(ProcessEntities.java:49)
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.EntityWrapper.processEntities(EntityWrapper.java:71)
... 29 more
Caused by: /opt/IBM/sfg1/install/properties/entityDeployer.xml:692: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1079)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.executeScript(AntDeployer.java:273)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.deploy(AntDeployer.java:217)
at com.sterlingcommerce.woodstock.install.deployer.AntDeployer.execute(AntDeployer.java:213)
... 34 more
com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:134)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
... 20 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: Failed processing entities.
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:131)
... 25 more
com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: InstallSI.ModuleLoader()->Failed while loading package: /opt/IBM/sfg1/install/middleware/b_platform_afc_60170101.jar
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1675)
at com.sterlingcommerce.woodstock.install.InstallSI.PerformInstall(InstallSI.java:918)
at com.sterlingcommerce.woodstock.install.InstallSI.main(InstallSI.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:376)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.instanciateAndRun(InstallSIBootstrapper.java:380)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.doIt(InstallSIBootstrapper.java:192)
at com.sterlingcommerce.woodstock.install.InstallSIBootstrapper.main(InstallSIBootstrapper.java:80)
Caused by: java.lang.Exception: java.lang.reflect.InvocationTargetException
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1651)
... 10 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.InstallSI.MiddlewareModuleLoader(InstallSI.java:1648)
... 10 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: ServiceInstall.installService()->general Exception: null
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:1034)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:522)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.install(ServiceInstall.java:232)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installWithLoader(ServiceInstall.java:282)
... 15 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:134)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.doPreInstallTasks(ServiceInstall.java:3186)
at com.sterlingcommerce.woodstock.install.module_loader.ServiceInstall.installService(ServiceInstall.java:756)
... 18 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sterlingcommerce.woodstock.install.utils.ClassUtils.runAllOfTypeInPackage(ClassUtils.java:125)
... 20 more
Caused by: com.sterlingcommerce.woodstock.install.module_loader.ServiceInstallException: Failed processing entities.
at platform_afc.scripts.PreServiceInstall.doPreInstallTasks(PreServiceInstall.java:131)
... 25 more
ERROR: Installation failed '255'

[{"Product":{"code":"SS3JSW","label":"IBM Sterling B2B Integrator"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Installation","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"}],"Version":"5.2.5","Edition":"All Editions","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

To view more of this document

This document has the abstract of a technical article that is available to authorized users once you have logged on. Please use the link to actual document below to access the full document. You will be asked to log on if you are not already logged in. After log in, if you do not have the right authorization for this document, there will be instructions on what to do next.

Document Information

More support for:
IBM Sterling B2B Integrator

Software version:
5.2.5

Operating system(s):
AIX, Linux

Document number:
527311

Modified date:
25 February 2019

UID

swg21697225

Manage My Notification Subscriptions