Talk:Release 380LTS Community Test

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

http://demo1.adempiere.us/webui/

Returns: 503 Service Unavailable No server is available to handle this request.

Thanks Thorsten. Hopefully Paul can get the server back up soon. I understand he has been away. MJMcKay 02:01, 28 May 2014 (UTC)



I have been trying to install 380 on an Ubuntu 14.04 Server with no luck. I am stuck when running silentsetup. Once it gets into the Signing Database I get

20:09:53.431   MigrationLoader.load: Loading file: /opt/Adempiere/migration/0004_360_memo_alert_and_lookup.xml [1]
20:09:53.431   MigrationLoader.load: Loading file: /opt/Adempiere/migration/0004_360_memo_alert_and_lookup.xml [1]
Exception in thread "main" java.lang.IllegalArgumentException: Table Name Not Found - AD_Migration
	at org.compiere.model.Query.<init>(Query.java:128)
	at org.compiere.model.MMigration.fromXmlNode(MMigration.java:159)
	at org.adempiere.process.MigrationLoader$2.run(MigrationLoader.java:99)
	at org.compiere.util.Trx.run(Trx.java:525)
	at org.compiere.util.Trx.run(Trx.java:493)
	at org.adempiere.process.MigrationLoader.load(MigrationLoader.java:86)
	at org.adempiere.process.SignDatabaseBuild.main(SignDatabaseBuild.java:66)

I did run ./RUN_ImportAdempiere.sh but the database it tries to import is from 2011, probably the 370 DB.

The installation steps I took are exactly the same I posted on the forum a few days ago, just using the 380 tar this time.

https://sourceforge.net/p/adempiere/discussion/623064/thread/7121e9c7/?limit=50#b584

I also got the .sql files from

http://sourceforge.net/p/adempiere/code/ci/feature/ADEMPIERE-201-Manufacturing/~/tree/migration/380lts-release/ 

but the ImproveInitialClientSetup.sql is also giving me errors when running

ERROR:  INSERT has more expressions than target columns

What am I doing wrong?

Vassilis

PS: Is this even the right spot to ask these questions?