Talk:VisualGuideToInstallingStendhalStep5: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Clemenst
mNo edit summary
imported>Gummipferd
m Talk:VisualGuideToInstallingStendhalStepX moved to Talk:VisualGuideToInstallingStendhalStep5
 
(52 intermediate revisions by 4 users not shown)
Line 1: Line 1:
What should i do with the rest of the stendhal-server-0.53.zip?
What should i do with the rest of the stendhal-server-0.53.zip?


: just unzip it into the same directory. --[[User:Hendrik Brummermann|Hendrik Brummermann]] 13:18, 26 September 2006 (PDT)
I get an error when running

In step 7 I get an '''error''' when running
'''java -cp .:marauroa.jar:jython.jar:log4j.jar:mysql-connector.jar:stendhal-server-0.53.jar marauroa.server.marauroad -c marauroa.ini -l'''
'''java -cp .:marauroa.jar:jython.jar:log4j.jar:mysql-connector.jar:stendhal-server-0.53.jar marauroa.server.marauroad -c marauroa.ini -l'''
11236 ERROR games.stendhal.server.rule.defaultruleset.QuestXMLLoader - java.io.FileNotFoundException: cannot find resource 'data/conf/quests.xml' in classpath


: That file is missing in stendhal-server-0.53.zip because I forgot to update the build script. You can ignore the error for now as it is not used yet. --[[User:Hendrik Brummermann|Hendrik Brummermann]] 13:18, 26 September 2006 (PDT)
---cut---
11236 ERROR games.stendhal.server.rule.defaultruleset.QuestXMLLoader - java.io.FileNotFoundException: cannot find resource 'data/conf/quests.xml' in classpath
---cut---


I presume there should be a data directory from the root or somewhere in the java classpath.
I presume there should be a '''data''' directory from the root or somewhere in the java classpath.
Moving all files up to the tree looked like a running stendhal server.


: The parent directory of data must be in the classpath. That is what the first "." after -cp is for. --[[User:Hendrik Brummermann|Hendrik Brummermann]] 13:18, 26 September 2006 (PDT)
Moving all files up to the tree looked like a running stendhal.


It looks like the link for 'Stendhal server binary' is wrong? When I downloaded it, it didn't have the velocity*.jar files in it, which seemed to cause problems. I had better luck with the download at: http://sourceforge.net/project/downloading.php?groupname=arianne&filename=stendhal-server-0.59.zip&use_mirror=internap
The above error remains.