[
https://issues.jboss.org/browse/JBOSGI-599?page=com.atlassian.jira.plugin...
]
Guillaume Nodet commented on JBOSGI-599:
----------------------------------------
{code}
org.jboss.msc.service.StartException in service jbosgi.internal.SystemBundle: Failed to
start service
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.IllegalArgumentException: invalid version
""1.0"": non-numeric ""1"
at org.osgi.framework.Version.parseInt(Version.java:170)
at org.osgi.framework.Version.<init>(Version.java:126)
at org.osgi.framework.Version.parseVersion(Version.java:233)
at
org.jboss.osgi.framework.internal.SystemBundleService.createOSGiMetaData(SystemBundleService.java:143)
at
org.jboss.osgi.framework.internal.SystemBundleService.start(SystemBundleService.java:82)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
... 3 more
Caused by: java.lang.NumberFormatException: For input string: ""1"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:449)
at java.lang.Integer.parseInt(Integer.java:499)
at org.osgi.framework.Version.parseInt(Version.java:168)
... 9 more
{code}
The system bundle only support very simple syntax for the system
packages
-------------------------------------------------------------------------
Key: JBOSGI-599
URL:
https://issues.jboss.org/browse/JBOSGI-599
Project: JBoss OSGi
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Guillaume Nodet
Assignee: Thomas Diesler
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira