esciencecentral-users Mailing List for e-Science Central
Cloud based scientific data analysis
Status: Beta
Brought to you by:
sjwoodman
You can subscribe to this list here.
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(2) |
Dec
(4) |
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(4) |
Nov
|
Dec
|
|
From: Simon W. <sim...@nc...> - 2015-10-15 07:52:09
|
Hi Stanislav, please can you send me the complete output of the build including the parts that didn't fail. Also, please can you let me know what version of Java and Maven you're using? Cheers, S. > On 15 Oct 2015, at 08:47, Stanislav Polyakov <s.p...@gm...> wrote: > > Hello! > > I still cannot solve the problem with building workflow engine I wrote about earlier: when I run the command > ~/esc/esciencecentral-code/code$ mvn -e clean install > I get an error > > [ERROR] Failed to execute goal com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project workflow-libraries: Unable to parse configuration of mojo com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project workflow-libraries: Unable to parse configuration of mojo com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:221) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > 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:606) > at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) > at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) > at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) > Caused by: org.apache.maven.plugin.PluginConfigurationException: Unable to parse configuration of mojo com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' > at org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:597) > at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:529) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) > ... 19 more > Caused by: org.codehaus.plexus.component.configurator.ComponentConfigurationException: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' > at org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.<init>(ComponentValueSetter.java:95) > at org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:158) > at org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56) > at org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:567) > ... 22 more > > > When I was looking for a way to fix it, I found in > ~/esc/esciencecentral-code/code/webflow/WorkflowItems/libraries/pom.xml > at lines 176-178 > > <!-- Full path of folder in e-Science Central to upload the object to. This needs to exist in e-SC > beforehand. e.g. /services/test--> > <folderPath>/Libraries</folderPath> > > It seems somewhat contradictory (should it be a full path e.g. /home/... or start with e-Science Central main folder?). Anyway, wherever I tried to create the Libraries folder, it did not change the error so this was not the reason behind it. > > Can you please help me figure it out? > > With best regards, > Stanislav Polyakov > ------------------------------------------------------------------------------ > _______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users |
|
From: Stanislav P. <s.p...@gm...> - 2015-10-15 07:47:30
|
Hello!
I still cannot solve the problem with building workflow engine I wrote
about earlier: when I run the command
~/esc/esciencecentral-code/code$ mvn -e clean install
I get an error
[ERROR] Failed to execute goal
com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project
workflow-libraries: Unable to parse configuration of mojo
com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter,
adder nor field in com.connexience.UploadMojo for 'upload.category' ->
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project
workflow-libraries: Unable to parse configuration of mojo
com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter,
adder nor field in com.connexience.UploadMojo for 'upload.category'
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:221)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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:606)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.PluginConfigurationException: Unable to
parse configuration of mojo
com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter,
adder nor field in com.connexience.UploadMojo for 'upload.category'
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:597)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:529)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by:
org.codehaus.plexus.component.configurator.ComponentConfigurationException:
Cannot find setter, adder nor field in com.connexience.UploadMojo for
'upload.category'
at
org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.<init>(ComponentValueSetter.java:95)
at
org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:158)
at
org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:567)
... 22 more
When I was looking for a way to fix it, I found in
~/esc/esciencecentral-code/code/webflow/WorkflowItems/libraries/pom.xml
at lines 176-178
<!-- Full path of folder in e-Science Central to upload
the object to. This needs to exist in e-SC
beforehand. e.g. /services/test-->
<folderPath>/Libraries</folderPath>
It seems somewhat contradictory (should it be a full path e.g. /home/... or
start with e-Science Central main folder?). Anyway, wherever I tried to
create the Libraries folder, it did not change the error so this was not
the reason behind it.
Can you please help me figure it out?
With best regards,
Stanislav Polyakov
|
|
From: Simon W. <s.j...@gm...> - 2015-10-14 11:53:31
|
Hi, can you send your entire Terminal log please? Cheers, S. > On 12 Oct 2015, at 07:06, Stanislav Polyakov <s.p...@gm...> wrote: > > Hello! > > Thank you for the previous help (moving to the JBoss version 7.1.3-Final resolved the problem I had, sorry I did not reply back then). > > One more problem has occured: I cannot create a workflow. The guide says > > With JBoss running in a terminal open a new terminal: > > $ cd ~/esc/esciencecentral-code/code/ > $ mvn -P all install > > but I get the following error: > > [ERROR] Failed to execute goal com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project workflow-libraries: Unable to parse configuration of mojo com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project workflow-libraries: Unable to parse configuration of mojo com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:221) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > 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:606) > at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) > at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) > at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) > Caused by: org.apache.maven.plugin.PluginConfigurationException: Unable to parse configuration of mojo com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' > at org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:597) > at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:529) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) > ... 19 more > Caused by: org.codehaus.plexus.component.configurator.ComponentConfigurationException: Cannot find setter, adder nor field in com.connexience.UploadMojo for 'upload.category' > at org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.<init>(ComponentValueSetter.java:95) > at org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:158) > at org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56) > at org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:567) > ... 22 more > > > Can you please help me with this one? > > With best regards, > Stanislav Polyakov > > > > > > > 2015-09-25 13:06 GMT+03:00 Jacek Cala <jac...@ne... <mailto:jac...@ne...>>: > Hi Stanislav, > > It seems that you use older version of the JBoss (7.1.1), whereas e-SC requires 7.1.3-Final. You can find the correct one in the source code under /documentation/buildAndInstall/jboss-as-7.1.3.final.zip > > Best, > Jacek /yatsek/ > > -----Original Message----- > From: Simon Woodman > Sent: 25 September 2015 09:11 > To: Stanislav Polyakov <s.p...@gm... <mailto:s.p...@gm...>> > Cc: esc...@li... <mailto:esc...@li...> > Subject: Re: [Esciencecentral-users] An error with building the source code > > Hi, > > that looks like the $JBOSS_HOME/standalone/configuration/standalone.xml has an error in it. Can you check that it's valid xml? > > Cheers, > > S. > > > On 24 Sep 2015, at 17:38, Stanislav Polyakov <s.p...@gm... <mailto:s.p...@gm...>> wrote: > > > > Thank you for your help! > > > > I moved to comments all mentions of MongoDatasets in both code/pom.xml and code/server/Ear/pom.xml and now Maven builds the code successfully. > > I have another (probably unrelated) problem now: when I try to start > > ~/jboss/bin/standalone.sh I get an error: > > > > ====================================================================== > > === > > > > JBoss Bootstrap Environment > > > > JBOSS_HOME: /home/stas/jboss > > > > JAVA: java > > > > JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation > > -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true > > -Dorg.jboss.resolver.warning=true > > -Dsun.rmi.dgc.client.gcInterval=3600000 > > -Dsun.rmi.dgc.server.gcInterval=3600000 > > -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true > > -Djboss.server.default.config=standalone.xml > > -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n > > > > ====================================================================== > > === > > > > Listening for transport dt_socket at address: 8787 > > 17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA <http://1.1.1.ga/> > > 17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA <http://1.0.2.ga/> > > 17:53:55,199 INFO [org.jboss.as <http://org.jboss.as/>] JBAS015899: JBoss AS 7.1.1.Final > > "Brontes" starting > > 17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration > > at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final] > > at org.jboss.as.server.ServerService.boot(ServerService.java:266) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final] > > at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final] > > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] Caused > > by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1] > > Message: Unexpected element '{urn:jboss:domain:1.3}server' > > at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108) [staxmapper-1.1.0.Final.jar:1.1.0.Final] > > at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final] > > at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final] > > ... 3 more > > > > 17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. > > 17:53:55,535 INFO [org.jboss.as <http://org.jboss.as/>] JBAS015950: JBoss AS 7.1.1.Final > > "Brontes" stopped in 5ms > > > > > > -- > Simon Woodman > Research Associate > Newcastle University > sim...@nc... <mailto:sim...@nc...> > sim...@gm... <mailto:sim...@gm...> > > > ------------------------------------------------------------------------------ > _______________________________________________ > Esciencecentral-users mailing list > Esc...@li... <mailto:Esc...@li...> > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users <https://lists.sourceforge.net/lists/listinfo/esciencecentral-users> > > ------------------------------------------------------------------------------ > _______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users |
|
From: Stanislav P. <s.p...@gm...> - 2015-10-12 06:06:32
|
Hello!
Thank you for the previous help (moving to the JBoss version 7.1.3-Final
resolved the problem I had, sorry I did not reply back then).
One more problem has occured: I cannot create a workflow. The guide says
With JBoss running in a terminal open a new terminal:
$ cd ~/esc/esciencecentral-code/code/
$ mvn -P all install
but I get the following error:
[ERROR] Failed to execute goal
com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project
workflow-libraries: Unable to parse configuration of mojo
com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter,
adder nor field in com.connexience.UploadMojo for 'upload.category' ->
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal com.connexience:upload-plugin:3.1-SNAPSHOT:upload (default) on project
workflow-libraries: Unable to parse configuration of mojo
com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter,
adder nor field in com.connexience.UploadMojo for 'upload.category'
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:221)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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:606)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.PluginConfigurationException: Unable to
parse configuration of mojo
com.connexience:upload-plugin:3.1-SNAPSHOT:upload: Cannot find setter,
adder nor field in com.connexience.UploadMojo for 'upload.category'
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:597)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:529)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by:
org.codehaus.plexus.component.configurator.ComponentConfigurationException:
Cannot find setter, adder nor field in com.connexience.UploadMojo for
'upload.category'
at
org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.<init>(ComponentValueSetter.java:95)
at
org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:158)
at
org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:567)
... 22 more
Can you please help me with this one?
With best regards,
Stanislav Polyakov
2015-09-25 13:06 GMT+03:00 Jacek Cala <jac...@ne...>:
> Hi Stanislav,
>
> It seems that you use older version of the JBoss (7.1.1), whereas e-SC
> requires 7.1.3-Final. You can find the correct one in the source code under
> /documentation/buildAndInstall/jboss-as-7.1.3.final.zip
>
> Best,
> Jacek /yatsek/
>
> -----Original Message-----
> From: Simon Woodman
> Sent: 25 September 2015 09:11
> To: Stanislav Polyakov <s.p...@gm...>
> Cc: esc...@li...
> Subject: Re: [Esciencecentral-users] An error with building the source code
>
> Hi,
>
> that looks like the $JBOSS_HOME/standalone/configuration/standalone.xml
> has an error in it. Can you check that it's valid xml?
>
> Cheers,
>
> S.
>
> > On 24 Sep 2015, at 17:38, Stanislav Polyakov <s.p...@gm...>
> wrote:
> >
> > Thank you for your help!
> >
> > I moved to comments all mentions of MongoDatasets in both code/pom.xml
> and code/server/Ear/pom.xml and now Maven builds the code successfully.
> > I have another (probably unrelated) problem now: when I try to start
> > ~/jboss/bin/standalone.sh I get an error:
> >
> > ======================================================================
> > ===
> >
> > JBoss Bootstrap Environment
> >
> > JBOSS_HOME: /home/stas/jboss
> >
> > JAVA: java
> >
> > JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation
> > -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true
> > -Dorg.jboss.resolver.warning=true
> > -Dsun.rmi.dgc.client.gcInterval=3600000
> > -Dsun.rmi.dgc.server.gcInterval=3600000
> > -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> > -Djboss.server.default.config=standalone.xml
> > -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
> >
> > ======================================================================
> > ===
> >
> > Listening for transport dt_socket at address: 8787
> > 17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
> > 17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
> > 17:53:55,199 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final
> > "Brontes" starting
> > 17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception
> during boot:
> org.jboss.as.controller.persistence.ConfigurationPersistenceException:
> JBAS014676: Failed to parse configuration
> > at
> org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141)
> [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> > at org.jboss.as.server.ServerService.boot(ServerService.java:266)
> [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> > at
> org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155)
> [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] Caused
> > by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1]
> > Message: Unexpected element '{urn:jboss:domain:1.3}server'
> > at
> org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108)
> [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> > at
> org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)
> [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> > at
> org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133)
> [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> > ... 3 more
> >
> > 17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has
> failed in an unrecoverable manner; exiting. See previous messages for
> details.
> > 17:53:55,535 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final
> > "Brontes" stopped in 5ms
> >
> >
>
> --
> Simon Woodman
> Research Associate
> Newcastle University
> sim...@nc...
> sim...@gm...
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Esciencecentral-users mailing list
> Esc...@li...
> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users
>
|
|
From: Jacek C. <jac...@ne...> - 2015-09-25 10:07:11
|
Hi Stanislav,
It seems that you use older version of the JBoss (7.1.1), whereas e-SC requires 7.1.3-Final. You can find the correct one in the source code under /documentation/buildAndInstall/jboss-as-7.1.3.final.zip
Best,
Jacek /yatsek/
-----Original Message-----
From: Simon Woodman
Sent: 25 September 2015 09:11
To: Stanislav Polyakov <s.p...@gm...>
Cc: esc...@li...
Subject: Re: [Esciencecentral-users] An error with building the source code
Hi,
that looks like the $JBOSS_HOME/standalone/configuration/standalone.xml has an error in it. Can you check that it's valid xml?
Cheers,
S.
> On 24 Sep 2015, at 17:38, Stanislav Polyakov <s.p...@gm...> wrote:
>
> Thank you for your help!
>
> I moved to comments all mentions of MongoDatasets in both code/pom.xml and code/server/Ear/pom.xml and now Maven builds the code successfully.
> I have another (probably unrelated) problem now: when I try to start
> ~/jboss/bin/standalone.sh I get an error:
>
> ======================================================================
> ===
>
> JBoss Bootstrap Environment
>
> JBOSS_HOME: /home/stas/jboss
>
> JAVA: java
>
> JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation
> -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true
> -Dorg.jboss.resolver.warning=true
> -Dsun.rmi.dgc.client.gcInterval=3600000
> -Dsun.rmi.dgc.server.gcInterval=3600000
> -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> -Djboss.server.default.config=standalone.xml
> -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
>
> ======================================================================
> ===
>
> Listening for transport dt_socket at address: 8787
> 17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
> 17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
> 17:53:55,199 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final
> "Brontes" starting
> 17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.server.ServerService.boot(ServerService.java:266) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] Caused
> by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1]
> Message: Unexpected element '{urn:jboss:domain:1.3}server'
> at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> ... 3 more
>
> 17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> 17:53:55,535 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final
> "Brontes" stopped in 5ms
>
>
> boot.log:
>
> 17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
> 17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
> 17:53:55,199 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final
> "Brontes" starting
> 17:53:55,201 DEBUG [org.jboss.as.config] Configured system properties:
> [Standalone] =
> awt.toolkit = sun.awt.X11.XToolkit
> file.encoding = UTF-8
> file.encoding.pkg = sun.io
> file.separator = /
> java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
> java.awt.headless = true
> java.awt.printerjob = sun.print.PSPrinterJob
> java.class.path = /home/stas/jboss/jboss-modules.jar
> java.class.version = 51.0
> java.endorsed.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/endorsed
> java.ext.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/ext:/usr/java/packages/lib/ext
> java.home = /usr/lib/jvm/java-7-oracle/jre
> java.io.tmpdir = /tmp
> java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
> java.net.preferIPv4Stack = true
> java.runtime.name = Java(TM) SE Runtime Environment
> java.runtime.version = 1.7.0_80-b15
> java.specification.name = Java Platform API Specification
> java.specification.vendor = Oracle Corporation
> java.specification.version = 1.7
> java.util.logging.manager = org.jboss.logmanager.LogManager
> java.vendor = Oracle Corporation
> java.vendor.url = http://java.oracle.com/
> java.vendor.url.bug = http://bugreport.sun.com/bugreport/
> java.version = 1.7.0_80
> java.vm.info = mixed mode
> java.vm.name = Java HotSpot(TM) 64-Bit Server VM
> java.vm.specification.name = Java Virtual Machine Specification
> java.vm.specification.vendor = Oracle Corporation
> java.vm.specification.version = 1.7
> java.vm.vendor = Oracle Corporation
> java.vm.version = 24.80-b11
> javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
> javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
> javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
> javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
> javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
> javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
> javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
> javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
> javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
> javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
> jboss.home.dir = /home/stas/jboss
> jboss.host.name = stas-vostro-5470
> jboss.modules.dir = /home/stas/jboss/modules
> jboss.modules.system.pkgs = org.jboss.byteman
> jboss.node.name = stas-vostro-5470
> jboss.qualified.host.name = stas-vostro-5470
> jboss.server.base.dir = /home/stas/jboss/standalone
> jboss.server.config.dir = /home/stas/jboss/standalone/configuration
> jboss.server.data.dir = /home/stas/jboss/standalone/data
> jboss.server.default.config = standalone.xml
> jboss.server.deploy.dir = /home/stas/jboss/standalone/data/content
> jboss.server.log.dir = /home/stas/jboss/standalone/log
> jboss.server.name = stas-vostro-5470
> jboss.server.temp.dir = /home/stas/jboss/standalone/tmp
> line.separator =
>
> logging.configuration = file:/home/stas/jboss/standalone/configuration/logging.properties
> module.path = /home/stas/jboss/modules
> org.jboss.boot.log.file = /home/stas/jboss/standalone/log/boot.log
> org.jboss.resolver.warning = true
> org.xml.sax.driver = __redirected.__XMLReaderFactory
> os.arch = amd64
> os.name = Linux
> os.version = 3.5.0-61-generic
> path.separator = :
> sun.arch.data.model = 64
> sun.boot.class.path = /usr/lib/jvm/java-7-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-7-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-7-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-7-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-7-oracle/jre/classes
> sun.boot.library.path = /usr/lib/jvm/java-7-oracle/jre/lib/amd64
> sun.cpu.endian = little
> sun.cpu.isalist =
> sun.desktop = gnome
> sun.io.unicode.encoding = UnicodeLittle
> sun.java.command = /home/stas/jboss/jboss-modules.jar -mp /home/stas/jboss/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/home/stas/jboss
> sun.java.launcher = SUN_STANDARD
> sun.jnu.encoding = UTF-8
> sun.management.compiler = HotSpot 64-Bit Tiered Compilers
> sun.os.patch.level = unknown
> sun.rmi.dgc.client.gcInterval = 3600000
> sun.rmi.dgc.server.gcInterval = 3600000
> user.country = US
> user.dir = /home/stas/jboss/bin
> user.home = /home/stas
> user.language = en
> user.name = stas
> user.timezone = Europe/Moscow
> 17:53:55,210 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone]
> -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx1024m
> -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true
> -Dorg.jboss.resolver.warning=true
> -Dsun.rmi.dgc.client.gcInterval=3600000
> -Dsun.rmi.dgc.server.gcInterval=3600000
> -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> -Djboss.server.default.config=standalone.xml
> -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
> -Dorg.jboss.boot.log.file=/home/stas/jboss/standalone/log/boot.log
> -Dlogging.configuration=file:/home/stas/jboss/standalone/configuration
> /logging.properties
> 17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.server.ServerService.boot(ServerService.java:266) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] Caused
> by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1]
> Message: Unexpected element '{urn:jboss:domain:1.3}server'
> at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> ... 3 more
>
> 17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> 17:53:55,535 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final
> "Brontes" stopped in 5ms
>
> With best regards,
> Stanislav
>
>
> 2015-09-24 11:14 GMT+03:00 Simon Woodman <sim...@nc...>:
> Hi,
>
> I'm sending this directly as I'm not sure if the mailing list is
> broken or slow... :-(
>
> Cheers,
>
> S>
>
> > Begin forwarded message:
> >
> > From: Simon Woodman <sim...@nc...>
> > Subject: Re: [Esciencecentral-users] An error with building the
> > source code
> > Date: 24 September 2015 09:09:27 BST
> > To: "esc...@li..."
> > <esc...@li...>
> >
> > Hi Stanislav,
> >
> > If you update to HEAD I think that this issue is fixed. If it isn't, the best thing to do is to edit the code/server/Ear/pom.xml. You need to remove two references to MongoDatasets, one is a dependency and one an ejbModule.
> >
> > Cheers,
> >
> > S.
> >
> >> On 24 Sep 2015, at 07:31, Stanislav Polyakov <s.p...@gm...> wrote:
> >>
> >> Hello!
> >>
> >> Could you help me please?
> >> I cannot not install e-Science Central on my computer (I'm using Ubuntu) because of the error that occurs when I try to build the source code:
> >>
> >> ~/esc/esciencecentral-code/code$ mvn -e clean install [INFO] Error
> >> stacktraces are turned on.
> >> [INFO] Scanning for projects...
> >> [ERROR] The build could not read 1 project -> [Help 1]
> >> org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
> >> [ERROR] Child module
> >> /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of
> >> /home/stas/esc/esciencecentral-code/code/pom.xml does not exist @
> >>
> >> at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
> >> at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
> >> at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
> >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
> >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> >> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> >> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> >> 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:622)
> >> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> >> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> >> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> >> at
> >> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.jav
> >> a:352)
> >> [ERROR]
> >> [ERROR] The project com.connexience:meta-project:3.1-SNAPSHOT (/home/stas/esc/esciencecentral-code/code/pom.xml) has 1 error
> >> [ERROR] Child module /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of /home/stas/esc/esciencecentral-code/code/pom.xml does not exist
> >> [ERROR]
> >> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >> [ERROR]
> >> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> >> [ERROR] [Help 1]
> >> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingExc
> >> eption
> >>
> >>
> >>
> >> Best regards,
> >> Stanislav Polyakov
> >> -------------------------------------------------------------------
> >> ----------- Monitor Your Dynamic Infrastructure at Any Scale With
> >> Datadog!
> >> Get real-time metrics from all of your servers, apps and tools in
> >> one place.
> >> SourceForge users - Click here to start your Free Trial of Datadog now!
> >> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140___
> >> ____________________________________________
> >> Esciencecentral-users mailing list
> >> Esc...@li...
> >> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users
> >
> >
> > --
> > Simon Woodman
> > Research Associate
> > Newcastle University
> > sim...@nc...
> > sim...@gm...
> >
>
>
> --
> Simon Woodman
> Research Associate
> Newcastle University
> sim...@nc...
> sim...@gm...
>
>
--
Simon Woodman
Research Associate
Newcastle University
sim...@nc...
sim...@gm...
------------------------------------------------------------------------------
_______________________________________________
Esciencecentral-users mailing list
Esc...@li...
https://lists.sourceforge.net/lists/listinfo/esciencecentral-users
|
|
From: Simon W. <sim...@nc...> - 2015-09-25 08:11:02
|
Hi,
that looks like the $JBOSS_HOME/standalone/configuration/standalone.xml has an error in it. Can you check that it's valid xml?
Cheers,
S.
> On 24 Sep 2015, at 17:38, Stanislav Polyakov <s.p...@gm...> wrote:
>
> Thank you for your help!
>
> I moved to comments all mentions of MongoDatasets in both code/pom.xml and code/server/Ear/pom.xml and now Maven builds the code successfully.
> I have another (probably unrelated) problem now: when I try to start
> ~/jboss/bin/standalone.sh I get an error:
>
> =========================================================================
>
> JBoss Bootstrap Environment
>
> JBOSS_HOME: /home/stas/jboss
>
> JAVA: java
>
> JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
>
> =========================================================================
>
> Listening for transport dt_socket at address: 8787
> 17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
> 17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
> 17:53:55,199 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
> 17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.server.ServerService.boot(ServerService.java:266) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80]
> Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1]
> Message: Unexpected element '{urn:jboss:domain:1.3}server'
> at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> ... 3 more
>
> 17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> 17:53:55,535 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 5ms
>
>
> boot.log:
>
> 17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
> 17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
> 17:53:55,199 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
> 17:53:55,201 DEBUG [org.jboss.as.config] Configured system properties:
> [Standalone] =
> awt.toolkit = sun.awt.X11.XToolkit
> file.encoding = UTF-8
> file.encoding.pkg = sun.io
> file.separator = /
> java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
> java.awt.headless = true
> java.awt.printerjob = sun.print.PSPrinterJob
> java.class.path = /home/stas/jboss/jboss-modules.jar
> java.class.version = 51.0
> java.endorsed.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/endorsed
> java.ext.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/ext:/usr/java/packages/lib/ext
> java.home = /usr/lib/jvm/java-7-oracle/jre
> java.io.tmpdir = /tmp
> java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
> java.net.preferIPv4Stack = true
> java.runtime.name = Java(TM) SE Runtime Environment
> java.runtime.version = 1.7.0_80-b15
> java.specification.name = Java Platform API Specification
> java.specification.vendor = Oracle Corporation
> java.specification.version = 1.7
> java.util.logging.manager = org.jboss.logmanager.LogManager
> java.vendor = Oracle Corporation
> java.vendor.url = http://java.oracle.com/
> java.vendor.url.bug = http://bugreport.sun.com/bugreport/
> java.version = 1.7.0_80
> java.vm.info = mixed mode
> java.vm.name = Java HotSpot(TM) 64-Bit Server VM
> java.vm.specification.name = Java Virtual Machine Specification
> java.vm.specification.vendor = Oracle Corporation
> java.vm.specification.version = 1.7
> java.vm.vendor = Oracle Corporation
> java.vm.version = 24.80-b11
> javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
> javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
> javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
> javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
> javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
> javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
> javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
> javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
> javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
> javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
> jboss.home.dir = /home/stas/jboss
> jboss.host.name = stas-vostro-5470
> jboss.modules.dir = /home/stas/jboss/modules
> jboss.modules.system.pkgs = org.jboss.byteman
> jboss.node.name = stas-vostro-5470
> jboss.qualified.host.name = stas-vostro-5470
> jboss.server.base.dir = /home/stas/jboss/standalone
> jboss.server.config.dir = /home/stas/jboss/standalone/configuration
> jboss.server.data.dir = /home/stas/jboss/standalone/data
> jboss.server.default.config = standalone.xml
> jboss.server.deploy.dir = /home/stas/jboss/standalone/data/content
> jboss.server.log.dir = /home/stas/jboss/standalone/log
> jboss.server.name = stas-vostro-5470
> jboss.server.temp.dir = /home/stas/jboss/standalone/tmp
> line.separator =
>
> logging.configuration = file:/home/stas/jboss/standalone/configuration/logging.properties
> module.path = /home/stas/jboss/modules
> org.jboss.boot.log.file = /home/stas/jboss/standalone/log/boot.log
> org.jboss.resolver.warning = true
> org.xml.sax.driver = __redirected.__XMLReaderFactory
> os.arch = amd64
> os.name = Linux
> os.version = 3.5.0-61-generic
> path.separator = :
> sun.arch.data.model = 64
> sun.boot.class.path = /usr/lib/jvm/java-7-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-7-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-7-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-7-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-7-oracle/jre/classes
> sun.boot.library.path = /usr/lib/jvm/java-7-oracle/jre/lib/amd64
> sun.cpu.endian = little
> sun.cpu.isalist =
> sun.desktop = gnome
> sun.io.unicode.encoding = UnicodeLittle
> sun.java.command = /home/stas/jboss/jboss-modules.jar -mp /home/stas/jboss/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/home/stas/jboss
> sun.java.launcher = SUN_STANDARD
> sun.jnu.encoding = UTF-8
> sun.management.compiler = HotSpot 64-Bit Tiered Compilers
> sun.os.patch.level = unknown
> sun.rmi.dgc.client.gcInterval = 3600000
> sun.rmi.dgc.server.gcInterval = 3600000
> user.country = US
> user.dir = /home/stas/jboss/bin
> user.home = /home/stas
> user.language = en
> user.name = stas
> user.timezone = Europe/Moscow
> 17:53:55,210 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone] -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -Dorg.jboss.boot.log.file=/home/stas/jboss/standalone/log/boot.log -Dlogging.configuration=file:/home/stas/jboss/standalone/configuration/logging.properties
> 17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.server.ServerService.boot(ServerService.java:266) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80]
> Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1]
> Message: Unexpected element '{urn:jboss:domain:1.3}server'
> at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69) [staxmapper-1.1.0.Final.jar:1.1.0.Final]
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
> ... 3 more
>
> 17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> 17:53:55,535 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 5ms
>
> With best regards,
> Stanislav
>
>
> 2015-09-24 11:14 GMT+03:00 Simon Woodman <sim...@nc...>:
> Hi,
>
> I'm sending this directly as I'm not sure if the mailing list is broken or slow... :-(
>
> Cheers,
>
> S>
>
> > Begin forwarded message:
> >
> > From: Simon Woodman <sim...@nc...>
> > Subject: Re: [Esciencecentral-users] An error with building the source code
> > Date: 24 September 2015 09:09:27 BST
> > To: "esc...@li..." <esc...@li...>
> >
> > Hi Stanislav,
> >
> > If you update to HEAD I think that this issue is fixed. If it isn't, the best thing to do is to edit the code/server/Ear/pom.xml. You need to remove two references to MongoDatasets, one is a dependency and one an ejbModule.
> >
> > Cheers,
> >
> > S.
> >
> >> On 24 Sep 2015, at 07:31, Stanislav Polyakov <s.p...@gm...> wrote:
> >>
> >> Hello!
> >>
> >> Could you help me please?
> >> I cannot not install e-Science Central on my computer (I'm using Ubuntu) because of the error that occurs when I try to build the source code:
> >>
> >> ~/esc/esciencecentral-code/code$ mvn -e clean install
> >> [INFO] Error stacktraces are turned on.
> >> [INFO] Scanning for projects...
> >> [ERROR] The build could not read 1 project -> [Help 1]
> >> org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
> >> [ERROR] Child module /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of /home/stas/esc/esciencecentral-code/code/pom.xml does not exist @
> >>
> >> at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
> >> at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
> >> at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
> >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
> >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> >> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> >> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> >> 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:622)
> >> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> >> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> >> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> >> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> >> [ERROR]
> >> [ERROR] The project com.connexience:meta-project:3.1-SNAPSHOT (/home/stas/esc/esciencecentral-code/code/pom.xml) has 1 error
> >> [ERROR] Child module /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of /home/stas/esc/esciencecentral-code/code/pom.xml does not exist
> >> [ERROR]
> >> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >> [ERROR]
> >> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> >> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> >>
> >>
> >>
> >> Best regards,
> >> Stanislav Polyakov
> >> ------------------------------------------------------------------------------
> >> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> >> Get real-time metrics from all of your servers, apps and tools
> >> in one place.
> >> SourceForge users - Click here to start your Free Trial of Datadog now!
> >> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140_______________________________________________
> >> Esciencecentral-users mailing list
> >> Esc...@li...
> >> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users
> >
> >
> > --
> > Simon Woodman
> > Research Associate
> > Newcastle University
> > sim...@nc...
> > sim...@gm...
> >
>
>
> --
> Simon Woodman
> Research Associate
> Newcastle University
> sim...@nc...
> sim...@gm...
>
>
--
Simon Woodman
Research Associate
Newcastle University
sim...@nc...
sim...@gm...
|
|
From: Stanislav P. <s.p...@gm...> - 2015-09-24 16:38:45
|
Thank you for your help!
I moved to comments all mentions of MongoDatasets in both code/pom.xml and
code/server/Ear/pom.xml and now Maven builds the code successfully.
I have another (probably unrelated) problem now: when I try to start
~/jboss/bin/standalone.sh I get an error:
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/stas/jboss
JAVA: java
JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m
-Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true
-Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
-Djboss.server.default.config=standalone.xml
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
=========================================================================
Listening for transport dt_socket at address: 8787
17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
17:53:55,199 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final
"Brontes" starting
17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception
during boot:
org.jboss.as.controller.persistence.ConfigurationPersistenceException:
JBAS014676: Failed to parse configuration
at
org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.server.ServerService.boot(ServerService.java:266)
[jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80]
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[3,1]
Message: Unexpected element '{urn:jboss:domain:1.3}server'
at
org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108)
[staxmapper-1.1.0.Final.jar:1.1.0.Final]
at
org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)
[staxmapper-1.1.0.Final.jar:1.1.0.Final]
at
org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
... 3 more
17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has failed
in an unrecoverable manner; exiting. See previous messages for details.
17:53:55,535 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final
"Brontes" stopped in 5ms
boot.log:
17:53:54,846 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
17:53:55,141 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
17:53:55,199 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final
"Brontes" starting
17:53:55,201 DEBUG [org.jboss.as.config] Configured system properties:
[Standalone] =
awt.toolkit = sun.awt.X11.XToolkit
file.encoding = UTF-8
file.encoding.pkg = sun.io
file.separator = /
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
java.awt.headless = true
java.awt.printerjob = sun.print.PSPrinterJob
java.class.path = /home/stas/jboss/jboss-modules.jar
java.class.version = 51.0
java.endorsed.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/endorsed
java.ext.dirs =
/usr/lib/jvm/java-7-oracle/jre/lib/ext:/usr/java/packages/lib/ext
java.home = /usr/lib/jvm/java-7-oracle/jre
java.io.tmpdir = /tmp
java.library.path =
/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
java.net.preferIPv4Stack = true
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = 1.7.0_80-b15
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 1.7
java.util.logging.manager = org.jboss.logmanager.LogManager
java.vendor = Oracle Corporation
java.vendor.url = http://java.oracle.com/
java.vendor.url.bug = http://bugreport.sun.com/bugreport/
java.version = 1.7.0_80
java.vm.info = mixed mode
java.vm.name = Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 1.7
java.vm.vendor = Oracle Corporation
java.vm.version = 24.80-b11
javax.management.builder.initial =
org.jboss.as.jmx.PluggableMBeanServerBuilder
javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
javax.xml.parsers.DocumentBuilderFactory =
__redirected.__DocumentBuilderFactory
javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
javax.xml.transform.TransformerFactory =
__redirected.__TransformerFactory
javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema =
__redirected.__SchemaFactory
javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom =
__redirected.__XPathFactory
jboss.home.dir = /home/stas/jboss
jboss.host.name = stas-vostro-5470
jboss.modules.dir = /home/stas/jboss/modules
jboss.modules.system.pkgs = org.jboss.byteman
jboss.node.name = stas-vostro-5470
jboss.qualified.host.name = stas-vostro-5470
jboss.server.base.dir = /home/stas/jboss/standalone
jboss.server.config.dir = /home/stas/jboss/standalone/configuration
jboss.server.data.dir = /home/stas/jboss/standalone/data
jboss.server.default.config = standalone.xml
jboss.server.deploy.dir = /home/stas/jboss/standalone/data/content
jboss.server.log.dir = /home/stas/jboss/standalone/log
jboss.server.name = stas-vostro-5470
jboss.server.temp.dir = /home/stas/jboss/standalone/tmp
line.separator =
logging.configuration =
file:/home/stas/jboss/standalone/configuration/logging.properties
module.path = /home/stas/jboss/modules
org.jboss.boot.log.file = /home/stas/jboss/standalone/log/boot.log
org.jboss.resolver.warning = true
org.xml.sax.driver = __redirected.__XMLReaderFactory
os.arch = amd64
os.name = Linux
os.version = 3.5.0-61-generic
path.separator = :
sun.arch.data.model = 64
sun.boot.class.path =
/usr/lib/jvm/java-7-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-7-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-7-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-7-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-7-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-7-oracle/jre/classes
sun.boot.library.path = /usr/lib/jvm/java-7-oracle/jre/lib/amd64
sun.cpu.endian = little
sun.cpu.isalist =
sun.desktop = gnome
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = /home/stas/jboss/jboss-modules.jar -mp
/home/stas/jboss/modules -jaxpmodule javax.xml.jaxp-provider
org.jboss.as.standalone -Djboss.home.dir=/home/stas/jboss
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = UTF-8
sun.management.compiler = HotSpot 64-Bit Tiered Compilers
sun.os.patch.level = unknown
sun.rmi.dgc.client.gcInterval = 3600000
sun.rmi.dgc.server.gcInterval = 3600000
user.country = US
user.dir = /home/stas/jboss/bin
user.home = /home/stas
user.language = en
user.name = stas
user.timezone = Europe/Moscow
17:53:55,210 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone]
-XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx1024m
-XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=true
-Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
-Djboss.server.default.config=standalone.xml
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
-Dorg.jboss.boot.log.file=/home/stas/jboss/standalone/log/boot.log
-Dlogging.configuration=file:/home/stas/jboss/standalone/configuration/logging.properties
17:53:55,518 ERROR [org.jboss.as.server] JBAS015956: Caught exception
during boot:
org.jboss.as.controller.persistence.ConfigurationPersistenceException:
JBAS014676: Failed to parse configuration
at
org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.server.ServerService.boot(ServerService.java:266)
[jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80]
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[3,1]
Message: Unexpected element '{urn:jboss:domain:1.3}server'
at
org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108)
[staxmapper-1.1.0.Final.jar:1.1.0.Final]
at
org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)
[staxmapper-1.1.0.Final.jar:1.1.0.Final]
at
org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:133)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
... 3 more
17:53:55,525 FATAL [org.jboss.as.server] JBAS015957: Server boot has failed
in an unrecoverable manner; exiting. See previous messages for details.
17:53:55,535 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final
"Brontes" stopped in 5ms
With best regards,
Stanislav
2015-09-24 11:14 GMT+03:00 Simon Woodman <sim...@nc...>:
> Hi,
>
> I'm sending this directly as I'm not sure if the mailing list is broken or
> slow... :-(
>
> Cheers,
>
> S>
>
> > Begin forwarded message:
> >
> > From: Simon Woodman <sim...@nc...>
> > Subject: Re: [Esciencecentral-users] An error with building the source
> code
> > Date: 24 September 2015 09:09:27 BST
> > To: "esc...@li..." <
> esc...@li...>
> >
> > Hi Stanislav,
> >
> > If you update to HEAD I think that this issue is fixed. If it isn't,
> the best thing to do is to edit the code/server/Ear/pom.xml. You need to
> remove two references to MongoDatasets, one is a dependency and one an
> ejbModule.
> >
> > Cheers,
> >
> > S.
> >
> >> On 24 Sep 2015, at 07:31, Stanislav Polyakov <s.p...@gm...>
> wrote:
> >>
> >> Hello!
> >>
> >> Could you help me please?
> >> I cannot not install e-Science Central on my computer (I'm using
> Ubuntu) because of the error that occurs when I try to build the source
> code:
> >>
> >> ~/esc/esciencecentral-code/code$ mvn -e clean install
> >> [INFO] Error stacktraces are turned on.
> >> [INFO] Scanning for projects...
> >> [ERROR] The build could not read 1 project -> [Help 1]
> >> org.apache.maven.project.ProjectBuildingException: Some problems were
> encountered while processing the POMs:
> >> [ERROR] Child module
> /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of
> /home/stas/esc/esciencecentral-code/code/pom.xml does not exist @
> >>
> >> at
> org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
> >> at
> org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
> >> at
> org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
> >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
> >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> >> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> >> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> >> 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:622)
> >> at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> >> at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> >> at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> >> at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> >> [ERROR]
> >> [ERROR] The project com.connexience:meta-project:3.1-SNAPSHOT
> (/home/stas/esc/esciencecentral-code/code/pom.xml) has 1 error
> >> [ERROR] Child module
> /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of
> /home/stas/esc/esciencecentral-code/code/pom.xml does not exist
> >> [ERROR]
> >> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >> [ERROR]
> >> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> >> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> >>
> >>
> >>
> >> Best regards,
> >> Stanislav Polyakov
> >>
> ------------------------------------------------------------------------------
> >> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> >> Get real-time metrics from all of your servers, apps and tools
> >> in one place.
> >> SourceForge users - Click here to start your Free Trial of Datadog now!
> >>
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140_______________________________________________
> >> Esciencecentral-users mailing list
> >> Esc...@li...
> >> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users
> >
> >
> > --
> > Simon Woodman
> > Research Associate
> > Newcastle University
> > sim...@nc...
> > sim...@gm...
> >
>
>
> --
> Simon Woodman
> Research Associate
> Newcastle University
> sim...@nc...
> sim...@gm...
>
>
|
|
From: Simon W. <sim...@nc...> - 2015-09-24 08:26:38
|
Hi Stanislav, If you update to HEAD I think that this issue is fixed. If it isn't, the best thing to do is to edit the code/server/Ear/pom.xml. You need to remove two references to MongoDatasets, one is a dependency and one an ejbModule. Cheers, S. > On 24 Sep 2015, at 07:31, Stanislav Polyakov <s.p...@gm...> wrote: > > Hello! > > Could you help me please? > I cannot not install e-Science Central on my computer (I'm using Ubuntu) because of the error that occurs when I try to build the source code: > > ~/esc/esciencecentral-code/code$ mvn -e clean install > [INFO] Error stacktraces are turned on. > [INFO] Scanning for projects... > [ERROR] The build could not read 1 project -> [Help 1] > org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: > [ERROR] Child module /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of /home/stas/esc/esciencecentral-code/code/pom.xml does not exist @ > > at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363) > at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636) > at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > 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:622) > at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) > at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) > at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) > [ERROR] > [ERROR] The project com.connexience:meta-project:3.1-SNAPSHOT (/home/stas/esc/esciencecentral-code/code/pom.xml) has 1 error > [ERROR] Child module /home/stas/esc/esciencecentral-code/code/server/MongoDatasets of /home/stas/esc/esciencecentral-code/code/pom.xml does not exist > [ERROR] > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > > > > Best regards, > Stanislav Polyakov > ------------------------------------------------------------------------------ > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your servers, apps and tools > in one place. > SourceForge users - Click here to start your Free Trial of Datadog now! > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140_______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users -- Simon Woodman Research Associate Newcastle University sim...@nc... sim...@gm... |
|
From: Stanislav P. <s.p...@gm...> - 2015-09-24 06:31:24
|
Hello!
Could you help me please?
I cannot not install e-Science Central on my computer (I'm using Ubuntu)
because of the error that occurs when I try to build the source code:
~/esc/esciencecentral-code/code$ mvn -e clean install
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were
encountered while processing the POMs:
[ERROR] Child module
/home/stas/esc/esciencecentral-code/code/server/MongoDatasets of
/home/stas/esc/esciencecentral-code/code/pom.xml does not exist @
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
at
org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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:622)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[ERROR]
[ERROR] The project com.connexience:meta-project:3.1-SNAPSHOT
(/home/stas/esc/esciencecentral-code/code/pom.xml) has 1 error
[ERROR] Child module
/home/stas/esc/esciencecentral-code/code/server/MongoDatasets of
/home/stas/esc/esciencecentral-code/code/pom.xml does not exist
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Best regards,
Stanislav Polyakov
|
|
From: Jacek C. <jac...@ne...> - 2014-12-03 14:21:44
|
Just for the records. The issue with Cp1252 appeared when building with the old version of maven (2.X). With the recent maven 3.2 it builds fine. Jacek /yatsek/ -----Original Message----- From: Jacek Cala Sent: 03 December 2014 13:55 To: esc...@li... Subject: Re: [Esciencecentral-users] FW: Problem trying to create a new empty block At the moment It looks like only this class but I thought that if I set UTF-8 in the parent everything should be treated as UTF-8. And I also work on Windows and have no issues with it... Chances are he uses wrong maven version. Jacek /yatsek/ -----Original Message----- From: Simon Woodman Sent: 03 December 2014 13:49 To: esc...@li... Subject: Re: [Esciencecentral-users] FW: Problem trying to create a new empty block No but you could try deleting the OpenIDServlet as it's not used. Is the problem only in this class? S. > On 3 Dec 2014, at 13:46, Jacek Cala <jac...@ne...> wrote: > > Hi, > > Giovanni has some issue with building e-SC sources on Windows. Strangely, there's a problem of character encoding. I don't understand why because the parent project is set to use UTF-8. Have anyone else got an solution to that? > > Cheers, > Jacek /yatsek/ > > > From: Giovanni Farias [mailto:gio...@gm...] > Sent: 03 December 2014 13:38 > To: Jacek Cala > Subject: Re: Problem trying to create a new empty block > > Hi Jacek, > > Thanks! > I haven't build the whole project before. I've tryied it, but it is failing. > Have you ever seen this error? > > [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Compilation failure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\W > ebsite\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] > error: unm appable character for encoding Cp1252 > > > [INFO] > ---------------------------------------------------------------------- > -- > [DEBUG] Trace > org.apache.maven.BuildFailureException: Compilation failure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\W > ebsite\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] > error: unm appable character for encoding Cp1252 > > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:715) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi > fecycle(DefaultLifecycleExecutor.java:556) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau > ltLifecycleExecutor.java:535) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan > dleFailures(DefaultLifecycleExecutor.java:387) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen > ts(DefaultLifecycleExecutor.java:348) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > fecycleExecutor.java:180) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:6 > 0) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.plugin.CompilationFailureException: > Compilation fail ure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\W > ebsite\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] > error: unm appable character for encoding Cp1252 > > > at > org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompiler > Mojo.java:516) > at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi > nManager.java:490) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:694) > ... 17 more > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: 53 seconds > [INFO] Finished at: Wed Dec 03 13:15:42 GMT 2014 [INFO] Final Memory: > 130M/746M [INFO] > ---------------------------------------------------------------------- > -- > > On Wed, Dec 3, 2014 at 1:00 PM, Jacek Cala <jac...@ne...> wrote: > Have you build the whole project? If not, try first 'mvn clean > install' in the 'code' directory, then build archetypes, and then you > can use them. I guess this needs to be clearly stated in the > instructions... > > Cheers, > Jacek /yatsek/ > > From: Giovanni Farias [mailto:gio...@gm...] > Sent: 03 December 2014 11:22 > To: Jacek Cala > Subject: Problem trying to create a new empty block > > Hi Jacek, > > I'm having some problems with creating new block. > Following the instruction here, the command reported me "The desired archetype does not exist (com.connexience:workflow-block-java:3.1-SNAPSHOT)", then, I followed the instructionshere to build the archetype project, but it is failing to resolve some artifacts. > I've already tryed with maven version 2.2.0 and 3.2.3 neither worked out. > > Is it possible that some of the referenced maven repository is down? > > Follows the error output: > > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=api-model -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=api-model -D version=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Dreposito ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=server-com mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=server-commo n -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Drepo sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group > (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > > [INFO] > ---------------------------------------------------------------------- > -- > [DEBUG] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=api-model -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=api-model -D version=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Dreposito ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=server-com mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=server-commo n -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Drepo sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group > (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:695) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi > fecycle(DefaultLifecycleExecutor.java:540) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau > ltLifecycleExecutor.java:519) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan > dleFailures(DefaultLifecycleExecutor.java:371) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen > ts(DefaultLifecycleExecutor.java:332) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:4 > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: > org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException > : Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=api-model -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=api-model -D version=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Dreposito ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=server-com mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=server-commo n -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Drepo sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group > (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > nsitively(DefaultArtifactResolver.java:360) > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > nsitively(DefaultArtifactResolver.java:304) > at > org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDepende > ncies(DefaultPluginManager.java:1492) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi > nManager.java:435) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:678) > ... 17 more > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: 8 seconds > [INFO] Finished at: Wed Dec 03 11:05:07 GMT 2014 [INFO] Final Memory: > 26M/347M [INFO] > ---------------------------------------------------------------------- > -- > > > > > Cheers, > Giovanni > > ---------------------------------------------------------------------- > -------- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT > Server from Actuate! Instantly Supercharge Your Business Reports and > Dashboards with Interactivity, Sharing, Native Excel Exports, App > Integration & more Get technology previously reserved for > billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg. > clktrk_______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users -- Simon Woodman Research Associate Newcastle University sim...@nc... sim...@gm... ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Esciencecentral-users mailing list Esc...@li... https://lists.sourceforge.net/lists/listinfo/esciencecentral-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Esciencecentral-users mailing list Esc...@li... https://lists.sourceforge.net/lists/listinfo/esciencecentral-users |
|
From: Jacek C. <jac...@ne...> - 2014-12-03 13:55:41
|
At the moment It looks like only this class but I thought that if I set UTF-8 in the parent everything should be treated as UTF-8. And I also work on Windows and have no issues with it... Chances are he uses wrong maven version. Jacek /yatsek/ -----Original Message----- From: Simon Woodman Sent: 03 December 2014 13:49 To: esc...@li... Subject: Re: [Esciencecentral-users] FW: Problem trying to create a new empty block No but you could try deleting the OpenIDServlet as it's not used. Is the problem only in this class? S. > On 3 Dec 2014, at 13:46, Jacek Cala <jac...@ne...> wrote: > > Hi, > > Giovanni has some issue with building e-SC sources on Windows. Strangely, there's a problem of character encoding. I don't understand why because the parent project is set to use UTF-8. Have anyone else got an solution to that? > > Cheers, > Jacek /yatsek/ > > > From: Giovanni Farias [mailto:gio...@gm...] > Sent: 03 December 2014 13:38 > To: Jacek Cala > Subject: Re: Problem trying to create a new empty block > > Hi Jacek, > > Thanks! > I haven't build the whole project before. I've tryied it, but it is failing. > Have you ever seen this error? > > [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Compilation failure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\W > ebsite\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] > error: unm appable character for encoding Cp1252 > > > [INFO] > ---------------------------------------------------------------------- > -- > [DEBUG] Trace > org.apache.maven.BuildFailureException: Compilation failure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\W > ebsite\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] > error: unm appable character for encoding Cp1252 > > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:715) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi > fecycle(DefaultLifecycleExecutor.java:556) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau > ltLifecycleExecutor.java:535) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan > dleFailures(DefaultLifecycleExecutor.java:387) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen > ts(DefaultLifecycleExecutor.java:348) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > fecycleExecutor.java:180) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:6 > 0) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.plugin.CompilationFailureException: > Compilation fail ure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\W > ebsite\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] > error: unm appable character for encoding Cp1252 > > > at > org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompiler > Mojo.java:516) > at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi > nManager.java:490) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:694) > ... 17 more > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: 53 seconds > [INFO] Finished at: Wed Dec 03 13:15:42 GMT 2014 [INFO] Final Memory: > 130M/746M [INFO] > ---------------------------------------------------------------------- > -- > > On Wed, Dec 3, 2014 at 1:00 PM, Jacek Cala <jac...@ne...> wrote: > Have you build the whole project? If not, try first 'mvn clean > install' in the 'code' directory, then build archetypes, and then you > can use them. I guess this needs to be clearly stated in the > instructions... > > Cheers, > Jacek /yatsek/ > > From: Giovanni Farias [mailto:gio...@gm...] > Sent: 03 December 2014 11:22 > To: Jacek Cala > Subject: Problem trying to create a new empty block > > Hi Jacek, > > I'm having some problems with creating new block. > Following the instruction here, the command reported me "The desired archetype does not exist (com.connexience:workflow-block-java:3.1-SNAPSHOT)", then, I followed the instructionshere to build the archetype project, but it is failing to resolve some artifacts. > I've already tryed with maven version 2.2.0 and 3.2.3 neither worked out. > > Is it possible that some of the referenced maven repository is down? > > Follows the error output: > > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=api-model -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=api-model -D version=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Dreposito ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=server-com mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=server-commo n -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Drepo sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group > (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > > [INFO] > ---------------------------------------------------------------------- > -- > [DEBUG] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=api-model -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=api-model -D version=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Dreposito ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=server-com mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=server-commo n -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Drepo sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group > (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:695) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi > fecycle(DefaultLifecycleExecutor.java:540) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau > ltLifecycleExecutor.java:519) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan > dleFailures(DefaultLifecycleExecutor.java:371) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen > ts(DefaultLifecycleExecutor.java:332) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:4 > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: > org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException > : Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=api-model -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=api-model -D version=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Dreposito ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience > -DartifactId=server-com mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience > -DartifactId=server-commo n -Dversion=3.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -Drepo sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group > (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > nsitively(DefaultArtifactResolver.java:360) > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > nsitively(DefaultArtifactResolver.java:304) > at > org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDepende > ncies(DefaultPluginManager.java:1492) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi > nManager.java:435) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:678) > ... 17 more > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: 8 seconds > [INFO] Finished at: Wed Dec 03 11:05:07 GMT 2014 [INFO] Final Memory: > 26M/347M [INFO] > ---------------------------------------------------------------------- > -- > > > > > Cheers, > Giovanni > > ---------------------------------------------------------------------- > -------- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT > Server from Actuate! Instantly Supercharge Your Business Reports and > Dashboards with Interactivity, Sharing, Native Excel Exports, App > Integration & more Get technology previously reserved for > billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg. > clktrk_______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users -- Simon Woodman Research Associate Newcastle University sim...@nc... sim...@gm... ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Esciencecentral-users mailing list Esc...@li... https://lists.sourceforge.net/lists/listinfo/esciencecentral-users |
|
From: Simon W. <sim...@nc...> - 2014-12-03 13:48:53
|
No but you could try deleting the OpenIDServlet as it's not used. Is the problem only in this class? S. > On 3 Dec 2014, at 13:46, Jacek Cala <jac...@ne...> wrote: > > Hi, > > Giovanni has some issue with building e-SC sources on Windows. Strangely, there’s a problem of character encoding. I don’t understand why because the parent project is set to use UTF-8. Have anyone else got an solution to that? > > Cheers, > Jacek /yatsek/ > > > From: Giovanni Farias [mailto:gio...@gm...] > Sent: 03 December 2014 13:38 > To: Jacek Cala > Subject: Re: Problem trying to create a new empty block > > Hi Jacek, > > Thanks! > I haven't build the whole project before. I've tryied it, but it is failing. > Have you ever seen this error? > > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\Website\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] error: unm > appable character for encoding Cp1252 > > > [INFO] ------------------------------------------------------------------------ > [DEBUG] Trace > org.apache.maven.BuildFailureException: Compilation failure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\Website\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] error: unm > appable character for encoding Cp1252 > > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:715) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi > fecycle(DefaultLifecycleExecutor.java:556) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau > ltLifecycleExecutor.java:535) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan > dleFailures(DefaultLifecycleExecutor.java:387) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen > ts(DefaultLifecycleExecutor.java:348) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > fecycleExecutor.java:180) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:6 > 0) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation fail > ure > C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\Website\src > \main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] error: unm > appable character for encoding Cp1252 > > > at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompiler > Mojo.java:516) > at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi > nManager.java:490) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:694) > ... 17 more > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 53 seconds > [INFO] Finished at: Wed Dec 03 13:15:42 GMT 2014 > [INFO] Final Memory: 130M/746M > [INFO] ------------------------------------------------------------------------ > > On Wed, Dec 3, 2014 at 1:00 PM, Jacek Cala <jac...@ne...> wrote: > Have you build the whole project? If not, try first ‘mvn clean install’ in the ‘code’ directory, then build archetypes, and then you can use them. I guess this needs to be clearly stated in the instructions… > > Cheers, > Jacek /yatsek/ > > From: Giovanni Farias [mailto:gio...@gm...] > Sent: 03 December 2014 11:22 > To: Jacek Cala > Subject: Problem trying to create a new empty block > > Hi Jacek, > > I'm having some problems with creating new block. > Following the instruction here, the command reported me "The desired archetype does not exist (com.connexience:workflow-block-java:3.1-SNAPSHOT)", then, I followed the instructionshere to build the archetype project, but it is failing to resolve some artifacts. > I've already tryed with maven version 2.2.0 and 3.2.3 neither worked out. > > Is it possible that some of the referenced maven repository is down? > > Follows the error output: > > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience -DartifactId=api-model > -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=api-model -D > version=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito > ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience -DartifactId=server-com > mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=server-commo > n -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo > sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > > [INFO] ------------------------------------------------------------------------ > [DEBUG] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience -DartifactId=api-model > -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=api-model -D > version=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito > ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience -DartifactId=server-com > mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=server-commo > n -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo > sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:695) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi > fecycle(DefaultLifecycleExecutor.java:540) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau > ltLifecycleExecutor.java:519) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan > dleFailures(DefaultLifecycleExecutor.java:371) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen > ts(DefaultLifecycleExecutor.java:332) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:4 > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException > : Missing: > ---------- > 1) com.connexience:api-model:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience -DartifactId=api-model > -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=api-model -D > version=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito > ryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:api-model:jar:3.1-SNAPSHOT > > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.connexience -DartifactId=server-com > mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > > mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=server-commo > n -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo > sitoryId=[id] > > Path to dependency: > 1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > 2) com.connexience:server-common:jar:3.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > swing-layout (http://repo1.maven.org/maven2/), > escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local), > jets3t (http://jets3t.s3.amazonaws.com/maven2), > esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local), > jboss-public-repository-group (https://repository.jboss.org/nexus/content/grou > ps/public-jboss/), > mvnrepository (http://mvnrepository.com/artifact/), > junitee (http://junitee.sourceforge.net/repository/) > > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > nsitively(DefaultArtifactResolver.java:360) > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > nsitively(DefaultArtifactResolver.java:304) > at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDepende > ncies(DefaultPluginManager.java:1492) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi > nManager.java:435) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > ultLifecycleExecutor.java:678) > ... 17 more > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 8 seconds > [INFO] Finished at: Wed Dec 03 11:05:07 GMT 2014 > [INFO] Final Memory: 26M/347M > [INFO] ------------------------------------------------------------------------ > > > > > Cheers, > Giovanni > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk_______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users -- Simon Woodman Research Associate Newcastle University sim...@nc... sim...@gm... |
|
From: Jacek C. <jac...@ne...> - 2014-12-03 13:46:39
|
Hi,
Giovanni has some issue with building e-SC sources on Windows. Strangely, there’s a problem of character encoding. I don’t understand why because the parent project is set to use UTF-8. Have anyone else got an solution to that?
Cheers,
Jacek /yatsek/
From: Giovanni Farias [mailto:gio...@gm...]
Sent: 03 December 2014 13:38
To: Jacek Cala
Subject: Re: Problem trying to create a new empty block
Hi Jacek,
Thanks!
I haven't build the whole project before. I've tryied it, but it is failing.
Have you ever seen this error?
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\Website\src
\main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] error: unm
appable character for encoding Cp1252
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.BuildFailureException: Compilation failure
C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\Website\src
\main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] error: unm
appable character for encoding Cp1252
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:715)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:556)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:535)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:6
0)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation fail
ure
C:\Users\cmdadmin\Documents\giovanni\workspace\eSC-trunk\code\server\Website\src
\main\java\com\connexience\server\web\login\OpenIDServlet.java:[2,28] error: unm
appable character for encoding Cp1252
at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompiler
Mojo.java:516)
at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:694)
... 17 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53 seconds
[INFO] Finished at: Wed Dec 03 13:15:42 GMT 2014
[INFO] Final Memory: 130M/746M
[INFO] ------------------------------------------------------------------------
On Wed, Dec 3, 2014 at 1:00 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote:
Have you build the whole project? If not, try first ‘mvn clean install’ in the ‘code’ directory, then build archetypes, and then you can use them. I guess this needs to be clearly stated in the instructions…
Cheers,
Jacek /yatsek/
From: Giovanni Farias [mailto:gio...@gm...<mailto:gio...@gm...>]
Sent: 03 December 2014 11:22
To: Jacek Cala
Subject: Problem trying to create a new empty block
Hi Jacek,
I'm having some problems with creating new block.
Following the instruction here<http://sourceforge.net/p/esciencecentral/wiki/Tutorial/>, the command reported me "The desired archetype does not exist (com.connexience:workflow-block-java:3.1-SNAPSHOT)", then, I followed the instructions here<http://sourceforge.net/p/esciencecentral/wiki/Tutorial-Maven%20Archetypes/#building-archetypes> to build the archetype project, but it is failing to resolve some artifacts.
I've already tryed with maven version 2.2.0 and 3.2.3 neither worked out.
Is it possible that some of the referenced maven repository is down?
Follows the error output:
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.connexience:api-model:jar:3.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.connexience -DartifactId=api-model
-Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=api-model -D
version=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito
ryId=[id]
Path to dependency:
1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
2) com.connexience:api-model:jar:3.1-SNAPSHOT
2) com.connexience:server-common:jar:3.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.connexience -DartifactId=server-com
mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=server-commo
n -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo
sitoryId=[id]
Path to dependency:
1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
2) com.connexience:server-common:jar:3.1-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
swing-layout (http://repo1.maven.org/maven2/),
escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local),
jets3t (http://jets3t.s3.amazonaws.com/maven2),
esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local),
jboss-public-repository-group (https://repository.jboss.org/nexus/content/grou
ps/public-jboss/),
mvnrepository (http://mvnrepository.com/artifact/),
junitee (http://junitee.sourceforge.net/repository/)
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) com.connexience:api-model:jar:3.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.connexience -DartifactId=api-model
-Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=api-model -D
version=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito
ryId=[id]
Path to dependency:
1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
2) com.connexience:api-model:jar:3.1-SNAPSHOT
2) com.connexience:server-common:jar:3.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.connexience -DartifactId=server-com
mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=server-commo
n -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo
sitoryId=[id]
Path to dependency:
1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
2) com.connexience:server-common:jar:3.1-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
swing-layout (http://repo1.maven.org/maven2/),
escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local),
jets3t (http://jets3t.s3.amazonaws.com/maven2),
esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local),
jboss-public-repository-group (https://repository.jboss.org/nexus/content/grou
ps/public-jboss/),
mvnrepository (http://mvnrepository.com/artifact/),
junitee (http://junitee.sourceforge.net/repository/)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:695)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:540)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:519)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:371)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:332)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:181)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:4
1)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException
: Missing:
----------
1) com.connexience:api-model:jar:3.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.connexience -DartifactId=api-model
-Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=api-model -D
version=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito
ryId=[id]
Path to dependency:
1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
2) com.connexience:api-model:jar:3.1-SNAPSHOT
2) com.connexience:server-common:jar:3.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.connexience -DartifactId=server-com
mon -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.connexience -DartifactId=server-commo
n -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepo
sitoryId=[id]
Path to dependency:
1) com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
2) com.connexience:server-common:jar:3.1-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
com.connexience:upload-plugin:maven-plugin:3.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
swing-layout (http://repo1.maven.org/maven2/),
escRepo (http://esciencecentral.co.uk/artifactory/libs-release-local),
jets3t (http://jets3t.s3.amazonaws.com/maven2),
esc-deps-repo (http://esciencecentral.co.uk/artifactory/ext-release-local),
jboss-public-repository-group (https://repository.jboss.org/nexus/content/grou
ps/public-jboss/),
mvnrepository (http://mvnrepository.com/artifact/),
junitee (http://junitee.sourceforge.net/repository/)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra
nsitively(DefaultArtifactResolver.java:360)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra
nsitively(DefaultArtifactResolver.java:304)
at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDepende
ncies(DefaultPluginManager.java:1492)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:435)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:678)
... 17 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Wed Dec 03 11:05:07 GMT 2014
[INFO] Final Memory: 26M/347M
[INFO] ------------------------------------------------------------------------
Cheers,
Giovanni
|
|
From: Jacek C. <jac...@ne...> - 2014-11-08 07:28:46
|
Hi Abhik, Sorry to hear it’s complicated for you. Anyway, I’m forwarding your e-mail to our users’ list. I guess, one of my colleagues will be able to help you with the development materials. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...] Sent: 08 November 2014 04:18 To: Jacek Cala Subject: Re: FW: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] Hi Jacek, I find the system very complicated not like pipeline pilot and Knime . I can easily R scripts and other languages easily and even see whats going on on each nodes . But in this case its hard to see whats going on. Also if possible please send me materials how to use scripting languages like R and how to connect the csv import data to R dataframe and plot simple plots and visualize it . Let me know how its is done. Once i get the idea i can create several Cheminformatics workflows using these platform. On Fri, Nov 7, 2014 at 4:07 AM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Great to hear you’ve managed to setup everything correctly. Will get back to you with the QSAR stuff at some point. But it won’t be too soon. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 07 November 2014 04:26 To: Jacek Cala Subject: Re: FW: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] Hi Jacek, Finally i figured it out i had a problem with username i was using vm username but it would be escience central registered username and password . Thanks If you have some QSAR Workflow let me know no hurry please. On Thu, Nov 6, 2014 at 11:02 PM, Abhik Seal <ab...@um...<mailto:ab...@um...>> wrote: Hi, I think some problem with the maven.props file as 401 == Unauthorized, which means username/password combo are incorrect but i am using the same password for login in . On Thu, Nov 6, 2014 at 10:56 PM, Abhik Seal <ab...@um...<mailto:ab...@um...>> wrote: Hi Jacek, Still the same error i created a directory under home ~/.inkspot and saved maven.props. I found the server returning java.io.IOException: Server returned HTTP response code: 401 for URL: http://149.165.158.49:8080/api/public/rest/v1/storage/timestamp for which 401 means unauthorised. Well i am not sure how come the main program is running not the webflow sections. If you want to access my desktop let me know i can setup team viewer for you. On Thu, Nov 6, 2014 at 4:29 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, One cause might be improperly set maven.props. Looking into what I sent you couple of days ago, it seems I made a mistake in the serverURL. If your server runs on port 8080, the server url property should be: serverURL=http://<SERVER_ADDR>:8080/APIServer Notice the port number after the server address. if after changing it you still cannot use the upload plugin, please double check that you set all other details correctly and get back to me if it fails. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 06 November 2014 01:38 To: Jacek Cala Subject: Re: FW: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] Here is the log file looks like it cannot connect to the server . On Wed, Nov 5, 2014 at 3:04 AM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, Sorry, in my last e-mail I meant blocks/misc/GenerateRandomData. So please run ‘mvn clean install > genrand.log’ and send me the log file. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 05 November 2014 00:38 To: Jacek Cala Subject: Re: FW: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] All of the methods got compiled with maven with success but when i start the server i cannot see the workflows. Am i missing some thing on my steps. I rebuild the code and also created folders and then did mvn clean install on those three directories and then use ansible-playbook command. Also i made a /.inkspot/maven.props file too. On Tue, Nov 4, 2014 at 4:29 AM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, I’ve got info that the relevant fixes have been checked out. Have a go, checkout the latest version, rebuild the code and run the standalone playbook to update your server instance. Then do all three steps related to building libraries and blocks, as mentioned yesterday. Cheers, Jacek /yatsek/ From: Hugo Hiden Sent: 04 November 2014 08:53 To: Jacek Cala Subject: Re: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] Hi, Fixes now checked in – he will need to do a checkout and rebuild I’m afraid. There were some changes to the API server to support uploading workflows. Alternatively, he can comment out the upload-workflow plugin because I don’t think he actually needs to upload any workflows. H. From: Jacek Cala <jac...@ne...<mailto:jac...@ne...>> Date: Tuesday, 4 November 2014 07:17 To: Hugo Hiden <hug...@ne...<mailto:hug...@ne...>>, Simon Woodman <sim...@ne...<mailto:sim...@ne...>> Subject: FW: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] Hi, Abhik has faced some issue with the upload workflow plugin. This is related to the recent changes in the API re stream lengths. Could you please have a look at that, fix where appropriate and get back to him. I guess, maven tools were not tested/compiled after the change. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...] Sent: 04 November 2014 05:30 To: Jacek Cala Subject: Re: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] Thanks for this I am getting an error in the first mvn installation like given below [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ upload-workflow-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Users/abhikseal/esciencecentral-code/code/tools/maven/upload-workflow-plugin/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/abhikseal/esciencecentral-code/code/tools/maven/upload-workflow-plugin/src/main/java/com/connexience/UploadWorkflowMojo.java:[206,24] method upload in interface com.connexience.server.workflow.api.API cannot be applied to given types; required: com.connexience.server.model.document.DocumentRecord,java.io.InputStream,long found: com.connexience.server.model.workflow.WorkflowDocument,java.io.FileInputStream reason: actual and formal argument lists differ in length [INFO] 1 error [INFO] upload-plugin ...................................... SUCCESS [ 4.382 s] [INFO] upload-workflow-plugin ............................. FAILURE [ 0.468 s] ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project upload-workflow-plugin: Compilation failure [ERROR] /Users/abhikseal/esciencecentral-code/code/tools/maven/upload-workflow-plugin/src/main/java/com/connexience/UploadWorkflowMojo.java:[206,24] method upload in interface com.connexience.server.workflow.api.API cannot be applied to given types; [ERROR] required: com.connexience.server.model.document.DocumentRecord,java.io.InputStream,long [ERROR] found: com.connexience.server.model.workflow.WorkflowDocument,java.io.FileInputStream [ERROR] reason: actual and formal argument lists differ in length [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :upload-workflow-plugin On Mon, Nov 3, 2014 at 7:59 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hmmm, with the QSAR scenario (as described in one of our papers) it’s tricky right now. Last time it was used a few years ago and to make it running I’ll need to dig it out from some old e-SC version. More and more people are interested though, so I’m going to work on it soon. Still, however, it’ll take me some time. BTW, after you build blocks there will be some simple workflows uploaded, too. A bit simplistic but you can see the principle, run and edit them as well. It’s late here in the UK, so in case you have some other issues, I’ll be back tomorrow. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 04 November 2014 00:50 To: Jacek Cala Subject: Re: [Esciencecentral-users] Adding blocks and libraries [was: RE: Error in installing source code.] Can you give me a full example workflow on QSAR i want to run it on the main escience server with all the files? Just try to see how does it work. I am well accustomed with pipeline pilot and Knime . But when i have a new system just wanted to make sure how the system works. Thanks will work on the blocks palettes . On Mon, Nov 3, 2014 at 7:23 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, Glad to hear that you’ve managed to use our ansible playbook on MacOS. You’re the first one! ☺ Regarding the block palette, to make it full of blocks you need to build and upload libraries and blocks to your server. Currently, it’s still only semi-automated process. First, you need to create file ~/.inkspot/maven.props with contents: serverURL=http://<SERVER_ADDRESS>/APIServer<http://%3cSERVER_ADDRESS%3e/APIServer> hostname=<SERVER_ADDRESS> port=8080 username=<USERNAME> password=<PASSWORD> Then log in to the server and create folder “Services” and “Libraries” in your home folder. Finally, build maven tools, libraries and blocks: 1. Run ‘mvn clean install’ in the ‘code/tools/maven’ directory 2. Run ‘mvn clean install’ in ‘code/webflow/WorkflowItems/libraries’. 3. Run ‘mvn clean install’ in ‘code/webflow/WorkflowItems/blocks’. Note that the order of the build is important. If you set maven.props properly, libraries and blocks should be successfully built and uploaded to your instance. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 04 November 2014 00:07 To: Jacek Cala Subject: Re: [Esciencecentral-users] Error in installing source code. Yes I used ansible. Now attaching a figure i couldnt found the nodes in analyse with workflows tab. Do i need to write my own binaries or you need to download it from somewhere . If i want to make a QSAR workflow how do i create it ? On Mon, Nov 3, 2014 at 6:45 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, Did you get it running via ansible? If yes, the basic setup can be eSC server + db engine on one node and a number of engines on the rest of your nodes in the cluster. Just edit inventory.ini and set addresses accordingly. Alternatively, for very high demanding setups you may run db engine and eSC server separately but that shouldn’t be needed before you reach about 100-200 engine nodes. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 03 November 2014 23:04 To: Jacek Cala Subject: Re: [Esciencecentral-users] Error in installing source code. Great works now thanks. So do you have any links or docs to install it on multinode cluster ?? On Mon, Nov 3, 2014 at 8:16 AM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, I assume you’ve checked out the sources to your mac. Yes, you need to build the sources with maven. You have to have code/server/Ear/target/inkspot.ear and code/webflow/WorkflowEngine/target/ engine-package.zip. They are automatically installed by the ansible playbook. Then to use ansible deployment you will need: - install ansible on your mac – hope the blog info I sent you will help with that. - edit inventory.ini and set your target Ubuntu machine(s) instead of the default example addresses. - preferably exchange keys between the mac and target machine(s), e.g. with ssh-copy-id but you can run ansible with the --ask-pass option. - run from your mac ansible-playbook standalone.yml -i inventory.ini You don’t need to install db, roles nor jBoss, the ansible playbook takes care of it. Jacek /yatsek/ ------------------------------------------------------------------------------ _______________________________________________ Esciencecentral-users mailing list Esc...@li...<mailto:Esc...@li...> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users |
|
From: Jacek C. <jac...@ne...> - 2014-11-04 00:24:02
|
Hi Abhik, Glad to hear that you’ve managed to use our ansible playbook on MacOS. You’re the first one! ☺ Regarding the block palette, to make it full of blocks you need to build and upload libraries and blocks to your server. Currently, it’s still only semi-automated process. First, you need to create file ~/.inkspot/maven.props with contents: serverURL=http://<SERVER_ADDRESS>/APIServer hostname=<SERVER_ADDRESS> port=8080 username=<USERNAME> password=<PASSWORD> Then log in to the server and create folder “Services” and “Libraries” in your home folder. Finally, build maven tools, libraries and blocks: 1. Run ‘mvn clean install’ in the ‘code/tools/maven’ directory 2. Run ‘mvn clean install’ in ‘code/webflow/WorkflowItems/libraries’. 3. Run ‘mvn clean install’ in ‘code/webflow/WorkflowItems/blocks’. Note that the order of the build is important. If you set maven.props properly, libraries and blocks should be successfully built and uploaded to your instance. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...] Sent: 04 November 2014 00:07 To: Jacek Cala Subject: Re: [Esciencecentral-users] Error in installing source code. Yes I used ansible. Now attaching a figure i couldnt found the nodes in analyse with workflows tab. Do i need to write my own binaries or you need to download it from somewhere . If i want to make a QSAR workflow how do i create it ? On Mon, Nov 3, 2014 at 6:45 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, Did you get it running via ansible? If yes, the basic setup can be eSC server + db engine on one node and a number of engines on the rest of your nodes in the cluster. Just edit inventory.ini and set addresses accordingly. Alternatively, for very high demanding setups you may run db engine and eSC server separately but that shouldn’t be needed before you reach about 100-200 engine nodes. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 03 November 2014 23:04 To: Jacek Cala Subject: Re: [Esciencecentral-users] Error in installing source code. Great works now thanks. So do you have any links or docs to install it on multinode cluster ?? On Mon, Nov 3, 2014 at 8:16 AM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, I assume you’ve checked out the sources to your mac. Yes, you need to build the sources with maven. You have to have code/server/Ear/target/inkspot.ear and code/webflow/WorkflowEngine/target/ engine-package.zip. They are automatically installed by the ansible playbook. Then to use ansible deployment you will need: - install ansible on your mac – hope the blog info I sent you will help with that. - edit inventory.ini and set your target Ubuntu machine(s) instead of the default example addresses. - preferably exchange keys between the mac and target machine(s), e.g. with ssh-copy-id but you can run ansible with the --ask-pass option. - run from your mac ansible-playbook standalone.yml -i inventory.ini You don’t need to install db, roles nor jBoss, the ansible playbook takes care of it. Jacek /yatsek/ |
|
From: Jacek C. <jac...@ne...> - 2014-10-31 20:26:51
|
Hi, It looks you haven’t uploaded inkspot.ear to the ‘jBoss/standalone/deployments’ directory. But you’ll also need to install postgresql, create relevant database role and databases, copy jBoss config, and a few other steps. I’m not sure what you mean saying you use mac for login to remote machines but I’m sure the process is easier with ansible. If you struggle to exchange SSH keys, you can always run the playbook with option: --ask-pass (see http://docs.ansible.com/intro_getting_started.html or issue ansible-playbook --help). Best regards, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...] Sent: 31 October 2014 18:59 To: esc...@li...; Jacek Cala Subject: Re: [Esciencecentral-users] Error in installing source code. Hi Jacek, I am using mac for login to remote machines but unfortunately after editing inventory.ini i was trying to login but its now giving me some error. But i decided to login to the remote machine install escience and jboss and start ./standalone.sh and the server started as you can see below. But when I try to access localhost:8080 I cannot see the server running the browser doesn't show up. I see the Jboss is running and it shows up below messages. JBoss Bootstrap Environment JBOSS_HOME: /home/ubuntu/jboss JAVA: java JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml ========================================================================= 18:00:32,794 INFO [org.jboss.modules] JBoss Modules version 1.1.3.GA<http://1.1.3.GA> 18:00:33,317 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA<http://1.0.2.GA> 18:00:33,383 INFO [org.jboss.as<http://org.jboss.as>] JBAS015899: JBoss AS 7.1.3.Final "Arges" starting 18:00:35,047 INFO [org.xnio] XNIO Version 3.0.6.GA<http://3.0.6.GA> 18:00:35,059 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.6.GA<http://3.0.6.GA> 18:00:35,061 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) 18:00:35,075 INFO [org.jboss.remoting] JBoss Remoting version 3.2.8.SP1 18:00:35,149 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers 18:00:35,153 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem 18:00:35,176 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem. 18:00:35,247 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem 18:00:35,260 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.12.Final) 18:00:35,256 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011906: Activating OSGi Subsystem 18:00:35,304 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013171: Activating Security Subsystem 18:00:35,373 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension 18:00:35,395 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 18:00:35,433 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service 18:00:35,478 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.13.Final 18:00:35,504 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default] 18:00:36,000 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.5.GA<http://4.0.5.GA> 18:00:36,480 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http-/127.0.0.1:8080<http://127.0.0.1:8080> 18:00:36,993 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] 18:00:37,245 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on 127.0.0.1:9999<http://127.0.0.1:9999> 18:00:37,271 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/ubuntu/jboss/standalone/deployments 18:00:37,274 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on 127.0.0.1:4447<http://127.0.0.1:4447> 18:00:37,538 INFO [org.jboss.as<http://org.jboss.as>] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management 18:00:37,539 INFO [org.jboss.as<http://org.jboss.as>] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990 18:00:37,540 INFO [org.jboss.as<http://org.jboss.as>] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.3.Final "Arges" started in 5648ms - Started 136 of 217 services (80 services are passive or on-demand) On Fri, Oct 31, 2014 at 2:48 AM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: You need to use 7.1.3 which is included in the source code (‘documentation/buildAndInstall/jboss-as-7.1.3.final.zip’). The current version doesn’t work with 7.1.1. And the zip in the sources includes ‘bin/standalone.sh’. But I really encourage you to start with ansible. It’s only a few steps and then you have an automated way to install and later update the system. Best, Jacek /yatsek/ From: ab...@um...<mailto:ab...@um...> [mailto:ab...@um...<mailto:ab...@um...>] On Behalf Of Abhik Seal Sent: 31 October 2014 00:03 To: esc...@li...<mailto:esc...@li...>; Jacek Cala; Simon Woodman Subject: Re: [Esciencecentral-users] Error in installing source code. Hi, Should use Jboss 7.1.1 or 7.1.3 . Simon sent me a document about installing and he mentioned to use 7.1.3 . When i download that version i couldn't find the standalone.sh on JBOSS 7.1.3 On Thu, Oct 30, 2014 at 7:25 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, I’ve just committed an ansible playbook and roles that can automate installation of e-Science Central. Please have a look at the ‘deployment’ directory and ‘deployment/ansible/README.md’. I hope that with ansible the whole installation process will be relatively easy. Let me know if you have any questions on anything is unclear. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 27 October 2014 00:31 To: esc...@li...<mailto:esc...@li...> Subject: [Esciencecentral-users] Error in installing source code. Hi, I began to install escience code on ubuntu 14.04 . I followed the steps in given in http://sourceforge.net/p/esciencecentral/code/HEAD/tree/trunk/documentation/manuals/ESC-InstallGuide.docx for ubuntu . Everything went on smoothly but while starting the engine i am getting a JBOSS Error like Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1] Message: Unexpected element '{urn:jboss:domain:1.3}server' Can anyone help me on this ? ------------------------------------------------------------------------------ _______________________________________________ Esciencecentral-users mailing list Esc...@li...<mailto:Esc...@li...> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users -- Abhik Seal Phd Student Indiana University Bloomington, School of Informatics and computing Chemical Informatics 8123699097<tel:8123699097> http://mypage.iu.edu/~abseal/index.htm ------------------------------------------------------------------------------ _______________________________________________ Esciencecentral-users mailing list Esc...@li...<mailto:Esc...@li...> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users |
|
From: Abhik S. <ab...@um...> - 2014-10-31 19:04:27
|
Hi Jacek, I am using mac for login to remote machines but unfortunately after editing inventory.ini i was trying to login but its now giving me some error. But i decided to login to the remote machine install escience and jboss and start ./standalone.sh and the server started as you can see below. But when I try to access localhost:8080 I cannot see the server running the browser doesn't show up. I see the Jboss is running and it shows up below messages. JBoss Bootstrap Environment JBOSS_HOME: /home/ubuntu/jboss JAVA: java JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml ========================================================================= 18:00:32,794 INFO [org.jboss.modules] JBoss Modules version 1.1.3.GA 18:00:33,317 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA 18:00:33,383 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.3.Final "Arges" starting 18:00:35,047 INFO [org.xnio] XNIO Version 3.0.6.GA 18:00:35,059 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.6.GA 18:00:35,061 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) 18:00:35,075 INFO [org.jboss.remoting] JBoss Remoting version 3.2.8.SP1 18:00:35,149 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers 18:00:35,153 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem 18:00:35,176 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem. 18:00:35,247 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem 18:00:35,260 INFO [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.12.Final) 18:00:35,256 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011906: Activating OSGi Subsystem 18:00:35,304 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013171: Activating Security Subsystem 18:00:35,373 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension 18:00:35,395 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 18:00:35,433 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service 18:00:35,478 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.13.Final 18:00:35,504 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default] 18:00:36,000 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.5.GA 18:00:36,480 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http-/127.0.0.1:8080 18:00:36,993 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] 18:00:37,245 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on 127.0.0.1:9999 18:00:37,271 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/ubuntu/jboss/standalone/deployments 18:00:37,274 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on 127.0.0.1:4447 18:00:37,538 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management 18:00:37,539 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990 18:00:37,540 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.3.Final "Arges" started in 5648ms - Started 136 of 217 services (80 services are passive or on-demand) On Fri, Oct 31, 2014 at 2:48 AM, Jacek Cala <jac...@ne...> wrote: > You need to use 7.1.3 which is included in the source code > (‘documentation/buildAndInstall/jboss-as-7.1.3.final.zip’). The current > version doesn’t work with 7.1.1. And the zip in the sources includes > ‘bin/standalone.sh’. > > > > But I really encourage you to start with ansible. It’s only a few steps > and then you have an automated way to install and later update the system. > > > > Best, > > Jacek /yatsek/ > > > > > > *From:* ab...@um... [mailto:ab...@um...] *On Behalf Of *Abhik > Seal > *Sent:* 31 October 2014 00:03 > *To:* esc...@li...; Jacek Cala; Simon > Woodman > *Subject:* Re: [Esciencecentral-users] Error in installing source code. > > > > Hi, > > Should use Jboss 7.1.1 or 7.1.3 . Simon sent me a document about > installing and he mentioned to use 7.1.3 . When i download that version i > couldn't find the standalone.sh on JBOSS 7.1.3 > > > > On Thu, Oct 30, 2014 at 7:25 PM, Jacek Cala <jac...@ne...> > wrote: > > Hi Abhik, > > > > I’ve just committed an ansible playbook and roles that can automate > installation of e-Science Central. Please have a look at the ‘deployment’ > directory and ‘deployment/ansible/README.md’. I hope that with ansible the > whole installation process will be relatively easy. > > > > Let me know if you have any questions on anything is unclear. > > > > Cheers, > > Jacek /yatsek/ > > > > > > *From:* Abhik Seal [mailto:ab...@um...] > *Sent:* 27 October 2014 00:31 > *To:* esc...@li... > *Subject:* [Esciencecentral-users] Error in installing source code. > > > > Hi, > > > > I began to install escience code on ubuntu 14.04 . I followed the steps in > given in > http://sourceforge.net/p/esciencecentral/code/HEAD/tree/trunk/documentation/manuals/ESC-InstallGuide.docx for > ubuntu . Everything went on smoothly but while starting the engine i am > getting a JBOSS Error like > > > > Caused by: javax.xml.stream.XMLStreamException: ParseError at > [row,col]:[3,1] > > Message: Unexpected element '{urn:jboss:domain:1.3}server' > > Can anyone help me on this ? > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users > > > > > > -- > > Abhik Seal > > Phd Student > > Indiana University Bloomington, > > School of Informatics and computing > > Chemical Informatics > > 8123699097 > > http://mypage.iu.edu/~abseal/index.htm > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users > > |
|
From: Jacek C. <jac...@ne...> - 2014-10-31 06:49:00
|
You need to use 7.1.3 which is included in the source code (‘documentation/buildAndInstall/jboss-as-7.1.3.final.zip’). The current version doesn’t work with 7.1.1. And the zip in the sources includes ‘bin/standalone.sh’. But I really encourage you to start with ansible. It’s only a few steps and then you have an automated way to install and later update the system. Best, Jacek /yatsek/ From: ab...@um... [mailto:ab...@um...] On Behalf Of Abhik Seal Sent: 31 October 2014 00:03 To: esc...@li...; Jacek Cala; Simon Woodman Subject: Re: [Esciencecentral-users] Error in installing source code. Hi, Should use Jboss 7.1.1 or 7.1.3 . Simon sent me a document about installing and he mentioned to use 7.1.3 . When i download that version i couldn't find the standalone.sh on JBOSS 7.1.3 On Thu, Oct 30, 2014 at 7:25 PM, Jacek Cala <jac...@ne...<mailto:jac...@ne...>> wrote: Hi Abhik, I’ve just committed an ansible playbook and roles that can automate installation of e-Science Central. Please have a look at the ‘deployment’ directory and ‘deployment/ansible/README.md’. I hope that with ansible the whole installation process will be relatively easy. Let me know if you have any questions on anything is unclear. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...<mailto:ab...@um...>] Sent: 27 October 2014 00:31 To: esc...@li...<mailto:esc...@li...> Subject: [Esciencecentral-users] Error in installing source code. Hi, I began to install escience code on ubuntu 14.04 . I followed the steps in given in http://sourceforge.net/p/esciencecentral/code/HEAD/tree/trunk/documentation/manuals/ESC-InstallGuide.docx for ubuntu . Everything went on smoothly but while starting the engine i am getting a JBOSS Error like Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1] Message: Unexpected element '{urn:jboss:domain:1.3}server' Can anyone help me on this ? ------------------------------------------------------------------------------ _______________________________________________ Esciencecentral-users mailing list Esc...@li...<mailto:Esc...@li...> https://lists.sourceforge.net/lists/listinfo/esciencecentral-users -- Abhik Seal Phd Student Indiana University Bloomington, School of Informatics and computing Chemical Informatics 8123699097 http://mypage.iu.edu/~abseal/index.htm |
|
From: Abhik S. <abh...@gm...> - 2014-10-31 00:02:51
|
Hi, Should use Jboss 7.1.1 or 7.1.3 . Simon sent me a document about installing and he mentioned to use 7.1.3 . When i download that version i couldn't find the standalone.sh on JBOSS 7.1.3 On Thu, Oct 30, 2014 at 7:25 PM, Jacek Cala <jac...@ne...> wrote: > Hi Abhik, > > > > I’ve just committed an ansible playbook and roles that can automate > installation of e-Science Central. Please have a look at the ‘deployment’ > directory and ‘deployment/ansible/README.md’. I hope that with ansible the > whole installation process will be relatively easy. > > > > Let me know if you have any questions on anything is unclear. > > > > Cheers, > > Jacek /yatsek/ > > > > > > *From:* Abhik Seal [mailto:ab...@um...] > *Sent:* 27 October 2014 00:31 > *To:* esc...@li... > *Subject:* [Esciencecentral-users] Error in installing source code. > > > > Hi, > > > > I began to install escience code on ubuntu 14.04 . I followed the steps in > given in > http://sourceforge.net/p/esciencecentral/code/HEAD/tree/trunk/documentation/manuals/ESC-InstallGuide.docx for > ubuntu . Everything went on smoothly but while starting the engine i am > getting a JBOSS Error like > > > > Caused by: javax.xml.stream.XMLStreamException: ParseError at > [row,col]:[3,1] > > Message: Unexpected element '{urn:jboss:domain:1.3}server' > > Can anyone help me on this ? > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Esciencecentral-users mailing list > Esc...@li... > https://lists.sourceforge.net/lists/listinfo/esciencecentral-users > > -- Abhik Seal Phd Student Indiana University Bloomington, School of Informatics and computing Chemical Informatics 8123699097 http://mypage.iu.edu/~abseal/index.htm |
|
From: Jacek C. <jac...@ne...> - 2014-10-30 23:25:50
|
Hi Abhik, I’ve just committed an ansible playbook and roles that can automate installation of e-Science Central. Please have a look at the ‘deployment’ directory and ‘deployment/ansible/README.md’. I hope that with ansible the whole installation process will be relatively easy. Let me know if you have any questions on anything is unclear. Cheers, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...] Sent: 27 October 2014 00:31 To: esc...@li... Subject: [Esciencecentral-users] Error in installing source code. Hi, I began to install escience code on ubuntu 14.04 . I followed the steps in given in http://sourceforge.net/p/esciencecentral/code/HEAD/tree/trunk/documentation/manuals/ESC-InstallGuide.docx for ubuntu . Everything went on smoothly but while starting the engine i am getting a JBOSS Error like Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1] Message: Unexpected element '{urn:jboss:domain:1.3}server' Can anyone help me on this ? |
|
From: Jacek C. <jac...@ne...> - 2014-10-29 13:04:08
|
Hi Abhik, Apologies for the late answer, I’m off today but will try to look at it tomorrow. I’m afraid the installation instructions have not been updated for some time and that may be an issue. However, I have been working on automated e-SC deployment and am hoping to share it with you tomorrow. Best regards, Jacek /yatsek/ From: Abhik Seal [mailto:ab...@um...] Sent: 27 October 2014 00:31 To: esc...@li... Subject: [Esciencecentral-users] Error in installing source code. Hi, I began to install escience code on ubuntu 14.04 . I followed the steps in given in http://sourceforge.net/p/esciencecentral/code/HEAD/tree/trunk/documentation/manuals/ESC-InstallGuide.docx for ubuntu . Everything went on smoothly but while starting the engine i am getting a JBOSS Error like Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1] Message: Unexpected element '{urn:jboss:domain:1.3}server' Can anyone help me on this ? |
|
From: Abhik S. <ab...@um...> - 2014-10-27 01:32:46
|
Hi, I began to install escience code on ubuntu 14.04 . I followed the steps in given in http://sourceforge.net/p/esciencecentral/code/HEAD/tree/trunk/documentation/manuals/ESC-InstallGuide.docx for ubuntu . Everything went on smoothly but while starting the engine i am getting a JBOSS Error like Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[3,1] Message: Unexpected element '{urn:jboss:domain:1.3}server' Can anyone help me on this ? |
|
From: Jacek C. <jac...@ne...> - 2014-10-09 09:45:42
|
Hi Hugo, I can see that WorkflowAPI provides method listCallableWorkflowParameters and I've managed to configure workflow to show selected parameters, however, I have two questions regarding the proper use: 1. The returned map shows the name and type of the exposed block properties but doesn't tell to which block a property is bound. Is this correct? How can I then call workflow with parameters not knowing a block-property relation? As far as I know executeWorkflowWithParameters takes a list of triples (blockName, blockProperty, value). Is there some magic string for blockName which allows refering to the exposed properties? 2. What happens if two blocks exposed their property under the same name? What if both have compatible types? Can calling workflow with parameters set both properties to a desired value? That would be very useful. Cheers, Jacek /yatsek/ |
|
From: Jacek C. <jac...@ne...> - 2013-10-24 15:51:48
|
Hi All, This is just a test message to check whether the e-Science Central user list has been set up correctly. Could (at least) one of you reply to this message, so we know that it's fine. Thank you, Jacek /yatzek/ |