JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

DNS server with Java RI 1.3 not starting. #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the 1.3 Java RI and unzip.
2. Run the DirectDNSServer application with the console switch

What is the expected output? What do you see instead?

Getting class not found issues regarding clover.

What version of the product are you using? On what operating system?

Java RI 1.3

Please provide any additional information below.

Stack trace from DNS server

wrapper  | --> Wrapper Started as Console
wrapper  | Launching a JVM...
jvm 1    | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1    |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
jvm 1    |
jvm 1    | [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure y
ou have Clover in the runtime classpath? (class java.lang.NoClassDefFoundError:c
om_cenqua_clover/CloverVersionInfo)
jvm 1    | WrapperSimpleApp: Unable to locate the class org.nhindirect.dns.servi
ce.SimpleServiceRunner: java.lang.NoClassDefFoundError: com_cenqua_clover/Covera
geRecorder
jvm 1    |
jvm 1    | WrapperSimpleApp Usage:
jvm 1    |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_a
rguments]
jvm 1    |
jvm 1    | Where:
jvm 1    |   app_class:      The fully qualified class name of the application t
o run.
jvm 1    |   app_arguments:  The arguments that would normally be passed to the
jvm 1    |                   application.
wrapper  | <-- Wrapper Stopped
Press any key to continue . . .

Original issue reported on code.google.com by gm2...@cerner.com on 17 Jan 2012 at 8:20

GoogleCodeExporter commented 8 years ago
The issue is related to a rouge build I had on my laptop, and not the DNS 
server tar ball.  After purging my maven repository, I am building (and 
testing) a 1.3.1 fix release.  Plan is to get it out tonight or early tomorrow 
morning.

-g

Original comment by gm2...@cerner.com on 17 Jan 2012 at 11:23

GoogleCodeExporter commented 8 years ago
Issue related to a bad copy of a jar in a local build repository.

Released Java RI 1.3.1 with a correct version.

Issue resolved.

Original comment by gm2...@cerner.com on 20 Jan 2012 at 4:58

GoogleCodeExporter commented 8 years ago
Changing status to verified.

Original comment by gm2...@cerner.com on 20 Jan 2012 at 5:00