This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 88007 - NetBeans 6.0 m4 won't run on Solaris
Summary: NetBeans 6.0 m4 won't run on Solaris
Status: RESOLVED DUPLICATE of bug 87926
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-26 00:42 UTC by _ hildo
Modified: 2008-12-22 19:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ hildo 2006-10-26 00:42:13 UTC
I downloaded the m4 release of NetBeans 6.0 for Solaris and installed using the
installer (as I have for all previous releases).  When I execute the netbeans
executable, I get the following error

ehillman@wallaby:/ct/ctapp/netbeans-6.0m4/bin> ./netbeans 
Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.netbeans.MainImpl.main(MainImpl.java:64)
        at org.netbeans.Main.main(Main.java:53)
Caused by: java.lang.VerifyError: (class:
org/netbeans/core/startup/TopThreadGroup, method: start signature: ()V)
Incompatible object argument for function call
        at org.netbeans.core.startup.Main.main(Main.java:67)
        ... 6 more

My m3 installation still works fine.
Comment 1 mjhorsnell 2006-10-26 01:59:35 UTC
I suffer the same issue in Linux (opensuse 10.1, jdk 1.5 update 9), milestone 3
still works for me too.

Error on start-up:

Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.netbeans.MainImpl.main(MainImpl.java:64)
        at org.netbeans.Main.main(Main.java:53)
Caused by: java.lang.VerifyError: (class:
org/netbeans/core/startup/TopThreadGroup, method: start signature: ()V)
Incompatible object argument for function call
        at org.netbeans.core.startup.Main.main(Main.java:67)
        ... 6 more
Comment 2 _ hildo 2006-10-26 02:04:50 UTC
Even though the OS setting for this ticket has changed to "All", the install of
the m4 release on my Windows XP box works.  It does seem to occur on my Solaris
9 environment and a Linux env.

For the record, my Java details on Solaris

java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
Comment 3 Marian Mirilovic 2006-10-26 09:33:42 UTC

*** This issue has been marked as a duplicate of 87926 ***
Comment 4 _ hildo 2006-11-01 22:25:01 UTC
As indicated by the other issue, I was able to work around this by using a later
JDK on my Solaris box.

I installed JDK 1.5_09, then re-installed the NetBeans-6.0-m4 release.  The IDE
was able to successfully start once this was done.

Thanks for all the help!