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 145387 - Cann't launch NetBeans on intel-Solaris machine
Summary: Cann't launch NetBeans on intel-Solaris machine
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: REGRESSION
: 145522 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-28 08:38 UTC by soldatov
Modified: 2008-12-22 14:36 UTC (History)
3 users (show)

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 soldatov 2008-08-28 08:38:40 UTC
Download NetBeans C/C++ pack from
http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/
Unzip it on intel-S2 machine
Start NetBeans
==> script fails

-bash-3.00$ ~/netbeans/bin/netbeans --userdir /tmp/sova_tester
fgrep: illegal option -- q
usage: fgrep [ -bchilnsvx ] [ -e exp ] [ -f file ] [ strings ] [ file ] ...
fgrep: illegal option -- q
usage: fgrep [ -bchilnsvx ] [ -e exp ] [ -f file ] [ strings ] [ file ] ...
fgrep: illegal option -- q
usage: fgrep [ -bchilnsvx ] [ -e exp ] [ -f file ] [ strings ] [ file ] ...
fgrep: illegal option -- q
usage: fgrep [ -bchilnsvx ] [ -e exp ] [ -f file ] [ strings ] [ file ] ...
fgrep: illegal option -- q
usage: fgrep [ -bchilnsvx ] [ -e exp ] [ -f file ] [ strings ] [ file ] ...
fgrep: illegal option -- q
usage: fgrep [ -bchilnsvx ] [ -e exp ] [ -f file ] [ strings ] [ file ] ...
Exception in thread "main" java.lang.NoClassDefFoundError: org/netbeans/Main
Comment 1 dlipin 2008-08-28 08:50:52 UTC
That`s the regression of fixing 139051.

BTW, what is intel-S2? And, more important, what is the OS and its version?
Comment 2 soldatov 2008-08-28 08:54:39 UTC
-bash-3.00$ uname -X
System = SunOS
Node = vvv
Release = 5.10
KernelID = Generic_118855-33
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2
Comment 3 Jiri Rechtacek 2008-08-28 09:32:59 UTC
Reason is that some versions of fgrep on solaris doesn't allow usage '-q' option.
fixed in rev c8492c5db459
Comment 4 Vladimir Voskresensky 2008-08-28 09:50:23 UTC
Thanks for fixing.
when can I expect it in main repository?
Comment 5 Jiri Rechtacek 2008-08-28 09:59:16 UTC
If all test pass it will be in main in 2-3 hours. You can watch it on http://deadlock.netbeans.org/hudson/job/NB-Core-Build/
Comment 6 Vladimir Voskresensky 2008-08-28 10:02:01 UTC
thanks for info.
For a while I will update ${nb-dir}/platform9/lib/nbexec manually
Comment 7 Jesse Glick 2008-08-28 15:48:51 UTC
BTW if you enter somewhere into the issue the text

   core-main c8492c5db459

then it should get automatically hyperlinked by

http://wiki.netbeans.org/BrowserTools#section-BrowserTools-LinkToMercurialChangesets
Comment 8 Quality Engineering 2008-08-30 05:35:59 UTC
Integrated into 'main-golden', available in build *200808300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/c8492c5db459
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #145387: Cann't launch NetBeans on intel-Solaris machine
Comment 9 dlipin 2008-09-01 12:11:26 UTC
*** Issue 145522 has been marked as a duplicate of this issue. ***