A google search for "unterminated quoted string" indicates the problem is with the shell configuration and is not a problem in J console. You should probably see what you can find there that is relevant to your instalation. One problem area is with bad stuff in your shell rc file.

The problem can also show up if the rc file is bad and you have funny stuff in the command line. What exactly are you typing to run jconsole? Try the following simple cases:

cd ~
j601/jconsole

cd ~
cd j601
./jconsole

Can you run other console programs?

----- Original Message ----- From: "david alis" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, April 23, 2007 2:41 PM
Subject: [Jgeneral] Re: jconsole - ubuntu 64bit - (v7.04) - unterminatedquotedstring error


1) The output
jconsole: 3: Syntax error: unterminated quoted string
appears immediately.

2) Creating the simple script file t.ijs and running
./jconsole -jprofile t.ijs (temp/t.ijs or whereever...)
has no effect.

3) 32bit jconsole doesnt work either - but behaviour is slightly different:
jconsole: 1: Syntax error: "(" unexpected

4) java front didnt work (jw) - but maybe that's because it was using
64bit java:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/home/david/j601/libjnative.so: /home/david/j601/libjnative.so: wrong
ELF class: ELFCLASS32
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1005)
at jx.frames.J.main(Unknown Source)

java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-b06, mixed mode)

Regards
David

==================================
In reply to:
Eric Iverson eiverson at sympatico.ca
Mon Apr 23 06:47:45 HKT 2007

Strange problem. I wonder where the error message is coming from.

Doing jconsole -jprofile (already suggested and tried) eliminates any
profile problems.

Do you get this output immediately on starting jconsole or is it in response
to your first input.

Create a simple script file temp\t.ijs that has the line: echo i.23
then run jconsole.

./jconsole temp/t.ijs

Does this display i.23 before the error message or do you still just get the
error message.

Have you installed J32 on this system? It would be interesting to know if
J32 jconsole works or not.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to