[QUESTION] jUU embedding

Support and feedback for NetherPanel
AKA java UniUploader

[QUESTION] jUU embedding

Postby fhmilamber » Sun May 06, 2007 1:01 pm

Thats a ton lhunath. I didn't know I had to set the MIME type on my server.
Works like a charm now.
User avatar
fhmilamber
WR.net Apprentice
WR.net Apprentice
 
Posts: 19
Joined: Sat Mar 03, 2007 10:08 pm
Location: Kansas

Re: [QUESTION] jUU embedding

Postby beaner » Wed Jul 23, 2008 6:30 am

GreenyHT wrote:The only error I seem to be encountering is that the JNLP file is not picking up the Roster upload location when accessed. I checked the setup in UniAdmin and the path is correct and enabled, yet the upload location does not appear in the jUniUpload section. Any ideas?

I seem to be having the same problem?
I have checked and have the lastest uniAdmin, it puts the url in "Uniuploader" but not jUU?

Thanks for any help
User avatar
beaner
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Mar 07, 2008 4:46 am

[QUESTION] jUU embedding

Postby lhunath » Wed Jul 23, 2008 4:09 pm

Are you still using jUniUploader or are you using NetherPanel? jUniUploader is old code; if you're using that; try moving to NetherPanel instead.

http://netherpanel.lyndir.com
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

Re: [QUESTION] jUU embedding

Postby beaner » Thu Jul 24, 2008 3:37 am

Sorry I am using NetherPanel.
Everything works great if I manually insert the line, but this is what I am trying to avoid.(being that some of our guildies get a bit confused when face with filling in the blank spaces)
Last edited by beaner on Thu Jul 24, 2008 4:18 am, edited 1 time in total.
User avatar
beaner
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Mar 07, 2008 4:46 am

[QUESTION] jUU embedding

Postby lhunath » Thu Jul 24, 2008 11:52 am

So the UniAdmin URL is filled in; but the Roster upload config is not set?

Or is the UniAdmin URL also not filled in?

The UniAdmin URL is autoset by declaring the 'uniadmin' property in the JNLP file:
Code: Select all
<property name="uniadmin"
                     value="http://www.your-guild.com/path/to/uniadmin/interface.php" />


Only once the UniAdmin URL is set, NetherPanel can contact UniAdmin and request the Upload Configuration (Roster URL and stuff) from UniAdmin.
Last edited by lhunath on Thu Jul 24, 2008 11:54 am, edited 1 time in total.
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

Re: [QUESTION] jUU embedding

Postby beaner » Thu Jul 24, 2008 4:16 pm

I have the interface url in that value, the uniAdmin sets all propeties except the roster location.

Thanks for your help
User avatar
beaner
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Mar 07, 2008 4:46 am

[QUESTION] jUU embedding

Postby lhunath » Thu Jul 24, 2008 4:32 pm

Okay; so as I asked before; what is filled in when you start NetherPanel with the JNLP?

Is the UniAdmin URL filled in?
Is the Upload config made?
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

[QUESTION] jUU embedding

Postby beaner » Thu Jul 24, 2008 5:33 pm

UniAdmin has all the settings there, when using uniuploader it puts all the urls in and works.
All urls fill in fine on NetherPanel except the upload config url is not.
The url in NetherPanel that comes up under upload config is:

"http://www.guild.com/application"

Also when I run NetherPanel I get the following "Severe"

" <pre>[ SEVERE | (null:-1) j~l~String.compareTo(), (NetherPanel.java:1779) c~l~l~n~ui.NetherPanel.process() ]:
# com.lyndir.lhunath.netherpanel.addon.Category cannot be cast to java.lang.String
# (null:-1) java.lang.ClassCastException: com.lyndir.lhunath.netherpanel.addon.Category cannot be cast to java.lang.String
- java.lang.String.compareTo(Unknown Source)
- java.util.TreeMap.getEntry(Unknown Source)
- java.util.TreeMap.containsKey(Unknown Source)
- java.util.TreeSet.contains(Unknown Source)
> com.lyndir.lhunath.netherpanel.ui.NetherPanel.process(NetherPanel.java:1779)
- com.lyndir.lhunath.lib.gui.template.shade.UpdateUi.run(UpdateUi.java:105)</pre>
<pre>[ SEVERE | (Logger.java:224) c~l~l~l~s~l~Logger.error(), (UpdateUi.java:111) c~l~l~l~g~t~s~UpdateUi.run() ]:
# Caused by this request.
# (UpdateUi.java:64) java.lang.RuntimeException: Originates from Thread AWT-EventQueue-0
# (Logger.java:224) java.lang.RuntimeException: Caused by this request.
- com.lyndir.lhunath.lib.system.logging.Logger.error(Logger.java:224)
- com.lyndir.lhunath.lib.gui.template.shade.UpdateUi.run(UpdateUi.java:111)</pre>"

Sorry about this.
User avatar
beaner
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Mar 07, 2008 4:46 am

[QUESTION] jUU embedding

Postby lhunath » Thu Jul 24, 2008 6:00 pm

Could you drop your .NPrc file in my dropbox?
http://lhunath.lyndir.com/dropbox/

You can find the file in your home directory; in Linux, that's /home/[user]/.NPrc, on OS X that's /Users/[user]/.NPrc, on Windows that's C:\Documents and Settings\[user]\.NPrc

By the way; you did find a bug; thanks, I'll fix that; but it's nothing to do with this issue; really.
Last edited by lhunath on Thu Jul 24, 2008 6:01 pm, edited 1 time in total.
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

[QUESTION] jUU embedding

Postby beaner » Fri Jul 25, 2008 3:15 am

ok I dropped it..

Thanks once again for taking the time to help. :)
User avatar
beaner
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Mar 07, 2008 4:46 am

[QUESTION] jUU embedding

Postby lhunath » Fri Jul 25, 2008 3:31 am

Your NP is configured to upload to:
http://wowforsakenheroes.com/roster2/in ... date&a=g:1

Is this not correct?

Does that upload config not appear inside NP? Note that upload configs are a separate panel now; they don't appear in the preference panel now, they've their list of their own now.
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

[QUESTION] jUU embedding

Postby beaner » Fri Jul 25, 2008 4:10 am

that is my roster upload site and no it does not appear in the other panel.
It has the url "http://www.guild.com/application" and it never changes?
Last edited by beaner on Fri Jul 25, 2008 4:11 am, edited 1 time in total.
User avatar
beaner
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Mar 07, 2008 4:46 am

Re: [QUESTION] jUU embedding

Postby lhunath » Fri Jul 25, 2008 3:16 pm

See the attachment for a screenshot of what NetherPanel shows me when I use your settings file.

I'm really sorry, but I hope you understand I can't fix a problem I can't reproduce myself :/

Okay; the 'No Files' shouldn't be that. Have you no SavedVariables configured in your UniAdmin?
Attachments
Last edited by lhunath on Fri Jul 25, 2008 3:18 pm, edited 1 time in total.
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

[QUESTION] jUU embedding

Postby beaner » Fri Jul 25, 2008 4:59 pm

Thanks for all the help. I guess I am a bit slow sometimes... After it wasn't working when first installed I just went and changed all settings in UniAdmin in a attempt to make it work, and of course I screwed up the settings and didn't realize I forgot to put the .lua back.

It works perfectly ( except for the severe msg) sorry for wasting your time.

Thank You
User avatar
beaner
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Mar 07, 2008 4:46 am

[QUESTION] jUU embedding

Postby lhunath » Fri Jul 25, 2008 5:19 pm

No Problem; just glad I didn't break the code again ;)
Any problem's worth digging into.
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

Previous

Return to NetherPanel

Who is online

Users browsing this forum: No registered users and 0 guests

cron