Brian Jones wrote:
> 
> I also cannot create new accounts on my Jetspeed install (Jetspeed 1.2b1,
> Tomcat 3.2, Sun JDK 1.2.2 on RedHat 6.2).  I am using Postgresql 7.0.3 and I
> setup the database using the sql provided with the latest (12/7/2000)
> snapshot of the Jetspeed source.  Whenever I fill out the informatio to
> create a new user and click "Create New Account" I get the following
> message:
> 
> Exception: java.sql.SQLException: Bad Timestamp Format at 19 in 2000-12-07
> 14:26:13.61-08
>         at com.workingdogs.village.DataSet.fetchRecords(DataSet.java:543)
>         at com.workingdogs.village.DataSet.fetchRecords(DataSet.java:460)
>         at com.workingdogs.village.DataSet.fetchRecords(DataSet.java:445)
>         at org.apache.turbine.om.peer.BasePeer.getSelectResults(BasePeer.java:907)
>         at org.apache.turbine.om.peer.BasePeer.getSelectResults(BasePeer.java:888)
>         at org.apache.turbine.om.peer.BasePeer.executeQuery(BasePeer.java:840)
>         at org.apache.turbine.om.peer.BasePeer.doSelect(BasePeer.java:787)
>         at
> org.apache.turbine.om.user.peer.TurbineUserPeer.doSelect(TurbineUserPeer.jav
> a:225)
>         at
> org.apache.jyve.actions.CreateNewUserAndConfirm.doPerform(CreateNewUserAndCo
> nfirm.java:142)
>         at org.apache.turbine.modules.Action.perform(Action.java:77)
>         at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
>         at
> org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:79)
>         at org.apache.turbine.modules.Page.build(Page.java:81)
>         at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
>         at Turbine.doGet(Turbine.java:322)
>         at Turbine.doPost(Turbine.java:387)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
>         at org.apache.tomcat.core.Handler.service(Handler.java:286)
>         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
>         at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
> 7)
>         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
>         at
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java:210)
>         at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
>         at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>         at java.lang.Thread.run(Thread.java:475)
> 
> I am fairly new to Postgresql (and Jetspeed, obviously).  Has anybody else
> seen this problem?
> 
> Brian
> 

This problem has been discussed in Turbine list. Look at the archives. I
think you should take jdbc drivers from the postgresql site, as the
original ones in package are broken. 

If you are starting with both postgresql and jetspeed at the same time,
I would recommend using mysql, as postgresql support is far from perfect
right now.




> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to