Hi All,
I have downloaded OpenKM 3.0 community version.I want to create development environment for OpenKM and I am using documentation provided at
http://www.openkm.com/index.php?option= ... oper_guide link for creating that environment.Using this document I have Installed OpenKM successfully but not able to deploy that it gave me \"Failed to register EJB mbean\".after this I have deleted OpneKM project previously downloaded and again downloaded source code for OpenKM using cvs after downloading fresh openkm source copy It starts giving me error while compiling GWT libraries. I will write down the steps that i have followed after downloading fresh copy of openkm source code and my system configuration
System Configuration:
OS : Windows XP
RAM : 1GB
JDK : java 1.5.17
JBoss AS : jboss-5.0.0.GA
GWT libraries : gwt-windows-1.5.3
1) Download and install Eclipse Europa B)
2) Download and install JBoss GA 5.0 B)
3) Download GWT lib 1.5.3 B)
4) Downloaded source code from cvs using eclipse cvs utility B)
(After this trouble starts :blink: )
5) I got the error while compiling GWT libraries using eclipse tool \"external tools\" in \"Run\" tab.
I have set all the environment variable according to your documentation
I am putting them down here
location : F:\\workspace\\openkm\\generate.bat
working directory : ${workspace_loc:/openkm}
GWT_HOME : ${workspace_loc:/openkm/gwt-windows-1.5.3}
GWT_LIBRARIES : ${workspace_loc:/openkm/gwt-libraries}
JAVA_HOME : E:\\Java\\jdk1.5.0_17
When I try to compile GWT libraries I get the following error :silly:
can anyone tell me why I am facing this issue?
As a java programmer I can only see that \"es.git.openkm.frontend.Main\" module is missing. Is there any thing more that I need to do before compiling GWT libraries.Please let me know as soon as possible
.It will be very helpfull.
Regards
Neil
I have downloaded OpenKM 3.0 community version.I want to create development environment for OpenKM and I am using documentation provided at
http://www.openkm.com/index.php?option= ... oper_guide link for creating that environment.Using this document I have Installed OpenKM successfully but not able to deploy that it gave me \"Failed to register EJB mbean\".after this I have deleted OpneKM project previously downloaded and again downloaded source code for OpenKM using cvs after downloading fresh openkm source copy It starts giving me error while compiling GWT libraries. I will write down the steps that i have followed after downloading fresh copy of openkm source code and my system configuration
System Configuration:
OS : Windows XP
RAM : 1GB
JDK : java 1.5.17
JBoss AS : jboss-5.0.0.GA
GWT libraries : gwt-windows-1.5.3
1) Download and install Eclipse Europa B)
2) Download and install JBoss GA 5.0 B)
3) Download GWT lib 1.5.3 B)
4) Downloaded source code from cvs using eclipse cvs utility B)
(After this trouble starts :blink: )
5) I got the error while compiling GWT libraries using eclipse tool \"external tools\" in \"Run\" tab.
I have set all the environment variable according to your documentation
I am putting them down here
location : F:\\workspace\\openkm\\generate.bat
working directory : ${workspace_loc:/openkm}
GWT_HOME : ${workspace_loc:/openkm/gwt-windows-1.5.3}
GWT_LIBRARIES : ${workspace_loc:/openkm/gwt-libraries}
JAVA_HOME : E:\\Java\\jdk1.5.0_17
When I try to compile GWT libraries I get the following error :silly:
Code: Select all
[/b]Compiling GWT files...
Could Not Find F:\\workspace\\openkm\\docroot\\es.git.openkm.frontend.Main
Loading module \'es.git.openkm.frontend.Main\'
Loading inherited module \'com.google.gwt.widgetideas.WidgetIdeas\'
[ERROR] Unable to find \'com/google/gwt/widgetideas/WidgetIdeas.gwt.xml\' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] Line 6: Unexpected exception while processing element \'inherits\'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:225)
at com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.__inherits_begin(ModuleDefSchema.java:194)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.google.gwt.dev.util.xml.HandlerMethod.invokeBegin(HandlerMethod.java:223)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement(ReflectiveParser.java:257)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:533)
at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:220)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:872)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse(ReflectiveParser.java:310)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$100(ReflectiveParser.java:48)
at com.google.gwt.dev.util.xml.ReflectiveParser.parse(ReflectiveParser.java:381)
at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:243)
at com.google.gwt.dev.cfg.ModuleDefLoader$1.load(ModuleDefLoader.java:155)
at com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java:269)
at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:127)
at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:108)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:562)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:554)
at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:214)
[ERROR] Failure while parsing XML
com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
at com.google.gwt.dev.util.xml.DefaultSchema.onHandlerException(DefaultSchema.java:56)
at com.google.gwt.dev.util.xml.Schema.onHandlerException(Schema.java:65)
at com.google.gwt.dev.util.xml.Schema.onHandlerException(Schema.java:65)
at com.google.gwt.dev.util.xml.HandlerMethod.invokeBegin(HandlerMethod.java:233)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement(ReflectiveParser.java:257)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:533)
at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:220)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:872)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse(ReflectiveParser.java:310)
at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$100(ReflectiveParser.java:48)
at com.google.gwt.dev.util.xml.ReflectiveParser.parse(ReflectiveParser.java:381)
at com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:243)
at com.google.gwt.dev.cfg.ModuleDefLoader$1.load(ModuleDefLoader.java:155)
at com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java:269)
at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:127)
at com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:108)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:562)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:554)
at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:214)
[ERROR] Build failed
can anyone tell me why I am facing this issue?
As a java programmer I can only see that \"es.git.openkm.frontend.Main\" module is missing. Is there any thing more that I need to do before compiling GWT libraries.Please let me know as soon as possible

Regards
Neil