persiandeveloper / opensoftphone

Automatically exported from code.google.com/p/opensoftphone
0 stars 0 forks source link

Error on launch #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ensure Java is installed
2. Checkout SVN
3.

What is the expected output? What do you see instead?

Error message

What version of the product are you using? On what operating system?
SVN

Please provide any additional information below.

Log File:
!SESSION 2010-07-15 12:05:45.796 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.equinox.app 0 0 2010-07-15 12:05:46.640
!MESSAGE Product org.acoveo.callcenter.softPhone.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2010-07-15 12:05:46.671
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

!ENTRY org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE The following is a complete list of bundles which are not resolved, 
see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.guiLibrary_1.0.0.200906151710.jar [7] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.guiLibrary 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.tools_0.0.0.
!SUBENTRY 2 org.acoveo.callcenter.guiLibrary 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.nls_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.iconStore_1.0.0.200906151710.jar [8] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.iconStore 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.tools_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle update@plugins/org.acoveo.callcenter.nls_1.0.0.jar [9] was not 
resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.sipclient_1.0.1.200906151710.jar [10] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.iconStore_0.0.0.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.tools_0.0.0.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.nls_1.0.0.
!SUBENTRY 2 org.acoveo.callcenter.sipclient 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.guiLibrary_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle 
update@plugins/org.acoveo.callcenter.softPhone_1.0.0.200906151710.jar [11] was 
not resolved.
!SUBENTRY 2 org.acoveo.callcenter.softPhone 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.sipclient_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-15 12:05:46.718
!MESSAGE Bundle update@plugins/org.acoveo.tools_1.0.0.200906151710.jar [12] was 
not resolved.
!SUBENTRY 2 org.acoveo.tools 2 0 2010-07-15 12:05:46.718
!MESSAGE Missing required bundle org.acoveo.callcenter.nls_1.0.0.

Original issue reported on code.google.com by niel.tho...@gmail.com on 15 Jul 2010 at 11:09

GoogleCodeExporter commented 9 years ago
Sorry, not SVN. The version is latest available.

Original comment by niel.tho...@gmail.com on 15 Jul 2010 at 11:37

GoogleCodeExporter commented 9 years ago
The error message is quite clear, you are missing a few bundles (plug-ins) in 
your run configuration:

org.acoveo.callcenter.guiLibrary
org.acoveo.tools
org.acoveo.callcenter.nls
org.acoveo.callcenter.iconStore
org.acoveo.callcenter.sipclient

All of them are in SVN

Original comment by florian....@gmail.com on 10 Jan 2012 at 8:20