Re: [Esciencecentral-users] Error in installing source code.
Cloud based scientific data analysis
Status: Beta
Brought to you by:
sjwoodman
|
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 |