How to install Jobsworth on Rhel

369 views
Skip to first unread message

Balmore Lopez

unread,
Dec 10, 2013, 11:01:09 AM12/10/13
to jobs...@googlegroups.com
Please,
You could publish a guide step by step installation of version 4 of jobsworth

Aristedes Maniatis

unread,
Dec 10, 2013, 5:33:54 PM12/10/13
to jobs...@googlegroups.com
At what point in the existing step by step instructions did you get stuck?

Ari

On 11/12/2013 3:01am, Balmore Lopez wrote:
> Please,
> You could publish a guide step by step installation of version 4 of jobsworth
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "jobsworth" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jobsworth+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

--
-------------------------->
Aristedes Maniatis
ish
http://www.ish.com.au
Level 1, 30 Wilson Street Newtown 2042 Australia
phone +61 2 9550 5001 fax +61 2 9550 4001
GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A

Balmore Lopez

unread,
Dec 11, 2013, 12:59:50 PM12/11/13
to jobs...@googlegroups.com
thanks Ari!!!, your work is great!

i have been stuck in this step

Step 3: Connect

what is the url to connect jobsworth ?  for example:

localhost/jobworth
localhost:8080/jobsworth

your last contribution is a .war, so i assume than run in tomcat.

Thanks you very much.

note. as I can donate to your project?

Aristedes Maniatis

unread,
Dec 11, 2013, 7:46:18 PM12/11/13
to jobs...@googlegroups.com
On 12/12/2013 4:59am, Balmore Lopez wrote:
> thanks Ari!!!, your work is great!
>
> i have been stuck in this step
>
>
> Step 3: Connect
>
> what is the url to connect jobsworth ? for example:
>
> localhost/jobworth
> localhost:8080/jobsworth


This will be defined in tomcat itself. By default it is 8080. And the path (the bit after the /) is the same as the same of the war file. If the war is called ROOT.war then there is no path. So....

jobsworth.war => localhost:8080/jobsworth
ROOT.war -> localhost:8080/
somethingelse.war => localhost:8080/somethingelse


Changing the port is easy enough:

http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/

But note that to put it on port 80 or 443, then tomcat needs to run as root. A more common arrangement is to run a web server in front as a proxy.


> your last contribution is a .war, so i assume than run in tomcat.
>
> Thanks you very much.
>
> note. as I can donate to your project?

The most useful donation is code, or if you aren't a coder, then testing and feedback. Clearly thought through ideas for improvement are also useful.


Regards
Ari



> El martes, 10 de diciembre de 2013 16:33:54 UTC-6, Ari Maniatis escribi�:
>
> At what point in the existing step by step instructions did you get stuck?
>
> Ari
>
> On 11/12/2013 3:01am, Balmore Lopez wrote:
> > Please,
> > You could publish a guide step by step installation of version 4 of jobsworth
> >
> > --
> >
> > ---
> > You received this message because you are subscribed to the Google Groups "jobsworth" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to jobsworth+...@googlegroups.com <javascript:>.
> > For more options, visit https://groups.google.com/groups/opt_out <https://groups.google.com/groups/opt_out>.

Balmore Lopez

unread,
Dec 12, 2013, 9:58:09 AM12/12/13
to jobs...@googlegroups.com
Ari, wow is very easy.... oh my God! thanks, 
but now show me this :
but now is show this:
org.jruby.rack.RackInitializationException: undefined method `+' for nil:NilClass
	from /var/lib/tomcat6/webapps/jobsworth/WEB-INF/config/initializers/010_devise.rb:6:in `(root)'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/devise-2.2.3/lib/devise.rb:258:in `setup'
	from /var/lib/tomcat6/webapps/jobsworth/WEB-INF/config/initializers/010_devise.rb:3:in `(root)'
	from org/jruby/RubyKernel.java:1046:in `load'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:1:in `(root)'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load'
	from org/jruby/RubyArray.java:1613:in `each'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:588:in `Engine'
	from org/jruby/RubyBasicObject.java:1738:in `instance_exec'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:587:in `Engine'
	from org/jruby/RubyArray.java:1613:in `each'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `run_initializers'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
	from org/jruby/RubyBasicObject.java:1677:in `__send__'
	from org/jruby/RubyKernel.java:2103:in `send'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
	from org/jruby/RubyKernel.java:1027:in `require'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/config/environment.rb:5:in `(root)'
	from file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:1:in `(root)'
	from file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:25:in `load_environment'

	at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)
	at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:98)
	at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
	at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1244)
	at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1342)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:303)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1337)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610)
	at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `+' for nil:NilClass
	at RUBY.(root)(/var/lib/tomcat6/webapps/jobsworth/WEB-INF/config/initializers/010_devise.rb:6)
	at RUBY.setup(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/devise-2.2.3/lib/devise.rb:258)
	at RUBY.(root)(/var/lib/tomcat6/webapps/jobsworth/WEB-INF/config/initializers/010_devise.rb:3)
	at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1046)
	at RUBY.(root)(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:1)
	at ActiveSupport::Dependencies::Loadable.load_dependency(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236)
	at RUBY.load(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245)
	at RUBY.load(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245)
	at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)
	at RUBY.Engine(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:588)
	at org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:1738)
	at Rails::Initializable::Initializer.run(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:30)
	at RUBY.Engine(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:587)
	at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)
	at RUBY.run_initializers(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:55)
	at RUBY.run_initializers(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:54)
	at org.jruby.RubyBasicObject.__send__(org/jruby/RubyBasicObject.java:1677)
	at org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2103)
	at RUBY.initialize!(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/application.rb:136)
	at RUBY.method_missing(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30)
	at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027)
	at RUBY.(root)(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/config/environment.rb:5)
	at RUBY.(root)(file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:1)
	at RUBY.load_environment(file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:25)



Please helpme, It is necessary to have previously installed Ruby?




El miércoles, 11 de diciembre de 2013 18:46:18 UTC-6, Ari Maniatis escribió:
On 12/12/2013 4:59am, Balmore Lopez wrote:
> thanks Ari!!!, your work is great!
>
> i have been stuck in this step
>
>
>     Step 3: Connect
>
> what is the url to connect jobsworth ?  for example:
>
> localhost/jobworth
> localhost:8080/jobsworth


This will be defined in tomcat itself. By default it is 8080. And the path (the bit after the /) is the same as the same of the war file. If the war is called ROOT.war then there is no path. So....

jobsworth.war => localhost:8080/jobsworth
ROOT.war -> localhost:8080/
somethingelse.war => localhost:8080/somethingelse


Changing the port is easy enough:

http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/

But note that to put it on port 80 or 443, then tomcat needs to run as root. A more common arrangement is to run a web server in front as a proxy.


> your last contribution is a .war, so i assume than run in tomcat.
>
> Thanks you very much.
>
> note. as I can donate to your project?

The most useful donation is code, or if you aren't a coder, then testing and feedback. Clearly thought through ideas for improvement are also useful.


Regards
Ari



> El martes, 10 de diciembre de 2013 16:33:54 UTC-6, Ari Maniatis escribi�:

Balmore Lopez

unread,
Dec 12, 2013, 11:08:01 AM12/12/13
to jobs...@googlegroups.com
yeah, is necessary Ruby, but now show me this:
org.jruby.rack.RackInitializationException: The driver encountered an unknown error: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/connection.rb:32:in `initialize'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/adapter.rb:31:in `initialize'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/connection_methods.rb:6:in `jdbc_connection'
	from org/jruby/RubyBasicObject.java:1683:in `__send__'
	from org/jruby/RubyKernel.java:2107:in `send'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `checkout'
	from org/jruby/RubyKernel.java:1409:in `loop'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `checkout'
	from jar:file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-jars-1.7.3-lib-jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/1.9/monitor.rb:211:in `mon_synchronize'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `connection'
	from jar:file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-jars-1.7.3-lib-jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/1.9/monitor.rb:211:in `mon_synchronize'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:662:in `initialize'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:570:in `up'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:551:in `migrate'
	from /var/lib/tomcat6/webapps/jobsworth/WEB-INF/config/initializers/020_database_migration.rb:26:in `(root)'
	from org/jruby/RubyKernel.java:1046:in `load'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:1:in `(root)'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load'
	from org/jruby/RubyArray.java:1613:in `each'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:588:in `Engine'
	from org/jruby/RubyBasicObject.java:1738:in `instance_exec'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:587:in `Engine'
	from org/jruby/RubyArray.java:1613:in `each'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `run_initializers'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
	from org/jruby/RubyBasicObject.java:1677:in `__send__'
	from org/jruby/RubyKernel.java:2103:in `send'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
	from org/jruby/RubyKernel.java:1027:in `require'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/config/environment.rb:5:in `(root)'
	from file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:1:in `(root)'
	from file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:25:in `load_environment'

	at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)
	at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:98)
	at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
	at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:593)
	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:601)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.jruby.exceptions.RaiseException: (JDBCError) The driver encountered an unknown error: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
	at RUBY.initialize(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/connection.rb:32)
	at RUBY.initialize(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/adapter.rb:31)
	at RUBY.jdbc_connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/connection_methods.rb:6)
	at org.jruby.RubyBasicObject.__send__(org/jruby/RubyBasicObject.java:1683)
	at org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2107)
	at RUBY.new_connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:315)
	at RUBY.checkout_new_connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:325)
	at RUBY.checkout(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:247)
	at org.jruby.RubyKernel.loop(org/jruby/RubyKernel.java:1409)
	at RUBY.checkout(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:242)
	at RUBY.mon_synchronize(jar:file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-jars-1.7.3-lib-jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/1.9/monitor.rb:211)
	at RUBY.checkout(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:239)
	at RUBY.connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:102)
	at RUBY.mon_synchronize(jar:file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-jars-1.7.3-lib-jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/1.9/monitor.rb:211)
	at RUBY.connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:101)
	at RUBY.retrieve_connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:410)
	at RUBY.retrieve_connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:171)
	at RUBY.connection(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:145)
	at RUBY.initialize(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:662)
	at RUBY.up(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:570)
	at RUBY.migrate(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:551)
	at RUBY.(root)(/var/lib/tomcat6/webapps/jobsworth/WEB-INF/config/initializers/020_database_migration.rb:26)
	at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1046)
	at RUBY.(root)(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:1)
	at ActiveSupport::Dependencies::Loadable.load_dependency(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236)
	at RUBY.load(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245)
	at RUBY.load(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245)
	at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)
	at RUBY.Engine(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:588)
	at org.jruby.RubyBasicObject.instance_exec(org/jruby/RubyBasicObject.java:1738)
	at Rails::Initializable::Initializer.run(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:30)
	at RUBY.Engine(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:587)
	at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)
	at RUBY.run_initializers(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:55)
	at RUBY.run_initializers(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:54)
	at org.jruby.RubyBasicObject.__send__(org/jruby/RubyBasicObject.java:1677)
	at org.jruby.RubyKernel.send(org/jruby/RubyKernel.java:2103)
	at RUBY.initialize!(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/application.rb:136)
	at RUBY.method_missing(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30)
	at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1027)
	at RUBY.(root)(/usr/share/tomcat6/webapps/jobsworth/WEB-INF/config/environment.rb:5)
	at RUBY.(root)(file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:1)
	at RUBY.load_environment(file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:25)

Balmore Lopez

unread,
Dec 12, 2013, 12:34:07 PM12/12/13
to jobs...@googlegroups.com
i keep going:

 I have been stuck in this place

ActiveRecord::JDBCError: Table 'jobsworth.tasks' doesn't exist: ALTER TABLE `tasks` ADD `milestone_id` int(11)
	from arjdbc/jdbc/RubyJdbcConnection.java:215:in `execute'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/adapter.rb:305:in `_execute'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/adapter.rb:291:in `execute'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_adapter.rb:280:in `log'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/jdbc/adapter.rb:291:in `execute'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-jdbc-adapter-1.2.9/lib/arjdbc/mysql/adapter.rb:352:in `add_column'
	from org/jruby/RubyBasicObject.java:1704:in `__send__'
	from org/jruby/RubyKernel.java:2115:in `send'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:466:in `method_missing'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:438:in `say_with_time'
	from jar:file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-jars-1.7.3-lib-jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/1.9/benchmark.rb:280:in `measure'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:438:in `say_with_time'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:458:in `method_missing'
	from org/jruby/RubyBasicObject.java:1704:in `__send__'
	from org/jruby/RubyKernel.java:2115:in `send'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:334:in `method_missing'
	from /var/lib/tomcat6/webapps/jobsworth/WEB-INF/db/migrate/1_create_milestones.rb:14:in `up'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:370:in `up'
	from org/jruby/RubyBasicObject.java:1677:in `__send__'
	from org/jruby/RubyKernel.java:2103:in `send'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:410:in `migrate'
	from jar:file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-jars-1.7.3-lib-jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/1.9/benchmark.rb:280:in `measure'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:410:in `migrate'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:129:in `with_connection'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:389:in `migrate'
	from org/jruby/RubyBasicObject.java:1683:in `__send__'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:528:in `migrate'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:720:in `migrate'
	from org/jruby/RubyProc.java:249:in `call'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:777:in `ddl_transaction'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:719:in `migrate'
	from org/jruby/RubyArray.java:1613:in `each'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:700:in `migrate'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:570:in `up'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activerecord-3.2.13/lib/active_record/migration.rb:551:in `migrate'
	from /var/lib/tomcat6/webapps/jobsworth/WEB-INF/config/initializers/020_database_migration.rb:26:in `(root)'
	from org/jruby/RubyKernel.java:1046:in `load'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:1:in `(root)'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load'
	from org/jruby/RubyArray.java:1613:in `each'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:588:in `Engine'
	from org/jruby/RubyBasicObject.java:1738:in `instance_exec'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/engine.rb:587:in `Engine'
	from org/jruby/RubyArray.java:1613:in `each'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `run_initializers'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
	from org/jruby/RubyBasicObject.java:1677:in `__send__'
	from org/jruby/RubyKernel.java:2103:in `send'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/gems/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
	from org/jruby/RubyKernel.java:1027:in `require'
	from /usr/share/tomcat6/webapps/jobsworth/WEB-INF/config/environment.rb:5:in `(root)'
	from file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:1:in `(root)'
	from file:/var/lib/tomcat6/webapps/jobsworth/WEB-INF/lib/gems-gems-jruby-rack-1.1.13.2-lib-jruby-rack-1.1.13.2.jar!/jruby/rack/rails/environment3.rb:25:in `load_environment'

	at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)
	at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:98)
	at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
	at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
	at org.apache.catalina.core.StandardService.start(StandardService.java:516)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:593)
	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:601)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.jruby.exceptions.RaiseException: (StandardError) An error has occurred, all later migrations canceled:

ActiveRecord::JDBCError: Table 'jobsworth.tasks' doesn't exist: ALTER TABLE `tasks` ADD `milestone_id` int(11)


El miércoles, 11 de diciembre de 2013 18:46:18 UTC-6, Ari Maniatis escribió:
On 12/12/2013 4:59am, Balmore Lopez wrote:
> thanks Ari!!!, your work is great!
>
> i have been stuck in this step
>
>
>     Step 3: Connect
>
> what is the url to connect jobsworth ?  for example:
>
> localhost/jobworth
> localhost:8080/jobsworth


This will be defined in tomcat itself. By default it is 8080. And the path (the bit after the /) is the same as the same of the war file. If the war is called ROOT.war then there is no path. So....

jobsworth.war => localhost:8080/jobsworth
ROOT.war -> localhost:8080/
somethingelse.war => localhost:8080/somethingelse


Changing the port is easy enough:

http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/

But note that to put it on port 80 or 443, then tomcat needs to run as root. A more common arrangement is to run a web server in front as a proxy.


> your last contribution is a .war, so i assume than run in tomcat.
>
> Thanks you very much.
>
> note. as I can donate to your project?

The most useful donation is code, or if you aren't a coder, then testing and feedback. Clearly thought through ideas for improvement are also useful.


Regards
Ari



> El martes, 10 de diciembre de 2013 16:33:54 UTC-6, Ari Maniatis escribi�:

Balmore Lopez

unread,
Dec 12, 2013, 12:40:34 PM12/12/13
to jobs...@googlegroups.com
for this issue, check link:

thanks!

Balmore Lopez

unread,
Dec 12, 2013, 4:50:33 PM12/12/13
to jobs...@googlegroups.com

Aristedes Maniatis

unread,
Dec 12, 2013, 5:53:31 PM12/12/13
to jobs...@googlegroups.com
On 13/12/2013 3:08am, Balmore Lopez wrote:
>
> Caused by: org.jruby.exceptions.RaiseException: (JDBCError) The driver encountered an unknown error: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)

Look at your database connection details in both database.yml and context.xml.

Ari
Message has been deleted

Balmore Lopez

unread,
Dec 13, 2013, 12:30:15 PM12/13/13
to jobs...@googlegroups.com
Thanks Ari, 

now stuck is this

Invalid user or password


probably, because don't populate db...  used this command.

RAILS_ENV=production rake db:schema:load 

helpme...

Aristedes Maniatis

unread,
Dec 14, 2013, 1:53:26 AM12/14/13
to jobs...@googlegroups.com
Can you see records in the database? Are there lots of tables?

Ari


On 14/12/2013 4:30am, Balmore Lopez wrote:
> Thanks Ari,
>
> now stuck is this
>
> Invalid user or password
>
> http://postimg.org/image/ky287wdcx/ <http://www.google.com/url?q=http%3A%2F%2Fpostimg.org%2Fimage%2Fky287wdcx%2F&sa=D&sntz=1&usg=AFQjCNHmUD83RSCnlY27DH695JmPIi6RZA>
>
> probably, because don't populate db... used this command.
>
> RAILS_ENV=production rake db:schema:load
>
> helpme...
>
>
>
> El jueves, 12 de diciembre de 2013 16:53:31 UTC-6, Ari Maniatis escribi�:
>
> On 13/12/2013 3:08am, Balmore Lopez wrote:
> >
> > Caused by: org.jruby.exceptions.RaiseException: (JDBCError) The driver encountered an unknown error: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
>
> Look at your database connection details in both database.yml and context.xml.
>
> Ari
>
>
>
> --
> -------------------------->
> Aristedes Maniatis
> ish
> http://www.ish.com.au
> Level 1, 30 Wilson Street Newtown 2042 Australia
> phone +61 2 9550 5001 fax +61 2 9550 4001
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "jobsworth" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jobsworth+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

Balmore Lopez

unread,
Dec 17, 2013, 11:49:04 AM12/17/13
to jobs...@googlegroups.com
thank Ari,
none, is completely empty



El sábado, 14 de diciembre de 2013 00:53:26 UTC-6, Ari Maniatis escribió:
Can you see records in the database? Are there lots of tables?

Ari


On 14/12/2013 4:30am, Balmore Lopez wrote:
> Thanks Ari,
>
> now stuck is this
>
> Invalid user or password
>
> http://postimg.org/image/ky287wdcx/ <http://www.google.com/url?q=http%3A%2F%2Fpostimg.org%2Fimage%2Fky287wdcx%2F&sa=D&sntz=1&usg=AFQjCNHmUD83RSCnlY27DH695JmPIi6RZA>
>
> probably, because don't populate db...  used this command.
>
> RAILS_ENV=production rake db:schema:load
>
> helpme...
>
>
>
> El jueves, 12 de diciembre de 2013 16:53:31 UTC-6, Ari Maniatis escribi�:

Sebastien Asselin

unread,
Dec 17, 2013, 1:58:32 PM12/17/13
to jobs...@googlegroups.com
Same thing for me, all work #1. But I don't have any default user and if I execute  RAILS_ENV=production rake db:schema:load  in the WEB-INF.

I have more error like this:


* All bundle is installed...

P.S.: Sorry for my bad english

Sebastien Asselin

unread,
Dec 17, 2013, 2:27:17 PM12/17/13
to jobs...@googlegroups.com
Have resolved this bug with use ./bin/jobsworth setup ;)

Balmore Lopez

unread,
Dec 17, 2013, 4:29:23 PM12/17/13
to jobs...@googlegroups.com
Thansk, now it is ok.
fully functioning on RHEL 6.4 64bit Yeah!!

Balmore Lopez

unread,
Dec 18, 2013, 10:38:25 AM12/18/13
to jobs...@googlegroups.com
Sebastian, my english is very bad, my first language is  Spanish.
Gracias por tu ayuda, logre hacer funcionar el sistema.

Sebastien Asselin

unread,
Dec 18, 2013, 2:52:18 PM12/18/13
to jobs...@googlegroups.com
I don't speach spanish sorry ;)  My first language is French :) 

But, google translate help me for understand you! Me hace feliz;)

Omar Elazhary

unread,
Dec 18, 2015, 9:21:16 AM12/18/15
to jobsworth
How did you get past this error?

I've followed all the steps so far. I successfully installed tomcat and mysql. I created the jobsworth database. I downloaded and modified the context.xml file. I can't get past this.

Ankur Chauhan

unread,
Aug 27, 2018, 2:45:51 PM8/27/18
to jobsworth
I am also getting this error if I access the jobsworth server via jobsworth.software.com but if try to access the server via software.com it will work. Can anybody help me on this.

Reply all
Reply to author
Forward
0 new messages