View Single Post
Old 22nd May 2011
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Pjotr,

Here is your test

Code:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-=-=- If you have any problems, please email the text below   -=-=-
-=-=-                  to tsbugs@oanda.com                    -=-=-
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
INF: 20:07:02 GetProperties(): java.version: 1.5.0_16-p9

INF: 20:07:02 GetProperties(): java.vendor: Sun Microsystems Inc.

INF: 20:07:02 GetProperties(): os.name: OpenBSD

INF: 20:07:02 GetProperties(): os.arch: i386

INF: 20:07:02 GetProperties(): os.version: 4.8

INF: 20:07:02 GetProperties(): browser: -no value-

INF: 20:07:14 
TEST #1: (oanda controls)

***: 20:07:14 Inline.getImage(): can't find: images/info.gif

INF: 20:07:14 TEST #1: completed successfully

INF: 20:07:20 
TEST #2: (standard network connection)

INF: 20:07:20 TEST #2: creating connection

INF: 20:07:20 TEST #2: opening connection

INF: 20:07:20 TEST #2: opening secure connection

INF: 20:07:21 TEST #2: closing secure connection

INF: 20:07:21 TEST #2: closing connection

INF: 20:07:21 TEST #2: completed successfully

INF: 20:07:24 
TEST #3: (proxy network connection)

INF: 20:07:24 TEST #3: creating proxy connection

INF: 20:07:24 TEST #3: opening proxy connection

INF: 20:07:24 TEST #3: opening secure proxy connection

INF: 20:07:24 TEST #3: closing secure proxy connection

INF: 20:07:24 TEST #3: closing proxy connection

INF: 20:07:24 TEST #3: completed successfully

INF: 20:07:27 
TEST #4: (standard login)

INF: 20:07:27 TEST #4: logging in...

***: 20:07:28 Transaction.doLogin(): response not OK, returning null

***: 20:07:28 ServerModel.connect(): account == null

***: 20:07:28 TEST #4: *** failed due to: >Server refused login and password.<

***: 20:07:28 TEST #4: *** logging out...

***: 20:07:28 TEST #4: *** logged out...

INF: 20:07:33 
TEST #5: (proxy login)

INF: 20:07:33 TEST #5: logging in...

***: 20:07:34 Transaction.doLogin(): response not OK, returning null

***: 20:07:34 ServerModel.connect(): account == null

***: 20:07:34 TEST #5: *** failed due to: >Server refused login and password.<

***: 20:07:34 TEST #5: *** logging out...

***: 20:07:34 TEST #5: *** logged out...

I can also successfully log into account with the given credentials

Now this is what I was using to do so

Code:
$uname -a
OpenBSD oko.bagdala2.net 4.8 GENERIC.MP#361 i386
$ ls /var/db/pkg |grep firefox*
firefox35-3.5.11
$ ls /var/db/pkg |grep jde*
jdk-1.5.0.16p2
You do not need jdk-1.5 to have plug-ins. It is enough to have jre-1.5. You can download both jdk-1.5.0.16p2 and jre-1.5.0.16p2 binaries from

http://spots.aug.edu/ppunosev/jdk-1.5.0.16p2.tgz
http://spots.aug.edu/ppunosev/jre-1.5.0.16p2.tgz

One more time. You just need jre-1.5.0.16p2.tgz, firefox35 (make sure it is not 36) and do a soft link

Code:
ln -s /usr/local/jdk-1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so ~/mozilla/plugins
Do not verbose copy unless you installed JDK

Last edited by Oko; 22nd May 2011 at 12:38 AM.
Reply With Quote