Re: [rules-users] not able to debug drools flow

2009-09-03 Thread Kris Verlaenen
I just downloaded and tested it again, and it should work I think.
Did you remove the old plugin?

Are you still having the same error, or another one now? When does it occur?

Kris

Quoting Justin King justin.matthew.k...@gmail.com:

 Hi,
 
 I'm afraid I downloaded the new plugin from the link you have and it
 still
 wont allow me to debug on eclipse 3.5. Anyone else had any luck?
 
 Cheers,
 
 Justin
 
 On Thu, Aug 27, 2009 at 11:05 PM, Kris Verlaenen 
 kris.verlae...@cs.kuleuven.be wrote:
 
  Ok, sorry, it took me a while but I found the issue.  The code
 works
  fine for both Eclipse 3.4.x and 3.5.x, but apparently there is an
 issue
  when you build the plugin for 3.4.x and try to use that in 3.5.x.
 
  I managed to work around the problem and the fix is committed on
 trunk.
   You can download the latest version of the plugin here:
 
 

https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/
 
  Kris
 
  Quoting Justin King justin.matthew.k...@gmail.com:
 
   I'm also using eclipse galileo, Java 1.5, and XP SP3 and I'm
 having
   the same
   problem
  
   2009/8/24 Jakob Marovt jmar...@gmail.com
  
Hi,
   
I am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all
 on
   Windows XP
Professional SP3.
   
Jakob
   
   
On Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 
kris.verlae...@cs.kuleuven.be wrote:
   
I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest
   Drools
5.1.0.SNAPSHOT on RHEL and everything seems to be working
 fine
   ...
   
Could you specify the exact environment you are getting this
 error
   in,
so I can at least try to reproduce?
   
Kris
   
Quoting Maximiliano Batelli maxibate...@gmail.com:
   
 Hello
 I have the same problem when debuging rules using eclipse
 3.5,
   drools
 5.0 and jdk 1.6.
 I downgraded to eclipse 3.4 and worked for me.
 Is there a solution to let me debug using eclipse 3.5?

 Thanks
 Max




 Hi,

 I`m experiencing the same problems as Vishal. I am using
 Eclipse
   3.5
 and newest Drools. I am only able to debug project as Java
 application, but when I want to debug it as Drools
 application
   all I
 get is this problem. I also tried disabling firewall and
   changing
 its
 settings but as it seems it does not help.
 So if anyone has figured out a solution to this problem, I
   would
 really appreciate an answer.

 Thanks,
 Jakob

 probably related to your personal firewall:
 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
 http://www.techienuggets.com/Comments?tx=3786

 I don't think this is a Drools specific issue.

 Mark


 Vishal Anand wrote:
 
 *** Hi,*
 
 *** *
 
 *** I am using Drools 5.0 and have create a simple
 application
   using
 *
 * drools flow, it runs perfectly but when trying to debug
 it as
   n
 drools *
 * application I get the following error:*
 
 *** *
 
 *** FATAL ERROR in native method: JDWP No transports
   initialized, *
 * jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*
 
 *** ERROR: transport error 202: connect failed: Connection
   refused*
 
 *** ERROR: JDWP Transport dt_socket failed to initialize,
 TRANSPORT_INIT(510)*
 
 *** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No
   transports
 *
 * initialized [../../../src/share/back/debugInit.c:690]*
 
 *** *
 
 *** *
 
 *** While stack trace shows the following:*
 
 *** *
 
 *** *
 
 *** java.lang.IncompatibleClassChangeError: Expected
 static
   method
 *

   
   
  
 
 

*org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
 *
 
 *** at
   org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown
 Source)*
 
 *** at *

   
   
  
 
 

*org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
 *
 
 *** at *

   
   
  
 
 

*org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
 *
 * Source)*
 
 *** at *

   
   
  
 
 

*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
 *
 
 *** at *

   
   
  
 
 

*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
 *
 
 *** at *

   
   
  
 
 

*org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
 *
 
 *** at *

   
   
  
 
 

*org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
 *
 
 *** at
   org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*
 
 *** *
 
 *** *
 
 *** I am using eclipse 3.4*
 
 *** *
 
 *** What could be the issue ?*
 
 *** 

Re: [rules-users] not able to debug drools flow

2009-09-02 Thread Justin King
Hi,

I'm afraid I downloaded the new plugin from the link you have and it still
wont allow me to debug on eclipse 3.5. Anyone else had any luck?

Cheers,

Justin

On Thu, Aug 27, 2009 at 11:05 PM, Kris Verlaenen 
kris.verlae...@cs.kuleuven.be wrote:

 Ok, sorry, it took me a while but I found the issue.  The code works
 fine for both Eclipse 3.4.x and 3.5.x, but apparently there is an issue
 when you build the plugin for 3.4.x and try to use that in 3.5.x.

 I managed to work around the problem and the fix is committed on trunk.
  You can download the latest version of the plugin here:

 https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/

 Kris

 Quoting Justin King justin.matthew.k...@gmail.com:

  I'm also using eclipse galileo, Java 1.5, and XP SP3 and I'm having
  the same
  problem
 
  2009/8/24 Jakob Marovt jmar...@gmail.com
 
   Hi,
  
   I am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all on
  Windows XP
   Professional SP3.
  
   Jakob
  
  
   On Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 
   kris.verlae...@cs.kuleuven.be wrote:
  
   I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest
  Drools
   5.1.0.SNAPSHOT on RHEL and everything seems to be working fine
  ...
  
   Could you specify the exact environment you are getting this error
  in,
   so I can at least try to reproduce?
  
   Kris
  
   Quoting Maximiliano Batelli maxibate...@gmail.com:
  
Hello
I have the same problem when debuging rules using eclipse 3.5,
  drools
5.0 and jdk 1.6.
I downgraded to eclipse 3.4 and worked for me.
Is there a solution to let me debug using eclipse 3.5?
   
Thanks
Max
   
   
   
   
Hi,
   
I`m experiencing the same problems as Vishal. I am using Eclipse
  3.5
and newest Drools. I am only able to debug project as Java
application, but when I want to debug it as Drools application
  all I
get is this problem. I also tried disabling firewall and
  changing
its
settings but as it seems it does not help.
So if anyone has figured out a solution to this problem, I
  would
really appreciate an answer.
   
Thanks,
Jakob
   
probably related to your personal firewall:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
http://www.techienuggets.com/Comments?tx=3786
   
I don't think this is a Drools specific issue.
   
Mark
   
   
Vishal Anand wrote:

*** Hi,*

*** *

*** I am using Drools 5.0 and have create a simple application
  using
*
* drools flow, it runs perfectly but when trying to debug it as
  n
drools *
* application I get the following error:*

*** *

*** FATAL ERROR in native method: JDWP No transports
  initialized, *
* jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*

*** ERROR: transport error 202: connect failed: Connection
  refused*

*** ERROR: JDWP Transport dt_socket failed to initialize,
TRANSPORT_INIT(510)*

*** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No
  transports
*
* initialized [../../../src/share/back/debugInit.c:690]*

*** *

*** *

*** While stack trace shows the following:*

*** *

*** *

*** java.lang.IncompatibleClassChangeError: Expected static
  method
*
   
  
  
 

 *org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
*

*** at
  org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown
Source)*

*** at *
   
  
  
 

 *org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
*

*** at *
   
  
  
 

 *org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
*
* Source)*

*** at *
   
  
  
 

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
*

*** at *
   
  
  
 

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
*

*** at *
   
  
  
 

 *org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
*

*** at *
   
  
  
 

 *org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
*

*** at
  org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*

*** *

*** *

*** I am using eclipse 3.4*

*** *

*** What could be the issue ?*

*** *

*** Thanks*

*** Vishal*
   
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
   
  
  
  
  
   Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
   ___
   rules-users mailing list
   rules-users@lists.jboss.org
   https://lists.jboss.org/mailman/listinfo/rules-users
  
  
  
   

Re: [rules-users] not able to debug drools flow

2009-08-28 Thread Maximiliano Batelli




Thanks Kris!

Cheers
Maxi

Kris Verlaenen escribi:

  Ok, sorry, it took me a while but I found the issue.  The code works
fine for both Eclipse 3.4.x and 3.5.x, but apparently there is an issue
when you build the plugin for 3.4.x and try to use that in 3.5.x.

I managed to work around the problem and the fix is committed on trunk.
 You can download the latest version of the plugin here:
https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/

Kris

Quoting Justin King justin.matthew.k...@gmail.com:

  
  
