Ticket #39 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

Problem with Campaign Object Creation (?)

Reported by: scottmc Owned by: scottmc
Priority: major Milestone:
Component: JavaMailer Version: 1.0
Keywords: Javamail Cc: jason

Description

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>org.postgresql.util.PSQLException: The column index is out of range: 0, number of columns: 1.</faultstring><detail><ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">org.postgresql.util.PSQLException: The column index is out of range: 0, number of columns: 1.

at org.postgresql.core.v3.SimpleParameterList?.bind(SimpleParameterList?.java:52) at org.postgresql.core.v3.SimpleParameterList?.setLiteralParameter(SimpleParameterList?.java:97) at org.postgresql.jdbc2.AbstractJdbc?2Statement.bindLiteral(AbstractJdbc?2Statement.java:2066) at org.postgresql.jdbc2.AbstractJdbc?2Statement.setInt(AbstractJdbc?2Statement.java:1114) at org.blisted.spamzilla.Campaign.<init>(Campaign.java:82) at org.blisted.spamzilla.Service.startCampaign(Service.java:143) at sun.reflect.NativeMethodAccessorImpl?.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl?.invoke(NativeMethodAccessorImpl?.java:39) at sun.reflect.DelegatingMethodAccessorImpl?.invoke(DelegatingMethodAccessorImpl?.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.MsgProvider?.processMessage(MsgProvider?.java:155) at org.apache.axis.providers.java.JavaProvider?.invoke(JavaProvider?.java:323) at org.apache.axis.strategies.InvocationStrategy?.visit(InvocationStrategy?.java:32) at org.apache.axis.SimpleChain?.doVisiting(SimpleChain?.java:118) at org.apache.axis.SimpleChain?.invoke(SimpleChain?.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer?.invoke(AxisServer?.java:281) at org.apache.axis.transport.http.SimpleAxisWorker?.execute(SimpleAxisWorker?.java:428) at org.apache.axis.transport.http.SimpleAxisWorker?.run(SimpleAxisWorker?.java:155) at org.apache.axis.transport.http.SimpleAxisServer?.run(SimpleAxisServer?.java:245) at org.apache.axis.transport.http.SimpleAxisServer?.start(SimpleAxisServer?.java:296) at org.apache.axis.transport.http.SimpleAxisServer?.start(SimpleAxisServer?.java:304) at org.apache.axis.transport.http.SimpleAxisServer?.main(SimpleAxisServer?.java:385)

</ns1:stackTrace><ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">2.com</ns2:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Change History

Changed 3 years ago by scottmc

  • status changed from new to assigned

Reproduceable Steps

  1. Campaign Tab
  2. Select Campaign (185 in production)
  3. Load Campaign
  4. Press Send

Expected:

JavaMail picks up request and begins sending

Observed:

Controller recieves the above response

Changed 2 years ago by scott

  • milestone Javamail deleted

Milestone Javamail deleted

Note: See TracTickets for help on using tickets.