Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-4106

Fisheye 2.7.13 startup error when FISHEYE_INST have spaces

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • High
    • 2.7.14
    • 2.7.13
    • None

    Description

      Hello there.

      My <FISHEYE_INST> variable is set as F:/Program Files (X86)/Atlassian/fecru-2.7.13 and when I try to start it the following error is throw at fisheye.out:

      INFO   | jvm 1    | 2012/05/21 14:56:16 | 2012-05-21 14:56:16,278 ERROR - Could not convert file:// url to a File
      INFO   | jvm 1    | 2012/05/21 14:56:16 | java.net.URISyntaxException: Illegal character in path at index 16: file:/F:/Program Files (X86)/Atlassian/fecru-2.7.13/plugins/bundled-plugins.zip
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.net.URI$Parser.fail(URI.java:2810)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.net.URI$Parser.checkChars(URI.java:2983)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.net.URI$Parser.parseHierarchical(URI.java:3067)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.net.URI$Parser.parse(URI.java:3015)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.net.URI.<init>(URI.java:577)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.net.URL.toURI(URL.java:918)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.atlassian.plugin.util.FileUtils.toFile(FileUtils.java:50)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.atlassian.plugin.loaders.BundledPluginLoader.buildScanner(BundledPluginLoader.java:58)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.atlassian.plugin.loaders.BundledPluginLoader.<init>(BundledPluginLoader.java:36)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.atlassian.fisheye.plugin.DelegatingFisheyePluginManager.startOsgi(DelegatingFisheyePluginManager.java:122)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.lang.reflect.Method.invoke(Method.java:597)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:844)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:786)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:795)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:723)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1003)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:907)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.cenqua.fisheye.web.jetty.FishEyeWebApplicationContext.doStart(FishEyeWebApplicationContext.java:27)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.jetty.Server.doStart(Server.java:224)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.cenqua.fisheye.web.WebServer.start(WebServer.java:276)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.cenqua.fisheye.ctl.Run.mainImpl(Run.java:228)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.cenqua.fisheye.ctl.Run.main(Run.java:77)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.lang.reflect.Method.invoke(Method.java:597)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.cenqua.fisheye.FishEyeCtl.mainImpl(FishEyeCtl.java:98)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at com.cenqua.fisheye.FishEyeCtl.main(FishEyeCtl.java:41)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.lang.reflect.Method.invoke(Method.java:597)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238)
      INFO   | jvm 1    | 2012/05/21 14:56:16 | 	at java.lang.Thread.run(Thread.java:662)
      

      What prevents Fisheye from starting.

      There are no issues with running Fisheye 2.7.12 in a path containing spaces, this started happening after the upgrade for 2.7.13.

      Thank you in advance.

      Cheers.

      Attachments

        Activity

          People

            npellow Nick
            f0fad0dc949b Leo Leung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: