bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/66376] New: Less of Method stringPropertyNames


From: win847 at gmail dot com
Subject: [Bug classpath/66376] New: Less of Method stringPropertyNames
Date: Tue, 02 Jun 2015 08:47:54 +0000

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66376

            Bug ID: 66376
           Summary: Less of Method stringPropertyNames
           Product: classpath
           Version: 0.99
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: classpath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: win847 at gmail dot com
  Target Milestone: ---

Our project use Apache OSGI framework. Use jamVM and classpath for JAVA
Environment. When execute Apache OSGI framework, it will dump logs as below:

java.lang.reflect.InvocationTargetException
   at java.lang.reflect.VMMethod.invoke(Native Method)
   at java.lang.reflect.Method.invoke(Method.java:327)
   at jamvm.java.lang.JarLauncher.main(JarLauncher.java:50)
Caused by: java.lang.NoSuchMethodError: stringPropertyNames

  at
org.apache.felix.framework.util.Util.getDefaultPropertiesWithPrefix(Util.java:114)
   at
org.apache.felix.framework.Felix.loadPrefixFromDefaultIfNotDefined(Felix.java:4605)
   at
org.apache.felix.framework.Felix.initializeFrameworkProperties(Felix.java:4586)
   at org.apache.felix.framework.Felix.<init>(Felix.java:385)
   at
org.apache.felix.framework.FrameworkFactory.newFramework(FrameworkFactory.java:28)
   at org.apache.felix.main.Main.main(Main.java:287)
   at java.lang.reflect.VMMethod.invoke(Native Method)
   ...2 more



reply via email to

[Prev in Thread] Current Thread [Next in Thread]