ibmruntimes / node

This repository is moving to: https://github.com/ibmruntimes/node-zos
69 stars 24 forks source link

errors running unpack.pl #124

Open yugeshpothuru opened 5 years ago

yugeshpothuru commented 5 years ago

Hi Team, I'm trying to run node.js on mainframe.

server -- mainframe zOS -- 2.2 node.js -- v6.17.0

the unpack.pl failed with error

processing file /S0W1/var/zowe/zowerun/nodejs/bin/xlclang processing file /S0W1/var/zowe/zowerun/nodejs/bin/xlclang++ running : /S0W1/var/zowe/zowerun/nodejs/bin/njsc++ ._temp.hello.cpp -o he llo -qphaseid && /S0W1/var/zowe/zowerun/nodejs/bin/run ./hello && rm -f ._temp.h ello.cpp hello! CNJ0000(I) Product(5655-SDK) Phase(CNJEOPTP) Level(D170803.N106) CNJ0000(I) Product(5655-SDK) Phase(CNJDRVR ) Level(D170803.N106) CEE3561S External function get_new_handler__3stdFv was not found in DLL CELHDCPP . From entry point std::set_new_handler(void (*)()) at statement 181 at c ompile unit offset +00000062 at entry offset +00000062 at address 24CC66CA. FSUM3224 njsc++: Fatal error in /S0W1/var/zowe/zowerun/nodejs/bin/util/usr/lpp/I BM/cnj/njsc/exe/cnjdrvr: signal 9 received. fail to verify installation at ./unpack.pl line 81. I see that the function is available in zOS 2.3 CELHDCPP module but not in zOS 2.2
joransiu commented 5 years ago

@stevchen-ibm: ^^

yugeshpothuru commented 5 years ago

Hi joransiu,

I don't see your commetns.. can you post them again

stevchen-ibm commented 5 years ago

@yugeshpothuru can you please make sure or work with your system programmer to make sure the z/OS V2.2 APAR/PTF PI79959/UI46658 is installed on the system? (See the Software Prerequisites section in https://www.ibm.com/support/knowledgecenter/en/SSTRRS_6.0.0/com.ibm.nodejs.zos.v6.doc/install.htm for more information)

joransiu commented 5 years ago

Thanks @stevchen-ibm. @yugeshpothuru, sorry, I was just tagging @stevchen-ibm, who is our SME in this area. :) Please let us know if the pre-requisite PTF is installed on your system.

@stevchen-ibm, independently, should we consider making a friendly check / error message if the PTF is not installed?

IgorTodorovskiIBM commented 4 years ago

@yugeshpothuru is this still an issue for you?