Page 1 of 2

someone help this error

Posted: Tue May 01, 2018 12:51 am
by rayhan1994
Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.6.1:debug (default-cli) on project logicaldoc-gui: The parameters 'runTarget' for goal org.codehaus.mojo:gwt-maven-plugin:2.6.1:debug are missing or invalid -> [Help 1]

Re: someone help this error

Posted: Wed May 02, 2018 4:02 pm
by agaspa
Hi Rayhan,
which version of JAVA JDK and Maven you're using?

To compile LogicalDOC 7.7.x you need Java JDK 8 and Maven 3.3.3

Re: someone help this error

Posted: Fri May 04, 2018 1:46 pm
by rayhan1994
Thanks for your reply.I am using jdk8. Now maven dependency problem is solved by using maven 3.3.3. I am using Photon Milestone 6 (4.8.0M6). GWT SDK version is 2.7.0.. When i am compiling Gui,below problem is occurred(Attached img. file). Please help me to fix it... Thank you very much for support.

Re: someone help this error

Posted: Fri May 04, 2018 11:10 pm
by rayhan1994
Projects using GWT 1.5 or lower may only specify one entry point module to compile

Re: someone help this error

Posted: Sat May 05, 2018 12:13 am
by rayhan1994
Compiling module com.logicaldoc.gui.setup.Setup
Validating units:
Ignored 8 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Compiling 2 permutations
Compiling permutation 0...
Compiling permutation 1...
Compile of permutations succeeded
Linking into C:\Users\Ray\workspace71\logicaldoc\logicaldoc-gui\war\setup
Link succeeded
Compilation succeeded -- 69.251s
Compiling module com.logicaldoc.gui.login.Login
Validating units:
Ignored 8 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Compiling 2 permutations
Compiling permutation 0...
Compiling permutation 1...
Compile of permutations succeeded
Linking into C:\Users\Ray\workspace71\logicaldoc\logicaldoc-gui\war\login
Link succeeded
Compilation succeeded -- 23.979s
Compiling module com.logicaldoc.gui.frontend.Frontend
Validating units:
Ignored 7 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Computing all possible rebind results for 'com.orange.links.client.utils.LinksClientBundle'
Rebinding com.orange.links.client.utils.LinksClientBundle
Invoking generator com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
Preparing method css
The following problems were detected
[WARN] Line 20 column 26: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION>
Compiling 2 permutations
Compiling permutation 0...
Compiling permutation 1...
Compile of permutations succeeded
Linking into C:\Users\Ray\workspace71\logicaldoc\logicaldoc-gui\war\frontend
Link succeeded
Compilation succeeded -- 93.109s


---------------------------------------------------------------------------
what to do next

Re: someone help this error

Posted: Sat May 05, 2018 7:39 pm
by rayhan1994
How to run project after getting war file by compiling GUI module. Please help

Re: someone help this error

Posted: Sat May 05, 2018 11:45 pm
by rayhan1994
HTTP error 503,service unavailabe... what does it mean

Re: someone help this error

Posted: Sat May 05, 2018 11:56 pm
by rayhan1994
HTTP ERROR: 503
Problem accessing /index.jsp. Reason:

Service Unavailable
Powered by Jetty://

Re: someone help this error

Posted: Mon May 07, 2018 10:33 am
by admin
rayhan1994 wrote:
Fri May 04, 2018 1:46 pm
I am using Photon Milestone 6 (4.8.0M6). GWT SDK version is 2.7.0.. When i am compiling Gui,below problem is occurred(Attached img. file). Please help me to fix it... Thank you very much for support.
You should avoid to change the version of GWT used by the project; that is currently the 2.6.1
For Eclipse we suggest Eclipse Oxygen 4.7.3

Re: someone help this error

Posted: Mon May 07, 2018 10:36 am
by admin
rayhan1994 wrote:
Sat May 05, 2018 12:13 am
Compiling module com.logicaldoc.gui.setup.Setup
Validating units:
Ignored 8 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Compiling 2 permutations
Compiling permutation 0...
Compiling permutation 1...
Compile of permutations succeeded
Linking into C:\Users\Ray\workspace71\logicaldoc\logicaldoc-gui\war\setup
Link succeeded
Compilation succeeded -- 69.251s
Compiling module com.logicaldoc.gui.login.Login
Validating units:
Ignored 8 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Compiling 2 permutations
Compiling permutation 0...
Compiling permutation 1...
Compile of permutations succeeded
Linking into C:\Users\Ray\workspace71\logicaldoc\logicaldoc-gui\war\login
Link succeeded
Compilation succeeded -- 23.979s
Compiling module com.logicaldoc.gui.frontend.Frontend
Validating units:
Ignored 7 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Computing all possible rebind results for 'com.orange.links.client.utils.LinksClientBundle'
Rebinding com.orange.links.client.utils.LinksClientBundle
Invoking generator com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
Preparing method css
The following problems were detected
[WARN] Line 20 column 26: encountered "=". Was expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION>
Compiling 2 permutations
Compiling permutation 0...
Compiling permutation 1...
Compile of permutations succeeded
Linking into C:\Users\Ray\workspace71\logicaldoc\logicaldoc-gui\war\frontend
Link succeeded
Compilation succeeded -- 93.109s


---------------------------------------------------------------------------
what to do next
Hi Rayhan,
I suggest you to read the developer's guide in the Wiki
https://wiki.logicaldoc.com/wiki/Fast_and_Furious