JDK116 (error writing crossref file)

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

JDK116 (error writing crossref file)

Mike Cowlishaw-2
I haven't seen that message from Java (ever!) -- and I'm not using
a buffered writer, either.  Could you have been out of memory, or had
a full disk?    Cross reference listing can be stopped using the
-nocrossref flag.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:[hidden email]   [http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>

Reply | Threaded
Open this post in threaded view
|

Re: JDK116 (error writing crossref file)

kikuti
I could

nrc s00127 -nocrossref

but I will have:
---------------------------------------
      +++ Error: Error writing file 'S00127.java' [Output buffer too
small]
Compilation of 'S00127.NRX' failed [2 classes, one error, 20 warnings]



/* Generated from 'S00127.NRX' 28 May 1998 11:50:40 [v1.140] *//*
Options: Binary Decimal Logo Trace2 Verbose3 */







public class s00127{
---------------------------------------------------------

disk is OK 1.4GB left.  I have an array: allPossibleMove=int[12000,8]
I tried with allPossibleMove=int[1200,8] and allPossibleMove=int[120,8]
The result is the same.

kikuti



Mike Cowlishaw wrote:
>
> I haven't seen that message from Java (ever!) -- and I'm not using
> a buffered writer, either.  Could you have been out of memory, or had
> a full disk?    Cross reference listing can be stopped using the
> -nocrossref flag.
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>

Reply | Threaded
Open this post in threaded view
|

Re: JDK116 (error writing crossref file)

Mike Cowlishaw-2
In reply to this post by Mike Cowlishaw-2
OK, it looks as though this is being raised by the Java
OutputStreamWriter class, during conversion from Unicode to your
local code page.   In other words, is seems this is a JVM problem
-- first thing I'd suggest is ensure you have the latest Java for
your platform installed.  If you have, then perhaps check Sun's bug
lists to see if this is a known problem.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
mailto:[hidden email]   [http://www2.hursley.ibm.com]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>

Reply | Threaded
Open this post in threaded view
|

Re: JDK116 (error writing crossref file)

kikuti
Thank you.  I will try find something.  For the time being, 1.1.4 is
fine for my NetRexx programming.

kikuti


Mike Cowlishaw wrote:
>
> OK, it looks as though this is being raised by the Java

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>