The NullPointerException is being raised by the toString method of the
Perl5Util class, so it looks like the problem is there. When TRACE RESULTS is turned on, NetRexx tracing calls the toString method of an object being traced, to get the string to display. That method should always return a String -- but in this case it fails. -- Mike Cowlishaw IBM Fellow, IBM UK Laboratories ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to [hidden email] with the following message in the body of the note unsubscribe ibm-netrexx <e-mail address> |
I don't think NetRexx is at fault either. I've snatched up these tools to explore and have
found they will error out quite easily. I haven't had them long enough yet to explore where the problems are but the failures are very repeatable even using sample code provided. dp On Wed, 24 Dec 97 13:52:41 GMT, Mike Cowlishaw wrote: >The NullPointerException is being raised by the toString method of the >Perl5Util class, so it looks like the problem is there. > >When TRACE RESULTS is turned on, NetRexx tracing calls the toString >method of an object being traced, to get the string to display. That >method should always return a String -- but in this case it fails. > > >-- >Mike Cowlishaw >IBM Fellow, IBM UK Laboratories >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to >[hidden email] >with the following message in the body of the note >unsubscribe ibm-netrexx <e-mail address> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to [hidden email] with the following message in the body of the note unsubscribe ibm-netrexx <e-mail address> |
In reply to this post by Mike Cowlishaw-3
Following up on my own post :-)
I've discovered that the Perl tool kit for Java (www.oroinc.com) does not work at all in my OS/2 system (Warp 4.0, fp5, 32meg, Java 1.1.4 with refresh). All packages from that site work fine under NetRexx on NT and Sun Solaris, and all packages apart from Perl work fine in Os/2. I don't know why OS/2 fails with the Perl tools (cpu usage goes to max and programs never finish) but it is disappointing. On Wed, 24 Dec 97 17:24:04, Dennis Peterson wrote: >I don't think NetRexx is at fault either. I've snatched up these tools to explore and have >found they will error out quite easily. I haven't had them long enough yet to explore >where the problems are but the failures are very repeatable even using sample code >provided. > >dp > >On Wed, 24 Dec 97 13:52:41 GMT, Mike Cowlishaw wrote: > >>The NullPointerException is being raised by the toString method of the >>Perl5Util class, so it looks like the problem is there. >> >>When TRACE RESULTS is turned on, NetRexx tracing calls the toString >>method of an object being traced, to get the string to display. That >>method should always return a String -- but in this case it fails. >> >> >>-- >>Mike Cowlishaw >>IBM Fellow, IBM UK Laboratories >>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to >>[hidden email] >>with the following message in the body of the note >>unsubscribe ibm-netrexx <e-mail address> > > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to >[hidden email] >with the following message in the body of the note >unsubscribe ibm-netrexx <e-mail address> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to [hidden email] with the following message in the body of the note unsubscribe ibm-netrexx <e-mail address> |
Free forum by Nabble | Edit this page |