[Anthill-pro] ANN: AnthillPro 3.4.6 Released
Ryan Smith
rws at urbancode.com
Wed Jan 2 14:05:17 CST 2008
Curtis,
I was not able to reproduce this error after attempting a few scenarios for what the exception was. Could you provide the XML to support if possible?
Ryan
Yanko, Curtis wrote:
> Here is the stack trace:
>
> com.urbancode.anthill3.domain.persistent.PersistenceException: Error
> storing object in database
> at
> com.urbancode.anthill3.domain.profile.BuildProfileDaoSql.insert(BuildPro
> fileDaoSql.java:142)
> at
> com.urbancode.anthill3.persistence.UnitOfWorkDefault.commit0(UnitOfWorkD
> efault.java:136)
> at
> com.urbancode.anthill3.persistence.UnitOfWork.commit(UnitOfWork.java:700
> )
> at
> com.urbancode.anthill3.web.controller.ControllerServlet.doPost(Controlle
> rServlet.java:326)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:269)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> com.urbancode.anthill3.web.util.LicenseFilter.doFilter(LicenseFilter.jav
> a:78)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> com.urbancode.anthill3.web.util.SecurityFilter.doFilter(SecurityFilter.j
> ava:89)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> com.urbancode.anthill3.web.util.AuthorityFilter.doFilter(AuthorityFilter
> .java:67)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> com.urbancode.anthill3.web.security.DisableSessionUrlFilter.doFilter(Dis
> ableSessionUrlFilter.java:114)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> com.urbancode.anthill3.web.security.SecureSessionFilter.doFilter(SecureS
> essionFilter.java:114)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
> e.java:213)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
> e.java:174)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
> :127)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
> :117)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
> java:108)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
> 51)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
> 4)
> at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
> essConnection(Http11BaseProtocol.java:665)
> at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
> .java:528)
> at
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
> erWorkerThread.java:81)
> at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
> .java:689)
> at java.lang.Thread.run(Thread.java:534)
> Caused by:
> com.urbancode.anthill3.domain.persistent.PersistenceException: Error
> storing object in database
> at
> com.urbancode.anthill3.domain.profile.BuildProfileDaoSql.storeAllStampGe
> neratorsForProfile(BuildProfileDaoSql.java:636)
> at
> com.urbancode.anthill3.domain.profile.BuildProfileDaoSql.insert(BuildPro
> fileDaoSql.java:138)
> ... 34 more
> Caused by: java.sql.SQLException: ORA-01400: cannot insert NULL into
> ("ANTHILL3"."PROFILE_STAMP_GENERATOR"."STAMP_STYLE_ID")
>
> at
> oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:11
> 2)
> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
> at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
> at
> oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.jav
> a:216)
> at
> oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatem
> ent.java:955)
> at
> oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.
> java:1168)
> at
> oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePrepare
> dStatement.java:3316)
> at
> oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedS
> tatement.java:3400)
> at
> com.p6spy.engine.logging.P6LogPreparedStatement.executeUpdate(P6LogPrepa
> redStatement.java:183)
> at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delega
> tingPreparedStatement.java:101)
> at
> com.urbancode.anthill3.domain.profile.BuildProfileDaoSql.storeAllStampGe
> neratorsForProfile(BuildProfileDaoSql.java:629)
> ... 35 more
>
>
> ===
> -Curt
> W: 860.702.9059
> M: 860.881.2050
>
> -----Original Message-----
> From: anthill-pro-bounces at lists.urbancode.com
> [mailto:anthill-pro-bounces at lists.urbancode.com] On Behalf Of Ryan Smith
> Sent: Wednesday, January 02, 2008 11:16 AM
> To: AnthillPro user and support list.
> Cc: AnthillPro user and support list.
> Subject: Re: [Anthill-pro] ANN: AnthillPro 3.4.6 Released
>
> It is going to our default error page in that scenario. We will add a
> close button to that page. For now, refreshing the browser should return
> you to the page you were on.
>
> Can you provide the error from the server log to support?
>
>
> Ryan Smith
>
> Yanko, Curtis wrote:
>> Now when I try to import a project I get a persistence error but more
>> importantly, I can't close that window. No close window option.
>>
>> ===
>> -Curt
>> W: 860.702.9059
>> M: 860.881.2050
>>
>>
>> ----------------------------------------------------------------------
>> --
>> *From:* anthill-pro-bounces at lists.urbancode.com
>> [mailto:anthill-pro-bounces at lists.urbancode.com] *On Behalf Of *Eric
>> Minick
>> *Sent:* Monday, December 31, 2007 3:42 PM
>> *To:* AnthillPro user and support list.
>> *Subject:* [Anthill-pro] ANN: AnthillPro 3.4.6 Released
>>
>> Hey Everyone,
>>
>> Correction: This was release 3.4.6.
>> http://www.anthillpro.com/html/products/anthillpro/changes/3-4-6.html
>>
>> -- Eric
>>
>>
>> On 12/31/07, *Eric Minick* <etm at urbancode.com
>> <mailto:etm at urbancode.com>> wrote:
>>
>> Everyone,
>>
>> The Anthill team has released version 3.4.5. This release fixes a
> number
>> of minor bugs, improves the process of switching databases, and
> makes
>> some minor look and feel improvements.
>>
>> More information is available out at the website.
>>
> http://www.anthillpro.com/html/products/anthillpro/changes/3-4-6.html
>> <
>> http://www.anthillpro.com/html/products/anthillpro/changes/3-4-5.html>
>>
>> Thanks,
>>
>> The Anthill Team
>>
>>
>>
>>
>> This e-mail, including attachments, may include confidential and/or
>> proprietary information, and may be used only by the person or entity
>> to which it is addressed. If the reader of this e-mail is not the
>> intended recipient or his or her authorized agent, the reader is
>> hereby notified that any dissemination, distribution or copying of
>> this e-mail is prohibited. If you have received this e-mail in error,
>> please notify the sender by replying to this message and delete this
> e-mail immediately.
>>
>> ----------------------------------------------------------------------
>> --
>>
>> _______________________________________________
>> Anthill-pro mailing list
>> Anthill-pro at lists.urbancode.com
>> http://lists.urbancode.com/mailman/listinfo/anthill-pro
>
> --
> ===========================================================
> Ryan Smith. 2044 Euclid Ave., Suite 600
> Lead Developer Cleveland, Ohio 44115
> Urbancode, Inc.
> email: rws at urbancode.com
> web: www.urbancode.com phone: 216-858-9000
> web: www.anthillpro.com fax: 216-858-9602
> ===========================================================
> _______________________________________________
> Anthill-pro mailing list
> Anthill-pro at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill-pro
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity to
> which it is addressed. If the reader of this e-mail is not the intended
> recipient or his or her authorized agent, the reader is hereby notified
> that any dissemination, distribution or copying of this e-mail is
> prohibited. If you have received this e-mail in error, please notify the
> sender by replying to this message and delete this e-mail immediately.
>
>
--
===========================================================
Ryan Smith. 2044 Euclid Ave., Suite 600
Lead Developer Cleveland, Ohio 44115
Urbancode, Inc.
email: rws at urbancode.com
web: www.urbancode.com phone: 216-858-9000
web: www.anthillpro.com fax: 216-858-9602
===========================================================
More information about the Anthill-pro
mailing list