Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture Tools Platform (STP) » What do these errors mean?
What do these errors mean? [message #374505] Mon, 21 January 2008 10:00 Go to next message
Eclipse UserFriend
Originally posted by: freshon.gmail.com

I'm modifying B2J Engine to weave AspectJ.
By the way, I saw these errors.

--------------------------------------
C:\Documents and Settings\In Seon Son\Local
Settings\Temp\B2jEngineDependency_58710.jar
file:/C:/Documents and Settings/In Seon Son/Local
Settings/Temp/B2jEngineDependency_58710.jar
C:\Documents and Settings\In Seon Son\Local
Settings\Temp\B2jEngineDependency_58711.jar
file:/C:/Documents and Settings/In Seon Son/Local
Settings/Temp/B2jEngineDependency_58711.jar
C:\Documents and Settings\In Seon Son\Local
Settings\Temp\B2jEngineDependency_58712.jar
file:/C:/Documents and Settings/In Seon Son/Local
Settings/Temp/B2jEngineDependency_58712.jar
C:\Documents and Settings\In Seon Son\Local
Settings\Temp\B2jEngineDependency_58713.jar
file:/C:/Documents and Settings/In Seon Son/Local
Settings/Temp/B2jEngineDependency_58713.jar
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)
Caused by: java.lang.NoClassDefFoundError:
org/aspectj/lang/NoAspectBoundException
at
JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.java:996)
at
JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.java:954)
at
JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 20080121183815765.java:43)
... 5 more
E:(JEngine (mini) Runner Thread (ID:
0000000000000001)):org.eclipse.stp.b2j.core.jengine.internal .core.Runner.run(Runner.java:238):JEngine
(mini) Runner Thread (ID: 0000000000000001) failed
runner JEngineProgram_20080121183815765.engine_main started (ALIVE)
runner(1)@localhost:BPEL **new thread - bpel process (file: (Final BPEL
Source), line: 2)**: java.lang.NoClassDefFoundError:
org/aspectj/lang/NoAspectBoundException
java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
at
JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.java:996)
at
JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.java:954)
at
JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 20080121183815765.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)
--------------------------------------


How can I fix these errors?
I really want to find fixing these.
Thank you for your reading to end.
Re: What do these errors mean? [message #374510 is a reply to message #374505] Wed, 23 January 2008 15:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: antony.scapatech.com

Hi Seon,

It appears that the B2J engine is trying and failing to load
org.aspectj.lang classes.

B2J has not been tested with AspectJ so I cannot help you with how you
might fix that error.

If you use a Launch Configuration then you can add additional JARs to
the classpath of a particular execution.

thanks

Antony

In Seon Son wrote:
> I'm modifying B2J Engine to weave AspectJ.
> By the way, I saw these errors.
>
> --------------------------------------
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58710.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58710.jar
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58711.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58711.jar
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58712.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58712.jar
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58713.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58713.jar
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)
> Caused by: java.lang.NoClassDefFoundError:
> org/aspectj/lang/NoAspectBoundException
> at
> JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.java:996)
>
> at
> JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.java:954)
>
> at
> JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 20080121183815765.java:43)
>
> ... 5 more
> E:(JEngine (mini) Runner Thread (ID:
> 0000000000000001)):org.eclipse.stp.b2j.core.jengine.internal .core.Runner.run(Runner.java:238):JEngine
> (mini) Runner Thread (ID: 0000000000000001) failed
> runner JEngineProgram_20080121183815765.engine_main started (ALIVE)
> runner(1)@localhost:BPEL **new thread - bpel process (file: (Final BPEL
> Source), line: 2)**: java.lang.NoClassDefFoundError:
> org/aspectj/lang/NoAspectBoundException
> java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
> at
> JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.java:996)
>
> at
> JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.java:954)
>
> at
> JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 20080121183815765.java:43)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)
> --------------------------------------
>
>
> How can I fix these errors?
> I really want to find fixing these.
> Thank you for your reading to end.
>
Re: What do these errors mean? [message #374519 is a reply to message #374505] Wed, 06 February 2008 21:45 Go to previous message
Eclipse UserFriend
Originally posted by: ohurley.iona.com

I've cut a bit of your stack trace to make it a little bit
easier to read! What I get from the trace is that the runner
is having a problem finding the AspectJ classes when it is
starting. If you are using the Eclipse launcher mechanisms
then it might be necessary to use the AspectJ/Java Application
specific launcher?

In Seon Son wrote:

> E:(JEngine (mini) Runner Thread (ID:
> 0000000000000001)):org.eclipse.stp.b2j.core.jengine.internal .core.Runner.run
(Runner.java:238):JEngine

> (mini) Runner Thread (ID: 0000000000000001) failed
> runner JEngineProgram_20080121183815765.engine_main started (ALIVE)
> runner(1)@localhost:BPEL **new thread - bpel process (file: (Final BPEL
> Source), line: 2)**: java.lang.NoClassDefFoundError:
> org/aspectj/lang/NoAspectBoundException
> java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
> at
> JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.
java:996)
> at
> JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.
java:954)
> at
> JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 2008012118381576
5.java:43)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)

--
Oisin Hurley at IONA
http://blogs.iona.com/ohurley/
Re: What do these errors mean? [message #610561 is a reply to message #374505] Wed, 23 January 2008 15:37 Go to previous message
Antony Miguel is currently offline Antony MiguelFriend
Messages: 49
Registered: July 2009
Member
Hi Seon,

It appears that the B2J engine is trying and failing to load
org.aspectj.lang classes.

B2J has not been tested with AspectJ so I cannot help you with how you
might fix that error.

If you use a Launch Configuration then you can add additional JARs to
the classpath of a particular execution.

thanks

Antony

In Seon Son wrote:
> I'm modifying B2J Engine to weave AspectJ.
> By the way, I saw these errors.
>
> --------------------------------------
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58710.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58710.jar
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58711.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58711.jar
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58712.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58712.jar
> C:\Documents and Settings\In Seon Son\Local
> Settings\Temp\B2jEngineDependency_58713.jar
> file:/C:/Documents and Settings/In Seon Son/Local
> Settings/Temp/B2jEngineDependency_58713.jar
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)
> Caused by: java.lang.NoClassDefFoundError:
> org/aspectj/lang/NoAspectBoundException
> at
> JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.java:996)
>
> at
> JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.java:954)
>
> at
> JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 20080121183815765.java:43)
>
> ... 5 more
> E:(JEngine (mini) Runner Thread (ID:
> 0000000000000001)):org.eclipse.stp.b2j.core.jengine.internal .core.Runner.run(Runner.java:238):JEngine
> (mini) Runner Thread (ID: 0000000000000001) failed
> runner JEngineProgram_20080121183815765.engine_main started (ALIVE)
> runner(1)@localhost:BPEL **new thread - bpel process (file: (Final BPEL
> Source), line: 2)**: java.lang.NoClassDefFoundError:
> org/aspectj/lang/NoAspectBoundException
> java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
> at
> JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.java:996)
>
> at
> JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.java:954)
>
> at
> JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 20080121183815765.java:43)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)
> --------------------------------------
>
>
> How can I fix these errors?
> I really want to find fixing these.
> Thank you for your reading to end.
>
Re: What do these errors mean? [message #610570 is a reply to message #374505] Wed, 06 February 2008 21:45 Go to previous message
Oisin Hurley is currently offline Oisin HurleyFriend
Messages: 204
Registered: July 2009
Senior Member
I've cut a bit of your stack trace to make it a little bit
easier to read! What I get from the trace is that the runner
is having a problem finding the AspectJ classes when it is
starting. If you are using the Eclipse launcher mechanisms
then it might be necessary to use the AspectJ/Java Application
specific launcher?

In Seon Son wrote:

> E:(JEngine (mini) Runner Thread (ID:
> 0000000000000001)):org.eclipse.stp.b2j.core.jengine.internal .core.Runner.run
(Runner.java:238):JEngine

> (mini) Runner Thread (ID: 0000000000000001) failed
> runner JEngineProgram_20080121183815765.engine_main started (ALIVE)
> runner(1)@localhost:BPEL **new thread - bpel process (file: (Final BPEL
> Source), line: 2)**: java.lang.NoClassDefFoundError:
> org/aspectj/lang/NoAspectBoundException
> java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
> at
> JEngineProgram_20080121183815765.activity3(JEngineProgram_20 080121183815765.
java:996)
> at
> JEngineProgram_20080121183815765.activity1(JEngineProgram_20 080121183815765.
java:954)
> at
> JEngineProgram_20080121183815765.engine_main(JEngineProgram_ 2008012118381576
5.java:43)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.eclipse.stp.b2j.core.jengine.internal.core.Runner.run(Ru nner.java:230)

--
Oisin Hurley at IONA
http://blogs.iona.com/ohurley/
Previous Topic:STP Policy Editor
Next Topic:Extending STP BPMN
Goto Forum:
  


Current Time: Tue Apr 23 11:15:50 GMT 2024

Powered by FUDForum. Page generated in 0.04408 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top