Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.io.FileNotFoundException: /root/bimn/bimserver/home/templates/VM_global_library.vm (No such file or directory) #90

Closed
navneetccna opened this issue Apr 8, 2014 · 1 comment

Comments

@navneetccna
Copy link

Every time i start my bimserver getting this exception this is normal ? my bimserver is working but just want to no what is the use of Velocimacro ?

8-04-2014 17:10:40 DEBUG velocity - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
08-04-2014 17:10:40 DEBUG velocity - URLResourceLoader: Exception when looking for 'VM_global_library.vm' at 'file:/root/bimn/bimserver/home/templates/'
java.io.FileNotFoundException: /root/bimn/bimserver/home/templates/VM_global_library.vm (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:146)
at java.io.FileInputStream.(FileInputStream.java:101)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.velocity.runtime.resource.loader.URLResourceLoader.getResourceStream(URLResourceLoader.java:115)
at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224)
at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:629)
at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:612)
at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1595)
at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159)
at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:274)
at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:93)
at org.bimserver.templating.TemplateEngine.init(TemplateEngine.java:76)
at org.bimserver.BimServer.start(BimServer.java:337)
at org.bimserver.JarBimServer.start(JarBimServer.java:84)
at org.bimserver.JarBimServer.main(JarBimServer.java:53)

@rubendel
Copy link
Member

rubendel commented Apr 9, 2014

Nothing to worry about (that's why it's logging in DEBUG level). But it's been fixed in the next release.

1e67915

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants