• March 29, 2024, 06:42:58 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Can you upgrade Gitblit to the new version 1.7.1  (Read 4848 times)

madmorgan007

  • Level 1 Member
  • *
  • Posts: 9
Can you upgrade Gitblit to the new version 1.7.1
« on: April 19, 2016, 10:13:44 AM »

Hi

Can you do an update for the Gitblit on the Dlink 320l to the lasted version 1.7.1. I have downloaded the Gitblit GO Linux version which looked like yours same files and dirs, and tried updating the files in the Nas_Pro/Gitblit then I did sh start.sh to start the new version and seemed to work got the Gitblit logo in terminal and the version saying 1.7.1 apart from a Java error that cared it fail when trying to look in git repos.

Thanks
Logged

madmorgan007

  • Level 1 Member
  • *
  • Posts: 9
Re: Can you upgrade Gitblit to the new version 1.7.1
« Reply #1 on: April 22, 2016, 07:33:18 AM »

Hi,

I have been trying again to upgrade this again.

I did update the start.sh script to point to a new location on my disk while I do some testing and now I can give the exact error

any help would be good
Thanks

Code: [Select]
bash-4.1# sh Gitblit.1.7.1/start.sh
Continuing in background, pid 6285.
bash-4.1#
bash-4.1# 2016-04-22 14:27:33 [INFO ]
  _____  _  _    _      _  _  _
 |  __ \(_)| |  | |    | |(_)| |
 | |  \/ _ | |_ | |__  | | _ | |_
 | | __ | || __|| '_ \ | || || __|  http://gitblit.com
 | |_\ \| || |_ | |_) || || || |_   @gitblit
  \____/|_| \__||_.__/ |_||_| \__|  1.7.1

2016-04-22 14:27:33 [INFO ] Running on Linux (2.6.31.8)
2016-04-22 14:27:33 [INFO ] Logging initialized @5484ms
2016-04-22 14:27:40 [INFO ] Using JCE Standard Encryption Policy files, encryption key lengths will be limited
2016-04-22 14:27:40 [INFO ] Setting up HTTPS transport on port 8444
2016-04-22 14:27:40 [INFO ]    certificate alias = localhost
2016-04-22 14:27:40 [INFO ]    keyStorePath   = /mnt/HD/HD_a2/Gitblit.1.7.1/git/data/serverKeyStore.jks
2016-04-22 14:27:40 [INFO ]    trustStorePath = /mnt/HD/HD_a2/Gitblit.1.7.1/git/data/serverTrustStore.jks
2016-04-22 14:27:40 [INFO ]    crlPath        = /mnt/HD/HD_a2/Gitblit.1.7.1/git/data/certs/caRevocationList.crl
2016-04-22 14:27:42 [INFO ] Shutdown Monitor listening on port 8081
2016-04-22 14:27:42 [INFO ] jetty-9.2.3.v20140905
2016-04-22 14:27:46 [INFO ] NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
2016-04-22 14:27:53 [INFO ]
2016-04-22 14:27:53 [INFO ] ----[com.gitblit.manager.IRuntimeManager]----
2016-04-22 14:27:53 [INFO ] Basefolder  : /mnt/HD/HD_a2/Gitblit.1.7.1/git/data
2016-04-22 14:27:53 [INFO ] Settings    : /mnt/HD/HD_a2/Gitblit.1.7.1/git/data/gitblit.properties
2016-04-22 14:27:53 [INFO ] JVM timezone: GMT (GMT +0000)
2016-04-22 14:27:53 [INFO ] App timezone: GMT (GMT +0000)
2016-04-22 14:27:53 [INFO ] JVM locale  : en_US
2016-04-22 14:27:53 [INFO ] App locale  : <client>
2016-04-22 14:27:53 [INFO ]
2016-04-22 14:27:53 [INFO ] ----[com.gitblit.manager.INotificationManager]----
2016-04-22 14:27:53 [WARN ] Mail service disabled.
2016-04-22 14:27:53 [INFO ]
2016-04-22 14:27:53 [INFO ] ----[com.gitblit.manager.IUserManager]----
2016-04-22 14:27:54 [INFO ] ConfigUserService(/mnt/HD/HD_a2/Gitblit.1.7.1/git/data/users.conf)
2016-04-22 14:27:54 [INFO ]
2016-04-22 14:27:54 [INFO ] ----[com.gitblit.manager.IAuthenticationManager]----
2016-04-22 14:27:54 [INFO ] External authentication disabled.
2016-04-22 14:27:54 [INFO ]
2016-04-22 14:27:54 [INFO ] ----[com.gitblit.transport.ssh.IPublicKeyManager]----
2016-04-22 14:27:54 [INFO ] FileKeyManager (/mnt/HD/HD_a2/Gitblit.1.7.1/git/data/ssh)
2016-04-22 14:27:54 [INFO ]
2016-04-22 14:27:54 [INFO ] ----[com.gitblit.manager.IRepositoryManager]----
2016-04-22 14:27:54 [INFO ] Repositories folder : /mnt/HD/HD_a2/Gitblit.1.7.1/git/data/git
2016-04-22 14:27:54 [INFO ] Identifying repositories...
2016-04-22 14:27:55 [INFO ] 1 repositories identified with calculated folder sizes in 1,518 msecs
2016-04-22 14:27:55 [WARN ] FAILED o.e.j.w.WebAppContext@85f5e4{/,file:/mnt/HD/HD_a2/Gitblit.1.7.1/git/data/temp/webapp/,STARTING}{file:/mnt/HD/HD_a2/Gitblit.1.7.1/git/gitblit.jar}: java.lang.NoSuchFieldError: LUCENE_4_10_0
java.lang.NoSuchFieldError: LUCENE_4_10_0
        at com.gitblit.service.LuceneService.<clinit>(LuceneService.java:128)
        at com.gitblit.manager.RepositoryManager.configureLuceneIndexing(RepositoryManager.java:1869)
        at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:165)
        at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:104)
        at com.gitblit.servlet.GitblitContext.startManager(GitblitContext.java:270)
        at com.gitblit.servlet.GitblitContext.startManager(GitblitContext.java:266)
        at com.gitblit.servlet.GitblitContext.startCore(GitblitContext.java:202)
        at com.gitblit.servlet.GitblitContext.contextInitialized(GitblitContext.java:147)
        at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798)
        at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
        at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789)
        at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
        at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)
        at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)
        at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
        at org.eclipse.jetty.server.Server.start(Server.java:387)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
        at org.eclipse.jetty.server.Server.doStart(Server.java:354)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at com.gitblit.GitBlitServer.start(GitBlitServer.java:460)
        at com.gitblit.GitBlitServer.main(GitBlitServer.java:124)
        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.moxie.MxLauncher.main(MxLauncher.java:129)
