<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: aCC runtime: ERROR: _main() not called. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645975#M44822</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Indicates a problem in the application,talk to the supplier.&lt;BR /&gt;&lt;BR /&gt;The change in behavior is a result of tighter error checking by the aC++&lt;BR /&gt;support libarary by a direct request of a strategic partner , and&lt;BR /&gt;indicates a defect in the application.&lt;BR /&gt;The support library function _main() must be called by all C++&lt;BR /&gt;applications to assure that static constructors and destructors are&lt;BR /&gt;called.  If main() [ie, the user-defined function main()] is&lt;BR /&gt;compiled by aCC, this is done automatically.  However, if main() is&lt;BR /&gt;compiled by the C compiler, user code must call _main() explicitly.&lt;BR /&gt;&lt;BR /&gt;Your a.out indicates there are destructors to execute and it may abort&lt;BR /&gt;anyway since the constructors were never called.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This error did&lt;BR /&gt;not occur prior to patch PHSS_20055&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
    <pubDate>Wed, 16 Jan 2002 07:33:05 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-01-16T07:33:05Z</dc:date>
    <item>
      <title>aCC runtime: ERROR: _main() not called.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645974#M44821</link>
      <description>&lt;BR /&gt;Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;I was trying to install Netscape Application Server in one of our HP-UX 11 Server. During installation I am getting follwoing error message.&lt;BR /&gt;    aCC runtime: ERROR: _main() not called.&lt;BR /&gt;&lt;BR /&gt;I am attaching screenshot also.&lt;BR /&gt;&lt;BR /&gt;Proceeding with installation of Netscape Application Server (NAS)... &lt;BR /&gt;&lt;BR /&gt;Reading userinput log file ..... done                          &lt;BR /&gt;aCC runtime: ERROR: _main() not called.                                         &lt;BR /&gt;                                                                         &lt;BR /&gt; 1.  Register NAS Deployment Manager                   &lt;BR /&gt; 2.  Make Database Access Parameter registry entries                 &lt;BR /&gt; 3.  Register NAS, Java &amp;amp; C++ engines                     4.  Register NAS dynamically loadable modules      &lt;BR /&gt; 5.  Update Application Server startup scripts            6.  Register NAS DLM                                         &lt;BR /&gt; 7.  Extract Java JDK 1.1.8 into  /opt/java                  8.  Register NAS sample applications                       9.  Register Transaction Manager                           10.  Register NAS in the Directory Server                 11.  Configure Administrative Assistant (NASA)       12.  Application Server ACL registration                      &lt;BR /&gt; -----------------------------------------------------    &lt;BR /&gt; 0%  10%  20%  30%  40%  50%  60%  70%  80%  90%  100%    &lt;BR /&gt;     |    |    |    |    |    |    |    |    |    |    |      &lt;BR /&gt;2.  aCC runtime: ERROR: _main() not called.            aCC runtime: ERROR: _main() not called.   &lt;BR /&gt;&lt;BR /&gt;What could be problem ?&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 16 Jan 2002 07:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645974#M44821</guid>
      <dc:creator>Joydeep_1</dc:creator>
      <dc:date>2002-01-16T07:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime: ERROR: _main() not called.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645975#M44822</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Indicates a problem in the application,talk to the supplier.&lt;BR /&gt;&lt;BR /&gt;The change in behavior is a result of tighter error checking by the aC++&lt;BR /&gt;support libarary by a direct request of a strategic partner , and&lt;BR /&gt;indicates a defect in the application.&lt;BR /&gt;The support library function _main() must be called by all C++&lt;BR /&gt;applications to assure that static constructors and destructors are&lt;BR /&gt;called.  If main() [ie, the user-defined function main()] is&lt;BR /&gt;compiled by aCC, this is done automatically.  However, if main() is&lt;BR /&gt;compiled by the C compiler, user code must call _main() explicitly.&lt;BR /&gt;&lt;BR /&gt;Your a.out indicates there are destructors to execute and it may abort&lt;BR /&gt;anyway since the constructors were never called.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This error did&lt;BR /&gt;not occur prior to patch PHSS_20055&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Wed, 16 Jan 2002 07:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645975#M44822</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-16T07:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime: ERROR: _main() not called.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645976#M44823</link>
      <description>Hi Sandip,&lt;BR /&gt;See the link&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=cf0f1cf605e4ebc6f4/screen=ckiDisplayDocument?docId=200000054317188" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=cf0f1cf605e4ebc6f4/screen=ckiDisplayDocument?docId=200000054317188&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Netscape has discontinued development and support for the Netscape Application Server 1.5 product. For details, please see the Netscape Application Server 1.5 End of Life Statement located at: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.netscape.com/products/eol/server/nas15eol.html" target="_blank"&gt;http://help.netscape.com/products/eol/server/nas15eol.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 07:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645976#M44823</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-01-16T07:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime: ERROR: _main() not called.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645977#M44824</link>
      <description>Hi Animesh,&lt;BR /&gt;&lt;BR /&gt;This link you have provided mentions 2 things:&lt;BR /&gt;&lt;BR /&gt;1. The functionality of the cryptoki.sh is not impacted. &lt;BR /&gt;While this is certainly true, the original error message&lt;BR /&gt;comes while configuring the Web Server plug-in (at the&lt;BR /&gt;same point as mentioned by Sandip) . This functionality&lt;BR /&gt;is certainly impacted, because after the install the iAS &lt;BR /&gt;gives an error. I have appended the WebServer logs at the&lt;BR /&gt;end.&lt;BR /&gt;&lt;BR /&gt;2. Support for iAS1.5 has been withdrawn. But the same&lt;BR /&gt;problem also exists in iAS 6.0 SP1.&lt;BR /&gt;&lt;BR /&gt;Also, while installing on HP an error message of 'nawk not&lt;BR /&gt;found' is generated. The only option seems to be to create&lt;BR /&gt;a nawk file and link it to /usr/sbin/awk, since nawk is not&lt;BR /&gt;supported on HP-UX.&lt;BR /&gt;&lt;BR /&gt;We are working on HP11 800, iWS 4.1SP3, iAS6.0SP1&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Anoop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): gxrequest reports: ve&lt;BR /&gt;[THDR]EHTTP_HOST=192.168.100.44:12080&lt;BR /&gt;[THDR]EHTTP_USER_AGENT=Mozilla/4.72 [en] (X11; I; HP-UX B.11.00 9000/800)&lt;BR /&gt;[THDR]EHTTP_ACCEPT_LANGUAGE=en&lt;BR /&gt;[THDR]EHTTP_ACCEPT_ENCODING=gzip&lt;BR /&gt;[THDR]EHTTP_ACCEPT_CHARSET=iso-8859-1,*,utf-8&lt;BR /&gt;[THDR]ECOOKIE_ENABLED=0&lt;BR /&gt;&lt;BR /&gt;[07/Feb/2002:18:01:16] warning ( 1061): gxrequest reports: Try MakeServerConnection(192.168.100.44, 10818)&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): conn reports: new connection (conn 0x4078e2b0, sock 34, host 0xc0a8642c, port 10818)&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): MakeServerConnection reports: Spawning listener for connection 1081664176&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): GetNext reports: Return connection at 0&lt;BR /&gt;[07/Feb/2002:18:01:16] warning ( 1061): for host 192.168.100.44 trying to GET /NASApp/fortune/fortune, gxrequest reports: retry on alternative server[0xc0a8642c,10818]&lt;BR /&gt;[07/Feb/2002:18:01:16] warning ( 1061): gxrequest reports: Try MakeServerConnection(192.168.100.44, 10818)&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): GetNext reports: Return connection at 0&lt;BR /&gt;[07/Feb/2002:18:01:16] warning ( 1061): gxrequest reports: MakeServerConnection succeeded&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): for host 192.168.100.44 trying to GET /NASApp/fortune/fortune, gxrequest reports: request start [0xc0a8642c:10818]&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): gxrequest reports: Sending req 0 to kxs&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): conn reports: sent 1186 bytes&lt;BR /&gt;[07/Feb/2002:18:01:16] info ( 1061): conn reports: sent 1186 bytes (GXConn::SendBuffer) (conn 0x4078e2b0, sock 34, host 0xc0a8642c, port 10818)&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Feb 2002 10:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error-main-not-called/m-p/2645977#M44824</guid>
      <dc:creator>Anoop_2</dc:creator>
      <dc:date>2002-02-08T10:53:30Z</dc:date>
    </item>
  </channel>
</rss>

