Jump to content
We've recently updated our Privacy Statement, available here ×

Error listenerStart


sfratini

Recommended Posts

Hello,

 

I can't start JasperIntellicenge 1.1.0 on linux ubuntu 6.06:

 

Linux 2.6.15-27-386

mysql 5.0.22

tomcat 5.5.20

java 1.5.0_06-b05

 

download jasperintelligence-1.1.0-bin.zip

follow JasperIntelligence War File Install Guide Version 1.1.0

 

unzip jasper.. put jasperserver.war in ../webapps, start tomcat

 

 

there is new directory ..webapps/jasperserver

there is ../conf/Catilina/localhost/jasperserver.xml

 

but not start jasperserver

 

from browser get

 

type Status report

message /jasperserver/

description The requested resource (/jasperserver/) is not available.

 

 

edit jasperserver.xml with my db account

username="root" password=""

also mysql port to 3306

 

not start again

 

edit

../webapps/jasperserver/META-INF/context.xml

 

with my db account like above

not start again

 

from browser get always

 

type Status report

message /jasperserver/

description The requested resource (/jasperserver/) is not available.

 

from logs

 

Oct 8, 2006 10:31:57 PM org.apache.catalina.core.StandardContext start

SEVERE: Error listenerStart

Oct 8, 2006 10:31:57 PM org.apache.catalina.core.StandardContext start

SEVERE: Context [/JasperIntelligence] startup failed due to previous errors

 

Thanks in advance and sorry for my broken English

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Closed by myself!

 

First of all (for ubuntu) don't use

libmysql-java for jdbc driver from synaptic

 

BUT

mysql-connector-java-3.1.13.tar.gz

download direct from www.mysql.com

put

mysql-connector-java-3.1.13-bin.jar

under <tomcat-dir>/common/lib/

 

Pay attention in context.xml there is a sly string

url="jdbc:mysql://localhost:3388/jservermeta?autoReconnect=true

 

database is jasperserver if you follow instruction on pdf file

 

Also I move context.xml

to <tomcat-dir>/conf/Catalina/localhost

with new name jasperserver.xml

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...