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 - Need to restart server after each test run (or kill)
Summary: Need to restart server after each test run (or kill)
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: ehucka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 08:36 UTC by Marian Mirilovic
Modified: 2011-02-17 09:37 UTC (History)
1 user (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 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