Coder Social home page Coder Social logo

Comments (4)

silbermm avatar silbermm commented on June 25, 2024 1

I just realized that if I use a name other than 'application' as my external file i.e. -Dconfig.file=app.conf -- everything works as expected.

from config.

havocp avatar havocp commented on June 25, 2024

Are you really using single quotes like that or is that just a typo? It has to be double quotes just as in JSON.
However, if that's the problem, I have NO idea why it works on Linux.

If there's a chance you could cut this down to a test case I could run myself that might be helpful. I don't have a Windows setup but I could at least examine the behavior on Linux and we could discuss things to try on Windows.

Posting the exact exceptions on Windows with stack trace may (or may not) reveal some hints, too.

from config.

silbermm avatar silbermm commented on June 25, 2024

The single quotes was a typo, I am using double quotes. The exceptions that are being thrown are shown below...

Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'printDao' defined in class silbersoft.uprint.app.AppContext: Instantiation of bean fa
iled; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public silbersoft.uprint.dao.PrinterDao silbersoft.uprint.app.AppContext.printDao()] threw exc
eption; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'config' defined in class silbersoft.uprint.app.AppContext: Instantiation of bean fai
led; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public com.typesafe.config.Config silbersoft.uprint.app.AppContext.config()] threw exception; n
ested exception is com.typesafe.config.ConfigException$Parse: application.conf: include statements nested more than 50 times, you probably have a cycle in your includes. Trace: [ParseableResources(app
lication.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.c
onf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), Pars
eableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResou
rces(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(appli
cation.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.con
f), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), Parsea
bleResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResourc
es(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(applica
tion.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf), ParseableResources(application.conf)
, ParseableResources(application.conf), ParseableResources(application.conf)]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:581)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1015)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.context.annotation.AnnotationConfigApplicationContext.(AnnotationConfigApplicationContext.java:73)
at silbersoft.uprint.app.Main.main(Main.java:36)

As you can see I am using spring as well. I will try to test this without using spring if you feel that may be a problem. But as I said this works perfectly on my linux box (using Java 6 Update 24) , just throws this exception on Windows. Very strange...

from config.

havocp avatar havocp commented on June 25, 2024

The problem looks like "include statements nested more than 50 times, you probably have a cycle in your includes."

If you name your file application then include a file called application from there, that would cause it for example

from config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.