[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2011-09-21 Thread Stuart Rossiter
This appears all tied off now, but just to say there was a typo in my
comment #10: I meant bug #657048, which documents the fix that is
supposed to address this bug as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577958

Title:
  VisualVM cannot load profiler (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/577958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2011-09-08 Thread Matthias Klose
I don't see this in oneiric anymore


** Changed in: visualvm (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577958

Title:
  VisualVM cannot load profiler (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/577958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2011-08-14 Thread Launchpad Bug Tracker
** Changed in: visualvm (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577958

Title:
  VisualVM cannot load profiler (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/577958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2011-02-10 Thread Stuart Rossiter
Attach screenshot of the errors as well if that's useful. The
/usr/lib/jvm/java-6-openjdk/lib/visualvm/profiler3/lib/deployed/jdk16/linux-amd64
 folder is empty (as is the jdk15 one). Is this perhaps an x64 issue with no 
64-bit libraries available? (Perhaps someone can test on x32?)

** Attachment added: Screenshot of error msg
   
https://bugs.launchpad.net/ubuntu/+source/visualvm/+bug/577958/+attachment/1841251/+files/JFluid_Error.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577958

Title:
  VisualVM cannot load profiler (64 bit)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2011-02-09 Thread Stuart Rossiter
Same issues here but with an upgrade to Lucid, so that I kept my Sun
Java JDK installation from Karmic (the upgrade appears to have
automatically added the partner repo that Ekr had to do manually, which
makes sense). Somehow I had the OpenJDK visualvm package installed
(presumably by the upgrade process), even though the OpenJDK JRE or JDK
wasn't installed

We need to be clear about the issue though because I had slightly
different symptoms (maybe Ekr can clarify). With the standard OpenJDK
installation and its visualvm (packages default-jdk and visualvm),
jvisualvm starts up for me with the Fluid error. However, I can still
then look at running or launched Java apps. I presume the Fluid stuff is
just doing the calibration like the Sun one does.

Ekr's workaround is to switch to the Sun jvisualvm and JDK, and so isn't
actually working round the OpenJDK jvisualvm bug as such (i.e. it's
really switching apps, not working round the bug).

I can confirm his issue with the Sun install not changing the jvisualvm
symlink. I assume that this should be a separate bug then (**but can a
dev please confirm that this is what they'd prefer and what project it
should be under; sorry, I'm a bit of a noob!**). Since there are update-
alternatives entries for java, javac, javadoc, rmiregistry, etc. (but
not for jvisualvm), I assume the correct fix is for a jvisualvm update-
alternatives to be added and incorporated into the Sun package install
process.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577958

Title:
  VisualVM cannot load profiler (64 bit)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2011-02-09 Thread Stuart Rossiter
Ah, sorry, an update. The visualvm package is used for the common launch
script for either JDK (and is recommended from the sun-java6-jdk
package, hence I presumably had it pre-upgrade but it updated as part of
the Lucid upgrade).

The symlink issue is part of bug #657408, and I'll update it there with
an x-ref to this one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577958

Title:
  VisualVM cannot load profiler (64 bit)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-06-14 Thread Ekr
Same problem here: the mentioned JFluid problem and failure to connect to 
a locally running Java app later.

Found a workaround. I installed sun-java6-* like suggested in the post: 
http://ubuntuforums.org/showpost.php?p=9320525postcount=1
and manually changed (soft link) /usr/bin/jvisualvm to sun's jvisualvm:

cd /usr/bin
sudo unlink jvisualvm 
sudo ln -s ../lib/jvm/java-6-sun/bin/jvisualvm jvisualvm

Before doing that I tried two other approaches:
(1) running jvisuavm with --jdkhome /usr/lib/jvm/java-6-sun 
(2)  setting sun's java to be default jvm (with update-java-alternatives)
and reinstalling visualvm. 
None of that worked (visualvm still opened 
with openjdk). Thus these appear to be bugs in ubuntus' lucid distro:
the link to /usr/bin/jvisualvm is not updated on change of jvm and
the jdkhome option does not seem to work correctly.

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-05-26 Thread Tomas Hurka
To Hendra - you are right. Do not discuss VisualVM bugs here. You can
use VisualVM issues tracker or mailing lists for such purpose.

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-05-25 Thread Hendra
I also hope this can be fixed soon. I'm not able to use VisualVM right
now, as suggested I downloaded the zipped package (v1.2.2) directly from
the visualvm website and when I run it, the log said:

SEVERE [global]
java.lang.NullPointerException
at 
com.sun.tools.visualvm.jvmstat.application.ConnectionsCustomizer.emptyBorder(ConnectionsCustomizer.java:137)
at 
com.sun.tools.visualvm.jvmstat.application.ConnectionsCustomizer.clinit(ConnectionsCustomizer.java:81)
Caused: java.lang.ExceptionInInitializerError

I know this is not the right place to discuss about VisualVM bugs, but
the I think it's fair to expect that the pkg installed from repo should
work.

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-05-17 Thread mih...@gmail.com
I have the same problem, Ubuntu 10.04 64bits up-to-date 2010-05-17.

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-05-17 Thread Tomas Hurka
It looks like this bug is caused by the fact that VisualVM build script
(buildnative-linux64.sh) uses gcc32 on 64bit linux. See also
http://mail.openjdk.java.net/pipermail/distro-pkg-
dev/2010-May/009097.html and my reply. It can be fixed easily by
changing gcc32 to gcc in buildnative-linux64.sh or Ubuntu can use new
version of profiler sources netbeans-profiler-
visualvm_release68_1.tar.gz available at
https://visualvm.dev.java.net/files/documents/7163/150173/netbeans-
profiler-visualvm_release68_1.tar.gz

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-05-17 Thread Asraniel
I hope to see this fixed soon. It's quite annoying to load up a
Virtualmachine with XP to profile my java applications...

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-05-17 Thread Tomas Hurka
 You don't need to use virtualmachine with XP. You can run VisualVM on
64bit Ubuntu. Just download VisualVM 1.2.2 from
https://visualvm.dev.java.net/download.html

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577958] Re: VisualVM cannot load profiler (64 bit)

2010-05-09 Thread Asraniel

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48162471/Dependencies.txt

-- 
VisualVM cannot load profiler (64 bit)
https://bugs.launchpad.net/bugs/577958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs