Ibelio Villalba

Greenhorn
+ Follow
since Sep 14, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ibelio Villalba

Is it posible to read/change internet explorer proxy settings?. I cannot find any related information.
Maybe through wininet.dll but i don't know how to.

Thanks.
14 years ago
How can the same code produce different output?, i don't get it.

I have the following code in a servlet:


=====Ouput:=====================================================
[10/21/09 9:07:14:349 PYST] 0000004c SystemOut O date: Wed Oct 21 08:07:14 PYT 2009
[10/21/09 9:07:14:357 PYST] 0000004c SystemOut O timezone: sun.util.calendar.ZoneInfo[id="America/Asuncion",offset=-14400000,dstSavings=3600000,useDaylight=true,transitions=129,lastRule=java.util.SimpleTimeZone[id=America/Asuncion,offset=-14400000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=9,startDay=15,startDayOfWeek=1,startTime=0,startTimeMode=0,endMode=3,endMonth=2,endDay=8,endDayOfWeek=1,endTime=0,endTimeMode=0]]
[10/21/09 9:07:14:357 PYST] 0000004c SystemOut O date: Wed Oct 21 09:07:14 PYST 2009
[10/21/09 9:07:14:365 PYST] 0000004c SystemOut O timezone: sun.util.calendar.ZoneInfo[id="America/Asuncion",offset=-14400000,dstSavings=3600000,useDaylight=true,transitions=129,lastRule=java.util.SimpleTimeZone[id=America/Asuncion,offset=-14400000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=9,startDay=15,startDayOfWeek=1,startTime=0,startTimeMode=0,endMode=3,endMonth=2,endDay=8,endDayOfWeek=1,endTime=0,endTimeMode=0]]
=====================================================================

Environment:
WebSphere Application Server: 6.1.0.27
java -version output: "1.4.2"gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-44)Copyright (C) 2006 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

Can somebody shed some light on the subject?. Thanks in advance
14 years ago
I'm trying to consume a web service over https, i got the following error:
Uncaught exception javax/xml/rpc/JAXRPCException: javax.microedition.io.ConnectionNotFoundException: TCP open

Development Environment: Netbeans 6.7

If i make the request on port 8080 of the tomcat, i have no problem.
Also i'm able to consume a web service that is over https with a certificate signed by VeriSign. the one i cannot consume is using a self signed certificate, but i don't get any invalid certificate error. All these test are run on the simulator (maximun domain).

I have tested in two different pcs and have the same result. I have also tested with the webservice explorer of Eclipse and have no problem.

If i run the app on the simulator and use the network monitor i cannot see the request, if i run against port 8080 or https with the valid certificate i'm able to see the request and the answer.

Finally, i want to say that i have searched information on google but didn't find the solution.

Thank you very much.
14 years ago