zkfan / tungsten-replicator

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

regression error in installation after build 143 #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Try installing with a normal ./configure script with build 143
2. Do the same installation, with the same script, using any build from 145 to 
149

What is the expected output?

normal installation

What do you see instead?

Failure error
INFO   | jvm 1    | 2011/06/30 19:40:34 | 2011-06-30 19:40:34,708 WARN  
replicator.management.OpenReplicatorManager Performing emergency service 
shutdown
INFO   | jvm 1    | 2011/06/30 19:40:34 | 2011-06-30 19:40:34,708 INFO  
replicator.management.OpenReplicatorManager All internal services are shut 
down; replicator ready for recovery
INFO   | jvm 1    | 2011/06/30 19:40:34 | 2011-06-30 19:40:34,708 INFO  
replicator.management.OpenReplicatorManager Sent State Change Notification 
START -> OFFLINE:ERROR
INFO   | jvm 1    | 2011/06/30 19:40:34 | 2011-06-30 19:40:34,708 ERROR 
replicator.management.OpenReplicatorManager State transition failed causing 
emergency recovery: state=START transition=START-TO-OFFLINE event=StartEvent
INFO   | jvm 1    | 2011/06/30 19:40:34 | 
com.continuent.tungsten.commons.patterns.fsm.TransitionFailureException: 
Replicator configuration failed
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.management.OpenReplicatorManager$StartToOffli
neAction.doAction(OpenReplicatorManager.java:1005)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.commons.patterns.fsm.StateMachine.applyEvent(StateMachin
e.java:217)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.management.OpenReplicatorManager.onEvent(Open
ReplicatorManager.java:505)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.EventDispatcher.run(EventDispatcher.java:75)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at java.lang.Thread.run(Unknown 
Source)
INFO   | jvm 1    | 2011/06/30 19:40:34 | Caused by: 
com.continuent.tungsten.replicator.ReplicatorException: Unable to load plugin 
class: key=replicator.store.thl class 
name=com.continuent.tungsten.enterprise.replicator.thl.EnterpriseTHL
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.conf.ReplicatorRuntime.loadAndConfigurePlugin
(ReplicatorRuntime.java:596)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.conf.ReplicatorRuntime.instantiateAndConfigur
ePipeline(ReplicatorRuntime.java:417)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.conf.ReplicatorRuntime.configure(ReplicatorRu
ntime.java:355)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.management.tungsten.TungstenPlugin.doCreateRu
ntime(TungstenPlugin.java:976)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.management.tungsten.TungstenPlugin.configure(
TungstenPlugin.java:290)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.management.OpenReplicatorManager.doConfigure(
OpenReplicatorManager.java:2571)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.management.OpenReplicatorManager$StartToOffli
neAction.doAction(OpenReplicatorManager.java:997)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   ... 4 more
INFO   | jvm 1    | 2011/06/30 19:40:34 | Caused by: 
com.continuent.tungsten.replicator.plugin.PluginException: 
java.lang.ClassNotFoundException: 
com.continuent.tungsten.enterprise.replicator.thl.EnterpriseTHL
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.plugin.PluginLoader.load(PluginLoader.java:51
)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.conf.ReplicatorRuntime.loadAndConfigurePlugin
(ReplicatorRuntime.java:588)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   ... 10 more
INFO   | jvm 1    | 2011/06/30 19:40:34 | Caused by: 
java.lang.ClassNotFoundException: 
com.continuent.tungsten.enterprise.replicator.thl.EnterpriseTHL
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
java.net.URLClassLoader$1.run(Unknown Source)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
java.net.URLClassLoader.findClass(Unknown Source)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
java.lang.ClassLoader.loadClass(Unknown Source)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
java.lang.ClassLoader.loadClass(Unknown Source)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at java.lang.Class.forName0(Native 
Method)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at java.lang.Class.forName(Unknown 
Source)
INFO   | jvm 1    | 2011/06/30 19:40:34 |   at 
com.continuent.tungsten.replicator.plugin.PluginLoader.load(PluginLoader.java:47
)

What is the possible cause?

N/A

What is the proposed solution?

N/A

Additional information

See attached log

Original issue reported on code.google.com by g.maxia on 30 Jun 2011 at 5:47

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by g.maxia on 30 Jun 2011 at 6:23

GoogleCodeExporter commented 9 years ago
Old installation was broken due to changes getting rolled back by accident.  
(In other words:  the dog ate my homework.) 

Original comment by berkeley...@gmail.com on 1 Jul 2011 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 1 Jul 2011 at 12:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r268.

Original comment by berkeley...@gmail.com on 1 Jul 2011 at 12:18

GoogleCodeExporter commented 9 years ago
Verified with build 152. Installation works as expected

Original comment by g.maxia on 1 Jul 2011 at 7:39