Difference between revisions of "NexJ Studio Tutorial Problems"

From CDOT Wiki
Jump to: navigation, search
(Problem 5)
Line 19: Line 19:
 
Error: Version mismatch: dump version http:// www.nexj.com/ns/gwtsample-login#1.15, metadata version http:// www.nexj.com/ns/gwtsample-login#1.16
 
Error: Version mismatch: dump version http:// www.nexj.com/ns/gwtsample-login#1.15, metadata version http:// www.nexj.com/ns/gwtsample-login#1.16
  
== Problem 4 ==
+
<font color="green">
It cannot find data source when upgrade.
+
Publish a model before create any new class, and Upgrade UnitTest dump before upgrade the database.
 
+
</font>
== Problem 5 ==
 
It shows checksum error when publish.
 
 
 
== Problem 5 ==
 
DefaultRelational Database icon doesn't show up.
 

Revision as of 15:46, 18 April 2011

Problem 1

User root is not recognized,or message likes "Can't find any matching row in the user table"

Solution: Use other account that has sufficient privileges to the new created databases.

Problem 2

Cannot deploy on server, get Error Message: Unknown component "HTTPServer.WSRP" in repository "Training 101".

Solution: Use new version core model and new Eclipse plugin.

Problem 3

It only upgrade the database correctly, but it doesn't upgrade the dump file.

When run recreate, I get error message Error: Version mismatch: dump version http:// www.nexj.com/ns/gwtsample-login#1.15, metadata version http:// www.nexj.com/ns/gwtsample-login#1.16

Publish a model before create any new class, and Upgrade UnitTest dump before upgrade the database.