• Eat
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 5
    Replies
We are looking to build an S-Control, and are exploring our options for what to develop it in.  From the docs, it looks like the three options are ActiveX, Applet, or Javascript.

I was wondering if anyone had any good or bad experiences with any of these technologies. 

Any input would be greatly appreciated.

J
  • June 07, 2006
  • Like
  • 0
This is interesting, I haven't been able to find much about it. It happens on describeSObject. (axis 1.3)
Anyone have this problem before?
J



AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.io.IOException: CRLF expected at end of chunk: 72/84
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.io.IOException: CRLF expected at end of chunk: 72/84
at org.apache.commons.httpclient.ChunkedInputStream.readCRLF(ChunkedInputStream.java:206)
at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:218)
at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:175)
at java.io.FilterInputStream.read(FilterInputStream.java:111)
at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:107)
at java.io.FilterInputStream.read(FilterInputStream.java:111)
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:214)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:87)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:105)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2622)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:1033)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:184)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:798)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.sforce.soap.partner.SoapBindingStub.describeSObject(SoapBindingStub.java:1347)
...
  • February 07, 2006
  • Like
  • 0
I've been getting a lot of time outs in the last few weeks. Has anyone else noticed an increase of this? Maybe it's just us, I'm not sure.
J
  • December 15, 2005
  • Like
  • 0
Hi, I am using the Partner WSDL, and I am trying to get dates out of the MessageElements.

Say I have:


qr = binding.query("select id, firstName, createdDate from Contact");

for (int i = 0; i < qr.getRecords().length; i++) {
SObject con = qr.getRecords()[i];
org.apache.axis.message.MessageElement[] me = con.get_any();
String fName = me[0].getValue();
String createddate = me[1].getValue(); //CAN I GET THE DATE HERE?
}



For the last line, is there an easy way to get the MessageElement[i] into java.util.Date? (or Calendar or GregorianCalendar)


Thanks for anyone's help
  • January 04, 2005
  • Like
  • 0
I'm trying to use TCPMon (without knowing that much about it).
To be able to monitor connections to salesforce, using the enterprise or partner api, how should I set the "Listen Port #".
  • November 09, 2004
  • Like
  • 0
Has anyone had any luck getting the Axis 1.3 version with compression to work?
I followed the note's on the pocketsoap website and in addition I had to get the commons-httpclient-3.0 release candidate version and commons-codec-1.3 version.

I seem to have it partially working but am getting the error below...

org.apache.commons.httpclient.MultiThreadedHttpConnectionManager - Unable to get a connection, waiting..., hostConfig=HostConfiguration[host=https://na1-api.salesforce.com]

...when it tries to do a decribe call on an entity after it's already done a couple of successful describe calls before hand. From there it seems to hang indefinitely.

Anyone else experience this?

Thanks,
Jon
  • December 06, 2005
  • Like
  • 0
I am a Java developer and using sforce API version 4.0.

While inserting data in salesforce Objects, salesforce automatically truncate the data if its more than the field length. Is there anyway to track the name and number of fields for which values has been truncated.


Thanks,
Amar
  • January 04, 2005
  • Like
  • 0
Hi, I am using the Partner WSDL, and I am trying to get dates out of the MessageElements.

Say I have:


qr = binding.query("select id, firstName, createdDate from Contact");

for (int i = 0; i < qr.getRecords().length; i++) {
SObject con = qr.getRecords()[i];
org.apache.axis.message.MessageElement[] me = con.get_any();
String fName = me[0].getValue();
String createddate = me[1].getValue(); //CAN I GET THE DATE HERE?
}



For the last line, is there an easy way to get the MessageElement[i] into java.util.Date? (or Calendar or GregorianCalendar)


Thanks for anyone's help
  • January 04, 2005
  • Like
  • 0

Hi,

    I am using the JBuilderX for integration with salesforce. In the View-Panes option, I have selected SForce. Then I get this "sforce Entitites". When I clcik on this, I get a prompt to login. When I login, I get the following error

;Nested Exception occured

javax.net.ssl.SSLHandShakeException:sun.security.validator.validatorException: No trusted certificate found.

Please check your username and password adn try again.

 

I get the same error meessage, when I try to run the downloaded sample QuickStart application. But I am able to log into the salesforce develoepr website using the username and pasword. So, i browsed the message board and saw this

http://forums.sforce.com/sforce/board/message?board.id=announcements&message.id=23

Even this did not help me. I have now installed jdk 1.5.0_01. I have uninstalled the older version of JDK (which was jdk1.4.2) that I had on my machine. But I am getting this whatever I do and and I am not able to proceed further. Please help me out of this.

 

Thanks,

Sreeni Alakappan.

  • January 03, 2005
  • Like
  • 0

Hi,

I am using SForce 3.0 and SForce 2.0 (XML-RPC and SOAP versions)

When I make a describe call using SForce 2.0, the following picklist values have default = true.

  • entity (lead) field (status) picklist value (Open)
  • entity (task) field (priority) pick value (Normal)
  • entity (task) field (status) pick value (Not Started)
  • entity (event) field (showAs) pick value (Busy)

However, when I use SForce 3.0 the same PickListEntry's isDefaultValue returns false.

Is this a bug?

Thanks,

Shun

  • May 27, 2004
  • Like
  • 0