jiffie-developers Mailing List for Java InterFace For Internet Explorer
Status: Abandoned
Brought to you by:
joniles
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(26) |
Sep
(11) |
Oct
(42) |
Nov
(25) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(39) |
Feb
(13) |
Mar
(19) |
Apr
(4) |
May
|
Jun
(7) |
Jul
(5) |
Aug
(19) |
Sep
(2) |
Oct
|
Nov
(7) |
Dec
(3) |
| 2006 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(7) |
May
(8) |
Jun
(4) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
(1) |
| 2007 |
Jan
(4) |
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
| 2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Snwcwwxf <snw...@ho...> - 2009-05-25 14:05:56
|
I want to get posted form data.How to parse argument of PostData in method of BeforeNavigate? _________________________________________________________________ 上Windows Live 中国首页,下载最新版Messenger! http://www.windowslive.cn |
|
From: Snwcwwxf <snw...@ho...> - 2009-05-20 00:44:02
|
how to prevent image from downloading? _________________________________________________________________ 看看谁是Live小博士,Windows Live知识竞赛, 精美礼品等你拿。 http://events.livetome.cn/2009/knowlive |
|
From: mike t. <mik...@gm...> - 2009-01-03 15:23:44
|
Hi, i currently experimenting with jiffie. Its a great tool. But i have one question. Maybe some of you can help me. With this code i can create a new instance of the InternetExplorer and make it visible: InternetExplorer ie = new InternetExplorer(); ie.setVisible(true); How can i get the instance of the IE that the user has opend by himself? I dont like to open a new Browser. I like to use the one which is currently open. How is it possible? Thanks -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger |
|
From: Graham C. <gra...@gm...> - 2009-01-02 10:14:50
|
Simon, you can get jiffie to control popups. Initially I thought you would be able to find child windows and get hold of it like a normal jiffie window but I could never find out quite how to do this properly. In the end I used the JiffiwUtility.sendKeys method to send keys to the window with name "ENTER WINDOW NAME" and then simply used tabs, arrow keys and text to get what I wanted from the popups. This is not the most precise method and may include some arbitrary waits that may or may not satisfy the length of time take for the popup to appear. I can't find my example of how to do this right now but I believe there was one in the forum before (I may or may not have put it there). If you are still struggling contact me and I'll try and find it. Cheers Graham Cross 2008/12/11 Simon Bromley <sim...@gm...> > Hi All, I'm trying to get Jiffie to automatically download a file to a > particular path. At present, it currently always pops up the dialog > asking where to download the file to. Is there a means of controlling > this programmatically? I've been doing something similar with iMacros, > but it has so many quirks I'd rather be using Jiffie to achieve my goals. > > > ------------------------------------------------------------------------------ > _______________________________________________ > jiffie-developers mailing list > jif...@li... > https://lists.sourceforge.net/lists/listinfo/jiffie-developers > |
|
From: Simon B. <sim...@gm...> - 2008-12-11 10:44:06
|
Hi All, I'm trying to get Jiffie to automatically download a file to a particular path. At present, it currently always pops up the dialog asking where to download the file to. Is there a means of controlling this programmatically? I've been doing something similar with iMacros, but it has so many quirks I'd rather be using Jiffie to achieve my goals. |
|
From: kutty p. <kut...@gm...> - 2008-01-03 21:12:54
|
Hi,
I need to click on image at specific place (may be the center of the image
or may be intersection of certain row and column of image).
I have gone through the jameleon jiffie tag and i could not find a tag that
will do this. But i found a tag called selenium-click-at on selenium
plug-in. But i do not know how to call selenium tags inside/in between
jiffie session tags.
So, i tried something like this.........
<jm:testcase xmlns:jm="jelly:jameleon" xmlns:sel="jelly:jameleon"
trace="true">
<jm:ie-session baseUrl="${BaseURL}" beginSession="true">
...................
.................. jiffie tags goes here ........
then i called selenium tag (to test the jiffie and selenium integration
within jiffie session tag).
<sel:selenium-click functionId="Click on submit button"
precondition="from=0" locator="value=Submit" functionDelay="300"/>
</jm:ie-session>
But the problem is that when i try to call this selenium-click-at selenium
tag in-between the jiffie session tag, i am getting error ... something like
Run_jiffie_selenium.xml:11:64: <sel:selenium-click> Can only execute an
Selenium function tags under the Selenium session tag ( selenium-session )!
Please change the session tag surrounding function point
net.sf.jameleon.plugin.selenium.tags.SeleniumClickTag.
is there any way that i can make use of selenium tags inside the jiffie
session tags.
Thanks
Kutty Paiya.
|
|
From: Stephan L. <ste...@gm...> - 2007-11-12 22:43:39
|
Addendum: I was able to get jiffie 1.0 to work with jacob 1.12, however not any newer version (1.13 as ships with jiffie, or the 1.14 milestone builds). Question still is if anybody has experienced the below issue using the jiffie 1.0 distribution with the supplied jacob.jar|dll. Thanks in advance! - Stephan ---------- Forwarded message ---------- From: Stephan Lips <ste...@gm...> Date: Nov 12, 2007 4:34 PM Subject: java.lang.UnsatisfiedLinkError when running jiffie 1.0 To: jif...@li... After switching my setup to use jiffie-1.0, I am getting the below error when attempting to run JiffieTest.bat. Tried with both Sun and IBM 1.5 JDK. On the same system, the pre-1.0 version of jiffie continues to execute as expected using Sun VM 1.4.2. I have tried copying jacob.dll 1.13 to my windows\system32 directory when executing jiffie 1.0, to no avail. I am also able to execute pre-1.0 jiffie using the Sun 1.5 VM (which produces the below error when run with jiffie 1.0). Has anybody else experienced this? I looked through the archives of jacob on sf.net, but nothing applied. Thanks, - Stephan 1) warning(junit.framework.TestSuite$1)junit.framework.AssertionFailedError: Exception in constructor: testElementContainer (java.lang.UnsatisfiedLinkError: C:\stephan\testifIE\other-projects\jiffie-1.0\jiffie\jacob.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:993) at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:57) at com.jacob.com.JacobObject.<clinit>(JacobObject.java:150) at net.sf.jiffie.InternetExplorer.<init>(InternetExplorer.java:60) at net.sf.jiffie.JiffieTestCase.<init>(JiffieTestCase.java:114) at net.sf.jiffie.JiffieDataDirTest.<init>(JiffieDataDirTest.java:34) at net.sf.jiffie.ElementContainerTest.<init>(ElementContainerTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at net.sf.jiffie.JiffieTest.<init>(JiffieTest.java:58) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at junit.runner.BaseTestRunner.getTest(BaseTestRunner.java:103) |
|
From: Stephan L. <ste...@gm...> - 2007-11-12 22:34:32
|
After switching my setup to use jiffie-1.0, I am getting the below error when attempting to run JiffieTest.bat. Tried with both Sun and IBM 1.5 JDK. On the same system, the pre-1.0 version of jiffie continues to execute as expected using Sun VM 1.4.2. I have tried copying jacob.dll 1.13 to my windows\system32 directory when executing jiffie 1.0, to no avail. I am also able to execute pre-1.0 jiffie using the Sun 1.5 VM (which produces the below error when run with jiffie 1.0). Has anybody else experienced this? I looked through the archives of jacob on sf.net, but nothing applied. Thanks, - Stephan 1) warning(junit.framework.TestSuite$1)junit.framework.AssertionFailedError: Exception in constructor: testElementContainer (java.lang.UnsatisfiedLinkError: C:\stephan\testifIE\other-projects\jiffie-1.0\jiffie\jacob.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:993) at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:57) at com.jacob.com.JacobObject.<clinit>(JacobObject.java:150) at net.sf.jiffie.InternetExplorer.<init>(InternetExplorer.java:60) at net.sf.jiffie.JiffieTestCase.<init>(JiffieTestCase.java:114) at net.sf.jiffie.JiffieDataDirTest.<init>(JiffieDataDirTest.java:34) at net.sf.jiffie.ElementContainerTest.<init>(ElementContainerTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at net.sf.jiffie.JiffieTest.<init>(JiffieTest.java:58) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at junit.runner.BaseTestRunner.getTest(BaseTestRunner.java:103) |
|
From: Jon I. <jon...@bc...> - 2007-10-08 21:00:34
|
The 1.0 release of Jiffie is now available. This release sees Jiffie integrated with the latest versions of Jacob and Jaxen, and also a move = to Java 5, including the use of generics. You will also notice that = Jiffie's package is now net.sf.jiffie, so you will need to update your code to = import Jiffie correctly. =20 Here are the highlights from the changelog: =20 Updated to build with JDK 1.5 Updated to use Jaxen 1.1.1 for XPath support Updated to use latest Jacob 1.13 Updated to use generics Updated to change package to net.sf.jiffie Updated to replace references to Tapster Rock with Packwood Software Enjoy! =20 Jon =20 |
|
From: Ben A. <ben...@st...> - 2007-06-25 11:09:33
|
Hello there I would greatly appreciate a small amount of your time to assist with my doctoral research at The University of Newcastle. The research concerns open source licensing and we're seeking developers working on Java projects. The research is supervised, ethics-approved, anonymous and results will be freely available. Participation will also provide a custom licensing report for your project. To learn more, please visit: http://licensing-research.newcastle.edu.au Thanks for reading this email, and I hope you'll consider participating. Best regards Ben Alex (My apologies for being off-topic; this list will not be emailed again) |
|
From: Alex G. <ag...@ma...> - 2007-06-16 23:16:32
|
Hi everybody, I have a problem. I need to work with the pages wish was written with ASP. And if you will try to navigate to this page with, for example, Firefox and open the source you will see an empty page. But if you will try to that via IE you will see the normal content of the page. Well... I have exactly the same behaviour with Jiffie (as with Firefox). When I'm trying to access the content of the page (via getInnerHtml(), getInnerText() or getElementList()) I can't get anything - IFRAME element is empty. I was trying to use Thread.sleep(). But it doesn't work. Could someone help me? Thanks in advance, Alex |
|
From: Evan W. <h3l...@ho...> - 2007-02-24 03:32:14
|
Hi, I'm trying to create a tag that right clicks on a specific element. I tried looking through the IEClickElement code but since it calls a javascript method and dosn't actually click, i couldn't find anything. If someone could reply to this and try to help me with this issue that's be great. _________________________________________________________________ Play Flexicon: the crossword game that feeds your brain. PLAY now for FREE. http://zone.msn.com/en/flexicon/default.htm?icid=flexicon_hmtagline |
|
From: Jon I. <jon...@bc...> - 2007-02-18 22:02:19
|
Hi, =20 can you open a bug for this on SourecForge and supply a simple test case (Java code to drive Jiffie and a suitable target web page?) =20 Thanks! Jon -----Original Message----- From: jif...@li... [mailto:jif...@li...] On Behalf Of = Miguel Plaza Moral Sent: 18 February 2007 12:10 To: jif...@li... Subject: [jiffie-developers] Exception with version 1.11.1 of jacob =20 Hi, I tried new version of jiffie with version jacob 1.11.1 and I get = this exception: =20 Exception in thread "main" java.lang.NoSuchMethodError: com.jacob.com.Variant.<init>(Ljava/lang/String;)V at com.tapsterrock.jiffie.InternetExplorer.navigate(InternetExplorer.java:27= 8) =20 With new version of jiffie, but old jar and dll jacob don't exist this problem. =20 Thanks. =20 |
|
From: Miguel P. M. <ald...@ya...> - 2007-02-18 12:10:12
|
Hi, I tried new version of jiffie with version jacob 1.11.1 and I get this exception: Exception in thread "main" java.lang.NoSuchMethodError: com.jacob.com.Variant.<init>(Ljava/lang/String;)V at com.tapsterrock.jiffie.InternetExplorer.navigate(InternetExplorer.java:278) With new version of jiffie, but old jar and dll jacob don't exist this problem. Thanks. |
|
From: Jon I. <jon...@bc...> - 2007-02-15 22:08:20
|
Graham, =20 I have also seen this message, but it does not seem to affect the = operation of Jiffie. I have not had the opportunity to look at the Jacob source in detail, however I'm concerned that it is writing messages out to the console. This isn't great practice for a library for obvious reasons. If = you have a chance to delve into the Jacob source to see where this message = is coming from it may help us to identify which interface is causing the problem. It would also be useful to suggest to the Jacob guys that an alternative error reporting strategy is required. =20 I will take a look at this when I get the chance, but you know how bad I = am at getting round to doing stuff :-) =20 Jon -----Original Message----- From: jif...@li... [mailto:jif...@li...] On Behalf Of = Graham Cross Sent: 14 February 2007 09:31 To: jif...@li... Subject: [jiffie-developers] Event method received was not defined as = partof callback interface - on new version Cheers for the update. I think its somewhat more stable now so thats really good. I am having a slight problem in that I get this error "com.jacob.com.ComFailException: Event method received was not defined = as part of callback interface"=20 displayed numerous times in my console. It does not effect the run of my tests, but it is irritating and may = point to a fundimental problem with the way i use jiffie or the wqay jiffie is using jacob (probably the former over the later)=20 Cheers Graham |
|
From: Graham C. <gra...@gm...> - 2007-02-14 09:31:11
|
Cheers for the update. I think its somewhat more stable now so thats really good. I am having a slight problem in that I get this error "com.jacob.com.ComFailException: Event method received was not defined as part of callback interface" displayed numerous times in my console. It does not effect the run of my tests, but it is irritating and may point to a fundimental problem with the way i use jiffie or the wqay jiffie is using jacob (probably the former over the later) Cheers Graham |
|
From: Graham C. <gra...@gm...> - 2007-02-08 10:08:45
|
Jon,
Thanks very much for all your hard work.
Just one quick question.
I tried to run just some basic Jiffie test and couldn't get the simple
navigate function to work. This is the stack trace
java.lang.NoSuchMethodError: com.jacob.com.Variant
.<init>(Ljava/lang/String;)V
at com.tapsterrock.jiffie.InternetExplorer.navigate(
InternetExplorer.java:278)
at com.regression.Support.loginGeneric(MPSupport.java:218)
at com.regression.Support.loginGeneric(MPSupport.java:205)
at com.regression.KillAlerts.testKillAlets(KillAlerts.java:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:228)
at junit.framework.TestSuite.run(TestSuite.java:223)
at org.junit.internal.runners.OldTestClassRunner.run(
OldTestClassRunner.java:35)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(
JUnit4TestReference.java:38)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(
TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(
RemoteTestRunner.java:460)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(
RemoteTestRunner.java:673)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(
RemoteTestRunner.java:386)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(
RemoteTestRunner.java:196)
It seems there has been a change to the "variant" class in Jacob that is
incompatible. Have you run across this/do you have any ideas?
Cheers
Graham
On 07/02/07, Jon Iles <jon...@bc...> wrote:
>
> After a long pause, here is a new release of Jiffie. The major change
> here is that the latest version of Jacob has been integrated. Here are some
> notes from the change log:
>
> Updated to use Jacob 1.11.1Added support for the form attribute on form
> elements.
>
> Updated to implement the full set of events generated by Internet
> Explorer. Note that events marked as "obsolete" or "not yet implemented" in
> Microsoft's documentation are not implemented by Jiffie.
>
> Added sample code to demonstrate a method for handling modal and modeless
> dialogs.
>
> Added an accessor method for the frames property of an IHTMLDocument2.
>
> Checkstyle 4.0 updates
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> jiffie-developers mailing list
> jif...@li...
> https://lists.sourceforge.net/lists/listinfo/jiffie-developers
>
>
|
|
From: Jon I. <jon...@bc...> - 2007-02-07 23:32:30
|
After a long pause, here is a new release of Jiffie. The major change = here is that the latest version of Jacob has been integrated. Here are some = notes from the change log: Updated to use Jacob 1.11.1Added support for the form attribute on form elements. Updated to implement the full set of events generated by Internet = Explorer. Note that events marked as "obsolete" or "not yet implemented" in Microsoft's documentation are not implemented by Jiffie. Added sample code to demonstrate a method for handling modal and = modeless dialogs. Added an accessor method for the frames property of an IHTMLDocument2. Checkstyle 4.0 updates |
|
From: Jon I. <jon...@bc...> - 2007-01-09 20:38:15
|
Hi, =20 the readme is no longer relevant as Jiffie is distributed with a = standard release version of Jacob. I have looked at updating the version of Jacob supplied with Jiffie on a couple of occasions over the last year, but = each time I've found issues, wither the unit tests fail with errors, or I get exception information written to the standard output. I'll try to put = some time into this in the next week or so to try the latest version of Jacob = and report back on how it behaves. If it passes the unit tests without any problems, then I'll wrap up a new distribution. =20 Cheers! =20 Jon -----Original Message----- From: jif...@li... [mailto:jif...@li...] On Behalf Of = Graham Cross Sent: 08 January 2007 09:39 To: jif...@li... Subject: [jiffie-developers] New Version Of Jacob Jacob is now a couple of minor releases down the road and I've not heard anything about integration with Jiffie. I'm sure everyone would like to see it done if it will offer greater stability. I noticed on the website it says=20 "Jiffie is based on a modified version of the Jacob JNI to COM bridge. = The current Jacob distribution can be found at http://www.sourceforge.net/projects/jacob-project. The readme.txt file = in the Jacob subdirectory describes the changes made to the original Jacob library in order to provide the functionality required by Jiffie" I could not find this readme. Is it available somewhere? Or is it no longer relevant? Cheers Graham |
|
From: Graham C. <gra...@gm...> - 2007-01-09 08:17:22
|
I do this aswell
I always found the following sufficent
"IHTMLInputElement input =3D inputByIdRegex(document, "file1");
BlockingClickThread blockingClick =3D new BlockingClickThread(input);
blockingClick.start();
JiffieUtility.sendKeys("Choose file", "c:\\tmp.txt {TAB}{TAB} ");
input.release();"
Hope that helps
On 08/01/07, Alejandro (Alex) Soini <so...@ad...> wrote:
>
> Hi all,
>
>
>
> I'm running a program that uses more than one BlockingClickThread (for
> some dialog boxes at different parts of a webapp), and the program procee=
ds
> accordingly. However, I get an exception printed out:
>
>
>
> Exception in thread "Thread-226" *java.lang.NullPointerException*
>
> at com.tapsterrock.jiffie.BlockingClickThread.runBlockingMethod(*
> BlockingClickThread.java:54*)
>
> at com.tapsterrock.jiffie.BlockingThread.run(*BlockingThread.java:5=
5
> *)
>
>
>
> =85which is a bit perplexing to me. It doesn't halt the execution of the
> rest of the program. Regardless, I'd like to ideally clean up this
> exception. I tried using .interrupt() and .stop() on each
> BlockingClickThread once it's finished but it doesn't seem to make a
> difference. Any thoughts? Thank you,
>
>
>
> -Alex
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
>
> _______________________________________________
> jiffie-developers mailing list
> jif...@li...
> https://lists.sourceforge.net/lists/listinfo/jiffie-developers
>
>
>
|
|
From: Alejandro \(Alex\) S. <so...@ad...> - 2007-01-08 21:13:07
|
Hi all,
=20
I'm running a program that uses more than one BlockingClickThread (for
some dialog boxes at different parts of a webapp), and the program
proceeds accordingly. However, I get an exception printed out:
=20
Exception in thread "Thread-226" java.lang.NullPointerException
at
com.tapsterrock.jiffie.BlockingClickThread.runBlockingMethod(BlockingCli
ckThread.java:54)
at
com.tapsterrock.jiffie.BlockingThread.run(BlockingThread.java:55)
=20
...which is a bit perplexing to me. It doesn't halt the execution of
the rest of the program. Regardless, I'd like to ideally clean up this
exception. I tried using .interrupt() and .stop() on each
BlockingClickThread once it's finished but it doesn't seem to make a
difference. Any thoughts? Thank you,
=20
-Alex=20
|
|
From: Graham C. <gra...@gm...> - 2007-01-08 09:38:37
|
Jacob is now a couple of minor releases down the road and I've not heard anything about integration with Jiffie. I'm sure everyone would like to see it done if it will offer greater stability. I noticed on the website it says "Jiffie is based on a modified version of the Jacob JNI to COM bridge. The current Jacob distribution can be found at http://www.sourceforge.net/projects/jacob-project. The readme.txt file in the Jacob subdirectory describes the changes made to the original Jacob library in order to provide the functionality required by Jiffie" I could not find this readme. Is it available somewhere? Or is it no longer relevant? Cheers Graham |
|
From: Graham C. <gra...@gm...> - 2006-12-14 18:01:31
|
Dear all, I've recently started getting this error message out of my jiffie scripts. I had initially thought it was just hte out of memory again but I dont hink it is. This is the error # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d671e64, pid=3416, tid=2880 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode) # Problematic frame: # V [jvm.dll+0x1e64] # # An error report file with more information is saved as hs_err_pid3416.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # and the error log is: # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d671e64, pid=3416, tid=2880 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode) # Problematic frame: # V [jvm.dll+0x1e64] # --------------- T H R E A D --------------- Current thread (0x0035fa70): VMThread [id=2880] siginfo: ExceptionCode=0xc0000005, reading address 0x0000000c Registers: EAX=0x00000008, EBX=0x009eef98, ECX=0x03cf00d8, EDX=0x00000008 ESP=0x0092fb8c, EBP=0x0092fbac, ESI=0x03cf00d8, EDI=0x0092fcbc EIP=0x6d671e64, EFLAGS=0x00010202 Top of Stack: (sp=0x0092fb8c) 0x0092fb8c: 03cf00d8 6d6d4463 00000008 0092fcbc 0x0092fb9c: 03cff3a4 03cff3ac 009eef98 009eef98 0x0092fbac: 0092fbe0 6d6d37d1 03cf00d8 03cff3a4 0x0092fbbc: 03cff3a4 412f0500 6d6e7b2e 03cff3a4 0x0092fbcc: 03d38160 03cff398 009ef7d0 412f03a8 0x0092fbdc: 412f0504 0092fd0c 6d764e20 03cff398 0x0092fbec: 0092fcbc 0092fcbc 009eef98 00000000 0x0092fbfc: 6d6d46c0 0092fcbc 00000000 009eed68 Instructions: (pc=0x6d671e64) 0x6d671e54: e8 ea f8 ff ff 5f 5e c9 c3 8b 54 24 04 56 8b f1 0x6d671e64: 8b 42 04 85 c0 7f 25 7d 1b 83 c9 ff 2b c8 8b 46 Stack: [0x008f0000,0x00930000), sp=0x0092fb8c, free space=254k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [jvm.dll+0x1e64] V [jvm.dll+0x637d1] V [jvm.dll+0xf4e20] V [jvm.dll+0x6e9d5] V [jvm.dll+0x5160e] V [jvm.dll+0x6eb80] V [jvm.dll+0x1233f7] V [jvm.dll+0x122ec5] V [jvm.dll+0x12306e] V [jvm.dll+0x122dd3] C [MSVCRT.dll+0x2a3b0] C [kernel32.dll+0xb683] VM_Operation (0x0006bf70): generation collection for allocation, mode: safepoint, requested by thread 0x00357730 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x473fdce8 JavaThread "ReaderThread" [_thread_in_native, id=3188] 0x00a33398 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2980] 0x00a32008 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3676] 0x00a31448 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1448] 0x00a278d8 JavaThread "Finalizer" daemon [_thread_blocked, id=1256] 0x009e8bd0 JavaThread "Reference Handler" daemon [_thread_blocked, id=2448] 0x00357730 JavaThread "main" [_thread_blocked, id=1980] Other Threads: =>0x0035fa70 VMThread [id=2880] 0x00a34578 WatcherThread [id=544] VM state:at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x00356de8/0x00003f1c] Threads_lock - owner thread: 0x0035fa70 [0x00356f68/0x00003ee0] Heap_lock - owner thread: 0x00357730 Heap def new generation total 18944K, used 17865K [0x02a70000, 0x03ef0000, 0x07750000) eden space 16896K, 100% used [0x02a70000, 0x03af0000, 0x03af0000) from space 2048K, 47% used [0x03af0000, 0x03be2460, 0x03cf0000) to space 2048K, 18% used [0x03cf0000, 0x03d4d348, 0x03ef0000) tenured generation total 251468K, used 202522K [0x07750000, 0x16ce3000, 0x41270000) the space 251468K, 80% used [0x07750000, 0x13d16b50, 0x13d16c00, 0x16ce3000) compacting perm gen total 8192K, used 4282K [0x41270000, 0x41a70000, 0x45270000) the space 8192K, 52% used [0x41270000, 0x4169e8c8, 0x4169ea00, 0x41a70000) No shared spaces configured. Dynamic libraries: 0x00400000 - 0x0040c000 C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe 0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll 0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll 0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll 0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll 0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL 0x6d670000 - 0x6d804000 C:\Program Files\Java\jre1.5.0_06\bin\client\jvm.dll 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll 0x6d280000 - 0x6d288000 C:\Program Files\Java\jre1.5.0_06\bin\hpi.dll 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL 0x6d640000 - 0x6d64c000 C:\Program Files\Java\jre1.5.0_06\bin\verify.dll 0x6d300000 - 0x6d31d000 C:\Program Files\Java\jre1.5.0_06\bin\java.dll 0x6d660000 - 0x6d66f000 C:\Program Files\Java\jre1.5.0_06\bin\zip.dll 0x6d4c0000 - 0x6d4d3000 C:\Program Files\Java\jre1.5.0_06\bin\net.dll 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll 0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll 0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll 0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll 0x47a70000 - 0x47a88000 C:\workspace\JiffyTest\lib\jacob.dll 0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll 0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL 0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll 0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll 0x47bb0000 - 0x47e75000 C:\WINDOWS\system32\xpsp2res.dll 0x75e90000 - 0x75f40000 C:\WINDOWS\system32\SXS.DLL VM Arguments: jvm_args: - Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl- Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl- Djava.library.path=C:\workspace\JiffyTest\lib -Xmx1000M java_command: org.eclipse.jdt.internal.junit.runner.RemoteTestRunner-version 3 -port 3568 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -classNames com.regression.LargoNav Launcher Type: SUN_STANDARD Environment Variables: PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\ USERNAME=grahamc OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 9, GenuineIntel --------------- S Y S T E M --------------- OS: Windows XP Build 2600 Service Pack 2 CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht Memory: 4k page, physical 2086988k(873872k free), swap 4025408k(2946192k free) vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0 Any thoughts? As always any help is greatfully recieved. Graham Cross |
|
From: Ray S. <rsa...@ji...> - 2006-11-13 21:10:15
|
I am running IE web scripts with Adobe Flash Player 9 installed; however I am noticing the web scripts are timing out and can not continue. I have uninstalled the Adobe Flash Player 9 then web scripts will run. Is there another way we can handle this problem through Jameleon/JIFFIE? Thanks, Ray _____ From: Christian Hargraves [mailto:en...@ya...] Sent: Monday, November 13, 2006 12:17 PM To: Ray Sarmiento; jam...@li... Subject: Re: [Jameleon-users] HELP: How to run IE web scripts with Adobe Flash Player 9 installed Ray, This is the first I have heard of this. Have you tried posting this question to the Jiffie mailing list? They will likely know Jiffie much better than I ever will. Regards, Christian ----- Original Message ---- From: Ray Sarmiento <rsa...@ji...> To: jam...@li... Sent: Monday, November 13, 2006 12:53:42 PM Subject: [Jameleon-users] HELP: How to run IE web scripts with Adobe Flash Player 9 installed I am running IE web scripts with Adobe Flash Player 9 installed; however I am noticing the web scripts are timing out and can not continue. I have uninstalled the Adobe Flash Player 9 then web scripts will run. Is there another way we can handle this problem through Jameleon/JIFFIE? Thanks, Ray ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> &kid=120709&bid=263057&dat=121642 _______________________________________________ Jameleon-users mailing list Jam...@li... https://lists.sourceforge.net/lists/listinfo/jameleon-users |
|
From: Slo R. <old...@ho...> - 2006-10-18 21:58:14
|
Hi, I've been using JIFFIE for functional testing of a web application. While most of the development is being done by our dev team, we are reliant on some integration apps for certain functionality. Unfortunately, two of these integration apps use modal dialogs that, up until now, I have been unable to test or use as part of my end-to-end tests. While browsing the JIFFIE website today, I noticed that the current CVS Head has some sample code that demonstrates a method for handling modal dialogs. I have tried to see this sample code using both the link to the online CVS repository as well as by trying to hook in via Tortoise CVS. I have been entirely unsuccesful - the repository times out. I was just hoping that this sample code could be posted here (or emailed to me) so that I could see it and see if I could implement something similar in my tests. Thanks, Drew _________________________________________________________________ Ready for the world's first international mobile film festival celebrating the creative potential of today's youth? Check out Mobile Jam Fest for your a chance to WIN $10,000! www.mobilejamfest.com |