• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

404 error

 
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 have downloaded the JForum src and installed it.

I have already finished the install steps which posted in this forum.

But my browser give me a error message like this.

HTTP Status 404 - /jforum/forums/list.page

Somebody can help me.....

Thanks...
[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
Which tomcat's version are you using? what is the complete url you tried?

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
eai cara, eu to com o mesmo erro, rodando num Tomcat 5.0.25, configurei os .properties do Postgres, salvei a aplica̤̣o como "jforum" em webapps, e qnd chamo http://localhost:8080/jforum ele me retorna o seguinte no console do tomcat:

org.postgresql.util.PSQLException: The user property is missing. It is mandatory.


[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:eai cara, eu to com o mesmo erro, rodando num Tomcat 5.0.25, configurei os .properties do Postgres, salvei a aplica̤̣o como "jforum" em webapps, e qnd chamo http://localhost:8080/jforum ele me retorna o seguinte no console do tomcat:

org.postgresql.util.PSQLException: The user property is missing. It is mandatory.



Verifique se voce nao removeu sem querer o atributo "user" da string de conexao, ou se ele esta com algum erro de digitacao.

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
eiiita, tu responde r��pido heim, e eu q me achava um moderador rato de f�?rum no portaljava... haehae

ok, no meu .properties ta assim:

database.connection.string = jdbc:postgresql://localhost/jforum?user=meu_usuario&password=minha_senha

ai agora ta retornando isso no console do Tomcat, e da varios exceptions depois tentando conectar no banco:

*WARNING* cannot load installation specific properties: C:\Desenvolvimento\jakarta-tomcat-5.0.25\webapps\jforum/WEB-INF/config/m32330.conf

m32330 ̩ o meu usu��rio aqui na m��quina... ṇo sei oq tem a ver! :roll:
[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
hm, aparentemente esta correto. Coloque a stack trace entao.

Em relacao ao warning, voce pode ignorar. Ele eh usado pelo pessoal de desenvolvimento. Tipo, voce pode criar este arquivo para colocar as tuas configuracoes pessoas, como senah e tudo mais, sem ter que comitar no cvs ou ter que alterar o SystemGlobals.properties.

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
bem, eu ja coloquei um m32332.conf em /WEB-INF/config, com o seguinte conteudo (̩ isso???):

database.connection.username = meu_usuario
database.connection.password = minha_senha


e as exceptions q aparecem depois do warning nao ṭo aparecendo mais, por̩m o browser fica carregando eternamente.. ops:
[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
oxeee, consegui, editei direto o globals l�� q tava com um mysql perdido e coloquei postgresql, thanks!!
[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:oxeee, consegui, editei direto o globals l�� q tava com um mysql perdido e coloquei postgresql, thanks!!



Boa!!

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
Thanks for speaking spanish..very considerate
[originally posted on jforum.net by Anonymous]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic