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 79403

Summary: Need to restart server after each test run (or kill)
Product: qa Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: ehucka <ehucka>
Status: CLOSED FIXED    
Severity: blocker CC: issues
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2006-06-29 08:36:12 UTC
I am getting next exception after each test run or kill from web interface
This problem is reproducible only on Win2K ;(

====================
Exception in thread "main" java.lang.NoClassDefFoundError: org/netbeans/test4u/T
est4UStandalone
'taskkill' is not recognized as an internal or external command,
operable program or batch file.
'kill' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Exception in thread "main" java.lang.NoClassDefFoundError: org/netbeans/test4u/T
est4UStandalone
'taskkill' is not recognized as an internal or external command,
operable program or batch file.
'kill' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
========================================
Comment 1 ehucka 2006-06-29 09:51:04 UTC
Problem is the w2k doesn't have any kill command in standard distribution. I
will send you some details by e-mail.

If you have set a property:

test.finish.safe.mode = true

in local/conf/common.properties

the machine will be restarted after each testrun.

I recommend to start install-server.bat on the machine. It is currupted.
Comment 2 Marian Mirilovic 2006-06-29 13:11:17 UTC
I did what you suggested without any iprovement ;(
Comment 3 ehucka 2006-06-29 14:00:55 UTC
fixed, there remained obsolete local/conf/settings.bat execution in update.bat
Comment 4 Marian Mirilovic 2006-06-29 14:30:02 UTC
verified