Hi,
Please, give me a help.
First:
I run vanilla Vbox and i start the vanilla service but i can't access the url http://182.168.1.122:8080/VanillaRuntime, i receive this message:
"Http Status 404 - proxyServlet: /VanillaRuntime"
I config the virtual network and, my notebook have comunication with the VM.
Second:
Using the Vanilla Server local in my notebook, I have the same message in the browse, but in the console I see this menssages in logs.
2014-05-20 22:05:29,313 137357 WARN [com.mchange.v2.resourcepool.BasicResourcePool] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2:) com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@44c94bae -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (10). Last acquisition attempt exception:
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getDriver(DriverManager.java:278)
at com.mchange.v2.c3p0.DriverManagerDataSource.driver(DriverManagerDataSource.java:223)
at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
what is happening?
Thanks.
Marcelo.
Hi Marcelo,
I can not help you more with only thoose informations but :
* I higly recommend you to check the installation guide : http://bpm-conseil.com/content/vanilla-server
* If you want to browse Vanilla, you need to access http://182.168.1.122:8080/vanilla and not the URL you give in your post
* Be sure to have restored Vanilla Database and to have created the biplatform user.
* If you are using postgreSQL, please follow this post : http://bpm-conseil.com/content/vanilla-postgresql
Hope this will help you.
Otherwise you'll need to give more information : context in which you are using your vanilla, what you want to do, complete log file....
Regards,
Côme
Hi,
* Yes i'm using the postgreSQL, and i restore the databse and create the user biplatform.
* I used the documentatiton for the instalation and configuration, and check the postgre topic before, but nothing :(
* I'll try the URL http://182.168.1.122:8080/vanilla more later, and after i post the result.
Thanks
Marcelo.
Hi Marcelo,
Be sure to have this line in your vanilla.properties and repositoryone.properties :
bpm.vanilla.repository.database.dialect=org.hibernate.dialect.PostgreSQLDialect
instead of : bpm.vanilla.repository.database.dialect=org.hibernate.dialect.MySQLDialect
Otherwise you are not using the right configuration file.
I can not help you more without the full log stack trace.
Regards