Freya World
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Freya World

Open Source Java Project
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Error Full install database : missing files

Go down 
3 posters
AuthorMessage
killkool




Posts : 7
Join date : 2011-06-14

Error Full install database : missing files Empty
PostSubject: Error Full install database : missing files   Error Full install database : missing files Icon_minitimeTue Jun 14, 2011 5:57 am

I have install after compile core and datapack but i have an error.
is it important?
I dont know if this table is used or if it's a forgotten files.

missing files :
./database_installer.sh: line 411: ../sql/gs_sql/clanhall_siege.sql: Aucun fichier ou dossier de ce type
./database_installer.sh: line 412: ../sql/gs_sql/clanhall_siege_guards.sql: Aucu n fichier ou dossier de ce type
./database_installer.sh: line 414: ../sql/gs_sql/clanhall_siege.sql: Aucun fichi er ou dossier de ce type
./database_installer.sh: line 497: ../sql/freyaworld/added/clanhall_siege_attackers.sql: Aucun fichier ou dossier de ce type
./database_installer.sh: line 498: ../sql/freyaworld/added/clanhall_siege_guards.sql: Aucun fichier ou dossier de ce type
./database_installer.sh: line 501: ../sql/freyaworld/added/locations.sql: Aucun fichier ou dossier de ce type
./database_installer.sh: line 507: ../sql/freyaworld/added/rainbowsprings_attacker_list.sql: Aucun fichier ou dossier de ce type
./database_installer.sh: line 509: ../sql/freyaworld/added/siegable_clanhall.sql: Aucun fichier ou dossier de ce type
./database_installer.sh: line 517: ../sql/freyaworld/added/rainbowsprings_attacker_list.sql: Aucun fichier ou dossier de ce type

Aucun fichier ou dossier de ce type = no folder or files ( I have a french client )

Sorry if I speak a bad english. I try ^^

Back to top Go down
Willow
Admin
Willow


Posts : 113
Join date : 2011-05-24

Error Full install database : missing files Empty
PostSubject: Re: Error Full install database : missing files   Error Full install database : missing files Icon_minitimeTue Jun 14, 2011 6:00 am

Linux database installer is not updated at all
because I don't use linux at all and don't know how to fix it.

I would recomend to add the sql files 1 by 1.

If you want you can help us by fixing the linux database installer.
Back to top Go down
killkool




Posts : 7
Join date : 2011-06-14

Error Full install database : missing files Empty
PostSubject: Re: Error Full install database : missing files   Error Full install database : missing files Icon_minitimeTue Jun 14, 2011 8:11 am

And install by windows is allready ?

If you want you can help us by fixing the linux database installer.
No probleme if i can Wink
Back to top Go down
Willow
Admin
Willow


Posts : 113
Join date : 2011-05-24

Error Full install database : missing files Empty
PostSubject: Re: Error Full install database : missing files   Error Full install database : missing files Icon_minitimeTue Jun 14, 2011 9:06 am

windows installer just adds all files in folder
linux installer seems to need file list

If you manage to fix it, I moved all hellbound update sql files in hellbound.sql
this should make it easier for linux users, since there wont be any more hellbound file additions.
Back to top Go down
killkool




Posts : 7
Join date : 2011-06-14

Error Full install database : missing files Empty
PostSubject: Re: Error Full install database : missing files   Error Full install database : missing files Icon_minitimeWed Jun 15, 2011 3:16 am

Thank you !

But now, i have a second probleme ( sorry )

After launch ./startGameServer I have a error in "stdout.log"

Code:
-------------------------------------------------------------------=[ Skills ]
EnchantGroupsTable: Loaded 0 groups.
SkillTreeTable: Loaded 0 skills.
Error in file /home/killkool/l2jfreya/gameserver/data/stats/skills/03400-03499.xml
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
   at freya.world.gameserver.templates.skills.L2SkillType.makeSkill(L2SkillType.java:232)
   at freya.world.gameserver.skills.DocumentSkill.makeSkills(DocumentSkill.java:796)
   at freya.world.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.java:401)
   at freya.world.gameserver.skills.DocumentSkill.parseDocument(DocumentSkill.java:123)
   at freya.world.gameserver.skills.DocumentBase.parse(DocumentBase.java:149)
   at freya.world.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.java:81)
   at freya.world.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.java:90)
   at freya.world.gameserver.datatables.SkillTable.load(SkillTable.java:61)
   at freya.world.gameserver.datatables.SkillTable.<init>(SkillTable.java:46)
   at freya.world.gameserver.datatables.SkillTable.<init>(SkillTable.java:28)
   at freya.world.gameserver.datatables.SkillTable$SingletonHolder.<clinit>(SkillTable.java:167)
   at freya.world.gameserver.datatables.SkillTable.getInstance(SkillTable.java:38)
   at freya.world.gameserver.GameServer.<init>(GameServer.java:225)
   at freya.world.gameserver.GameServer.main(GameServer.java:549)
Caused by: java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
   at freya.world.gameserver.templates.skills.L2SkillType.makeSkill(L2SkillType.java:228)
   ... 13 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class freya.world.gameserver.datatables.SkillTreeTable$SingletonHolder
   at freya.world.gameserver.datatables.SkillTreeTable.getInstance(SkillTreeTable.java:66)
   at freya.world.gameserver.model.L2Skill.<init>(L2Skill.java:449)
   at freya.world.gameserver.skills.l2skills.L2SkillDefault.<init>(L2SkillDefault.java:27)
   ... 18 more

Its ok in windows.
But in linux i have this error.

I have check, table skill_trees its ok.
File is ok in gameserver/data/stats/skills/

Where is the probleme.
Thanks
Back to top Go down
Willow
Admin
Willow


Posts : 113
Join date : 2011-05-24

Error Full install database : missing files Empty
PostSubject: Re: Error Full install database : missing files   Error Full install database : missing files Icon_minitimeWed Jun 15, 2011 5:51 am

Try saving the file in unicode format.
Maybe it works.
Back to top Go down
den01101




Posts : 2
Join date : 2011-07-12

Error Full install database : missing files Empty
PostSubject: Re: Error Full install database : missing files   Error Full install database : missing files Icon_minitimeTue Jul 12, 2011 1:06 pm

to add the sql files for linux in the file database_installer.sh add
$MYG < ../sql/gs_sql/ file name .sql &> /dev/null
Back to top Go down
Sponsored content





Error Full install database : missing files Empty
PostSubject: Re: Error Full install database : missing files   Error Full install database : missing files Icon_minitime

Back to top Go down
 
Error Full install database : missing files
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Freya World :: Development :: Bug Reports-
Jump to: