• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

NoSuchMethod and Register?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just got JForum 2.1.4 up and running my machine and when I try to register a user or login using the Admin account, I get the following:



My config is:
Win XP Home
JBoss 4.0.1
JForum 2.1.4
Java 1.5.0
MySQL 4.1

Something worth mentioning: I did have some issues installing and had to do the manual/no wizard install, and it then it ran fine.

Any ideas?
[originally posted on jforum.net by jmm5360]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like you have a conflicting version of Jakarta's commons-fileupload. JForum ships with version 1.1.-dev, while many people uses version 1.0.

The only way to fix that in version 2.1.4 is to hack into the source. Version 2.1.5 (still in development) has a workaround for this issue.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:Looks like you have a conflicting version of Jakarta's commons-fileupload. JForum ships with version 1.1.-dev, while many people uses version 1.0.

The only way to fix that in version 2.1.4 is to hack into the source. Version 2.1.5 (still in development) has a workaround for this issue.

Rafael



Thanks for the advice.

I got it working fine now... for all those using JBoss and might come across the same problem, I did the following:
Deleted all the WAR files I had from development work, including JForum.
Deleted all of the tmp contents.
Started JBoss.
Ran the ant build script via Eclipse.

Now everything's running smoothly. Thanks Rafael... I'm loving the Forum
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Anonymous wrote:

Rafael Steil wrote:Looks like you have a conflicting version of Jakarta's commons-fileupload. JForum ships with version 1.1.-dev, while many people uses version 1.0.

The only way to fix that in version 2.1.4 is to hack into the source. Version 2.1.5 (still in development) has a workaround for this issue.

Rafael



Thanks for the advice.

I got it working fine now... for all those using JBoss and might come across the same problem, I did the following:
Deleted all the WAR files I had from development work, including JForum.
Deleted all of the tmp contents.
Started JBoss.
Ran the ant build script via Eclipse.

Now everything's running smoothly. Thanks Rafael... I'm loving the Forum



The above anonymous post was from me... forgot to login.
[originally posted on jforum.net by jmm5360]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greatto hear it

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic