Hmm Just plz check it

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
sakisd
Posts: 39
Joined: Sun Dec 27, 2009 9:21 pm

Hmm Just plz check it

Post by sakisd »

Good morning all sorry to bother you with a older cronicle but i try with a friend of mine to open a interlude server ,server will be hosted in a company so we want to make a real good server . My problem is that we get this server error when we try to run gs :

Code: Select all

Initializing QuestManagerException :java.security.PrivilegedActionException: org.apache.bsf.BSFException: exceptionfrom Jython:Traceback (innermost last):  File "<string>", line 1, in ?ImportError: no module named data         at java.security.AccessController.doPrivileged(Native Method)        at org.apache.bsf.BSFManager.exec(BSFManager.java:491)        at net.sf.l2j.gameserver.model.quest.jython.QuestJython.init(QuestJython.java:48)        at net.sf.l2j.gameserver.instancemanager.QuestManager.load(QuestManager.java:94)        at net.sf.l2j.gameserver.instancemanager.QuestManager.getInstance(QuestManager.java:42)        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:415)        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)Caused by: org.apache.bsf.BSFException: exception from Jython:Traceback (innermost last):  File "<string>", line 1, in ?ImportError: no module named data         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)        at org.apache.bsf.BSFManager$6.run(BSFManager.java:493)        ... 7 more exception from Jython:Traceback (innermost last):  File "<string>", line 1, in ?ImportError: no module named data: Traceback (innermost last):  File "<string>", line 1, in ?ImportError: no module named dataLoaded: 0 quests
Plz If someone know help us a litlle !!!!

ty in advance!!!
best regards
Sakisd
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Hmm Just plz check it

Post by jurchiks »

is your data folder in the correct place?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
sakisd
Posts: 39
Joined: Sun Dec 27, 2009 9:21 pm

Re: Hmm Just plz check it

Post by sakisd »

jurchiks wrote:is your data folder in the correct place?
yes it is inside gameserver folder
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Hmm Just plz check it

Post by jurchiks »

well then maybe Config.DATAPACK_ROOT is not configured?
there's VERY little that could be wrong, the method is very short after all...
http://trac.l2jserver.com/browser/branc ... ython.java
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
sakisd
Posts: 39
Joined: Sun Dec 27, 2009 9:21 pm

Re: Hmm Just plz check it

Post by sakisd »

jurchiks wrote:well then maybe Config.DATAPACK_ROOT is not configured?
there's VERY little that could be wrong, the method is very short after all...
http://trac.l2jserver.com/browser/branc ... ython.java
no it isnt the datapack root i cant understant what is wrong!!!
plz help!!!!!!!
sakisd
Posts: 39
Joined: Sun Dec 27, 2009 9:21 pm

Re: Hmm Just plz check it

Post by sakisd »

bump!
Post Reply