[Anthill-pro] ANN: AnthillPro 3.4.6 Released
Ryan Smith
rws at urbancode.com
Thu Jan 3 15:00:03 CST 2008
Curtis,
The problem appears to be inconsistency between the stamp styles the project's workflow references and the stamp styles in the project's life-cycle model. You workflow has 4 stamp styles while the project's life-cycle model (UHG Default Status Group) only has 3 (DEV, ITG, PROD).
This could be because the project's life-cycle model was changed. You may need to reset the workflow's stamp strategies.
Ryan
Yanko, Curtis wrote:
> It happens to any project I try to export from my Systest and then
> import on my Prod box. So, unless something about upgrades did something
> I don't think it is project specific.
>
>
> ===
> -Curt
> W: 860.702.9059
> M: 860.881.2050
>
> -----Original Message-----
> From: Ryan Smith [mailto:rws at urbancode.com]
> Sent: Wednesday, January 02, 2008 3:05 PM
> To: Yanko, Curtis
> Cc: AnthillPro user and support list.
> Subject: Re: [Anthill-pro] ANN: AnthillPro 3.4.6 Released
>
> 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(BuildP
>> ro
>> fileDaoSql.java:142)
>> at
>> com.urbancode.anthill3.persistence.UnitOfWorkDefault.commit0(UnitOfWor
>> kD
>> efault.java:136)
>> at
>> com.urbancode.anthill3.persistence.UnitOfWork.commit(UnitOfWork.java:7
>> 00
>> )
>> at
>> com.urbancode.anthill3.web.controller.ControllerServlet.doPost(Control
>> le
>> 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(Appli
>> ca
>> tionFilterChain.java:269)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi
>> lt
>> erChain.java:188)
>> at
>> com.urbancode.anthill3.web.util.LicenseFilter.doFilter(LicenseFilter.j
>> av
>> a:78)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli
>> ca
>> tionFilterChain.java:215)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi
>> lt
>> erChain.java:188)
>> at
>> com.urbancode.anthill3.web.util.SecurityFilter.doFilter(SecurityFilter
>> .j
>> ava:89)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli
>> ca
>> tionFilterChain.java:215)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi
>> lt
>> erChain.java:188)
>> at
>> com.urbancode.anthill3.web.util.AuthorityFilter.doFilter(AuthorityFilt
>> er
>> .java:67)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli
>> ca
>> tionFilterChain.java:215)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi
>> lt
>> erChain.java:188)
>> at
>> com.urbancode.anthill3.web.security.DisableSessionUrlFilter.doFilter(D
>> is
>> ableSessionUrlFilter.java:114)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli
>> ca
>> tionFilterChain.java:215)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi
>> lt
>> erChain.java:188)
>> at
>> com.urbancode.anthill3.web.security.SecureSessionFilter.doFilter(Secur
>> eS
>> essionFilter.java:114)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli
>> ca
>> tionFilterChain.java:215)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFi
>> lt
>> erChain.java:188)
>> at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVa
>> lv
>> e.java:213)
>> at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextVa
>> lv
>> e.java:174)
>> at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.ja
>> va
>> :127)
>> at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.ja
>> va
>> :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.pr
>> oc
>> essConnection(Http11BaseProtocol.java:665)
>> at
>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoi
>> nt
>> .java:528)
>> at
>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFoll
>> ow
>> erWorkerThread.java:81)
>> at
>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPo
>> ol
>> .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.storeAllStamp
>> Ge
>> neratorsForProfile(BuildProfileDaoSql.java:636)
>> at
>> com.urbancode.anthill3.domain.profile.BuildProfileDaoSql.insert(BuildP
>> ro
>> 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.j
>> av
>> a:216)
>> at
>> oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStat
>> em
>> ent.java:955)
>> at
>>
> oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.
>> java:1168)
>> at
>> oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePrepa
>> re
>> dStatement.java:3316)
>> at
>> oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePrepare
>> dS
>> tatement.java:3400)
>> at
>> com.p6spy.engine.logging.P6LogPreparedStatement.executeUpdate(P6LogPre
>> pa
>> redStatement.java:183)
>> at
>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Dele
>> ga
>> tingPreparedStatement.java:101)
>> at
>> com.urbancode.anthill3.domain.profile.BuildProfileDaoSql.storeAllStamp
>> Ge
>> 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
> ===========================================================
>
>
> 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