BSSV Deployment Error

Soumen

Soumen

Reputable Poster
Dear List,

I am having issues deploying BSSV package and see the below errors in the jde.log.
I have checked all setup based on MOS Doc ID 1313435.1 but cannot figure out where the problem could be.
Here is the error reported in JDe.LOG


3936/1464 WRK:Starting jdeCallObject Sat Jul 11 19:31:33.145000 pkgbldjdejvm.cpp30
JdeJvm::CheckForExceptions() - Java Exception encountered : Failed to reset contents in the Jar file folder \\TXHDCDPS02\E910\PD910\package\PD50410F\SCFJAR

3936/1464 WRK:Starting jdeCallObject Sat Jul 11 19:31:33.160000 pkgbldjdejvm.cpp30
JdeJvm::CheckForExceptions() - Stack Trace for Exception : Failed to reset contents in the Jar file folder \\TXHDCDPS02\E910\PD910\package\PD50410F\SCFJAR at com.jdedwards.pkgbld.scf.ScfJar.createScfJar(Unknown Source) at com.jdedwards.pkgbld.scf.Scf.createJarFile(Unknown Source) at com.jdedwards.pkgbld.scf.SBFAppServer.initiateDeploy(Unknown Source).

3936/1464 WRK:Starting jdeCallObject Sat Jul 11 19:31:33.160001 spkgutil.c527
[PKGBLD] - Sat Jul 11 19:31:33 - PkgScf.cpp:1466 PKGSCF0016 ERROR: Failed to start deploy of business services.

3936/1464 WRK:Starting jdeCallObject Sat Jul 11 19:31:33.270000 spkgutil.c527
[PKGBLD] - Sat Jul 11 19:31:33 - B98825E.c:608 ERROR: Failed to initiate Business Service deploy.

5304/4732 WRK:Starting jdeCallObject Sat Jul 11 19:31:56.577000 pkgbldjdejvm.cpp30
JdeJvm::CheckForExceptions() - Java Exception encountered : java.io.FileNotFoundException: \\TXHDCDPS02\E910\PD910\package\PD50410F\SCFJAR\scf-manifest.xml (The system cannot find the file specified)

5304/4732 WRK:Starting jdeCallObject Sat Jul 11 19:31:56.577001 pkgbldjdejvm.cpp30
JdeJvm::CheckForExceptions() - Stack Trace for Exception : java.io.FileNotFoundException: \\TXHDCDPS02\E910\PD910\package\PD50410F\SCFJAR\scf-manifest.xml (The system cannot find the file specified) at com.jdedwards.pkgbld.scf.ScfJar.createScfJar(Unknown Source) at com.jdedwards.pkgbld.scf.Scf.createJarFile(Unknown Source) at com.jdedwards.pkgbld.scf.SBFAppServer.initiateDeploy(Unknown Source)Caused by: java.io.FileNotFoundException: \\TXHDCDPS02\E910\PD910\package\PD50410F\SCFJAR\scf-manifest.xml (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at com.jdedwards.mgmt.agent.E1AgentUtils.packDirectory(Unknown Source) at com.jdedwards.mgmt.agent.E1AgentUtils.createJarFile(Unknown Source) ... 3 more.


We are on E9.1 (TR 9.1.4.7)
WebSphere 8.5

Any pointers will be appreciated.

Thanks,
Soumen
 
It sounds like the BSSV build had an issue. Looks like theres nothing in your SCFJAR directory for package PD50410F. Check the build logs. Just because the PDF says the package built successfully, doesn't necessarily mean that the BSSV build WAS successful !
 
Check for any errors in build logs.Also check if build process has created .ear file or not. file location should be something like D\PD900\package\BSV150527\E1Services-PD900-wls.ear
 
Last edited:
Thanks for the responses.

After troubleshooting we narrowed it down to an entry the BSSV package was making with every deployment on the http.conf file. It was some thing like below...


include "C:\IBM\HTTPServer1\conf\scf_BSSV_TXHDCWBS02_8191_PD910.conf"


When we disabled this entry on the http.conf file and restarted the WebSphere instance it started working.

I noticed that our PY/DV http.conf files have those entries enabled and they are working happily.

The only difference between our Production and non-production is that production is clustered between 2 BSSV instances using NetScalar.

What I don't understand is why we need to disable this entry and what is triggering this entry to the http.conf file with every deployment. Is there any way to disabled it while deployment so that we do not have to disable and restart HTTP server after every deployment?

As always any comments will be very helpful!

Thanks,
Soumen
 
Back
Top