new user.

2001-09-22 Thread Sumit Ranjan

hi there !
   can anybody please tell me what is the query to obtain the table
strusture ???


TIA
Sumit Ranjan


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




errors

2001-09-12 Thread Sumit Ranjan

dear all !

  i get the following error when i try to insert some values from an
application(jetspeed ) in my mysql db


[Wed Sep 12 16:49:20 GMT+05:30 2001] -- ERROR --
 Exception:  java.lang.Error: Error in
BasePeer.initTableSchema(TURBINE_USER): Cannot connect to MySQL server on
localhost:3306. Is there a MySQL server running on the machine/port you are
trying to connect to? (java.net.ConnectException)
 Stack Trace follows:
 java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): Cannot
connect to MySQL server on localhost:3306. Is there a MySQL server running
on the machine/port you are trying to connect to?
(java.net.ConnectException)
 at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:232)
 at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:194)
 at
org.apache.turbine.om.security.peer.TurbineUserPeer.(TurbineUserPeer
.java)
 at
org.apache.turbine.services.security.db.DBUserManager.retrieve(DBUserManager
.java:158)
 at
org.apache.turbine.services.security.db.DBUserManager.retrieve(DBUserManager
.java:246)
 at
org.apache.turbine.services.security.BaseSecurityService.getAuthenticatedUse
r(BaseSecurityService.java:313)

Wed Sep 12 17:10:30 GMT+05:30 2001] -- INFO -- Entering JLoginUser action
[Wed Sep 12 17:10:31 GMT+05:30 2001] -- ERROR -- Turbine.handleException:
null
[Wed Sep 12 17:10:31 GMT+05:30 2001] -- ERROR --
 Exception:  java.lang.NoClassDefFoundError
 Stack Trace follows:
 java.lang.NoClassDefFoundError
 at
org.apache.turbine.services.security.db.DBUserManager.retrieve(DBUserManager
.java:158)
 at
org.apache.turbine.services.security.db.DBUserManager.retrieve(DBUserManager
.java:246)
 at
org.apache.turbine.services.security.BaseSecurityService.getAuthenticatedUse
r(BaseSecurityService.java:313)
 at
org.apache.turbine.services.security.TurbineSecurity.getAuthenticatedUser(Tu
rbineSecurity.java:199)
 at
org.apache.turbine.modules.actions.LoginUser.doPerform(LoginUser.java:103)
 at org.apache.turbine.modules.Action.perform(Action.java:87)
 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
 at
org.apache.jetspeed.modules.actions.JLoginUser.doPerform(JLoginUser.java:143
)
 at org.apache.turbine.modules.Action.perform(Action.java:87)
 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
 at org.apache.turbine.Turbine.doGet(Turbine.java:393)
 at org.apache.turbine.Turbine.doPost(Turbine.java:537)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)


although i have verified that mysql is running on port 3306.
can anybody please help me out ?

thanking in advance,
Sumit


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql with jetspeed !

2001-09-11 Thread Sumit Ranjan

hi all !
   i have recently installed mysql3.23.41 on my NT 4.0 worksation and
running it as stand-alone.
   i wish to use mysql as a backend for a web application "jetspeed". i did
all the necessary setting changes and restarted both.
now , from jetspeed i am able to access mysql( meaning that i can
authnticate users , the details of which i had manually entered into mysql
db.i can also edit the values(like password ! ) of these users from
jetspeed ! )

but when i try to create new users in jetspeed , the action fails and
nothing is written into the mysql.
my jetspeed log shows these errors

[Tue Sep 11 15:01:22 GMT+05:30 2001] -- ERROR --
 Exception:  java.lang.Error: Error in
BasePeer.initTableSchema(TURBINE_USER): Cannot connect to MySQL server on
localhost:3306. Is there a MySQL server running on the machine/port you are
trying to connect to? (java.net.ConnectException)
 Stack Trace follows:
 java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): Cannot
connect to MySQL server on localhost:3306. Is there a MySQL server running
on the machine/port you are trying to connect to?
(java.net.ConnectException)
 at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:232)
 at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:194)
 at
org.apache.turbine.om.security.peer.TurbineUserPeer.(TurbineUserPeer
.java)
 at
org.apache.turbine.services.security.db.DBUserManager.accountExists(DBUserMa
nager.java:124)
 at
org.apache.turbine.services.security.BaseSecurityService.accountExists(BaseS
ecurityService.java:292)
 at
org.apache.turbine.services.security.TurbineSecurity.accountExists(TurbineSe
curity.java:183)
 at
org.apache.jetspeed.modules.actions.CreateNewUserAndConfirm.doPerform(Create
NewUserAndConfirm.java:153)
 at org.apache.turbine.modules.Action.perform(Action.java:87)
 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
 at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:143)
 at org.apache.turbine.modules.Page.build(Page.java:90)
 at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)

earlier the same jetspeed setup was running perfectly well with hypersonic
sql.

can anybody please help me?

thanking in advance,

sumit.


- Original Message -----
From: "Sumit Ranjan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 11, 2001 2:40 PM
Subject: mysql with jetspeed !


> hi there !
>i have been struggling to use mysql as the database for my jetspeed.
>i have had some success as now i can access the default users (admin
and
> turbine)pages and can edit them also.but when i try to create a new user,
my
> jetspeed gives up. there is no confirmation key page , no new user's psml
> and neither is the data being entered in the table.
>
> please help me.
>  i am using...WIN NT 4.0
>  tomcat 3.2.2
>  jetspeed-latest
>  mysql-3.23.41
>
> thanking in advance.
>
> sumit
>
>
>
> -
> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html"; before
> posting. To request this thread, e-mail [EMAIL PROTECTED]
>
> To unsubscribe, send a message to the address shown in the
> List-Unsubscribe header of this message. If you cannot see it,
> e-mail [EMAIL PROTECTED] instead.
>


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql installation on NT problem

2001-09-07 Thread Sumit Ranjan

hi !
 thanx for your reply. now i could install mysql on my NT.
 nut now when i give  the command mysql-nt --install it says unable
to install.

moreover as it is in the installaton doci tried to look for the
my-example.cnf file but i cud get only a link of this name in whole of
my hard disk  and that too is a speedDial file (clicking on it opens the
MS-netmeeting configuration dialogue).

please help.

sumit
- Original Message -
From: "Antonie Neethling" <[EMAIL PROTECTED]>
To: "Sumit Ranjan" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, September 07, 2001 5:34 PM
Subject: RE: mysql installation on NT problem


> Hi,
>
> Try to extract the files before running setup.exe. If this does not work
you
> zip archive may be corrupt.
>
> Regards,
> Antonie
>
> -- S C I B I T --
> Antonie Neethling ([EMAIL PROTECTED])
> http://www.scibit.com/mysql - MySQL related products
> ------ S C I B I T --
>
> > -Original Message-
> > From: Sumit Ranjan [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, September 07, 2001 1:40 PM
> > To: [EMAIL PROTECTED]
> > Subject: mysql installation on NT problem
> >
> >
> > hi all !
> >i am new to mysql and trying to install it onto my win NT 4.0
> > workstation.
> >but the winzip is not able to install it !
> >
> >is anybody else facing the same prob?
> >does anybody know the cure?
> >
> > sumit
> >
> >
> >
> > -
> > Before posting, please check:
> >http://www.mysql.com/manual.php   (the manual)
> >http://lists.mysql.com/   (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
> > <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
> >
>
>


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




mysql installation on NT problem

2001-09-07 Thread Sumit Ranjan

hi all !
   i am new to mysql and trying to install it onto my win NT 4.0
workstation.
   but the winzip is not able to install it !

   is anybody else facing the same prob?
   does anybody know the cure?

sumit



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php