build jdk 1.3.1 or 1.4.1 on freebsd 5.1-release :(Hi,
I'm not able to build sun java jdk 1.3.1 on FreeBSD 5.1 release, here is the
error message:
===> Applying FreeBSD patches for jdk-1.3.1p8_2
===> jdk-1.3.1p8_2 depends on executable: gm4 - found
===> jdk-1.3.1p8_2 depends on executable: zip - found
===> jdk-1.3.1p8_2 depends on file: /usr/X11R6/lib/libXm.so - found
===> jdk-1.3.1p8_2 depends on executable: msgfmt - found
===> jdk-1.3.1p8_2 depends on file: /usr/local/diablo-jdk1.3.1/bin/javac -
not found
===> Verifying install for /usr/local/diablo-jdk1.3.1/bin/javac in
/usr/ports/java/diablo-jdk13
===> diablo-jdk-1.3.1.0 :
Because of licensing restrictions, you must fetch the distribution
manually. Please access
http://www.FreeBSDFoundation.org/cgi-bin/download.cgi?package=diablo-caffe-1.3.1-0.tar.bz2
with a web browser and "Accept" the End User License Agreement for
"Caffe Diablo ". Please place the downloaded
diablo-caffe-1.3.1-0.tar.bz2 in /usr/ports/distfiles.
..*** Error code 1
Stop in /usr/ports/java/diablo-jdk13.
*** Error code 1
Stop in /usr/ports/java/jdk13.
-----------------------------------------------------
It 's mentionned that I should download diablo-caffe-1.3.1etc... but this
release is not for FreeBSD5
So I tried to install jdk 1.4.1 and here is the output:
------------------------------------------------------------------------------
External File/Binary Locations:
HOTSPOT_SERVER_PAT...
JDK 1.4.1 vs JDK 1.3.1
Hi,
I have good emperical evidence (from direct experience) that Java
1.3.1 run time works well for server side, 24x7, high transaction rates
apps. So here I am having to develop another such application from
scratch and I need to pick a JDK to program against.
Is 1.4.1 just as stable? Better? Worse? I know about NIO, asserts and
all the cool features in 1.4.1, and I've used these is many smaller
client side apps. They are not the unknowns. What I want is opinions
about the stability and suitability of 1.4.1 over 1.3.1 for a high
transaction rate, mission critical server sid...
Serialization between Java 1.1.4 and Java 1.4.1Hello,
It seems to me to be in some kinda trouble. I wanted to implement
communication between Java applet and Server through sockets and
Serialization. So, I serialize Object, send it to server which deserialize
it with no problems. In other direction problems came out since Object
serialized under Java 1.4.1 seems to be not deserializable under Java 1.1.4.
(MS VM). If applet si run under J2, there are no problems, but I cannot push
people to download some 15MB of new JRE just to accomplish my requirements,
especially if applet needs not implementation of features of new JRE...
...
plot 1, -1, 1, -1, -1Hi,
How to plot those numbers in a rectangle style?
thanks
x = linspace(-4*pi,4*pi,1000); y = sin(x);
plot(x,sign(y)), axis([-12 12 -2 2])
PZ <patrick.zou@gmail.com> wrote in message <d64c545f-f2ac-4f87-af89-051bda896707@x6g2000vbg.googlegroups.com>...
> Hi,
>
> How to plot those numbers in a rectangle style?
>
> thanks
help stairs
stairs([-1 1 -1 1 -1 1])
hth
Jos
...
java web server 1.1.3 and java 1.4.1 problemHello
I have got a weird problem with Java web server v 1.1.3 running
with
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
I have added the following paths to my classpath:
D:\JavaWebServer1.1.3\lib\jws.jar
D:\JavaWebServer1.1.3\servlets
The servlets directory contain servlets and I can run them through
localhost/servlet/<servletname>
However if I add a new (my own)servlet to that directory, I am not able
to run them. It shows HTTP 404 - File not found.
I think, one has ...
3DLDF Release 1.1.5 and 1.1.5.1-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Release of 3DLDF 1.1.5.
3DLDF is a GNU package for three-dimensional drawing with MetaPost
output.
It is available from http://ftp.gnu.org/gnu/3dldf and other ftp
servers.
Please see the author's website,
http://wwwuser.gwdg.de/~lfinsto1
and
http://www.gnu.org/directory/graphics/3D/3DLDF.html
for more information.
In release 1.1.5, I've tied up some loose ends. I wanted to do this
before starting on the input routine.
* Added `const real step' argument to the version of
Ellipse::intersection_points() that takes an Ellipse
argument.
* BUG FIX: Added `touch 3DLDFmp.mp' to the `3DLDFmp.mp' target in
3DLDF-1.1.5/CWEB/Makefile.am. This ensures that
TeX and dvips will be run if MetaPost is run on `3DLDFmp.mp'. This
happens if
`3DLDFput.mp' is newer than `3DLDFmp.mp', but the latter isn't
changed, so TeX and dvips
weren't being run. I'm surprized nobody's complained about this.
Not yet documented in the _3DLDF User and Reference Manual_.
* Added `PHONY' targets as synonyms for certain targets:
`cpl' for `3dldf'. For compiling and linking `3dldf'.
`mp' for `3DLDFmp.mp'. For running MetaPost on `3DLDFmp.mp'.
`ldf' for `3DLDFput.mp'. For running `3dldf'.
Not yet documented in the _3DLDF User and Reference Manual_.
* It is now possible to ``typedef'' ...
java 1.4 fail with java.lang.UnsatisfiedLinkError but 1.5, 1.6 okMy JNI program is working with java 1.5 & 1.6 but fail with java 1.4
on a HP-UX B.11.23 U ia64 computer.
Please help even though java 1.4 is old.
$ /opt/java1.4/bin/java -d32 -jar jHw.jar
Failed to load MycompAPI and MycompAPI_64 libraries.
java.lang.UnsatisfiedLinkError: no MycompAPI_64 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1542)
at java.lang.Runtime.loadLibrary0(Runtime.java:795)
at java.lang.System.loadLibrary(System.java:834)
at com.chrysalisits.crypto.MycompAPI.<clinit>(MycompAPI.java:
47)
at com.chrys...
Conflict Java 1.3.1 and 1.4Hey all,
Question........
I use two different webpages that are Java run. One using Version 1.3
and the other 1.4. If one of the versions is installed the other page
is no longer viewable and Visa versa.
Is there a way to link the version to be used by the specific page?
Other solutions are welcom. The two pages are not self made. (one is
BMC the other is CA made)
Ivo
Exactly what technology are you using here? Are these pages
JSP/Servlets or Applets?
If you're using JSP/Servlets, you can only use one JDK version per
instance of the servlet container. You can run two containers on the
same machine (as long as they are bound to different ports).
-Nathan
ivo.mulders@abp.nl (Ivo Mulders) wrote in message news:<4dae8763.0310060117.19e03e40@posting.google.com>...
> Hey all,
> Question........
> I use two different webpages that are Java run. One using Version 1.3
> and the other 1.4. If one of the versions is installed the other page
> is no longer viewable and Visa versa.
> Is there a way to link the version to be used by the specific page?
> Other solutions are welcom. The two pages are not self made. (one is
> BMC the other is CA made)
> Ivo
...
SQLObject 1.3.3 and 1.4.1Hello!
I'm pleased to announce bugfix releases 1.3.3 and 1.4.1.
What's new in SQLObject
=======================
* Fixed bugs in pickling and unpickling (remove/restore a weak proxy to self,
fixed cache handling).
* Added an example of using SQLObject with web.py to the links page.
Contributors for this release are Andrew Trusty and Rhubarb Sin.
For a more complete list, please see the news:
http://sqlobject.org/News.html
What is SQLObject
=================
SQLObject is an object-relational mapper. Your database tables are described
as classes, and rows are instances of those classes. SQLObject is meant to be
easy to use and quick to get started with.
SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite,
Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB).
Where is SQLObject
==================
Site:
http://sqlobject.org
Development:
http://sqlobject.org/devel/
Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Archives:
http://news.gmane.org/gmane.comp.python.sqlobject
Download:
https://pypi.python.org/pypi/SQLObject/1.3.3
https://pypi.python.org/pypi/SQLObject/1.4.1
News and changes:
http://sqlobject.org/News.html
Oleg.
--
Oleg Broytman http://phdru.name/ phd@phdru.name
Programmers don't die, they just GOSUB without RETURN.
...
focus issues going from 1.3.1 to 1.4.1?I have a program where I'm using JFrames that pop up JDialogs that aren't
modal. I wasn't having this issue when I was in 1.3.1, but now that I'm in
1.4.1 the JDialogs are appearing behind the main JFrame when they pop up and
when I select them to the front they'll go back behind again after like the
first 10 seconds. But once I select it to the front again it doesn't do it
anymore. It's really weird. Has anyone ever seen this before?
On Tue, 01 Jul 2003 14:58:54 GMT, "Stephen Hoskins"
<shoskins@tridsys.com> wrote or quoted :
> But once I ...
focus issues going from 1.3.1 to 1.4.1?I have a program where I'm using JFrames that pop up JDialogs that aren't
modal. I wasn't having this issue when I was in 1.3.1, but now that I'm in
1.4.1 the JDialogs are appearing behind the main JFrame when they pop up and
when I select them to the front they'll go back behind again after like the
first 10 seconds. But once I select it to the front again it doesn't do it
anymore. It's really weird. Has anyone ever seen this before?
"Stephen Hoskins" <shoskins@tridsys.com> writes:
> Has anyone ever seen this before?
Do you "anchor&...
WTB: SunOS 4.1.3 (Solaris 1.1.1)If anyone has a copy to sell, please notify me via e-mail.
Thanks in advance,
Zack
...
IMDbPY 4.1 and IMDbPYKit 1.1.1IMDbPY 4.1 and IMDbPYKit 1.1.1 are available (tgz, deb, rpm, exe) from:
http://imdbpy.sourceforge.net/
IMDbPY is a Python package useful to retrieve and manage the data of
the IMDb movie database about movies, people, characters and companies.
IMDbPYKit (mostly developed by H. Turgut Uyar) is a web interface to
IMDbPY, able to serve its output both in HTML and XML.
With this release, a DTD for the XML output was formalized and support
for i18n was introduced. A lot of bugs were fixed.
Platform-independent and written in pure Python (and few C lines),
IMDbPY can retrieve data from both the IMDb's web server and a local
copy of the whole database.
IMDbPY package can be very easily used by programmers and developers
to provide access to the IMDb's data to their programs.
Some simple example scripts are included in the package; other
IMDbPY-based programs are available from the home page.
--
Davide Alberani <alberanid@libero.it> [GPG KeyID: 0x465BFD47]
http://erlug.linux.it/~da/
...
Port 6667 & 10.0.1.128/1.1.1.1/1.3.3.7Hello,
I'm seeing a lot of traffic trying to leave my firewall destined for
port 6667 at the IPs 10.0.1.128, 10.10.10.10, 1.1.1.1 and 1.3.3.7
(sounds like l337/elite to me :-).
Yes - I know the 10.x.x.x traffic isn't going too far.... RFC1918, etc,
etc.
Various Google searches and searches on the various A/V sites haven't
turned up a definite answer - just more questions about the same thing.
Can anyone clue me in to the exact trojan/worm/virus this may be and/or
if they're seeing the same kind of traffic.
Any insight is appreciated....
Thanks.
B
> Hello,
>
>...
jEdit: compiles JDK 1.5.0 ok, but runs JDK 1.4.1 (why?)Hi, I have jEdit (ver 4.2pre15) configured to use
C:\jdk1.5.0\bin\javac
for compiling, but I see no place where I can tell it to execute with
C:\jdk1.5.0\bin\java
unless I hand type it all out in the console plugin. It seems to default to
my /prior/ 1.4.1 jre installation's java.exe (not my prior jedit
installation, since I've never installed it before):
C:\Programs\jdk1.4.1_02\bin\java
When I ask the console plugin for what the current path is, I get this
prepended to the path:
C:\Programs\jdk1.4.1_02\bin;
(...) And this is not showing up in my ...
help: portability between JDK 1.1.3 and 1.4.0Hi, there.
I compiled a very simple Java code (printing out "Hello World!") at my PC
(running Java 1.4).
Then I moved the byte code to a Sun Unix Server (running Java 1.1.3) and
executed it.
The error message was :
Can't find class HelloWorld
The reverse was ok: compiling at the Unix and executing at PC worked well.
Can anybody explain the portability problem clearly?
- because the program was so simple, I didn't expect any problem.
Thanks in advance,
--
John, S.
Compile with -source 1.1 as an option to the compiler.
--
Tony Morris
http://xdweb.net/~dibblego/
On Wed, 15 Sep 2004 09:13:07 GMT, Tony Morris wrote:
(run on 1.1.3 VM)
> Compile with -source 1.1 as an option to the compiler.
I suggest instead..
javac -target 1.1 -source 1.3 *.java
The -source option..
"Enables support for compiling
source code containing assertions."
Setting it to 1.3 tells the compiler 'no'
You do not need to specify the
-source option for pre 1.5 javac.
It's the -target that is important
for 1.1 VM compatibility.
<http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.html#crosscomp-options>
HTH
--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Yes, you're right - the -target 1.1 option is what I meant.
--
Tony Morris
http://xdweb.net/~dibblego/
On Wed, 15 Sep 2004 09:41:08 GMT, Tony Morr...
where can I get the mib for application(1.3.6.1.4.1.311.1.13.1.*..)I config an system alert in the performace monitor in windows server
2003 ,then use "evntwin" to
setup the snmp trap. There is no problem on snmp trap sending ,but snmp
management client need the mib file for the alert. Where can I get the
mib ?
microsoft OBJECT IDENTIFIER ::= { enterprises 311 }
software OBJECT IDENTIFIER ::= { microsoft 1 }
OID : 1.3.6.1.4.1.311.1.13.1.*.*.*.*
I has checked the mib file in "c:/windows/system32",but nothing is
match :
1.3.6.1.4.1.311.1.13.1 ............
...
Encapsulated PDF Storage 1.2.840.10008.5.1.4.1.1.104.1Hi all!
In a conformance statement of an application I'm able to find SOP
Class Encapsulated PDF Storage 1.2.840.10008.5.1.4.1.1.104.1. The
conformance statement tells me that it is being supported as an SCU as
well as a SCP.
Can I expect that the application can create Enc. PDF documents of its
own assesments?
My supplier tells me that this application can only store received
enc. PDF documents with this SOP Class. I thought that this SOP class
also was for creation of the Enc. PDF document. Or do I need another
SOP Class for this functionallity (Creation of Enc. PDF doc of own
locally stored assesments)?
gr Mike
On May 19, 3:25=A0am, mmjsupp...@gmail.com wrote:
> Hi all!
> In a conformance statement of an application I'm able to find SOP
> Class Encapsulated PDF Storage 1.2.840.10008.5.1.4.1.1.104.1. The
> conformance statement tells me that it is being supported as an SCU as
> well as a SCP.
>
> Can I expect that the application can create Enc. PDF documents of its
> own assesments?
>
> My supplier tells me that this application can only store received
> enc. PDF documents with this SOP Class. I thought that this SOP class
> also was for creation of the Enc. PDF document. Or do I need another
> SOP Class for this functionallity (Creation of Enc. PDF doc of own
> locally stored assesments)?
>
> gr Mike
Conformance to a Storage SOP Class as an SCU or SCP only addresses the
"s...
a little bug of ACE-5.4.1+TAO-1.4.1+CIAO-0.4.1.tar.gzHi Team,
When I compile this version, it prompts me the following errors that
/*------
gmake[6]: *** No rule to make target `Client_Request_Interceptor.cpp',
needed by `.obj/Client_Request_Interceptor.o'. Stop.
------*/
Then I find there is something wrong about the directory:
/export/home/adam/ace.5.4.1.cc.64/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow
There are two files whose file names suffix are very strange.
1. Client_Request_Interceptor.cp
2. Server_Request_Interceptor.cp
After I rename them from .cp to .cpp
I wonder if this is a bug or some thing I configure wrong?
Regards,
Adam
Sorry, After I fix some problem of such kind, I still met the problem
that has conflict with its internal config.
Plus this tar is different from that I downloaded a week ago.
I wonder why BFO is so unstable?
Regards,
Adam
Hi Adam,
>> Sorry, After I fix some problem of such kind, I still met the problem
>> that has conflict with its internal config.
Upgrade.
>> Plus this tar is different from that I downloaded a week ago.
Nothing has changed with ACE 5.4.1 in several years.
>> I wonder why BFO is so unstable?
Because it's several years old. Please upgrade.
Thanks,
Doug
--
Dr. Douglas C. Schmidt Professor and Associate Chair
Electrical Engineering and Computer Science TEL: (615) 343-8197
Institute for Software Integrated Systems WEB: www.dre...
Java interpreter not starting after update to FP10 (testet with JDK 1.4.1. / 1.4.2)After updating to FP10, everytime i want to execute a stored procedure
it gives me an error "Java or .NET interpreter startup or communication
failed". In the db2diag.log there is an info just bevore the error
saing that it attempts loading "libjvm.so" and also there is something
about an SQL08023 which I could not find any information about.
Anyone had similar problems?
Would appreciate any help/tips which could lead to a solution.
Regards,
Janick
I just found out that SQL08023, which seems to be SQL8023N, is a
licencing issue (to many connections for th...
ERROR IN EXPRESSION; -1 - (-1) not 1The expression isn't a = 1 - (1-), but: a = -1 - (1)
der <der@noemail.com> scribbled the following:
> The expression isn't a = 1 - (1-), but: a = -1 - (1)
Ah, that's different, then. Then the answer is: The result will be -2.
You have *no* guarantees about which of -1 or (1) is evaluated first,
but as they don't have side effects, you don't have to care.
--
/-- Joona Palaste (palaste@cc.helsinki.fi) ---------------------------\
| Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #108 D+ ADA N+++|
| http://www.helsinki.fi/~palaste W++ B OP+ |
\----------------------------------------- Finland rules! ------------/
"To doo bee doo bee doo."
- Frank Sinatra
...
Alignment of foo[1][1][1][1]Suppose I have type 'foo' and:
sizeof (foo) == 16
alignof (foo) == 2
Suppose I have type 'foo[1][1][1][1]' and:
sizeof (foo[1][1][1][1]) == 16
Can:
alignof (foo[1][1][1][1]) == 4
? I'd like to think not, but is it prohibited? If I do:
typedef foo bar[1][1][1][1];
bar * my_bar = malloc(sizeof *bar);
foo * my_foo = (foo *) my_bar;
certainly 'my_bar' points to an object whose alignment satisfies type
'foo'. But what about the other way around?
typedef foo bar[1][1][1][1];
foo * my_foo = malloc(sizeof *foo);
bar * my_ba...
Ip-Address 1.1.1.1A traceroute to 213.176.224.4 showed following results:
# traceroute -In -m10 213.176.224.4
traceroute to 213.176.224.4 (213.176.224.4), 10 hops max, 38 byte packets
1 212.152.136.1 103.658 ms 99.452 ms 109.767 ms
2 212.152.151.2 99.646 ms 99.680 ms 99.821 ms
3 62.218.1.93 99.689 ms 109.665 ms 99.751 ms
4 212.152.192.182 99.762 ms 1359.690 ms 99.718 ms
5 193.203.0.72 104.398 ms 105.014 ms 109.781 ms
6 146.188.2.229 109.696 ms 109.733 ms 99.771 ms
7 146.188.14.113 119.710 ms 199.720 ms 209.720 ms
8 146.188.49.194 119.695 ms 129.663 ms 119.808 ms
9 1.1.1.1 109.731 ms 129.672 ms 119.772 ms
10 * * *
1.1.1.1?
I thought that 1.0.0.0/8 is reserved by iana according to:
http://www.iana.org/assignments/ipv4-address-space
or do I understand something wrong here?
thx
Leopold
In article <pan.2005.02.07.19.19.33.29091@utanet.at>,
Leopold Schweighofer <leos@utanet.at> wrote:
:A traceroute to 213.176.224.4 showed following results:
: 8 146.188.49.194 119.695 ms 129.663 ms 119.808 ms
: 9 1.1.1.1 109.731 ms 129.672 ms 119.772 ms
:I thought that 1.0.0.0/8 is reserved by iana according to:
:http://www.iana.org/assignments/ipv4-address-space
:or do I understand something wrong here?
No you are correct. It appears what has happened is that
UUNet/PIPEX have a NATing device attached to them
which has been set with an outside IP of 1.1.1.1.
That works fine for receiving traffic, and...
ACE 5.4.2 + TAO 1.4.2 client, ORBacus 4.1.2 NameService, and JACOrb 1.4.1 servantsHi everyone,
Background:
-----------
I'm very new to CORBA, ACE & TAO. I'm trying to integrate with a 3rd
party system which exposes a CORBA object model to clients. This
system is composed of JACOrb 1.4.1 servers registering with an ORBacus
4.1.2 NameService.
We've got existing software that uses ACE 5.4.2, and the 3rd party
documentation mentions that people have used TAO (no version specified)
previously to integrate with their system, so I'm trying out TAO 1.4.2
as a natural solution to the problem.
Environment Specifics:
----------------------
- ACE 5.4.2 + TAO 1.4.2 clients
- running on a variant of RedHat Enterprise Linux 4.x (x86 platform)
- compiled with gcc-c++-3.4.3-22.1
- ORBacus 4.1.2 NameService, and JACorb 1.4.1 servants (the 3rd Party
stuff)
- running on SunOS 5.9
What I'm trying to do:
----------------------
To get started, I'm trying to create a simple "hi3rdParty" app which
acquires a reference to the remote ORBacus NameService so that I can
then get at the other services. Here's the code I'm using:
try
{
// ------ begin common CORBA init --------
// First initialize the ORB - that will remove some
arguments...
// NOTE: we're gonna try and use "-ORBInitRef
NameService=corbaloc:iiop:theServer:5000/NameService"
// to find the naming service.
CORBA::ORB_var orb = CORBA::ORB_init(argc, argv, "&quo...