Sagewire Logo

NetBeans 6 installation error ...

5 Message(s) by 2 Author(s) originally posted in developer netbeans java


From: Juergen Schmidt - Sun Germany - ham02 - Hamburg Date:   Thursday, December 13, 2007
Hi,
I try to install NB 6 on a Solaris x86 machine with root permission.
It's more or less a default Solaris installation.

When I start the installer I got the following error message:

It seems that the installation of JAVA SE is corrupt.
The validation procedure issued the following warning:

The installation directory cannot be detected.

Would you like to mark this product as not installed and continue?
...When I ran the installer under my personal account it works. I have no
idea what's going wrong. Does anybody of you've an idea?

Thanks

Juergen


From: Dmitry Lipin Date:   Thursday, December 13, 2007
Juergen,

It can mean that you deleted one of the previous NetBeans installations
by hand, not using the uninstaller.
See also: http://www.netbeans.org/issues/show_bug.cgi?id=115475
It can also mean that you run installer in the environment (locale or
JVM arch - x86_64 instead of pure x86) that is different from the that
was used in previous installations: There is also non-zero probability
that you use NFS mount ed home directory and previous installations were
done under different OS (e.g. Linux or Solaris sparc).
See also: http://www.netbeans.org/issues/show_bug.cgi?id=111220

If you really removed all the previous installation by hand - then
please, remove $HOME/.nbi directory as well(where $HOME - is the home
directory for the root user, in most cases it it either / or /root).
After that so such message'd appear.
If you still have other NetBeans installations (or GlassFish, or Tomcat
- installed by NetBeans Installer) and want to remove them in the
future, then the only option now is to run installer with special switch
that will force installer to use different directory, that stores that
installation information, e.g.:
./netbeans-6.0-solaris-x86.sh --userdir $HOME/.nbi2 (where $HOME is,
again, the homedir of root).

Thanks,
Dmitry

wrote in message:
Hi, I try to install NB 6 on a Solaris x86 machine with root permission.
It's more or less a default Solaris installation.
When I start the installer I got the following error message:
It seems that the installation of JAVA SE is corrupt.
The validation procedure issued the following warning:
The installation directory cannot be detected.
Would you like to mark this product as not installed and continue?
...
When I ran the installer under my personal account it works. I have no
idea what's going wrong. Does anybody of you've an idea?
Thanks
Juergen



--
Dmitry Lipin
Software Engineer
NBI Team
Sun Microsystems, Inc.
Phone EMEA/APAC x33354 AMER x7033354
Email: Dmitry.Lipin@xxxxxxxxxxx


From: Juergen Schmidt - Sun Germany - ham02 - Hamburg Date:   Friday, December 14, 2007
Hi Dmitry,

removing /root/.nbi solved my problem

Thanks

Juergen

wrote in message:
Juergen,
It can mean that you deleted one of the previous NetBeans installations
by hand, not using the uninstaller.
See also: http://www.netbeans.org/issues/show_bug.cgi?id=115475
It can also mean that you run installer in the environment (locale or
JVM arch - x86_64 instead of pure x86) that is different from the that
was used in previous installations: There is also non-zero probability
that you use NFS mounted home directory and previous installations were
done under different OS (e.g. Linux or Solaris sparc).
See also: http://www.netbeans.org/issues/show_bug.cgi?id=111220
If you really removed all the previous installation by hand - then
please, remove $HOME/.nbi directory as well(where $HOME - is the home
directory for the root user, in most cases it it either / or /root).
After that so such message'd appear.
If you still have other NetBeans installations (or GlassFish, or Tomcat
- installed by NetBeans Installer) and want to remove them in the
future, then the only option now is to run installer with special switch
that will force installer to use different directory, that stores that
installation information, e.g.:
./netbeans-6.0-solaris-x86.sh --userdir $HOME/.nbi2 (where $HOME is,
again, the homedir of root).
Thanks,
Dmitry
wrote in message:
Hi,

I try to install NB 6 on a Solaris x86 machine with root permission.
It's more or less a default Solaris installation.

When I start the installer I got the following error message:

It seems that the installation of JAVA SE is corrupt.
The validation procedure issued the following warning:

The installation directory cannot be detected.

'd you like to mark this product as not installed and continue?
...


When I ran the installer under my personal account it works. I have no
idea what's going wrong. Does anybody of you've an idea?

Thanks

Juergen





From: Juergen Schmidt - Sun Germany - ham02 - Hamburg Date:   Friday, December 14, 2007
Hi Dmitry,

mmh, I was to fast with my reply. I got a further error after selecting
the directories etc.

Error:

Base IDE is set up to be installed in /opt/netbeans-6.0 which doesn't
belong to any of the file system roots

Any ideas? The installer hangs ... -> Install button is disabled

wrote in message:
Hi Dmitry,
removing /root/.nbi solved my problem
Thanks
Juergen
wrote in message:
Juergen,

It can mean that you deleted one of the previous NetBeans
installations by hand, not using the uninstaller.
See also: http://www.netbeans.org/issues/show_bug.cgi?id=115475
It can also mean that you run installer in the environment (locale or
JVM arch - x86_64 instead of pure x86) that is different from the that
was used in previous installations: There is also non-zero probability
that you use NFS mounted home directory and previous installations
were done under different OS (e.g. Linux or Solaris sparc).
See also: http://www.netbeans.org/issues/show_bug.cgi?id=111220

If you really removed all the previous installation by hand - then
please, remove $HOME/.nbi directory as well(where $HOME - is the home
directory for the root user, in most cases it it either / or /root).
After that so such message'd appear.
If you still have other NetBeans installations (or GlassFish, or
Tomcat - installed by NetBeans Installer) and want to remove them in
the future, then the only option now is to run installer with special
switch that will force installer to use different directory, that
stores that installation information, e.g.:
./netbeans-6.0-solaris-x86.sh --userdir $HOME/.nbi2 (where $HOME is,
again, the homedir of root).

Thanks,
Dmitry

wrote in message:
Hi, I try to install NB 6 on a Solaris x86 machine with root permission.
It's more or less a default Solaris installation.
When I start the installer I got the following error message:
It seems that the installation of JAVA SE is corrupt.
The validation procedure issued the following warning:
The installation directory cannot be detected.
Would you like to mark this product as not installed and continue?
...
When I ran the installer under my personal account it works. I have
no idea what's going wrong. Does anybody of you've an idea?
Thanks
Juergen






From: Dmitry Lipin Date:   Friday, December 14, 2007
Juergen,

It is a known issue, see here:
http://www.netbeans.org/issues/show_bug.cgi?id=122040

One of the possible workarounds is to fix mount table so that at least
root (/) should be there.
Another option is to use the latest development build from
http://bits.netbeans.org/netbeans/trunk/nightly/latest/

Thanks,
Dmitry

wrote in message:
Hi Dmitry,
mmh, I was to fast with my reply. I got a further error after
selecting the directories etc.
Error:
Base IDE is set up to be installed in /opt/netbeans-6.0 which doesn't
belong to any of the file system roots
Any ideas? The installer hangs ... -> Install button is disabled
Juergen
wrote in message:
Hi Dmitry,

removing /root/.nbi solved my problem

Thanks

Juergen

wrote in message:
Juergen,
It can mean that you deleted one of the previous NetBeans
installations by hand, not using the uninstaller.
See also: http://www.netbeans.org/issues/show_bug.cgi?id=115475
It can also mean that you run installer in the environment (locale
or JVM arch - x86_64 instead of pure x86) that is different from the
that was used in previous installations: There is also non-zero
probability that you use NFS mounted home directory and previous
installations were done under different OS (e.g. Linux or Solaris
sparc).
See also: http://www.netbeans.org/issues/show_bug.cgi?id=111220
If you really removed all the previous installation by hand - then
please, remove $HOME/.nbi directory as well(where $HOME - is the
home directory for the root user, in most cases it it either / or
/root). After that so such message'd appear.
If you still have other NetBeans installations (or GlassFish, or
Tomcat - installed by NetBeans Installer) and want to remove them in
the future, then the only option now is to run installer with
special switch that will force installer to use different directory,
that stores that installation information, e.g.:
./netbeans-6.0-solaris-x86.sh --userdir $HOME/.nbi2 (where $HOME is,
again, the homedir of root).
Thanks,
Dmitry
wrote in message:
Hi,

I try to install NB 6 on a Solaris x86 machine with root
permission. It's more or less a default Solaris installation.

When I start the installer I got the following error message:

It seems that the installation of JAVA SE is corrupt.
The validation procedure issued the following warning:

The installation directory cannot be detected.

'd you like to mark this product as not installed and continue?
...


When I ran the installer under my personal account it works. I have
no idea what's going wrong. Does anybody of you've an idea?

Thanks

Juergen






Next Message: Buil Mac OS X Application Error


Blogs related to NetBeans 6 installation error ...

download, installation and setup experience of netbeans 6 for a ...
Downloading the Java and GUI Builder plugin results in gazillion of warning messages "Root C:\Program Files\NetBeans 6.0\<"extra" or "java1">\config does not exist" resulting in me having to kill the application (and one such error ...

6.0 installation error
When I try ~/netbeans-6.0-linux.sh : line 1360: 30859 Abandon /usr/java/jre1.6.0_03/bin/java -Xmx256m -Xms64m -Djava.io.tmpdir=/tmp -classpath /tmp/.nbi-1120423.tmp/bundle.jar org.netbeans.installer.Installer What goes wrong?

Netbeans 6.0 rc2 install error
Installer.start(Installer.java:199) [2007-11-29 07:15:42.640]: at org.netbeans.installer.Installer.main(Installer.java:99) though i could't find out why,i thought that should be related to my opration system(Windows XP),and who can help me!

EditorSupportChangnesProposal
doesn't use our tokens - does its own lexical analysis; parses particular pages together with their context - the web project with all jars, libraries, tlds etc. doesn't provide a good parse tree for the page itself; used for error ...

Re: 6.0 installation error
http://nbi.netbeans.org/issues/enter_bug.cgi?component=installer&issue_type=DEFECT Thanks, Dmitry moueza wrote: > Hi, > When I try ~/netbeans-6.0-linux.sh : > > line 1360: 30859 Abandon /usr/java/jre1.6.0_03/bin/java ...

Netbeans 6 Wohs.
In NB I create a new project with src/java as the source package, and test/java as the test packages. This works out great, except that if I create a test Main class, in /test/java it only gets executed as a JUnit test. I get an error ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional