zkfan / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 0 forks source link

Warning from Java Service Wrapper (JAR vs. executable version mismatch) #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clear the trepsvc.log
2. [Re]start the Replicator

What is the expected output?
No WARNING from the WrapperManager.

What do you see instead?
STATUS | wrapper  | 2011/06/03 18:41:36 | Launching a JVM...
INFO   | jvm 1    | 2011/06/03 18:41:37 | WrapperManager: Initializing...
INFO   | jvm 1    | 2011/06/03 18:41:37 | WrapperManager: WARNING - The Wrapper 
jar file currently in use is version "3.3.3"
INFO   | jvm 1    | 2011/06/03 18:41:37 | WrapperManager:           while the 
version of the Wrapper which launched this JVM is 
INFO   | jvm 1    | 2011/06/03 18:41:37 | WrapperManager:           "3.3.1".
INFO   | jvm 1    | 2011/06/03 18:41:37 | WrapperManager:           The Wrapper 
may appear to work correctly but some features may
INFO   | jvm 1    | 2011/06/03 18:41:37 | WrapperManager:           not 
function correctly.  This configuration has not been tested
INFO   | jvm 1    | 2011/06/03 18:41:37 | WrapperManager:           and is not 
supported.

In order to resolve this we need to upgrade JSW binary to match JSW JAR file 
used.

Original issue reported on code.google.com by linas.vi...@gmail.com on 10 Jun 2011 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 8 Sep 2011 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 8 Sep 2011 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 8 Sep 2011 at 5:05

GoogleCodeExporter commented 9 years ago

Original comment by robert.h...@continuent.com on 1 Mar 2012 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by robert.h...@continuent.com on 1 Mar 2012 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by robert.h...@continuent.com on 19 Sep 2012 at 2:19

GoogleCodeExporter commented 9 years ago

Original comment by robert.h...@continuent.com on 19 Sep 2012 at 2:25

GoogleCodeExporter commented 9 years ago
We're converging on a 2.0.7 release, so moving the ones that can wait to the 
next release.

Original comment by linas.vi...@continuent.com on 9 Jan 2013 at 3:49

GoogleCodeExporter commented 9 years ago
As of r1214 we're getting a different warning:

INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager: WARNING - Unable to 
load the Wrapper's native library because none of the
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:           following 
files:
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:             
libwrapper-linux-x86-64.so
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:             
libwrapper.so
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:           could be 
located on the following java.library.path:
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:             
/home/oracle/mysql_to_ora/continuent/releases/tungsten-replicator-2.0.8-41/clust
er-home/bin/../../cluster-home/lib/*.jar
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:           Please see 
the documentation for the wrapper.java.library.path
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:           
configuration property.
INFO   | jvm 1    | 2013/03/14 19:30:23 | WrapperManager:           System 
signals will not be handled correctly.

Original comment by linas.vi...@continuent.com on 14 Mar 2013 at 6:36

GoogleCodeExporter commented 9 years ago
We'll use 2.1.0 instead of 2.0.8, hence moving the issues.

Original comment by linas.vi...@continuent.com on 27 Mar 2013 at 3:14

GoogleCodeExporter commented 9 years ago
Moving out to 2.1.1.

Original comment by linas.vi...@continuent.com on 6 Jun 2013 at 11:42

GoogleCodeExporter commented 9 years ago
No more warning after upgrade to JSW 3.5.17 via r1322.

Original comment by linas.vi...@continuent.com on 19 Jun 2013 at 4:00