Home » Eclipse Projects » Remote Application Platform (RAP) » Exception in standalone app
Exception in standalone app [message #36126] |
Sun, 01 July 2007 20:43 |
Eclipse User |
|
|
|
Originally posted by: oberhack.softwarefabrik.net
Hi all,
in Eclipse my app is running perfectly but after deploying I'm getting the
following two errors:
1.
!ENTRY org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531
!MESSAGE Warnings while parsing the commands from the
'org.eclipse.ui.commands'
and 'org.eclipse.ui.actionDefinitions' extension points.
!SUBENTRY 1 org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531
!MESSAGE Commands should really have a category:
plug-in='org.eclipse.rap.ui.wor
kbench', id='org.eclipse.ui.views.showView',
categoryId='org.eclipse.ui.category
..views'
2.
!ENTRY org.eclipse.core.runtime 4 2 2007-07-01 22:35:38.281
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.ru
ntime".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.core.runtime.adaptor.EclipseStarter$1.run(Eclips eStarter.
java:546)
at
org.eclipse.core.internal.runtime.InternalPlatform$1.run(Int ernalPlat
form.java:193)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at
org.eclipse.core.internal.runtime.InternalPlatform.endSplash (Internal
Platform.java:186)
at org.eclipse.core.runtime.Platform.endSplash(Platform.java:53 3)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2190)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.jav
a:341)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:153)
at
net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWorkbenc
h.createUI(ScrumManagerWorkbench.java:28)
at
org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPo
intManager.java:82)
at
org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoo
|
|
|
Re: Exception in standalone app [message #36196 is a reply to message #36126] |
Mon, 02 July 2007 08:48 |
Eclipse User |
|
|
|
Originally posted by: fappel.innoopract.com
Hi,
I never came across that problem till now. How did you deploy your
application, standalone OSGi or WAR? Which OSGi-Version do you use? What are
your startup parameters?
Ciao
Frank
"Andreas" <oberhack@softwarefabrik.net> schrieb im Newsbeitrag
news:f693lc$p38$1@build.eclipse.org...
> Hi all,
>
> in Eclipse my app is running perfectly but after deploying I'm getting the
> following two errors:
>
> 1.
> !ENTRY org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands'
> and 'org.eclipse.ui.actionDefinitions' extension points.
> !SUBENTRY 1 org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.rap.ui.wor
> kbench', id='org.eclipse.ui.views.showView',
> categoryId='org.eclipse.ui.category
> .views'
>
> 2.
> !ENTRY org.eclipse.core.runtime 4 2 2007-07-01 22:35:38.281
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.core.ru
> ntime".
> !STACK 0
> java.lang.NullPointerException
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter$1.run(Eclips eStarter.
> java:546)
> at
> org.eclipse.core.internal.runtime.InternalPlatform$1.run(Int ernalPlat
> form.java:193)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at
> org.eclipse.core.internal.runtime.InternalPlatform.endSplash (Internal
> Platform.java:186)
> at org.eclipse.core.runtime.Platform.endSplash(Platform.java:53 3)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2190)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.jav
> a:341)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:153)
> at
> net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWorkbenc
> h.createUI(ScrumManagerWorkbench.java:28)
> at
> org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPo
> intManager.java:82)
> at
> org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoo
>
>
|
|
|
Re: Exception in standalone app [message #36265 is a reply to message #36196] |
Mon, 02 July 2007 09:31 |
Eclipse User |
|
|
|
Originally posted by: oberhack.softwarefabrik.net
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C7BC9C.84626730
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Frank,
it's a pure OSGi app and my startup parameters are:=20
java -jar org.eclipse.osgi_3.2.2.R32x_v20070118.jar -console -consoleLog =
-configuration Install
I've build your bundles from CVS - the same app worked fine with your M3 =
bundles. Maybe some of your build scripts changed?
Config.ini:
#Sun Jul 01 23:47:24 CEST 2007
osgi.bundles=3Dreference\:file\:/plugins/javax.servlet_2.4.0 .200707011147=
..jar@start ,reference\:file\:/plugins/net.softwarefabrik.commons.data_1 .0.=
3.jar@start ,reference\:file\:/plugins/net.softwarefabrik.commons.model_ 1.=
0.1.jar@start ,reference\:file\:/plugins/net.softwarefabrik.model.artifact =
..impl_1.0.2.jar@start,reference\:file\:/plugins/net.softwarefabrik.model.=
artifact.service_1.0.0.jar@start,reference\:file\:/plugins/net.softwarefa=
brik.model.event.impl_1.0.0.jar@start,reference\:file\:/plugins/net.softw=
arefabrik.rap.customwidgets_1.0.0.jar@start,reference\:file\:/plugins/net=
..softwarefabrik.scrummaster.ui.web_1.0.0.jar@start,reference\:file\:/plug=
ins/org.apache.commons.logging_1.0.4.200707011147.jar@start,reference\:fi=
le\:/plugins/org.eclipse.core.commands_3.2.0.I20060605-1400.jar@start,ref=
erence\:file\:/plugins/org.eclipse.core.contenttype_3.2.0.v20060603.jar@1=
\:start,reference\:file\:/plugins/org.eclipse.core.expressio ns_3.2.2.r322=
_v20070109a.jar@start,reference\:file\:/plugins/org.eclipse.core.jobs_3.2=
..0.v20060603.jar@start,reference\:file\:/plugins/org.eclipse.core.runtime=
_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins/org.eclipse.equin=
ox.common_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins/org.ecli=
pse.equinox.http.jetty_1.0.0.200707011147.jar@start,reference\:file\:/plu=
gins/org.eclipse.equinox.http.registry_1.0.0.200707011147.jar@start,refer=
ence\:file\:/plugins/org.eclipse.equinox.http.servlet_1.0.0. 200707011147.=
jar@start ,reference\:file\:/plugins/org.eclipse.equinox.preferences_3 .2.1=
..R32x_v20060717.jar@start,reference\:file\:/plugins/org.eclipse.equinox.r=
egistry_3.2.1.R32x_v20060814.jar@start,reference\:file\:/plugins/org.ecli=
pse.osgi.services_3.1.100.v20060601.jar@start,reference\:file\:/plugins/o=
rg.eclipse.rap.jface_1.0.0.200707011147.jar@start,reference\:file\:/plugi=
ns/org.eclipse.rap.rwt_1.0.0.200707011147.jar@start,reference\:file\:/plu=
gins/org.eclipse.rap.ui.workbench_1.0.0.200707011147.jar@start,reference\=
:file\:/plugins/org.eclipse.rap.w4t_1.0.0.200707011147.jar@start,referenc=
e\:file\:/plugins/org.mortbay.jetty_5.1.11.200707011147.jar@start
osgi.noShutdown=3Dtrue
osgi.bundles.defaultStartLevel=3D4
osgi.configuration.cascaded=3Dfalse
eclipse.ignoreApp=3Dtrue
plugin.xml
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<?eclipse version=3D"3.0"?>
<plugin>
<extension
id=3D"net.softwarefabrik.scrummaster.ui.web"
point=3D"org.eclipse.rap.ui.workbench.entrypoint">
<entrypoint
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWor=
kbench"
parameter=3D"default"/>
</extension>
<extension
point=3D"org.eclipse.ui.perspectives">
<perspective
name=3D"Demo Perspective"
icon=3D"icons/search.gif"
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.Perspective "
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.perspective ">
</perspective>
</extension>=20
<extension point=3D"org.eclipse.ui.views">=20
<view
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.ProductBack logE=
xplorer"
icon=3D"icons/contact.gif"
id=3D"org.eclipse.rap.demo.DemoTreeViewPartI"
name=3D"Product Backlog"/>=20
<view
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "
icon=3D"icons/contact.gif"
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "
name=3D"Priorities"/>=20
<view
class=3D" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onVi=
ew"
icon=3D"icons/contact.gif"
id=3D" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onView "=
name=3D"Description"/>=20
<view
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngEd=
itor"
icon=3D"icons/contact.gif"
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngEdito=
r"
name=3D"Scrum Planning Editor"/>=20
<view
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kVie=
w"
icon=3D"icons/contact.gif"
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kView "
name=3D"Personal Tasks"/>=20
</extension>=20
</plugin>
"Frank Appel" <fappel@innoopract.com> schrieb im Newsbeitrag =
news:f6ae4c$4cr$1@build.eclipse.org...
> Hi,
>=20
> I never came across that problem till now. How did you deploy your=20
> application, standalone OSGi or WAR? Which OSGi-Version do you use? =
What are=20
> your startup parameters?
>=20
> Ciao
> Frank
>=20
>=20
> "Andreas" <oberhack@softwarefabrik.net> schrieb im Newsbeitrag=20
> news:f693lc$p38$1@build.eclipse.org...
>> Hi all,
>>
>> in Eclipse my app is running perfectly but after deploying I'm =
getting the=20
>> following two errors:
>>
>> 1.
>> !ENTRY org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531
>> !MESSAGE Warnings while parsing the commands from the=20
>> 'org.eclipse.ui.commands'
>> and 'org.eclipse.ui.actionDefinitions' extension points.
>> !SUBENTRY 1 org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531
>> !MESSAGE Commands should really have a category:=20
>> plug-in=3D'org.eclipse.rap.ui.wor
>> kbench', id=3D'org.eclipse.ui.views.showView',=20
>> categoryId=3D'org.eclipse.ui.category
>> .views'
>>
>> 2.
>> !ENTRY org.eclipse.core.runtime 4 2 2007-07-01 22:35:38.281
>> !MESSAGE Problems occurred when invoking code from plug-in:=20
>> "org.eclipse.core.ru
>> ntime".
>> !STACK 0
>> java.lang.NullPointerException
>> at=20
>> org.eclipse.core.runtime.adaptor.EclipseStarter$1.run(Eclips eStarter.
>> java:546)
>> at=20
>> org.eclipse.core.internal.runtime.InternalPlatform$1.run(Int ernalPlat
>> form.java:193)
>> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
>> at=20
>> org.eclipse.core.internal.runtime.InternalPlatform.endSplash (Internal
>> Platform.java:186)
>> at =
org.eclipse.core.runtime.Platform.endSplash(Platform.java:53 3)
>> at =
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2190)
>> at=20
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.jav
>> a:341)
>> at=20
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:153)
>> at=20
>> net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWorkbenc
>> h.createUI(ScrumManagerWorkbench.java:28)
>> at=20
>> org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPo
>> intManager.java:82)
>> at=20
>> org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoo
>>
>>=20
>=20
>
------=_NextPart_000_0007_01C7BC9C.84626730
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16481" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hi Frank,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>it's a pure OSGi app and my =
<STRONG>startup=20
parameters</STRONG> are: </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>java -jar =
org.eclipse.osgi_3.2.2.R32x_v20070118.jar=20
-console -consoleLog -configuration Install</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I've build your bundles from CVS - the =
same app=20
worked fine with your M3 bundles. Maybe some of your build scripts=20
changed?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial =
size=3D2><STRONG>Config.ini:</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>#Sun Jul 01 23:47:24 CEST =
2007</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2> osgi.bundles=3Dreference\:file\:/plugins/javax.servlet_2.4.0 .200=
707011147.jar@start,reference\:file\:/plugins/net.softwarefabrik.commons.=
data_1.0.3.jar@start,reference\:file\:/plugins/net.softwarefabrik.commons=
..model_1.0.1.jar@start,reference\:file\:/plugins/net.softwarefabrik.model=
..artifact.impl_1.0.2.jar@start,reference\:file\:/plugins/net.softwarefabr=
ik.model.artifact.service_1.0.0.jar@start,reference\:file\:/plugins/net.s=
oftwarefabrik.model.event.impl_1.0.0.jar@start,reference\:file\:/plugins/=
net.softwarefabrik.rap.customwidgets_1.0.0.jar@start,reference\:file\:/pl=
ugins/net.softwarefabrik.scrummaster.ui.web_1.0.0.jar@start,reference\:fi=
le\:/plugins/org.apache.commons.logging_1.0.4.200707011147.jar@start,refe=
rence\:file\:/plugins/org.eclipse.core.commands_3.2.0.I20060 605-1400.jar@=
start,reference\:file\:/plugins/org.eclipse.core.contenttype _3.2.0.v20060=
603.jar@1 \:start,reference\:file\:/plugins/org.eclipse.core.expressio ns_3=
..2.2.r322_v20070109a.jar@start,reference\:file\:/plugins/org.eclipse.core=
..jobs_3.2.0.v20060603.jar@start,reference\:file\:/plugins/org.eclipse.cor=
e.runtime_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins/org.ecli=
pse.equinox.common_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins=
/org.eclipse.equinox.http.jetty_1.0.0.200707011147.jar@start,reference\:f=
ile\:/plugins/org.eclipse.equinox.http.registry_1.0.0.200707011147.jar@st=
art,reference\:file\:/plugins/org.eclipse.equinox.http.servl et_1.0.0.2007=
07011147.jar@start,reference\:file\:/plugins/org.eclipse.equinox.preferen=
ces_3.2.1.R32x_v20060717.jar@start,reference\:file\:/plugins/org.eclipse.=
equinox.registry_3.2.1.R32x_v20060814.jar@start,reference\:file\:/plugins=
/org.eclipse.osgi.services_3.1.100.v20060601.jar@start,reference\:file\:/=
plugins/org.eclipse.rap.jface_1.0.0.200707011147.jar@start,reference\:fil=
e\:/plugins/org.eclipse.rap.rwt_1.0.0.200707011147.jar@start,reference\:f=
ile\:/plugins/org.eclipse.rap.ui.workbench_1.0.0.200707011147.jar@start,r=
eference\:file\:/plugins/org.eclipse.rap.w4t_1.0.0.200707011147.jar@start=
,reference\:file\:/plugins/org.mortbay.jetty_5.1.11.200707011147.jar@star=
t</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>osgi.noShutdown=3Dtrue</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>osgi.bundles.defaultStartLevel=3D4</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>osgi.configuration.cascaded=3Dfalse</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>eclipse.ignoreApp=3Dtrue</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial =
size=3D2><STRONG>plugin.xml</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT color=3D#808080 size=3D2>
<P align=3Dleft><?xml version=3D"1.0" encoding=3D"UTF-8"?></P>
<P align=3Dleft><?eclipse version=3D"3.0"?></P></FONT><FONT =
color=3D#000080=20
size=3D2>
<P align=3Dleft><plugin></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><extension</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 size=3D2>id=3D</FONT><FONT =
color=3D#008000=20
size=3D2>"net.softwarefabrik.scrummaster.ui.web"</P></FONT ><FONT =
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>point=3D</FONT><FONT color=3D#008000=20
size=3D2>"org.eclipse.rap.ui.workbench.entrypoint"</FONT><FONT =
color=3D#000080=20
size=3D2>></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><entrypoint</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWo=
rkbench"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>parameter=3D</FONT><FONT=20
color=3D#008000 size=3D2>"default"</FONT><FONT color=3D#000080=20
size=3D2>/></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080=20
size=3D2></extension></P></FONT><FONT size=3D2>
<P align=3Dleft></P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><extension</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>point=3D</FONT><FONT color=3D#008000=20
size=3D2>"org.eclipse.ui.perspectives"</FONT><FONT color=3D#000080=20
size=3D2>></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><perspective</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT color=3D#008000=20
size=3D2>"Demo Perspective"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT color=3D#008000=20
size=3D2>"icons/search.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.Perspective "</=
P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 size=3D2>id=3D</FONT><FONT =
color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.perspective "</=
FONT><FONT=20
color=3D#000080 size=3D2>></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080=20
size=3D2></perspective></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2></extension></FONT><FONT=20
size=3D2> </P>
<P align=3Dleft></P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><extension</FONT><FONT=20
size=3D2> </FONT><FONT color=3D#000080 size=3D2>point=3D</FONT><FONT =
color=3D#008000=20
size=3D2>"org.eclipse.ui.views"</FONT><FONT color=3D#000080 =
size=3D2>></FONT><FONT=20
size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ProductBack log=
Explorer"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT color=3D#008000=20
size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 size=3D2>id=3D</FONT><FONT =
color=3D#008000=20
size=3D2>"org.eclipse.rap.demo.DemoTreeViewPartI"</P></FONT ><FONT =
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT color=3D#008000=20
size=3D2>"Product Backlog"</FONT><FONT color=3D#000080 =
size=3D2>/></FONT><FONT=20
size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "<=
/P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT color=3D#008000=20
size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 size=3D2>id=3D</FONT><FONT =
color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "<=
/P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT color=3D#008000=20
size=3D2>"Priorities"</FONT><FONT color=3D#000080 =
size=3D2>/></FONT><FONT size=3D2>=20
</P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onV=
iew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT color=3D#008000=20
size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 size=3D2>id=3D</FONT><FONT =
color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onV=
iew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT color=3D#008000=20
size=3D2>"Description"</FONT><FONT color=3D#000080 =
size=3D2>/></FONT><FONT size=3D2>=20
</P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngE=
ditor"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT color=3D#008000=20
size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 size=3D2>id=3D</FONT><FONT =
color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngE=
ditor"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT color=3D#008000=20
size=3D2>"Scrum Planning Editor"</FONT><FONT color=3D#000080=20
size=3D2>/></FONT><FONT size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kVi=
ew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT color=3D#008000=20
size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 size=3D2>id=3D</FONT><FONT =
color=3D#008000=20
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kVi=
ew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT color=3D#008000=20
size=3D2>"Personal Tasks"</FONT><FONT color=3D#000080 =
size=3D2>/></FONT><FONT=20
size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2></extension></FONT><FONT=20
size=3D2> </P></FONT><FONT color=3D#000080 size=3D2>
<P align=3Dleft></plugin></P></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>"Frank Appel" <</FONT><A=20
href=3D"mailto:fappel@innoopract.com"><FONT face=3DArial=20
size=3D2>fappel@innoopract.com</FONT></A><FONT face=3DArial =
size=3D2>> schrieb im=20
Newsbeitrag </FONT><A href=3D"news:f6ae4c$4cr$1@build.eclipse.org"><FONT =
face=3DArial =
size=3D2>news:f6ae4c$4cr$1@build.eclipse.org</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> Hi,<BR>> =
<BR>> I never=20
came across that problem till now. How did you deploy your <BR>> =
application,=20
standalone OSGi or WAR? Which OSGi-Version do you use? What are <BR>> =
your=20
startup parameters?<BR>> <BR>> Ciao<BR>> Frank<BR>> <BR>> =
<BR>> "Andreas" <</FONT><A =
href=3D"mailto:oberhack@softwarefabrik.net"><FONT=20
face=3DArial size=3D2>oberhack@softwarefabrik.net</FONT></A><FONT =
face=3DArial=20
size=3D2>> schrieb im Newsbeitrag <BR>> </FONT><A=20
href=3D"news:f693lc$p38$1@build.eclipse.org"><FONT face=3DArial=20
size=3D2>news:f693lc$p38$1@build.eclipse.org</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>>> Hi all,<BR>>><BR>>> in Eclipse my =
app is=20
running perfectly but after deploying I'm getting the <BR>>> =
following two=20
errors:<BR>>><BR>>> 1.<BR>>> !ENTRY=20
org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531<BR>>> =
!MESSAGE=20
Warnings while parsing the commands from the <BR>>>=20
'org.eclipse.ui.commands'<BR>>> and =
'org.eclipse.ui.actionDefinitions'=20
extension points.<BR>>> !SUBENTRY 1 org.eclipse.rap.ui.workbench 2 =
0=20
2007-07-01 22:35:36.531<BR>>> !MESSAGE Commands should really have =
a=20
category: <BR>>> plug-in=3D'org.eclipse.rap.ui.wor<BR>>> =
kbench',=20
id=3D'org.eclipse.ui.views.showView', <BR>>>=20
categoryId=3D'org.eclipse.ui.category<BR>>> =
..views'<BR>>><BR>>>=20
2.<BR>>> !ENTRY org.eclipse.core.runtime 4 2 2007-07-01=20
22:35:38.281<BR>>> !MESSAGE Problems occurred when invoking code =
from=20
plug-in: <BR>>> "org.eclipse.core.ru<BR>>> =
ntime".<BR>>>=20
!STACK 0<BR>>>=20
java.lang.NullPointerException<BR> >> & ;nbsp;&=
nbsp; =20
at <BR>>>=20
org.eclipse.core.runtime.adaptor.EclipseStarter$1.run(Eclips eStarter. <BR>=
>>=20
java:546)<BR> >> & ;nbsp; at =
<BR>>>=20
org.eclipse.core.internal.runtime.InternalPlatform$1.run(Int ernalPlat <BR>=
>>=20
form.java:193)<BR> >> & ;nbsp; at=20
org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)<BR >>>&n=
bsp; &n bsp;=20
at <BR>>>=20
org.eclipse.core.internal.runtime.InternalPlatform.endSplash (Internal <BR>=
>>=20
Platform.java:186)<BR> >> & ;nbsp; =
at=20
org.eclipse.core.runtime.Platform.endSplash(Platform.java:53 3) <BR>>>=
;   ; =20
at=20
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2190) <BR>>>&=
nbsp; & nbsp;=20
at <BR>>>=20
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.jav <BR>=
>>=20
a:341)<BR> >> & ;nbsp; at =
<BR>>>=20
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:153) <BR>&=
gt;>   ; =20
at <BR>>>=20
net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWorkbenc <BR>=
>>=20
h.createUI(ScrumManagerWorkbench.java:28)<BR>>> &n=
bsp; =20
at <BR>>>=20
org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPo <BR>=
>>=20
intManager.java:82)<BR> >> & ;nbsp; =
at=20
<BR>>>=20
org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoo <BR>=
>><BR>>>=20
<BR>> <BR>></FONT></BODY></HTML>
------=_NextPart_000_0007_01C7BC9C.84626730--
|
|
|
Re: Exception in standalone app [message #38433 is a reply to message #36265] |
Tue, 17 July 2007 07:34 |
Eclipse User |
|
|
|
Originally posted by: fappel.innoopract.com
This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C7C855.B1CE4850
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
sorry that I didn't react to your latest post for a while, but we've =
been quiet busy with M5. Anyway I don't have any new ideas, why the =
splash screen handling causes that NPE. Do you have any product =
contributions or s.th. similar (just a wild guess)? Maybe you try the =
latest target version, hopefully the problem vanishs...
Ciao
Frank
"Andreas" <oberhack@softwarefabrik.net> schrieb im Newsbeitrag =
news:f6agl7$bok$1@build.eclipse.org...
Hi Frank,
it's a pure OSGi app and my startup parameters are:=20
java -jar org.eclipse.osgi_3.2.2.R32x_v20070118.jar -console =
-consoleLog -configuration Install
I've build your bundles from CVS - the same app worked fine with your =
M3 bundles. Maybe some of your build scripts changed?
Config.ini:
#Sun Jul 01 23:47:24 CEST 2007
=
osgi.bundles=3Dreference\:file\:/plugins/javax.servlet_2.4.0 .200707011147=
..jar@start ,reference\:file\:/plugins/net.softwarefabrik.commons.data_1 .0.=
3.jar@start ,reference\:file\:/plugins/net.softwarefabrik.commons.model_ 1.=
0.1.jar@start ,reference\:file\:/plugins/net.softwarefabrik.model.artifact =
..impl_1.0.2.jar@start,reference\:file\:/plugins/net.softwarefabrik.model.=
artifact.service_1.0.0.jar@start,reference\:file\:/plugins/net.softwarefa=
brik.model.event.impl_1.0.0.jar@start,reference\:file\:/plugins/net.softw=
arefabrik.rap.customwidgets_1.0.0.jar@start,reference\:file\:/plugins/net=
..softwarefabrik.scrummaster.ui.web_1.0.0.jar@start,reference\:file\:/plug=
ins/org.apache.commons.logging_1.0.4.200707011147.jar@start,reference\:fi=
le\:/plugins/org.eclipse.core.commands_3.2.0.I20060605-1400.jar@start,ref=
erence\:file\:/plugins/org.eclipse.core.contenttype_3.2.0.v20060603.jar@1=
\:start,reference\:file\:/plugins/org.eclipse.core.expressio ns_3.2.2.r322=
_v20070109a.jar@start,reference\:file\:/plugins/org.eclipse.core.jobs_3.2=
..0.v20060603.jar@start,reference\:file\:/plugins/org.eclipse.core.runtime=
_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins/org.eclipse.equin=
ox.common_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins/org.ecli=
pse.equinox.http.jetty_1.0.0.200707011147.jar@start,reference\:file\:/plu=
gins/org.eclipse.equinox.http.registry_1.0.0.200707011147.jar@start,refer=
ence\:file\:/plugins/org.eclipse.equinox.http.servlet_1.0.0. 200707011147.=
jar@start ,reference\:file\:/plugins/org.eclipse.equinox.preferences_3 .2.1=
..R32x_v20060717.jar@start,reference\:file\:/plugins/org.eclipse.equinox.r=
egistry_3.2.1.R32x_v20060814.jar@start,reference\:file\:/plugins/org.ecli=
pse.osgi.services_3.1.100.v20060601.jar@start,reference\:file\:/plugins/o=
rg.eclipse.rap.jface_1.0.0.200707011147.jar@start,reference\:file\:/plugi=
ns/org.eclipse.rap.rwt_1.0.0.200707011147.jar@start,reference\:file\:/plu=
gins/org.eclipse.rap.ui.workbench_1.0.0.200707011147.jar@start,reference\=
:file\:/plugins/org.eclipse.rap.w4t_1.0.0.200707011147.jar@start,referenc=
e\:file\:/plugins/org.mortbay.jetty_5.1.11.200707011147.jar@start
osgi.noShutdown=3Dtrue
osgi.bundles.defaultStartLevel=3D4
osgi.configuration.cascaded=3Dfalse
eclipse.ignoreApp=3Dtrue
plugin.xml
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<?eclipse version=3D"3.0"?>
<plugin>
<extension
id=3D"net.softwarefabrik.scrummaster.ui.web"
point=3D"org.eclipse.rap.ui.workbench.entrypoint">
<entrypoint
=
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWor=
kbench"
parameter=3D"default"/>
</extension>
<extension
point=3D"org.eclipse.ui.perspectives">
<perspective
name=3D"Demo Perspective"
icon=3D"icons/search.gif"
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.Perspective "
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.perspective ">
</perspective>
</extension>=20
<extension point=3D"org.eclipse.ui.views">=20
<view
=
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.ProductBack logE=
xplorer"
icon=3D"icons/contact.gif"
id=3D"org.eclipse.rap.demo.DemoTreeViewPartI"
name=3D"Product Backlog"/>=20
<view
=
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "
icon=3D"icons/contact.gif"
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "
name=3D"Priorities"/>=20
<view
=
class=3D" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onVi=
ew"
icon=3D"icons/contact.gif"
=
id=3D" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onView "=
name=3D"Description"/>=20
<view
=
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngEd=
itor"
icon=3D"icons/contact.gif"
=
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngEdito=
r"
name=3D"Scrum Planning Editor"/>=20
<view
=
class=3D" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kVie=
w"
icon=3D"icons/contact.gif"
=
id=3D" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kView "
name=3D"Personal Tasks"/>=20
</extension>=20
</plugin>
"Frank Appel" <fappel@innoopract.com> schrieb im Newsbeitrag =
news:f6ae4c$4cr$1@build.eclipse.org...
> Hi,
>=20
> I never came across that problem till now. How did you deploy your=20
> application, standalone OSGi or WAR? Which OSGi-Version do you use? =
What are=20
> your startup parameters?
>=20
> Ciao
> Frank
>=20
>=20
> "Andreas" <oberhack@softwarefabrik.net> schrieb im Newsbeitrag=20
> news:f693lc$p38$1@build.eclipse.org...
>> Hi all,
>>
>> in Eclipse my app is running perfectly but after deploying I'm =
getting the=20
>> following two errors:
>>
>> 1.
>> !ENTRY org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531
>> !MESSAGE Warnings while parsing the commands from the=20
>> 'org.eclipse.ui.commands'
>> and 'org.eclipse.ui.actionDefinitions' extension points.
>> !SUBENTRY 1 org.eclipse.rap.ui.workbench 2 0 2007-07-01 =
22:35:36.531
>> !MESSAGE Commands should really have a category:=20
>> plug-in=3D'org.eclipse.rap.ui.wor
>> kbench', id=3D'org.eclipse.ui.views.showView',=20
>> categoryId=3D'org.eclipse.ui.category
>> .views'
>>
>> 2.
>> !ENTRY org.eclipse.core.runtime 4 2 2007-07-01 22:35:38.281
>> !MESSAGE Problems occurred when invoking code from plug-in:=20
>> "org.eclipse.core.ru
>> ntime".
>> !STACK 0
>> java.lang.NullPointerException
>> at=20
>> =
org.eclipse.core.runtime.adaptor.EclipseStarter$1.run(Eclips eStarter.
>> java:546)
>> at=20
>> =
org.eclipse.core.internal.runtime.InternalPlatform$1.run(Int ernalPlat
>> form.java:193)
>> at =
org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
>> at=20
>> =
org.eclipse.core.internal.runtime.InternalPlatform.endSplash (Internal
>> Platform.java:186)
>> at =
org.eclipse.core.runtime.Platform.endSplash(Platform.java:53 3)
>> at =
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2190)
>> at=20
>> =
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.jav
>> a:341)
>> at=20
>> =
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:153)
>> at=20
>> =
net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWorkbenc
>> h.createUI(ScrumManagerWorkbench.java:28)
>> at=20
>> =
org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPo
>> intManager.java:82)
>> at=20
>> =
org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoo
>>
>>=20
>=20
>
------=_NextPart_000_000F_01C7C855.B1CE4850
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16481" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>sorry that I didn't react to your =
latest post for a=20
while, but we've been quiet busy with M5. Anyway I don't have any new =
ideas, why=20
the splash screen handling causes that NPE. Do you have any product=20
contributions or s.th. similar (just a wild guess)? Maybe you try the =
latest=20
target version, hopefully the problem vanishs...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Ciao</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Frank</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV>"Andreas" <<A=20
href=3D"mailto:oberhack@softwarefabrik.net">oberhack@softwarefabrik.net</=
A>>=20
schrieb im Newsbeitrag <A=20
href=3D"news:f6agl7$bok$1@build.eclipse.org">news:f6agl7$bok$1@build.ecli=
pse.org</A>...</DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>Hi Frank,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>it's a pure OSGi app and my =
<STRONG>startup=20
parameters</STRONG> are: </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>java -jar=20
org.eclipse.osgi_3.2.2.R32x_v20070118.jar -console -consoleLog =
-configuration=20
Install</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I've build your bundles from CVS - =
the same app=20
worked fine with your M3 bundles. Maybe some of your build scripts=20
changed?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial =
size=3D2><STRONG>Config.ini:</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>#Sun Jul 01 23:47:24 CEST =
2007</FONT></DIV>
<DIV><FONT face=3DArial=20
=
size=3D2> osgi.bundles=3Dreference\:file\:/plugins/javax.servlet_2.4.0 .200=
707011147.jar@start,reference\:file\:/plugins/net.softwarefabrik.commons.=
data_1.0.3.jar@start,reference\:file\:/plugins/net.softwarefabrik.commons=
..model_1.0.1.jar@start,reference\:file\:/plugins/net.softwarefabrik.model=
..artifact.impl_1.0.2.jar@start,reference\:file\:/plugins/net.softwarefabr=
ik.model.artifact.service_1.0.0.jar@start,reference\:file\:/plugins/net.s=
oftwarefabrik.model.event.impl_1.0.0.jar@start,reference\:file\:/plugins/=
net.softwarefabrik.rap.customwidgets_1.0.0.jar@start,reference\:file\:/pl=
ugins/net.softwarefabrik.scrummaster.ui.web_1.0.0.jar@start,reference\:fi=
le\:/plugins/org.apache.commons.logging_1.0.4.200707011147.jar@start,refe=
rence\:file\:/plugins/org.eclipse.core.commands_3.2.0.I20060 605-1400.jar@=
start,reference\:file\:/plugins/org.eclipse.core.contenttype _3.2.0.v20060=
603.jar@1 \:start,reference\:file\:/plugins/org.eclipse.core.expressio ns_3=
..2.2.r322_v20070109a.jar@start,reference\:file\:/plugins/org.eclipse.core=
..jobs_3.2.0.v20060603.jar@start,reference\:file\:/plugins/org.eclipse.cor=
e.runtime_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins/org.ecli=
pse.equinox.common_3.2.0.v20060603.jar@1\:start,reference\:file\:/plugins=
/org.eclipse.equinox.http.jetty_1.0.0.200707011147.jar@start,reference\:f=
ile\:/plugins/org.eclipse.equinox.http.registry_1.0.0.200707011147.jar@st=
art,reference\:file\:/plugins/org.eclipse.equinox.http.servl et_1.0.0.2007=
07011147.jar@start,reference\:file\:/plugins/org.eclipse.equinox.preferen=
ces_3.2.1.R32x_v20060717.jar@start,reference\:file\:/plugins/org.eclipse.=
equinox.registry_3.2.1.R32x_v20060814.jar@start,reference\:file\:/plugins=
/org.eclipse.osgi.services_3.1.100.v20060601.jar@start,reference\:file\:/=
plugins/org.eclipse.rap.jface_1.0.0.200707011147.jar@start,reference\:fil=
e\:/plugins/org.eclipse.rap.rwt_1.0.0.200707011147.jar@start,reference\:f=
ile\:/plugins/org.eclipse.rap.ui.workbench_1.0.0.200707011147.jar@start,r=
eference\:file\:/plugins/org.eclipse.rap.w4t_1.0.0.200707011147.jar@start=
,reference\:file\:/plugins/org.mortbay.jetty_5.1.11.200707011147.jar@star=
t</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>osgi.noShutdown=3Dtrue</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>osgi.bundles.defaultStartLevel=3D4</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2>osgi.configuration.cascaded=3Dfalse</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>eclipse.ignoreApp=3Dtrue</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial =
size=3D2><STRONG>plugin.xml</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT color=3D#808080 size=3D2>
<P align=3Dleft><?xml version=3D"1.0" encoding=3D"UTF-8"?></P>
<P align=3Dleft><?eclipse version=3D"3.0"?></P></FONT><FONT =
color=3D#000080=20
size=3D2>
<P align=3Dleft><plugin></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><extension</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>id=3D</FONT><FONT color=3D#008000=20
size=3D2>"net.softwarefabrik.scrummaster.ui.web"</P></FONT ><FONT =
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>point=3D</FONT><FONT=20
color=3D#008000 =
size=3D2>"org.eclipse.rap.ui.workbench.entrypoint"</FONT><FONT=20
color=3D#000080 size=3D2>></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><entrypoint</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT=20
color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWo=
rkbench"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>parameter=3D</FONT><FONT=20
color=3D#008000 size=3D2>"default"</FONT><FONT color=3D#000080=20
size=3D2>/></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080=20
size=3D2></extension></P></FONT><FONT size=3D2>
<P align=3Dleft></P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><extension</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>point=3D</FONT><FONT=20
color=3D#008000 size=3D2>"org.eclipse.ui.perspectives"</FONT><FONT =
color=3D#000080=20
size=3D2>></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080=20
size=3D2><perspective</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT=20
color=3D#008000 size=3D2>"Demo Perspective"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT=20
color=3D#008000 size=3D2>"icons/search.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT=20
color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.Perspective "</=
P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>id=3D</FONT><FONT color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.perspective "</=
FONT><FONT=20
color=3D#000080 size=3D2>></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080=20
size=3D2></perspective></P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2></extension></FONT><FONT=20
size=3D2> </P>
<P align=3Dleft></P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><extension</FONT><FONT=20
size=3D2> </FONT><FONT color=3D#000080 size=3D2>point=3D</FONT><FONT =
color=3D#008000=20
size=3D2>"org.eclipse.ui.views"</FONT><FONT color=3D#000080=20
size=3D2>></FONT><FONT size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT=20
color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ProductBack log=
Explorer"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT=20
color=3D#008000 size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>id=3D</FONT><FONT color=3D#008000=20
size=3D2>"org.eclipse.rap.demo.DemoTreeViewPartI"</P></FONT ><FONT =
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT=20
color=3D#008000 size=3D2>"Product Backlog"</FONT><FONT color=3D#000080 =
size=3D2>/></FONT><FONT size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT=20
color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "<=
/P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT=20
color=3D#008000 size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>id=3D</FONT><FONT color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PriorityVie w "<=
/P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT=20
color=3D#008000 size=3D2>"Priorities"</FONT><FONT color=3D#000080=20
size=3D2>/></FONT><FONT size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT=20
color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onV=
iew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT=20
color=3D#008000 size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>id=3D</FONT><FONT color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.views.ProductDescripti onV=
iew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT=20
color=3D#008000 size=3D2>"Description"</FONT><FONT color=3D#000080=20
size=3D2>/></FONT><FONT size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT=20
color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngE=
ditor"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT=20
color=3D#008000 size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>id=3D</FONT><FONT color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.ScrumPlanni ngE=
ditor"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT=20
color=3D#008000 size=3D2>"Scrum Planning Editor"</FONT><FONT =
color=3D#000080=20
size=3D2>/></FONT><FONT size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2><view</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>class=3D</FONT><FONT=20
color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kVi=
ew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>icon=3D</FONT><FONT=20
color=3D#008000 size=3D2>"icons/contact.gif"</P></FONT><FONT size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>id=3D</FONT><FONT color=3D#008000=20
=
size=3D2>" net.softwarefabrik.scrummaster.ui.web.controller.PersonalTas kVi=
ew"</P></FONT><FONT=20
size=3D2>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2>name=3D</FONT><FONT=20
color=3D#008000 size=3D2>"Personal Tasks"</FONT><FONT color=3D#000080=20
size=3D2>/></FONT><FONT size=3D2> </P>
<P align=3Dleft></FONT><FONT color=3D#000080 =
size=3D2></extension></FONT><FONT=20
size=3D2> </P></FONT><FONT color=3D#000080 size=3D2>
<P align=3Dleft></plugin></P></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>"Frank Appel" <</FONT><A=20
href=3D"mailto:fappel@innoopract.com"><FONT face=3DArial=20
size=3D2>fappel@innoopract.com</FONT></A><FONT face=3DArial =
size=3D2>> schrieb im=20
Newsbeitrag </FONT><A =
href=3D"news:f6ae4c$4cr$1@build.eclipse.org"><FONT=20
face=3DArial =
size=3D2>news:f6ae4c$4cr$1@build.eclipse.org</FONT></A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> =
Hi,<BR>>=20
<BR>> I never came across that problem till now. How did you deploy =
your=20
<BR>> application, standalone OSGi or WAR? Which OSGi-Version do =
you use?=20
What are <BR>> your startup parameters?<BR>> <BR>> =
Ciao<BR>>=20
Frank<BR>> <BR>> <BR>> "Andreas" <</FONT><A=20
href=3D"mailto:oberhack@softwarefabrik.net"><FONT face=3DArial=20
size=3D2>oberhack@softwarefabrik.net</FONT></A><FONT face=3DArial =
size=3D2>>=20
schrieb im Newsbeitrag <BR>> </FONT><A=20
href=3D"news:f693lc$p38$1@build.eclipse.org"><FONT face=3DArial=20
size=3D2>news:f693lc$p38$1@build.eclipse.org</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>>> Hi all,<BR>>><BR>>> in Eclipse my =
app is=20
running perfectly but after deploying I'm getting the <BR>>> =
following=20
two errors:<BR>>><BR>>> 1.<BR>>> !ENTRY=20
org.eclipse.rap.ui.workbench 2 0 2007-07-01 22:35:36.531<BR>>> =
!MESSAGE=20
Warnings while parsing the commands from the <BR>>>=20
'org.eclipse.ui.commands'<BR>>> and =
'org.eclipse.ui.actionDefinitions'=20
extension points.<BR>>> !SUBENTRY 1 org.eclipse.rap.ui.workbench =
2 0=20
2007-07-01 22:35:36.531<BR>>> !MESSAGE Commands should really =
have a=20
category: <BR>>> plug-in=3D'org.eclipse.rap.ui.wor<BR>>> =
kbench',=20
id=3D'org.eclipse.ui.views.showView', <BR>>>=20
categoryId=3D'org.eclipse.ui.category<BR>>>=20
.views'<BR>>><BR>>> 2.<BR>>> !ENTRY =
org.eclipse.core.runtime=20
4 2 2007-07-01 22:35:38.281<BR>>> !MESSAGE Problems occurred =
when=20
invoking code from plug-in: <BR>>> =
"org.eclipse.core.ru<BR>>>=20
ntime".<BR>>> !STACK 0<BR>>>=20
=
java.lang.NullPointerException<BR> >> & ;nbsp;&=
nbsp; =20
at <BR>>>=20
=
org.eclipse.core.runtime.adaptor.EclipseStarter$1.run(Eclips eStarter. <BR>=
>>=20
java:546)<BR> >> & ;nbsp; at=20
<BR>>>=20
=
org.eclipse.core.internal.runtime.InternalPlatform$1.run(Int ernalPlat <BR>=
>>=20
form.java:193)<BR> >> & ;nbsp; =
at=20
=
org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)<BR >>>&n=
bsp; &n bsp;=20
at <BR>>>=20
=
org.eclipse.core.internal.runtime.InternalPlatform.endSplash (Internal <BR>=
>>=20
=
Platform.java:186)<BR> >> & ;nbsp; =
at=20
=
org.eclipse.core.runtime.Platform.endSplash(Platform.java:53 3) <BR>>>=
;   ; =20
at=20
=
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2190) <BR>>>&=
nbsp; & nbsp;=20
at <BR>>>=20
=
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.jav <BR>=
>>=20
a:341)<BR> >> & ;nbsp; at =
<BR>>>=20
=
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:153) <BR>&=
gt;>   ; =20
at <BR>>>=20
=
net.softwarefabrik.scrummaster.ui.web.controller.ScrumManage rWorkbenc <BR>=
>>=20
=
h.createUI(ScrumManagerWorkbench.java:28)<BR>>> &n=
bsp; =20
at <BR>>>=20
=
org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPo <BR>=
>>=20
=
intManager.java:82)<BR> >> & ;nbsp; =
at=20
<BR>>>=20
=
org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoo <BR>=
>><BR>>>=20
<BR>> <BR>></FONT> </BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_000F_01C7C855.B1CE4850--
|
|
|
Goto Forum:
Current Time: Wed Oct 09 01:03:16 GMT 2024
Powered by FUDForum. Page generated in 0.04259 seconds
|