About javaws

2009-04-30 Thread
Hello, everybody. I have installed diablo-jdk16 on my FreeBSD 7.1 system. 
However, when I run the TopCoder Competition Arena, it failed to validate the 
certificate. And the details out put are below
java.lang.RuntimeException: Unexpected error: 
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
must be non-empty
at sun.security.validator.PKIXValidator.(PKIXValidator.java:59)
at sun.security.validator.Validator.getInstance(Validator.java:161)
at 
com.sun.deploy.security.TrustDecider.isAllPermissionGranted(TrustDecider.java:335)
at 
com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(AppPolicy.java:217)
at 
com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1240)
at 
com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1077)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:704)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:175)
at com.sun.javaws.Launcher.launch(Launcher.java:95)
at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210)
at com.sun.javaws.Main$1.run(Main.java:107)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.security.InvalidAlgorithmParameterException: the 
trustAnchors parameter must be non-empty
at 
java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:183)
at java.security.cert.PKIXParameters.(PKIXParameters.java:103)
at 
java.security.cert.PKIXBuilderParameters.(PKIXBuilderParameters.java:87)
at sun.security.validator.PKIXValidator.(PKIXValidator.java:57)
... 12 more
And this is my pkg_info output:
 %pkg_info |grep jdk
 diablo-jdk-1.6.0.07.02 Java Development Kit 1.6.0_07.02
Can anyone help to man the TopCoder Competition Arena run ok? It is in the 
attachement.

-- 

# 欢迎访问我的小站 #
#http://zhangzhen.czm.cn   #

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: About fetchmail

2009-04-21 Thread
Thanks, Mel.
I found the reason is that sendmail failed to start because I replaced 
/usr/lib/libssl.so.5 with /usr/local/lib/libssl.so.5. After I rebuild the 
world, it got OK.

On Mon, Apr 20, 2009 at 02:20:17PM +0200, Mel Flynn wrote:
>On Monday 20 April 2009 12:20:15 张臻 wrote:
>> Today when I used fetchmail to get my mails, it suddenly said that if
>> failed to connect to localhost:25 and failed to send the mail to myself,
>> does anyone know why?
>> The information that fetch out put
>> reading message x...@xxx.xx:1 of 3 (2223 octets)
>> Trying to connect to 127.0.0.1/25...connection failed.
>> fetchmail: connection to localhost:smtp [127.0.0.1/25] failed: Connection
>
>sendmail/postfix/whatever_mta not running.
>-- 
>Mel
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

-- 

# 欢迎访问我的小站 #
#http://zhangzhen.czm.cn   #

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: mount_cd9660 - /dev/md0: Invalid Arguement

2009-04-20 Thread
On Mon, Apr 20, 2009 at 08:32:58PM +0400, 遄桥紊� � wrote:
>Hello everyone, I am trying to mount an ISO image (which was converted with
>with help from ccd2iso tool), I used
>
>mdconfig -a -t vnode -f ./"isoimage.iso" -u 3
>mount -t cd9660 /dev/md3 /cdrom
>
>and
>
>mdconfig -a -f /path/disk.iso md1
>mount -t cd9660 /dev/md1 /mnt/path
>
>variant of the proper way. It doesn't work.
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
I have tried 
my# mdconfig -a -t vnode -f ./texlive2008-20080822.iso -u 3
my# mount_cd9660 /dev/md
on my FreeBSD7.1 system. And it seems ok.
-- 

# 欢迎访问我的小站 #
#http://zhangzhen.czm.cn   #

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


About fetchmail

2009-04-20 Thread
Today when I used fetchmail to get my mails, it suddenly said that if failed
to connect to localhost:25 and failed to send the mail to myself, does anyone
know why?
The information that fetch out put
reading message x...@xxx.xx:1 of 3 (2223 octets)
Trying to connect to 127.0.0.1/25...connection failed.
fetchmail: connection to localhost:smtp [127.0.0.1/25] failed: Connection 
refused.
Trying to connect to ::1/25...connection failed.
fetchmail: connection to localhost:smtp [::1/25] failed: Connection refused.
fetchmail: SMTP connect to localhost failed
fetchmail: POP3> QUIT
fetchmail: POP3< On Mon, Apr 20, 2009 at 05:37:34PM +0800,  wrote:
fetchmail: SMTP transaction error while fetching from x...@xxx.xx and 
delivering to SMTP host localhost
fetchmail: 6.3.9 querying pop.163.com (protocol POP3) at Mon Apr 20 18:19:06 
2009: poll completed
fetchmail: Query status=10 (SMTP)
fetchmail: normal termination, status 10

-- 

# 欢迎访问我的小站 #
#http://zhangzhen.czm.cn   #

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"