Wow! I was intalling jyve and got the same problem yesterday
I did 3hrs research into it the solution was very simple:

MySql denies you to access data. No problem with turbine 
or elsewhere. To make it work you have to change a table
in database. Process:

Login as root, 
use mysql -- this is the db
show tables
there should be user table
select * from user;
it should show host and user working.
Change hostname to IP. change localhost to 127.0.0.1
and then instead of using localhost to make connection
use 127.0.0.1/


Mysql has problem with some c library ,for resolving hostnames.

AND THIS WORKED for me.
Try it and let me know.

Dhiraj.

Guilherme Ceschiatti wrote:
> 
> Hi.
> 
> I just installed jyve and when I try to access the program
> (http://localhost/jyve/Turbine) I get this message:
> 
> "The document contained no data"
> 
> I saw in the log of Turbine that  "Server configuration denies access to data
> source". How do I fix it?
> 
> I have atached the log file from Turbine.
> 
> Thanks,
> Guilherme Ceschiatti
> 
>   ------------------------------------------------------------------------
>                   Name: turbine.log
>    turbine.log    Type: Plain Text (text/plain)
>               Encoding: base64

-- 
=====================================================
                Dhiraj   Soni
 Java Architect                Oracle DBA
             Ph(W): 303-965-6959
             Email: [EMAIL PROTECTED]
=====================================================
begin:vcard 
n:Soni;Dhiraj
x-mozilla-html:FALSE
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Dhiraj Soni
end:vcard

Reply via email to