2016-04-22 14:28:04 [INFO ] Started ServerConnector@110ed49{SSL-HTTP/1.1}{0.0.0.0:8444}
2016-04-22 14:28:04 [WARN ] FAILED org.eclipse.jetty.server.Server@3f9b18: java.lang.NoSuchFieldError: LUCENE_4_10_0
java.lang.NoSuchFieldError: LUCENE_4_10_0
        at com.gitblit.service.LuceneService.<clinit>(LuceneService.java:128)
        at com.gitblit.manager.RepositoryManager.configureLuceneIndexing(RepositoryManager.java:1869)
        at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:165)
        at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:104)
        at com.gitblit.servlet.GitblitContext.startManager(GitblitContext.java:270)
        at com.gitblit.servlet.GitblitContext.startManager(GitblitContext.java:266)
        at com.gitblit.servlet.GitblitContext.startCore(GitblitContext.java:202)
        at com.gitblit.servlet.GitblitContext.contextInitialized(GitblitContext.java:147)
        at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798)
        at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
        at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789)
        at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
        at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)
        at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)
        at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
        at org.eclipse.jetty.server.Server.start(Server.java:387)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
        at org.eclipse.jetty.server.Server.doStart(Server.java:354)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at com.gitblit.GitBlitServer.start(GitBlitServer.java:460)
        at com.gitblit.GitBlitServer.main(GitBlitServer.java:124)
        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.moxie.MxLauncher.main(MxLauncher.java:129)

Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Can you upgrade Gitblit to the new version 1.7.1
« Reply #2 on: April 25, 2016, 11:24:56 AM »

This addon is not popular. According to my statistics, the number of installations a little more 50. I do not see any reason to spend their time not a popular software.
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php

Maxer

  • Level 1 Member
  • *
  • Posts: 6
Re: Can you upgrade Gitblit to the new version 1.7.1
« Reply #3 on: January 04, 2017, 02:55:20 AM »

This addon is not popular. According to my statistics, the number of installations a little more 50. I do not see any reason to spend their time not a popular software.

Maybe this addion is not too popular because doesn't work? :)
Logged

vtverdohleb

  • Level 5 Member
  • *****
  • Posts: 712
    • Add-Ons for D-Link NAS
Re: Can you upgrade Gitblit to the new version 1.7.1
« Reply #4 on: January 07, 2017, 01:21:20 PM »

This addon is not popular. According to my statistics, the number of installations a little more 50. I do not see any reason to spend their time not a popular software.

Maybe this addion is not too popular because doesn't work? :)

A user can not too competent, that would properly install? ;)
Logged
Add-on Application questions and issues, please include the following minimal information in your post:
* ShareCenter Model
* Add-on Name
* Add-on Version
* Detailed Description of your Issue
Donate: http://dlink.vtverdohleb.org.ua/Add-On/donate.php