I'm also using eclipse galileo, Java 1.5, and XP SP3 and I'm having
the same
problem

2009/8/24 Jakob Marovt jmar...@gmail.com



  Hi,

I am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all on
  

Windows XP


  Professional SP3.

Jakob


On Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 
kris.verlae...@cs.kuleuven.be wrote:

  
  
I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest

  

Drools


  
5.1.0.SNAPSHOT on RHEL and everything seems to be working fine

  

...


  
Could you specify the exact environment you are getting this error

  

in,


  
so I can at least try to reproduce?

Kris

Quoting Maximiliano Batelli maxibate...@gmail.com:



  Hello
I have the same problem when debuging rules using eclipse 3.5,
  

  

drools


  

  5.0 and jdk 1.6.
I downgraded to eclipse 3.4 and worked for me.
Is there a solution to let me debug using eclipse 3.5?

Thanks
Max




Hi,

I`m experiencing the same problems as Vishal. I am using Eclipse
  

  

3.5


  

  and newest Drools. I am only able to debug project as Java
application, but when I want to debug it as Drools application
  

  

all I


  

  get is this problem. I also tried disabling firewall and
  

  

changing


  

  its
settings but as it seems it does not help.
So if anyone has figured out a solution to this problem, I
  

  

would


  

  really appreciate an answer.

Thanks,
Jakob

probably related to your personal firewall:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
http://www.techienuggets.com/Comments?tx=3786

I don't think this is a Drools specific issue.

Mark


Vishal Anand wrote:
  
  *** Hi,*
  
  *** *
  
  *** I am using Drools 5.0 and have create a simple application
  

  

using


  

  *
  
  
* drools flow, it runs perfectly but when trying to debug it as

  

  

n


  

  drools *
  
  
* application I get the following error:*


  
  *** *
  
  *** FATAL ERROR in native method: JDWP No transports
  

  

initialized, *


  

  
* jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*


  
  *** ERROR: transport error 202: connect failed: Connection
  

  

refused*


  

  *** ERROR: JDWP Transport dt_socket failed to initialize,
TRANSPORT_INIT(510)*
  
  *** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No
  

  

transports


  

  *
  
  
* initialized [../../../src/share/back/debugInit.c:690]*


  
  *** *
  
  *** *
  
  *** While stack trace shows the following:*
  
  *** *
  
  *** *
  
  *** java.lang.IncompatibleClassChangeError: Expected static
  

  

method


  

  *

  



  

*org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;


  

  *
  
  *** at
  

  

org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown


  

  Source)*
  
  *** at *

  



  

*org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)


  

  *
  
  *** at *

  



  

*org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown


   

Re: [rules-users] not able to debug drools flow

2009-08-27 Thread Kris Verlaenen
Ok, sorry, it took me a while but I found the issue.  The code works
fine for both Eclipse 3.4.x and 3.5.x, but apparently there is an issue
when you build the plugin for 3.4.x and try to use that in 3.5.x.

I managed to work around the problem and the fix is committed on trunk.
 You can download the latest version of the plugin here:
https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/

Kris

Quoting Justin King justin.matthew.k...@gmail.com:

 I'm also using eclipse galileo, Java 1.5, and XP SP3 and I'm having
 the same
 problem
 
 2009/8/24 Jakob Marovt jmar...@gmail.com
 
  Hi,
 
  I am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all on
 Windows XP
  Professional SP3.
 
  Jakob
 
 
  On Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 
  kris.verlae...@cs.kuleuven.be wrote:
 
  I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest
 Drools
  5.1.0.SNAPSHOT on RHEL and everything seems to be working fine
 ...
 
  Could you specify the exact environment you are getting this error
 in,
  so I can at least try to reproduce?
 
  Kris
 
  Quoting Maximiliano Batelli maxibate...@gmail.com:
 
   Hello
   I have the same problem when debuging rules using eclipse 3.5,
 drools
   5.0 and jdk 1.6.
   I downgraded to eclipse 3.4 and worked for me.
   Is there a solution to let me debug using eclipse 3.5?
  
   Thanks
   Max
  
  
  
  
   Hi,
  
   I`m experiencing the same problems as Vishal. I am using Eclipse
 3.5
   and newest Drools. I am only able to debug project as Java
   application, but when I want to debug it as Drools application
 all I
   get is this problem. I also tried disabling firewall and
 changing
   its
   settings but as it seems it does not help.
   So if anyone has figured out a solution to this problem, I
 would
   really appreciate an answer.
  
   Thanks,
   Jakob
  
   probably related to your personal firewall:
   http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
   http://www.techienuggets.com/Comments?tx=3786
  
   I don't think this is a Drools specific issue.
  
   Mark
  
  
   Vishal Anand wrote:
   
   *** Hi,*
   
   *** *
   
   *** I am using Drools 5.0 and have create a simple application
 using
   *
   * drools flow, it runs perfectly but when trying to debug it as
 n
   drools *
   * application I get the following error:*
   
   *** *
   
   *** FATAL ERROR in native method: JDWP No transports
 initialized, *
   * jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*
   
   *** ERROR: transport error 202: connect failed: Connection
 refused*
   
   *** ERROR: JDWP Transport dt_socket failed to initialize,
   TRANSPORT_INIT(510)*
   
   *** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No
 transports
   *
   * initialized [../../../src/share/back/debugInit.c:690]*
   
   *** *
   
   *** *
   
   *** While stack trace shows the following:*
   
   *** *
   
   *** *
   
   *** java.lang.IncompatibleClassChangeError: Expected static
 method
   *
  
 
 

*org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
   *
   
   *** at
 org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown
   Source)*
   
   *** at *
  
 
 

*org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
   *
   
   *** at *
  
 
 

*org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
   *
   * Source)*
   
   *** at *
  
 
 

*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
   *
   
   *** at *
  
 
 

*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
   *
   
   *** at *
  
 
 

*org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
   *
   
   *** at *
  
 
 

*org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
   *
   
   *** at
 org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*
   
   *** *
   
   *** *
   
   *** I am using eclipse 3.4*
   
   *** *
   
   *** What could be the issue ?*
   
   *** *
   
   *** Thanks*
   
   *** Vishal*
  
   ___
   rules-users mailing list
   rules-users@lists.jboss.org
   https://lists.jboss.org/mailman/listinfo/rules-users
  
 
 
 
 
  Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
  ___
  rules-users mailing list
  rules-users@lists.jboss.org
  https://lists.jboss.org/mailman/listinfo/rules-users
 
 
 
  ___
  rules-users mailing list
  rules-users@lists.jboss.org
  https://lists.jboss.org/mailman/listinfo/rules-users
 
 
 




Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-26 Thread Justin King
I'm also using eclipse galileo, Java 1.5, and XP SP3 and I'm having the same
problem

2009/8/24 Jakob Marovt jmar...@gmail.com

 Hi,

 I am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all on Windows XP
 Professional SP3.

 Jakob


 On Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 
 kris.verlae...@cs.kuleuven.be wrote:

 I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest Drools
 5.1.0.SNAPSHOT on RHEL and everything seems to be working fine ...

 Could you specify the exact environment you are getting this error in,
 so I can at least try to reproduce?

 Kris

 Quoting Maximiliano Batelli maxibate...@gmail.com:

  Hello
  I have the same problem when debuging rules using eclipse 3.5, drools
  5.0 and jdk 1.6.
  I downgraded to eclipse 3.4 and worked for me.
  Is there a solution to let me debug using eclipse 3.5?
 
  Thanks
  Max
 
 
 
 
  Hi,
 
  I`m experiencing the same problems as Vishal. I am using Eclipse 3.5
  and newest Drools. I am only able to debug project as Java
  application, but when I want to debug it as Drools application all I
  get is this problem. I also tried disabling firewall and changing
  its
  settings but as it seems it does not help.
  So if anyone has figured out a solution to this problem, I would
  really appreciate an answer.
 
  Thanks,
  Jakob
 
  probably related to your personal firewall:
  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
  http://www.techienuggets.com/Comments?tx=3786
 
  I don't think this is a Drools specific issue.
 
  Mark
 
 
  Vishal Anand wrote:
  
  *** Hi,*
  
  *** *
  
  *** I am using Drools 5.0 and have create a simple application using
  *
  * drools flow, it runs perfectly but when trying to debug it as n
  drools *
  * application I get the following error:*
  
  *** *
  
  *** FATAL ERROR in native method: JDWP No transports initialized, *
  * jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*
  
  *** ERROR: transport error 202: connect failed: Connection refused*
  
  *** ERROR: JDWP Transport dt_socket failed to initialize,
  TRANSPORT_INIT(510)*
  
  *** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
  *
  * initialized [../../../src/share/back/debugInit.c:690]*
  
  *** *
  
  *** *
  
  *** While stack trace shows the following:*
  
  *** *
  
  *** *
  
  *** java.lang.IncompatibleClassChangeError: Expected static method
  *
 

 *org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
  *
  
  *** at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown
  Source)*
  
  *** at *
 

 *org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
  *
  
  *** at *
 

 *org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
  *
  * Source)*
  
  *** at *
 

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
  *
  
  *** at *
 

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
  *
  
  *** at *
 

 *org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
  *
  
  *** at *
 

 *org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
  *
  
  *** at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*
  
  *** *
  
  *** *
  
  *** I am using eclipse 3.4*
  
  *** *
  
  *** What could be the issue ?*
  
  *** *
  
  *** Thanks*
  
  *** Vishal*
 
  ___
  rules-users mailing list
  rules-users@lists.jboss.org
  https://lists.jboss.org/mailman/listinfo/rules-users
 




 Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users



 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-24 Thread Bernd Rücker
Same for me, Eclipse 3.5.0 with jdk 6 and Drools 5 (contained in JBoss
Tools) under Windows XP.

 

I get exactly the same exception when trying to debug.

 

With Eclipse 3.4.2 it works (the other environment keeps the same).

 

Cheers

Bernd

 

P.S: Maybe the wrong place and time, but a forum for drools users would be
much more handy to use than the mailing list ;-)

 

--

Hi,

 

I am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all on Windows
XP

Professional SP3.

 

Jakob

 

 

On Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 

kris.verlae...@cs.kuleuven.be wrote:

 

 I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest Drools

 5.1.0.SNAPSHOT on RHEL and everything seems to be working fine ...

 

 Could you specify the exact environment you are getting this error in,

 so I can at least try to reproduce?

 

 Kris

 

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-24 Thread Maximiliano Batelli




Hello
jdk1.6.0_14 (jdk-6u14-windows-i586.exe)
drools-5.0
(http://download.jboss.org/drools/release/5.0.1.26597.FINAL/drools-5.0-bin.zip)
eclipse 3.5 (eclipse-jee-ganymede-win32.zip)
Windows XP Professional SP3

Thanks
Max



Bernd Rcker escribi:

  
  
  

  
  Same
for me, Eclipse 3.5.0 with jdk 6 and Drools 5 (contained in JBoss
Tools) under
Windows XP.
  
  I
get exactly the same exception when trying to debug.
  
  With
Eclipse 3.4.2 it works (the other environment keeps the same).
  
  Cheers
  Bernd
  
  P.S:
Maybe the wrong place and time, but a forum for drools users would be
much more
handy to use than the mailing list ;-)
  
  --
  Hi,
  
  I
am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all on Windows
XP
  Professional
SP3.
  
  Jakob
  
  
  On
Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 
  kris.verlae...@cs.kuleuven.be
wrote:
  
  
I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest Drools
  
5.1.0.SNAPSHOT on RHEL and everything seems to be working fine ...
  
  
Could you specify the exact environment you are getting this error in,
  
so I can at least try to reproduce?
  
  
Kris
  
  
  

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
  




___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-23 Thread Jakob Marovt
Hi,

I am using Eclipse 3.5.0, jdk 1.6.0_13-b03 and Drools 5.0 all on Windows XP
Professional SP3.

Jakob


On Sat, Aug 22, 2009 at 11:47 PM, Kris Verlaenen 
kris.verlae...@cs.kuleuven.be wrote:

 I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest Drools
 5.1.0.SNAPSHOT on RHEL and everything seems to be working fine ...

 Could you specify the exact environment you are getting this error in,
 so I can at least try to reproduce?

 Kris

 Quoting Maximiliano Batelli maxibate...@gmail.com:

  Hello
  I have the same problem when debuging rules using eclipse 3.5, drools
  5.0 and jdk 1.6.
  I downgraded to eclipse 3.4 and worked for me.
  Is there a solution to let me debug using eclipse 3.5?
 
  Thanks
  Max
 
 
 
 
  Hi,
 
  I`m experiencing the same problems as Vishal. I am using Eclipse 3.5
  and newest Drools. I am only able to debug project as Java
  application, but when I want to debug it as Drools application all I
  get is this problem. I also tried disabling firewall and changing
  its
  settings but as it seems it does not help.
  So if anyone has figured out a solution to this problem, I would
  really appreciate an answer.
 
  Thanks,
  Jakob
 
  probably related to your personal firewall:
  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
  http://www.techienuggets.com/Comments?tx=3786
 
  I don't think this is a Drools specific issue.
 
  Mark
 
 
  Vishal Anand wrote:
  
  *** Hi,*
  
  *** *
  
  *** I am using Drools 5.0 and have create a simple application using
  *
  * drools flow, it runs perfectly but when trying to debug it as n
  drools *
  * application I get the following error:*
  
  *** *
  
  *** FATAL ERROR in native method: JDWP No transports initialized, *
  * jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*
  
  *** ERROR: transport error 202: connect failed: Connection refused*
  
  *** ERROR: JDWP Transport dt_socket failed to initialize,
  TRANSPORT_INIT(510)*
  
  *** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
  *
  * initialized [../../../src/share/back/debugInit.c:690]*
  
  *** *
  
  *** *
  
  *** While stack trace shows the following:*
  
  *** *
  
  *** *
  
  *** java.lang.IncompatibleClassChangeError: Expected static method
  *
 

 *org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
  *
  
  *** at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown
  Source)*
  
  *** at *
 

 *org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
  *
  
  *** at *
 

 *org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
  *
  * Source)*
  
  *** at *
 

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
  *
  
  *** at *
 

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
  *
  
  *** at *
 

 *org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
  *
  
  *** at *
 

 *org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
  *
  
  *** at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*
  
  *** *
  
  *** *
  
  *** I am using eclipse 3.4*
  
  *** *
  
  *** What could be the issue ?*
  
  *** *
  
  *** Thanks*
  
  *** Vishal*
 
  ___
  rules-users mailing list
  rules-users@lists.jboss.org
  https://lists.jboss.org/mailman/listinfo/rules-users
 




 Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-22 Thread Kris Verlaenen
I just tried using Eclipse 3.5.0, jdk 1.6.0_06 and the latest Drools
5.1.0.SNAPSHOT on RHEL and everything seems to be working fine ...

Could you specify the exact environment you are getting this error in,
so I can at least try to reproduce?

Kris

Quoting Maximiliano Batelli maxibate...@gmail.com:

 Hello
 I have the same problem when debuging rules using eclipse 3.5, drools
 5.0 and jdk 1.6.
 I downgraded to eclipse 3.4 and worked for me.
 Is there a solution to let me debug using eclipse 3.5?
 
 Thanks
 Max
 
 
 
 
 Hi,
 
 I`m experiencing the same problems as Vishal. I am using Eclipse 3.5
 and newest Drools. I am only able to debug project as Java
 application, but when I want to debug it as Drools application all I
 get is this problem. I also tried disabling firewall and changing
 its
 settings but as it seems it does not help.
 So if anyone has figured out a solution to this problem, I would
 really appreciate an answer.
 
 Thanks,
 Jakob
 
 probably related to your personal firewall:
 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
 http://www.techienuggets.com/Comments?tx=3786
 
 I don't think this is a Drools specific issue.
 
 Mark
 
 
 Vishal Anand wrote:
 
 *** Hi,*
 
 *** *
 
 *** I am using Drools 5.0 and have create a simple application using
 *
 * drools flow, it runs perfectly but when trying to debug it as n
 drools *
 * application I get the following error:*
 
 *** *
 
 *** FATAL ERROR in native method: JDWP No transports initialized, *
 * jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*
 
 *** ERROR: transport error 202: connect failed: Connection refused*
 
 *** ERROR: JDWP Transport dt_socket failed to initialize,
 TRANSPORT_INIT(510)*
 
 *** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports
 *
 * initialized [../../../src/share/back/debugInit.c:690]*
 
 *** *
 
 *** *
 
 *** While stack trace shows the following:*
 
 *** *
 
 *** *
 
 *** java.lang.IncompatibleClassChangeError: Expected static method
 *

*org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
 *
 
 *** at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown
 Source)*
 
 *** at *

*org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
 *
 
 *** at *

*org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
 *
 * Source)*
 
 *** at *

*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
 *
 
 *** at *

*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
 *
 
 *** at *

*org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
 *
 
 *** at *

*org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
 *
 
 *** at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*
 
 *** *
 
 *** *
 
 *** I am using eclipse 3.4*
 
 *** *
 
 *** What could be the issue ?*
 
 *** *
 
 *** Thanks*
 
 *** Vishal*
 
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users
 




Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-19 Thread Maximiliano Batelli
Hello
I have the same problem when debuging rules using eclipse 3.5, drools 5.0 and 
jdk 1.6.
I downgraded to eclipse 3.4 and worked for me.
Is there a solution to let me debug using eclipse 3.5?

Thanks
Max




Hi,

I`m experiencing the same problems as Vishal. I am using Eclipse 3.5
and newest Drools. I am only able to debug project as Java
application, but when I want to debug it as Drools application all I
get is this problem. I also tried disabling firewall and changing its
settings but as it seems it does not help.
So if anyone has figured out a solution to this problem, I would
really appreciate an answer.

Thanks,
Jakob

probably related to your personal firewall:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
http://www.techienuggets.com/Comments?tx=3786

I don't think this is a Drools specific issue.

Mark


Vishal Anand wrote:

*** Hi,*

*** *

*** I am using Drools 5.0 and have create a simple application using *
* drools flow, it runs perfectly but when trying to debug it as n drools *
* application I get the following error:*

*** *

*** FATAL ERROR in native method: JDWP No transports initialized, *
* jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*

*** ERROR: transport error 202: connect failed: Connection refused*

*** ERROR: JDWP Transport dt_socket failed to initialize,
TRANSPORT_INIT(510)*

*** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports *
* initialized [../../../src/share/back/debugInit.c:690]*

*** *

*** *

*** While stack trace shows the following:*

*** *

*** *

*** java.lang.IncompatibleClassChangeError: Expected static method *
*org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
*

*** at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown Source)*

*** at *
*org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
*

*** at *
*org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
*
* Source)*

*** at *
*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
*

*** at *
*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
*

*** at *
*org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
*

*** at *
*org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
*

*** at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*

*** *

*** *

*** I am using eclipse 3.4*

*** *

*** What could be the issue ?*

*** *

*** Thanks*

*** Vishal*

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-19 Thread Jakob Marovt
Thank you for your suggestion Maximiliano, debugging really works in Eclipse
version 3.4 for me. So the problem is probably in compatibility with 3.5
(but maybe just on few specific configurations).

Bye

On Wed, Aug 19, 2009 at 3:28 PM, Maximiliano Batelli
maxibate...@gmail.comwrote:

 Hello
 I have the same problem when debuging rules using eclipse 3.5, drools 5.0
 and jdk 1.6.
 I downgraded to eclipse 3.4 and worked for me.
 Is there a solution to let me debug using eclipse 3.5?

 Thanks
 Max




 Hi,

 I`m experiencing the same problems as Vishal. I am using Eclipse 3.5
 and newest Drools. I am only able to debug project as Java
 application, but when I want to debug it as Drools application all I
 get is this problem. I also tried disabling firewall and changing its
 settings but as it seems it does not help.
 So if anyone has figured out a solution to this problem, I would
 really appreciate an answer.

 Thanks,
 Jakob

 probably related to your personal firewall:
 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
 http://www.techienuggets.com/Comments?tx=3786

 I don't think this is a Drools specific issue.

 Mark


 Vishal Anand wrote:
 
 *** Hi,*
 
 *** *
 
 *** I am using Drools 5.0 and have create a simple application using *
 * drools flow, it runs perfectly but when trying to debug it as n drools *
 * application I get the following error:*
 
 *** *
 
 *** FATAL ERROR in native method: JDWP No transports initialized, *
 * jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*
 
 *** ERROR: transport error 202: connect failed: Connection refused*
 
 *** ERROR: JDWP Transport dt_socket failed to initialize,
 TRANSPORT_INIT(510)*
 
 *** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports *
 * initialized [../../../src/share/back/debugInit.c:690]*
 
 *** *
 
 *** *
 
 *** While stack trace shows the following:*
 
 *** *
 
 *** *
 
 *** java.lang.IncompatibleClassChangeError: Expected static method *

 *org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
 *
 
 *** at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown Source)*
 
 *** at *

 *org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
 *
 
 *** at *

 *org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
 *
 * Source)*
 
 *** at *

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
 *
 
 *** at *

 *org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
 *
 
 *** at *

 *org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
 *
 
 *** at *

 *org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
 *
 
 *** at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*
 
 *** *
 
 *** *
 
 *** I am using eclipse 3.4*
 
 *** *
 
 *** What could be the issue ?*
 
 *** *
 
 *** Thanks*
 
 *** Vishal*

 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-08-14 Thread Jakob Marovt
Hi,

I`m experiencing the same problems as Vishal. I am using Eclipse 3.5
and newest Drools. I am only able to debug project as Java
application, but when I want to debug it as Drools application all I
get is this problem. I also tried disabling firewall and changing its
settings but as it seems it does not help.
So if anyone has figured out a solution to this problem, I would
really appreciate an answer.

Thanks,
Jakob

probably related to your personal firewall:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
http://www.techienuggets.com/Comments?tx=3786

I don't think this is a Drools specific issue.

Mark


Vishal Anand wrote:

*** Hi,*

*** *

*** I am using Drools 5.0 and have create a simple application using *
* drools flow, it runs perfectly but when trying to debug it as n drools *
* application I get the following error:*

*** *

*** FATAL ERROR in native method: JDWP No transports initialized, *
* jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)*

*** ERROR: transport error 202: connect failed: Connection refused*

*** ERROR: JDWP Transport dt_socket failed to initialize,
TRANSPORT_INIT(510)*

*** JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports *
* initialized [../../../src/share/back/debugInit.c:690]*

*** *

*** *

*** While stack trace shows the following:*

*** *

*** *

*** java.lang.IncompatibleClassChangeError: Expected static method *
*org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
*

*** at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown Source)*

*** at *
*org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
*

*** at *
*org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown
*
* Source)*

*** at *
*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
*

*** at *
*org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
*

*** at *
*org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
*

*** at *
*org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
*

*** at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)*

*** *

*** *

*** I am using eclipse 3.4*

*** *

*** What could be the issue ?*

*** *

*** Thanks*

*** Vishal*

***
*

*** ___*
* rules-users mailing list*
* rules-users at 
lists.jboss.orghttp://lists.jboss.org/mailman/listinfo/rules-users
*
*** https://lists.jboss.org/mailman/listinfo/rules-users*
*** *
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] not able to debug drools flow

2009-07-08 Thread Vishal Anand
Hi,

I am using Drools 5.0 and have create a simple application using drools flow, 
it runs perfectly but when trying to debug it as n drools application I get the 
following error:

FATAL ERROR in native method: JDWP No transports initialized, 
jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: transport error 202: connect failed: Connection refused
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized 
[../../../src/share/back/debugInit.c:690]


While stack trace shows the following:


java.lang.IncompatibleClassChangeError: Expected static method 
org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;
at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown Source)
at 
org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
at 
org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown 
Source)
at 
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at 
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at 
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


I am using eclipse 3.4

What could be the issue ?

Thanks
Vishal
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] not able to debug drools flow

2009-07-08 Thread Mark Proctor

probably related to your personal firewall:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6303969
http://www.techienuggets.com/Comments?tx=3786

I don't think this is a Drools specific issue.

Mark


Vishal Anand wrote:


Hi,

 

I am using Drools 5.0 and have create a simple application using 
drools flow, it runs perfectly but when trying to debug it as n drools 
application I get the following error:


 

FATAL ERROR in native method: JDWP No transports initialized, 
jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)


ERROR: transport error 202: connect failed: Connection refused

ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)

JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports 
initialized [../../../src/share/back/debugInit.c:690]


 

 


While stack trace shows the following:

 

 

java.lang.IncompatibleClassChangeError: Expected static method 
org.drools.eclipse.launching.DroolsVMDebugger.renderCommandLine([Ljava/lang/String;)Ljava/lang/String;


at org.drools.eclipse.launching.DroolsVMDebugger.run(Unknown Source)

at 
org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)


at 
org.drools.eclipse.launching.DroolsLaunchConfigurationDelegate.launch(Unknown 
Source)


at 
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)


at 
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)


at 
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)


at 
org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)


at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 

 


I am using eclipse 3.4

 


What could be the issue ?

 


Thanks

Vishal



___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
  


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users