[help] need some help with this L2J 

Initiate Mage
Joined
Mar 15, 2009
Messages
2
Reaction score
0
when i try to register a gameserver i get this eror. can someone help me? error below:

INFO : loading login config
INFO : MLog clients using log4j logging.
INFO : Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace
: 10]
FATAL : Unable to load registry : Error creating bean with name 'sessionFactory'
defined in class path resource [spring.xml]: Invocation of init method failed;
nested exception is java.io.FileNotFoundException: class path resource [l2jfree-
login-1.1.0.jar] cannot be resolved to URL because it does not exist check that
you update xml file in config folder ! org.springframework.beans.factory.BeanCre
ationException: Error creating bean with name 'sessionFactory' defined in class
path resource [spring.xml]: Invocation of init method failed; nested exception i
s java.io.FileNotFoundException: class path resource [l2jfree-login-1.1.0.jar] c
annot be resolved to URL because it does not exist
Caused by: java.io.FileNotFoundException: class path resource [l2jfree-login-1.1
.0.jar] cannot be resolved to URL because it does not exist
at org.springframework.core.io.ClassPathResource.getU RL(ClassPathResourc
e.java:155)
at org.springframework.core.io.ClassPathResource.getF ile(ClassPathResour
ce.java:167)
at org.springframework.orm.hibernate3.LocalSessionFac toryBean.buildSessi
onFactory(LocalSessionFactoryBean.java:670)
at org.springframework.orm.hibernate3.AbstractSession FactoryBean.afterPr
opertiesSet(AbstractSessionFactoryBean.java:131)
at org.springframework.beans.factory.support.Abstract AutowireCapableBean
Factory.invokeInitMethods(AbstractAutowireCapableB eanFactory.java:1118)
at org.springframework.beans.factory.support.Abstract AutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBean Factory.java:1085)
at org.springframework.beans.factory.support.Abstract AutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFact ory.java:429)
at org.springframework.beans.factory.support.Abstract BeanFactory$1.getOb
ject(AbstractBeanFactory.java:250)
at org.springframework.beans.factory.support.DefaultS ingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:1 41)
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean
(AbstractBeanFactory.java:247)
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean
(AbstractBeanFactory.java:161)
at org.springframework.beans.factory.support.DefaultL istableBeanFactory.
preInstantiateSingletons(DefaultListableBeanFactor y.java:270)
at org.springframework.context.support.AbstractApplic ationContext.refres
h(AbstractApplicationContext.java:346)
at org.springframework.context.support.ClassPathXmlAp plicationContext.<i
nit>(ClassPathXmlApplicationContext.java:92)
at org.springframework.context.support.ClassPathXmlAp plicationContext.<i
nit>(ClassPathXmlApplicationContext.java:77)
at com.l2jfree.L2Registry.loadRegistry(L2Registry.jav a:65)
at com.l2jfree.gsregistering.GameServerRegister.main( GameServerRegister.
java:47)

Exception in thread "main" org.springframework.beans.factory.BeanCreationExce pti
on: Error creating bean with name 'sessionFactory' defined in class path resourc
e [spring.xml]: Invocation of init method failed; nested exception is java.io.Fi
leNotFoundException: class path resource [l2jfree-login-1.1.0.jar] cannot be res
olved to URL because it does not exist
Caused by: java.io.FileNotFoundException: class path resource [l2jfree-login-1.1
.0.jar] cannot be resolved to URL because it does not exist
at org.springframework.core.io.ClassPathResource.getU RL(ClassPathResourc
e.java:155)
at org.springframework.core.io.ClassPathResource.getF ile(ClassPathResour
ce.java:167)
at org.springframework.orm.hibernate3.LocalSessionFac toryBean.buildSessi
onFactory(LocalSessionFactoryBean.java:670)
at org.springframework.orm.hibernate3.AbstractSession FactoryBean.afterPr
opertiesSet(AbstractSessionFactoryBean.java:131)
at org.springframework.beans.factory.support.Abstract AutowireCapableBean
Factory.invokeInitMethods(AbstractAutowireCapableB eanFactory.java:1118)
at org.springframework.beans.factory.support.Abstract AutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBean Factory.java:1085)
at org.springframework.beans.factory.support.Abstract AutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFact ory.java:429)
at org.springframework.beans.factory.support.Abstract BeanFactory$1.getOb
ject(AbstractBeanFactory.java:250)
at org.springframework.beans.factory.support.DefaultS ingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:1 41)
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean
(AbstractBeanFactory.java:247)
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean
(AbstractBeanFactory.java:161)
at org.springframework.beans.factory.support.DefaultL istableBeanFactory.
preInstantiateSingletons(DefaultListableBeanFactor y.java:270)
at org.springframework.context.support.AbstractApplic ationContext.refres
h(AbstractApplicationContext.java:346)
at org.springframework.context.support.ClassPathXmlAp plicationContext.<i
nit>(ClassPathXmlApplicationContext.java:92)
at org.springframework.context.support.ClassPathXmlAp plicationContext.<i
nit>(ClassPathXmlApplicationContext.java:77)
at com.l2jfree.L2Registry.loadRegistry(L2Registry.jav a:65)
at com.l2jfree.gsregistering.GameServerRegister.main( GameServerRegister.
java:47)
 
You got some severe java errors there dude. First off, I would suggest updating your java. I am not totally familiar with the L2JFree system so I can't provide you with much information from this. I would need to see how your building the system as the error seems to indicate that a core .jar file maybe missing.
 
Upvote 0
Back