Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11414

Infinispan 10 Server fail when start with -D parameter on Windows

    XMLWordPrintable

Details

    Description

      When I start Infinispan server 10.1.3.Final, the server fails as follows.

      bin\server.bat -Dinfinispan.bind.address=192.168.0.64
      null
      java.lang.reflect.InvocationTargetException
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
              at java.lang.reflect.Method.invoke(Method.java:498)
              at org.infinispan.server.loader.Loader.main(Loader.java:52)
      Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
              at java.lang.String.substring(String.java:1967)
              at org.infinispan.server.tool.Main.run(Main.java:80)
              at org.infinispan.server.Bootstrap.main(Bootstrap.java:39)
              ... 5 more
      

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            cito1@redhat.com Chihiro Ito
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: