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

Update to maven dependency #11

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update to maven dependency #11

wants to merge 5 commits into from

Conversation

srbala
Copy link

@srbala srbala commented Jan 29, 2019

Updates to latest version of maven dependency and auto find of all jars, #10

Update maven dependency
Update maven dependency and auto deduct project location
no longer required
@mglantz
Copy link

mglantz commented Feb 28, 2019

Without these fixes, did you end up with below? Just checking, so I don't run down some rabbit hole...

SEVERE: Error configuring application listener of class com.helicalinsight.efw.framework.BootTimeListener
java.lang.ExceptionInInitializerError
	at com.helicalinsight.efw.framework.DirectoryWatcher.<clinit>(DirectoryWatcher.java:41)
	at com.helicalinsight.efw.framework.BootTimeListener.<init>(BootTimeListener.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at java.lang.Class.newInstance(Class.java:442)
	at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:114)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5034)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1092)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1984)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.helicalinsight.efw.exceptions.EfwServiceException: Couldn't start the application. Settings are not loaded. Please check whether file permissions are provided correctly.
	at com.helicalinsight.efw.ApplicationProperties.<init>(ApplicationProperties.java:101)
	at com.helicalinsight.efw.ApplicationProperties.<clinit>(ApplicationProperties.java:35)
	... 21 more

@srbala
Copy link
Author

srbala commented Mar 1, 2019

You have to follow readme.md or https://helicalinsight.github.io/helicalinsight/#/quickstart?id=manual-installation step 1 thru 7, you will not have any issues.

With my updates, only need to update DB settings; Currently working on personal form for simple deployment as custom maven profile.

@mglantz
Copy link

mglantz commented Mar 5, 2019

You have to follow readme.md or https://helicalinsight.github.io/helicalinsight/#/quickstart?id=manual-installation step 1 thru 7, you will not have any issues.

With my updates, only need to update DB settings; Currently working on personal form for simple deployment as custom maven profile.

I'm afraid there are plenty of other places with needs to be translated from C:\ type paths to /c type paths, when you do not run on Windows. My test platform is Linux, did you get that working?

@mglantz
Copy link

mglantz commented Mar 6, 2019

I've done a pull request (#15) with an Ansible based installer which setups everything, including dependencies such as Tomcat, MySQL, etc. How about contributing a Windows version? If that is your platform of course :-)

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

Successfully merging this pull request may close these issues.

None yet

2 participants