Server package build fails

JDE Techie

Active Member
Hi,
Our JDE system consists of Windows XP Clients, Window 2003 deployment server and a SUN solaris enterprise server. And we have JD Edwards ERP 8.0 and SP 19 running.

We recently implemented this system. When we try to build the first dev update package, the build is failing.

Our observations are as follows

1. The package build fails when business functions are included.
2. It always fails on server side only (i mean client package is always sucessfully built)

We have captured the jde.log and jdedebug.log files on enterprise server, which are attached along with BuildReport, BuildError, SvrBuild.log, pdf outputs and enterprise servers JDE.INI files.


Can anyone help/guide us in finding root cause of the issue.

Thanks,
Josh
 

Attachments

  • 129901-Logs and Reports.zip
    10.9 KB · Views: 87
Hi,

The most usual cause for this problem is that the
account under which JDE services run is not able to
launch the C compiler.
Log to the Solaris box as jde or whatever account you
use to startup JDE services, and then execute "cc"
(if my memory doesn't fail, that's the name of the
C compiler executable).
If it displays "cc" parameters then it's okay, the
problem is somewhere else; if not, you have to
modify your Solaris jde profile and include the path
to your C compiler.
 
Hi Sebastian,
Initially the C compiler was not installed and whenever we typed cc we never used to get anyhting,that time too we used to get this update package error

Then we installed the C compiler (cc) and after that when we tried to build this update package again,we got the same error.

So the C compiler thing can be ruled out since we have checked that,we have it installed,what can be the other causes and how can we isolate them.

We are facing this problem for quite some time now but are not sure if we are analysing in the right dirtection.

Please advise.

Thanks
Josh
 
Hi Josh :

Your problem is that Solaris jde user is not able to
find the C compiler on its path libraries.
Edit jde's profile (usually under /home/jde, the file
is something like .profile or profile.rc, I don't
remember well) and add the cc libraries to the PATH
variable there.
 
Hi Sebastian,
Following are the list of things I tried after ‘C’ compiler is installed:

1. Updated the $PATH, $LD_LIBRARY_PATH variables in the .profile files of jde and jdeb7334 user profiles. Tried compiling small C programs and received desired output when I login as jde and jdeb7334. Below are the values added to the variables in .profile files

PATH= /opt/CC/SUNWspro/bin:/bin:/usr/bin:. ; export PATH

LD_LIBRARY_PATH= /opt/CC/SUNWspro/lib:/usr/lib:.; export LD_LIBRARY_PATH


2. End and restarted the services on enterprise servers.

3. Restarted the deployment server.

Even then the problem persists.

Thanks
Josh
 
What version of Solaris are you running on? Do you have any files approaching the 2 Gb size, such as the gbrspec?
 
Back
Top