Error when creating an Eclipse product configuration: org.h2.jdbcx.JdbcDataSource cannot be found by org.eclipse.net4j.db -


I have created a CD server using a run configuration which is org.eclipse.emf.cdo.server.product.tcp_h2 Runs a product. It works perfectly fine without any error.

However, I have tried to create a product configuration that is based on this current product due to:

  java.lang ClassNotFoundException: org.h2.jdbcx.JdbcDataSource Org.eclipse.net4j.db_4.3.0.v20140114-0640  

I can not find any changes between run configuration and product configuration.

Does anyone know the possible cause of this problem and why, product configuration is not working the same way as the current run configuration?

As Clone had commented, the problem was due to incorrect plugins. I updated meta-inf dependencies and it worked fine.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -