J ([info]banana) wrote in [info]fb_jix,
@ 2005-09-18 23:07:00
Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Jix 0.1b8
A new Jix buid is now available.

This version allows you to specify a new gallery as you upload a picture.

It is available at http://banana.v21hosting.co.uk/jix/download.html


(Post a new comment)


[info]halkeye
2005-09-20 08:31 pm UTC (link)
It doesn't want to save the server change or name/pass

and i get "Oops: java.lang.NullPointerException"

(Reply to this)(Thread)


[info]banana
2005-09-21 08:38 pm UTC (link)
> It doesn't want to save the server change or name/pass
Do you have a config file? If not, make an empty file called jix.properties then that kind of thing will be remembered. However, your password won't be remembered, as everything in jix.properties is in plain text. If you really want your password remembered, there's a work round...

> and i get "Oops: java.lang.NullPointerException"
Oh dear. When does this happen, and do you get any other output, say a stack dump?

(Reply to this)(Parent)(Thread)


[info]halkeye
2005-09-22 04:31 am UTC (link)
ERROR Oops: java.lang.NullPointerException
java.lang.NullPointerException
at java.util.StringTokenizer.(Unknown Source)
at java.util.StringTokenizer.(Unknown Source)
at com.livejournal.banana.jix.fb.FBProtocolImpl.getSecurityGroups(FBProt
ocolImpl.java:224)
at com.livejournal.banana.jix.gui.Jix.(Jix.java:811)
at com.livejournal.banana.jix.gui.Jix.main(Jix.java:206)
at Jix.main(Jix.java:11)

Can't assume man
(didn't think to run it from a terminal (dos window))

(Reply to this)(Parent)(Thread)


[info]banana
2005-09-23 10:47 pm UTC (link)
Hmm. I can't see why you would get that. Can you try to reproduce the problem for me, please? If you run it with the options -d and -f then you'll get a log file you can e-mail to me. Thanks.

To stop me or anyone else reading the message from trying a dictionary attack to get your password, find a line in the log with X-FB-Auth: crp: and remove the rest of that line. I haven't the time or inclination to crack anyone's password, but I would say that, wouldn't I?

(Reply to this)(Parent)


[info]sharaf_maksumov
2007-04-16 03:36 pm UTC (link)
the link is not working

(Reply to this)(Parent)(Thread)


[info]banana
2007-04-23 07:49 am UTC (link)
Sorry about that. The site was hosted at my old ISP but they went out of business.

You can download from Sourceforge. There are links here: http://community.livejournal.com/fb_jix/2995.html

(Reply to this)(Parent)(Thread)


[info]sharaf_maksumov
2007-04-23 01:35 pm UTC (link)
Thank you very much!

(Reply to this)(Parent)


[info]halkeye
2005-09-22 04:48 am UTC (link)
i'm in a bug posting mood
lemme know if you need any help with any of them
i'm rusty, but i do know java and the fb protocol.


* Upload Directory still doesn't create a new gallery
* When selected on a directory, and going directory upload, it selects the directory of the last picture selected, not the current selected directory (make sense?)

And the dialog box after uploading pictures, the urls listed there serve no purpose, can't copy them, can't click them.

And the error message when you hit cancel when uploading is a little confusing.

(sorry for the long list, i just was playing with the client tonight)

(Reply to this)(Thread)


[info]banana
2005-09-23 10:26 pm UTC (link)
Thanks for the feed back.

> * Upload Directory still doesn't create a new gallery
It's working for me. When you're asked for a gallery, press "New" and give a name.

> * ...it selects the directory of the last picture selected...
The directory uploaded is the one containing the currently selected image, which is probably a bit confusing. It's on the list to fix.

> And the dialog box after uploading pictures, the urls listed there
> serve no purpose, can't copy them, can't click them.
They won't open the picture in your browser from that dialog, but you can copy the text. Try dragging to select or right clicking. You can do this in most of the dialogs.

> And the error message when you hit cancel when uploading is a little confusing.
Yes, I agree. It's on the list to fix.

(Reply to this)(Parent)


[info]halkeye
2005-10-10 01:23 am UTC (link)
trying to login to pics.oinkpig.halkeye.net:8081 i get:

Could not get security groups from server: com.livejournal.banana.jix.fb.FBException: Unexpected HTTP status: 405

From the command line, i get:

>java -jar \\barkdog\applications\jix\jix.ja
r
ERROR Oops: java.lang.NullPointerException
java.lang.NullPointerException
at java.util.StringTokenizer.(Unknown Source)
at java.util.StringTokenizer.(Unknown Source)
at com.livejournal.banana.jix.fb.FBProtocolImpl.getSecurityGroups(FBProt
ocolImpl.java:224)
at com.livejournal.banana.jix.gui.Jix.(Jix.java:811)
at com.livejournal.banana.jix.gui.Jix.main(Jix.java:206)
at Jix.main(Jix.java:11)

(Reply to this)(Thread)


[info]banana
2005-10-13 12:34 am UTC (link)
Thanks for the details.

The first problem is that your server said "method not allowed" (i.e. an HTTP PUT was not accepted). I tried connecting to it but I didn't get that response. I did recreate the second problem, though.

It looks as though your installation isn't behaving the same as pics.livejournal.com - it's not sending the response header containing security groups.

I'm using the original protocol, not the new one that sends them as XML (Jix support for which is only part finished). Perhaps your server isn't running the old protocol? On the other hand, your server is replying to requests for a security challenge. Maybe the problem was just that I wasn't using a valid ID and password (I tried test, test without expecting it to work).

Anyway, after a code tweak so that it didn't fall over when trying to get security groups, I managed to get as far as requesting galleries, and I got 500 Internal Server Error.

So, the upshot is that I don't know why it doesn't work. Can you use Jix to connect to pics.livejournal.com?

(Reply to this)(Parent)(Thread)


[info]halkeye
2005-10-14 02:41 am UTC (link)
you could always create an account on my server. But no, i'm running latest cvs code. I think its because I don't have any security groups setup, just the standard public / private / friendsonly one.

But i think in the fb codebase they are friends groups.

(Reply to this)(Parent)(Thread)


[info]banana
2005-10-14 10:50 pm UTC (link)
OK, I have an account on your server. There was a problem in my code if you didn't have any galleries. That's fixed for the next build. I don't know why you can't get a gallery list, though. I'm still getting a 500 Internal Server Error with a standard Apache error page:
Please contact the server administrator, webmaster@pics.oinkpig.halkeye.net and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.

More information about this error may be available in the server error log.

The time was Fri, 14 Oct 2005 22:44:00 GMT (amongst others) if that helps you.

I seem to get the same response whether or not I have any galleries, and whether or not I've uploaded a picture.

Thanks again for your help.

(Reply to this)(Parent)


Create an Account
Forgot your login?
Login w/ OpenID
English • Español • Deutsch • Русский…