Model Class Creation for Web

607 views
Skip to first unread message

Arjun Murugan

unread,
Sep 13, 2013, 1:34:01 AM9/13/13
to idem...@googlegroups.com
Hi,
I need to create Auto Generated Model Class for new table created. Can anyone guide me how to auto generate model class in IDempiere.

Thanks
Arjun Murugan

Anozi Mada

unread,
Sep 13, 2013, 2:47:06 AM9/13/13
to idem...@googlegroups.com
Hi,

You can run model.generator application from eclipse.
Run >> Run Configurations.. >> Eclipse Application >> model.generator and click Run button.

Bibin Raj

unread,
Sep 13, 2013, 3:59:34 AM9/13/13
to idem...@googlegroups.com
Hi,


 I have tried the way you have mentioned ,Still getting the following error,


java.lang.RuntimeException: Application "org.adempiere.base.ModelGeneratorApplication" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error, org.eclipse.ant.core.antRunner.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)






--------Whether i need to set the virtual argument  as it in adempiere

Anozi Mada

unread,
Sep 13, 2013, 4:33:54 AM9/13/13
to idem...@googlegroups.com
You can try reimport adempiere.mspec first to fix that.

Arjun Murugan

unread,
Sep 16, 2013, 4:08:04 AM9/16/13
to idem...@googlegroups.com
Thanks for reply Anozi Mada.

After reimport also its throwing same error Runtime Exception.

Can you guide me how to fix this issue.

Thanks
Arjun Murugan

Anozi Mada

unread,
Sep 16, 2013, 5:56:23 AM9/16/13
to idem...@googlegroups.com
I guess you should Add Required Plug-ins in model.generator's Run Configuration >> tab Plug-ins after reimporting the adempiere.mspec
If it's not the case please post the full stack trace.

Kolanji Nathan

unread,
Sep 16, 2013, 6:09:02 AM9/16/13
to idem...@googlegroups.com

I have model.generator plugins,But it show following errors



java.lang.RuntimeException: Application "org.adempiere.base.ModelGeneratorApplication" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error, org.eclipse.ant.core.antRunner.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
An error has occurred. See the log file
/home/sanoj/workspace/COPYIDEMPIERE/.metadata/.plugins/org.eclipse.pde.core/model.generator/1379325681626.log.






Jan Thielemann

unread,
Sep 16, 2013, 6:09:10 AM9/16/13
to idem...@googlegroups.com
Another simple fix could be to recreate the workspace from the beginning. I once had a similar problem and everything i tried did not fix it. Once i recreated the whole workspace ( http://www.globalqss.com/wiki/index.php/IDempiere ) everything worked as expected and the error was magically gone. Also i believe that nicolas experienced something similar where this fixed his problems too.

Regards

Kolanji Nathan

unread,
Sep 17, 2013, 1:41:52 AM9/17/13
to idem...@googlegroups.com

I did recreate my work space but it also not work  and waiting for your reply

Jan Thielemann

unread,
Sep 17, 2013, 2:36:55 AM9/17/13
to idem...@googlegroups.com
Did pull new changes into your repository? You could try the following: hg up to another changeset and back to tip with, both times with the -C (clean) parameter. Then try recreating the workspace again. 

Also you could run the setup.console.app from eclipse to make sure that the model.generatre uses the right properties.

Kolanji Nathan

unread,
Sep 17, 2013, 4:22:03 AM9/17/13
to idem...@googlegroups.com
Dear Thielemann

I  created new work space for idempiere and create new target platform in side of idempiere folder, then using buck mister,i did  import project in eclipse after import idempiere .

       I did try to run the cosol.app from eclipse  but it show the following Error



17 Sep, 2013 1:46:20 PM org.compiere.util.Language getLanguage
INFO: Adding Language=en, Country=IN, Locale=en_IN
17 Sep, 2013 1:46:20 PM org.compiere.install.ConfigurationData load
SEVERE: Cannot get local host name
17 Sep, 2013 1:46:20 PM org.compiere.install.ConfigurationData load
INFO: Defaults
Java Home [/usr/lib/jvm/java-6-openjdk-i386]:

Jan Thielemann

unread,
Sep 17, 2013, 4:56:36 AM9/17/13
to idem...@googlegroups.com
that is not an error. You have to put your coursor in the console window and write as you would use a normal shell.
The app is asking for the java home. SImply press return since it has already found your jdk in /usr/lib/jvm/java-6-openjdk-i368.

The app will ask you for all the parameters like server host, database and so on. After entering all information, the app will create your property file for you.

Kolanji Nathan

unread,
Sep 17, 2013, 5:45:38 AM9/17/13
to idem...@googlegroups.com
Thanks Jan Thielemann

I given the values in console after that also its throwing error:

!ENTRY org.eclipse.osgi 4 0 2013-09-17 15:06:43.914
!MESSAGE Application error
!STACK 1
/home/sanoj/workspace/COPYIDEMPIERE/.metadata/.plugins/org.eclipse.pde.core/model.generator/1379410603054.log.


Heng Sin Low

unread,
Sep 17, 2013, 5:50:32 AM9/17/13
to idem...@googlegroups.com
1. Make sure your workspace folder is also the folder that contains all your idempiere checkout source.
2. Don't use standard Eclipse import to import projects into your eclipse workspace. Use buckminster import instead.


--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Jan Thielemann

unread,
Sep 17, 2013, 5:55:44 AM9/17/13
to idem...@googlegroups.com


On Tuesday, September 17, 2013 11:45:38 AM UTC+2, Kolanji Nathan wrote:
Thanks Jan Thielemann

I given the values in console after that also its throwing error:


When does this occur? Maybe you still have a problem with your target platform. Which eclipse version do you use? Which java version do you use? Which buckminster/pde version do you use?


This is what my install.console.app output looks:



Sep 17, 2013 11:52:06 AM org.compiere.util.Language getLanguage
INFO: Adding Language=de, Country=DE, Locale=de_DE
Sep 17, 2013 11:52:06 AM org.compiere.install.ConfigurationData load
INFO: /home/jant/workspace/idempiere/idempiereEnv.properties
Java Home [/usr/lib/jvm/java-7-openjdk-amd64]:

Sep 17, 2013 11:52:08 AM org.compiere.install.ConfigVM test
INFO: OK: JavaHome=/usr/lib/jvm/java-7-openjdk-amd64
iDempiere Home [/home/jant/workspace/idempiere]:
Sep 17, 2013 11:52:08 AM org.compiere.install.ConfigVM test
INFO: OK: Version=1.7.0_25

Key Store Password [myPassword]:

Sep 17, 2013 11:52:09 AM org.compiere.install.KeyStoreMgt <init>
INFO: /home/jant/workspace/idempiere/keystore/myKeystore
Sep 17, 2013 11:52:09 AM org.compiere.install.ConfigurationData testAdempiere
INFO: OK: AdempiereHome = /home/jant/workspace/idempiere
Sep 17, 2013 11:52:09 AM org.compiere.install.KeyStoreMgt <init>
INFO: /home/jant/workspace/idempiere/keystore/myKeystore
Application Server Host Name [bea]:
Sep 17, 2013 11:52:09 AM org.compiere.install.ConfigurationData testAdempiere
INFO: OK: KeyStore = /home/jant/workspace/idempiere/keystore/myKeystore

Application Server Web Port [8080]:

Application Server SSL Port[8443]:

DB Already Exists?(Y/N) [Y]: 

1. Oracle
2. PostgreSQL
Database Type [2]

Database Server Host Name [bea]:

Database Server Port [5432]:

Database Name[idempiere]:

Database user [adempiere]:

Database Password [adempiere]:

Database System User Password []

Sep 17, 2013 11:52:16 AM org.adempiere.db.postgresql.config.ConfigPostgreSQL test
INFO: OK: Database Server = bea/192.168.0.51
testPort[192.168.0.51, 5432]
Sep 17, 2013 11:52:16 AM org.adempiere.db.postgresql.config.ConfigPostgreSQL test
INFO: OK: Database Port = 5432
Sep 17, 2013 11:52:16 AM org.adempiere.db.postgresql.config.ConfigPostgreSQL test
INFO: OK: System Connection = jdbc:postgresql://bea:5432/template1
Sep 17, 2013 11:52:16 AM org.adempiere.db.postgresql.config.ConfigPostgreSQL test
INFO: OK: Database User = adempiere
Mail Server Host Name [mail.evenos.de]:

Mail User Login []:

Mail User Password []

Administrator EMail []:

Sep 17, 2013 11:52:19 AM org.compiere.install.ConfigurationData testMail
WARNING: Not valid:  - Illegal address
Save changes (Y/N) [Y]: 

Sep 17, 2013 11:52:21 AM org.compiere.util.Ini loadProperties
INFO: /home/jant/workspace/idempiere/idempiere.properties #34
Sep 17, 2013 11:52:21 AM org.compiere.install.ConfigurationData save
INFO: /home/jant/workspace/idempiere/idempiereEnv.properties
Changes save successfully.
file=/home/jant/workspace/idempiere/org.adempiere.install/build.xml exists=true
Buildfile: /home/jant/workspace/idempiere/org.adempiere.install/build.xml
parsing buildfile /home/jant/workspace/idempiere/org.adempiere.install/build.xml with URI = file:/home/jant/workspace/idempiere/org.adempiere.install/build.xml
Project base dir set to: /home/jant/workspace/idempiere/org.adempiere.install
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
 [property] Loading Environment env.
Build sequence for target(s) `setup' is [setupTomcat, setup]
Complete build sequence is [setupTomcat, setup, ]

setupTomcat:
     [echo] Setup Tomcat ===================
Property "env.IDEMPIERE_HOME" has not been set
     [echo] IDEMPIERE_HOME = ${env.IDEMPIERE_HOME}
[available] Found: /home/jant/workspace/idempiere/idempiereEnv.properties
 [property] Loading /home/jant/workspace/idempiere/idempiereEnv.properties
Override ignored for property "JAVA_HOME"
Override ignored for property "IDEMPIERE_HOME"
   [filter] Reading filters from /home/jant/workspace/idempiere/idempiereEnv.properties
Reading filters from /home/jant/workspace/idempiere/idempiereEnv.properties
     [copy] Copying 1 file to /home/jant/workspace/idempiere/org.adempiere.tomcat.config/META-INF/tomcat
     [copy] Copying /home/jant/workspace/idempiere/org.adempiere.tomcat.config/META-INF/tomcat/serverTemplate.xml to /home/jant/workspace/idempiere/org.adempiere.tomcat.config/META-INF/tomcat/server.xml
Replacing: @ADEMPIERE_WEB_PORT@ -> 8080
Replacing: @ADEMPIERE_SSL_PORT@ -> 8443
Replacing: @ADEMPIERE_SSL_PORT@ -> 8443
Replacing: @ADEMPIERE_KEYSTORE@ -> /home/jant/workspace/idempiere/keystore/myKeystore
Replacing: @ADEMPIERE_KEYSTOREPASS@ -> myPassword
Replacing: @ADEMPIERE_SSL_PORT@ -> 8443

setup:
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 0 seconds

Kolanji Nathan

unread,
Sep 17, 2013, 5:57:45 AM9/17/13
to idem...@googlegroups.com
Thanks hengsin

i imported through busckmister only and my workspace folder contains all idempiere checkout source only.


Jan Thielemann

unread,
Sep 17, 2013, 5:59:43 AM9/17/13
to idem...@googlegroups.com


Kolanji Nathan

unread,
Sep 17, 2013, 6:13:10 AM9/17/13
to idem...@googlegroups.com
Thanks Jan Thielemann

When does this occur? 
whenever i am running run As -> Run configuration -> model.generator (location: ${workspace_loc}/../runtime-model.generator)


Which eclipse version do you use?
Eclipse Java EE IDE for Web Developers.

Version: Juno Release
Build id: 20120614-1722

(c) Copyright Eclipse contributors and others 2005, 2012.  All rights reserved.
Visit http://www.eclipse.org/webtools




Which java version do you use?
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1)
OpenJDK Server VM (build 20.0-b12, mixed mode)



Which buckminster/pde version do you use?
This is what my install.console.app output looks:

17 Sep, 2013 3:42:01 PM org.compiere.util.Language getLanguage

INFO: Adding Language=en, Country=IN, Locale=en_IN
17 Sep, 2013 3:42:01 PM org.compiere.install.ConfigurationData load
INFO: /home/sanoj/workspace/COPYIDEMPIERE/idempiereEnv.properties
17 Sep, 2013 3:42:01 PM org.compiere.install.ConfigurationData load

SEVERE: Cannot get local host name
Java Home [/usr/lib/jvm/java-6-openjdk-i386]:

17 Sep, 2013 3:42:03 PM org.compiere.install.ConfigVM test
INFO: OK: JavaHome=/usr/lib/jvm/java-6-openjdk-i386
iDempiere Home [/home/sanoj/workspace/idempiere]:
17 Sep, 2013 3:42:03 PM org.compiere.install.ConfigVM test
INFO: OK: Version=1.6.0_27

Key Store Password [myPassword]:

17 Sep, 2013 3:42:04 PM org.compiere.install.KeyStoreMgt <init>
INFO: /home/sanoj/workspace/idempiere/keystore/myKeystore
17 Sep, 2013 3:42:04 PM org.compiere.install.ConfigurationData testAdempiere
INFO: OK: AdempiereHome = /home/sanoj/workspace/idempiere
17 Sep, 2013 3:42:04 PM org.compiere.install.KeyStoreMgt <init>
INFO: /home/sanoj/workspace/idempiere/keystore/myKeystore
17 Sep, 2013 3:42:04 PM org.compiere.install.ConfigurationData testAdempiere
INFO: OK: KeyStore = /home/sanoj/workspace/idempiere/keystore/myKeystore
Application Server Host Name [I-S-L-D-ERP-118.local]:

Application Server Web Port [8088]:

Application Server SSL Port[8433]:

DB Already Exists?(Y/N) [N]:

1. Oracle
2. PostgreSQL
Database Type [2]

Database Server Host Name [testserver-System-Product-Name.local]:

Database Server Port [5432]:

Database Name[]:


Database user [adempiere]:

Database Password [adempiere]:

Database System User Password []

17 Sep, 2013 3:42:24 PM org.adempiere.db.postgresql.config.ConfigPostgreSQL test
INFO: OK: Database Server = testserver-System-Product-Name.local/192.168.5.106
testPort[192.168.5.106, 5432]
17 Sep, 2013 3:42:24 PM org.adempiere.db.postgresql.config.ConfigPostgreSQL test

INFO: OK: Database Port = 5432
17 Sep, 2013 3:42:24 PM org.adempiere.db.postgresql.config.ConfigPostgreSQL test
INFO: OK: System Connection = jdbc:postgresql://testserver-System-Product-Name.local:5432/template1
17 Sep, 2013 3:42:24 PM org.adempiere.db.postgresql.config.ConfigPostgreSQL testJDBC
SEVERE: org.postgresql.util.PSQLException: FATAL: database "adempiere" does not exist
17 Sep, 2013 3:42:24 PM org.adempiere.db.postgresql.config.ConfigPostgreSQL test
WARNING: Database imported? Cannot connect to User: adempiere/adempiere
Mail Server Host Name [testserver-System-Product-Name.local]:


Mail User Login []:

Mail User Password []

Administrator EMail []:

17 Sep, 2013 3:42:31 PM org.compiere.install.ConfigurationData testMail

WARNING: Not valid:  - Illegal address
Save changes (Y/N) [Y]:

17 Sep, 2013 3:42:34 PM org.compiere.util.Ini loadProperties
INFO: /home/sanoj/workspace/idempiere/idempiere.properties #33
17 Sep, 2013 3:42:34 PM org.compiere.install.ConfigurationData save
INFO: /home/sanoj/workspace/idempiere/idempiereEnv.properties
Changes save successfully.
file=/home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.install/build.xml exists=true
Buildfile: /home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.install/build.xml
parsing buildfile /home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.install/build.xml with URI = file:/home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.install/build.xml
Project base dir set to: /home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.install

[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
 [property] Loading Environment env.
Build sequence for target(s) `setup' is [setupTomcat, setup]
Complete build sequence is [setupTomcat, setup, ]

setupTomcat:
     [echo] Setup Tomcat ===================
     [echo] IDEMPIERE_HOME = /opt/idempiere
[available] Found: /home/sanoj/workspace/COPYIDEMPIERE/idempiereEnv.properties
 [property] Loading /home/sanoj/workspace/COPYIDEMPIERE/idempiereEnv.properties

Override ignored for property "JAVA_HOME"
Override ignored for property "IDEMPIERE_HOME"
   [filter] Reading filters from /home/sanoj/workspace/COPYIDEMPIERE/idempiereEnv.properties
Reading filters from /home/sanoj/workspace/COPYIDEMPIERE/idempiereEnv.properties
     [copy] Copying 1 file to /home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.tomcat.config/META-INF/tomcat
     [copy] Copying /home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.tomcat.config/META-INF/tomcat/serverTemplate.xml to /home/sanoj/workspace/COPYIDEMPIERE/org.adempiere.tomcat.config/META-INF/tomcat/server.xml
Replacing: @ADEMPIERE_WEB_PORT@ -> 8088
Replacing: @ADEMPIERE_SSL_PORT@ -> 8433
Replacing: @ADEMPIERE_SSL_PORT@ -> 8433
Replacing: @ADEMPIERE_KEYSTORE@ -> /home/sanoj/workspace/idempiere/keystore/myKeystore
Replacing: @ADEMPIERE_KEYSTOREPASS@ -> myPassword
Replacing: @ADEMPIERE_SSL_PORT@ -> 8433

Jan Thielemann

unread,
Sep 17, 2013, 7:35:34 AM9/17/13
to idem...@googlegroups.com
You could try another eclipse/buckminster/pde/maven/java version to verify. I remember that i once had probelms and as soon as i used a fresh eclipse installation, the errors were magically gone.

Kolanji Nathan

unread,
Sep 17, 2013, 8:41:16 AM9/17/13
to idem...@googlegroups.com

Thanks Thelemann

As per your guide i install New Eclipse Idico and pde ,Buckmister everythink also am getting the following error 


ERROR   [0012] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in resourceMap file:/opt/New_Idempier/org.adempiere.sdk-feature/adempiere.rmap
  ERROR   [0012] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath workspace.bundle.jar
    ERROR   [0012] : Rejecting provider p2(file:///{0}/lib[file:////opt/New_Idempier/lib]): No component match was found
  ERROR   [0012] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath gemini
    ERROR   [0012] : Rejecting provider p2(http://download.eclipse.org/gemini/updates/web/2.0.1/[http://download.eclipse.org/gemini/updates/web/2.0.1/]): No component match was found
  ERROR   [0012] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath orbit
    ERROR   [0012] : Rejecting provider p2(http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/[http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/]): No component match was found
  ERROR   [0012] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath workspace.bundle.project
    ERROR   [0012] : Resolution attempt ended with exception: Provider local(/opt/New_Idempier/javax.servlet.source): Missing CSpec source required by component type osgi.bundle
      ERROR   Provider local(/opt/New_Idempier/javax.servlet.source): Missing CSpec source required by component type osgi.bundle
  ERROR   [0012] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath workspace.feature.project
    ERROR   [0012] : Rejecting provider local({0}/{1}-feature[/opt/New_Idempier/javax.servlet.source-feature]): Components of type osgi.bundle are not supported
ERROR   [0013] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in resourceMap file:/opt/New_Idempier/org.adempiere.sdk-feature/adempiere.rmap
  ERROR   [0013] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath workspace.bundle.jar
    ERROR   [0013] : Rejecting provider p2(file:///{0}/lib[file:////opt/New_Idempier/lib]): No component match was found
  ERROR   [0013] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath gemini
    ERROR   [0013] : Rejecting provider p2(http://download.eclipse.org/gemini/updates/web/2.0.1/[http://download.eclipse.org/gemini/updates/web/2.0.1/]): No component match was found
  ERROR   [0013] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath orbit
    ERROR   [0013] : Rejecting provider p2(http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/[http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/]): No component match was found
  ERROR   [0013] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath workspace.bundle.project
    ERROR   [0013] : Resolution attempt ended with exception: Provider local(/opt/New_Idempier/javax.servlet.source): Missing CSpec source required by component type osgi.bundle
      ERROR   Provider local(/opt/New_Idempier/javax.servlet.source): Missing CSpec source required by component type osgi.bundle
  ERROR   [0013] : No suitable provider for component javax.servlet.source:osgi.bundle/[3.0.0.v201103241009,3.0.0.v201103241009] was found in searchPath workspace.feature.project
    ERROR   [0013] : Rejecting provider local({0}/{1}-feature[/opt/New_Idempier/javax.servlet.source-feature]): Components of type osgi.bundle are not supported

Jan Thielemann

unread,
Sep 17, 2013, 8:45:38 AM9/17/13
to idem...@googlegroups.com
Not 100% sure but take a look at adempiere.cquery. Some Versions are overwritten. Maybe thats the problem. Does this happen during materializatio?

Jan Thielemann

unread,
Sep 17, 2013, 8:52:01 AM9/17/13
to idem...@googlegroups.com
How did you setup your target platform? Did you follow http://www.globalqss.com/wiki/index.php/IDempiere/Setting_up_Eclipse ?

Kolanji Nathan

unread,
Sep 18, 2013, 2:15:55 AM9/18/13
to idem...@googlegroups.com
Thanks Jan Thielemann

 
I did new set up Buckmister.pde and every thing in eclipse indigo But it show the following error


org.eclipse.core.runtime.CoreException: /opt/New_Idempier/org.adempiere.server-feature/product.ant:23: Java returned: 13
/opt/New_Idempier/org.adempiere.server-feature/product.ant:23: Java returned: 13: Java returned: 13

Jan Thielemann

unread,
Sep 18, 2013, 5:19:48 AM9/18/13
to idem...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages