Sei sulla pagina 1di 14

Clementine 11.1.

1
Giugno 2007
Installazione
Le istruzioni per linstallazione di Clementine, compresi i requisiti minimi hardware e
software, sono nel CD-ROM, nella cartella Installation Documents.
Informazioni e limitazioni

Nuove funzionalit. Per un elenco delle nuove funzionalit, visitare:


http://www.spss.com/clementine/whats_new.htm o leggere il capitolo Novit di
Clementine 11 nella documentazione o nella guida in linea.

Accessibilit. Le informazioni sulle caratteristiche di accessibilit di Clementine


sono fornite nel manuale dellutente e nel capitolo Accessibilit della guida in
linea.

Considerazioni sul locale per i nodi Trasformazioni SPSS, Output SPSS,


Discriminante e Modello Lineare Generalizzato
Quando si usano questi nodi occorre tenere presente alcune considerazioni
sulla configurazione del locale / impostazioni internazionali in cui Clementine
Server e Clementine Client sono installati.
In Windows:
Se si opera in un locale coreano, aprire il file config\options.cfg (nella cartella di
installazione di Clementine Client o Server) e aggiungere questa linea:
encoding, ms949
In UNIX/Linux:
Solo alcuni locale sono supportati per un corretto funzionamento di questi nodi
in Clementine Server. Se si utilizza un locale non corretto, possibile
riscontrare i seguenti problemi di esecuzione di questi nodi:

Errori
Blocco dellesecuzione senza il completamento dello stream
Lo stream viene eseguito, ma loutput illeggibile

Per verificare se un determinato locale supportato, posizionarsi nella cartella


di installazione di Clementine Server, e verificare che nel file
ext/bin/spss.xd/xdexe/bin/loclmap.xml, esista una linea corrispondente al locale.
Per esempio, questa linea corrisponde al locale ja_JP.SJIS:

<server-locale name="ja_JP.SJIS"></server-locale>
I nomi dei locale inclusi nel file sono sensibili alluso di maiuscole / minuscole.
Se il locale desiderato non presente, il file loclmap.xml pu essere modificato
per aggiungere una linea del tipo <server-locale>. Non utilizzare il locale C o un
locale fondato sulla codifica Unicode UTF-8 o (a eccezione dei locale coreani)
sulla codifica EUC.
Nota: i sistemi Linux Red Hat potrebbero non offrire per default locale
giapponesi non EUC. Per creare un locale che usa la codifica SHIFT-JIS,
chiedere allamministratore del sistema di utilizzare il seguente comando (o
equivalente) per creare un locale chiamato ja_JP.SJIS:
localedef -f SHIFT_JIS -i ja_JP ja_JP.SJIS

Requisiti di PTF su iSeries V5R3. Per eseguire Clementine Server su iSeries


V5R3, richiesta la seguente PTF:
URL : http://www.ibm.com/systems/support/i/
Product 5722SS1
PTF
SI27343
Version V5R3
Description: OSP-PASE-INCORROUT iconv from UTF-8 to ISO8859-1 in 64 bit

Clementine Batch su iSeries. Il manuale iSeries System QuickStart afferma


che per installare ed eseguire Clementine Batch necessario creare un profilo
utente chiamato CLEMBATCH. I profili utente in iSeries hanno un limite di 8
caratteri, pertanto si dovr usare un profilo chiamato CLEMB, invece di
CLEMBATCH.

NFS UNIX. Si raccomanda di installare Clementine Server su un file system


locale per massimizzare prestazioni e affidabilit. Su piattaforma HPUX Itanium
c un problema noto con Clementine Server, che potrebbe non avviarsi se
installato su una partizione NFS, non essendo in grado di impostare blocchi sui
file.

Accesso a Teradata in UNIX. Se si utilizza Clementine Server in UNIX, per


accedere a database Teradata necessario usare lODBC Driver Manager che
installato con il driver ODBC Teradata. Per apportare questa modifica in
Clementine Clementine Server, necessario specificare un valore per
ODBC_DRIVER_MANAGER_PATH vicino allinizio dello script clemsrv.sh, dove
indicato dai commenti. Questa variabile di ambiente deve essere impostata alla
posizione dellODBC Driver Manager relativo al driver ODBC Teradata
(/usr/odbc/lib in uninstallazione standard del driver ODBC Teradata).
necessario riavviare Clementine Server dopo questa modifica. Dettagli sulle
piattaforme Clementine Server che supportano laccesso a Teradata e sulle

versioni supportate del driver ODBC Teradata sono disponibili in:


http://support.spss.com/ProductsExt/Clementine/Compatibility.html#Clementine

Caricamento di massa per database. Per utilizzare la funzionalit di


caricamento di massa nei nodi di output Database necessario installare
Python sulla stessa macchina di Clementine (o sul server, se si utilizza
Clementine Server). Il parametro "python_exe_path" deve essere impostato nel
file options.cfg.

Lettura e scrittura di date (date/time/datetime) da e su DB2 utilizzando


Clementine Server su iSeries. Su piattaforma iSeries Clementine legger
questi dati dal database come stringhe. possibile utilizzare nodi Riempimento
per convertire queste stringe in valori data di Clementine, ma prima
necessario impostare le opzioni dello stream formato data e formato ora in
modo corrispondente ai formati usati in DB2. Consultare lamministratore del
database per informazioni sui formati corretti. necessario usare un nodo
riempimento diverso per convertire campi di ciascun tipo. Per convertire
stringhe di tipo data/ora nel formato data/ora di Clementine, utilizzare queste
espressioni nei nodi Riempimento:
DATEs:
to_date(@FIELD)
TIMEs:
to_time(@FIELD)
TIMESTAMPs*:
to_datetime(substring(1,10,@FIELD) >< ' ' >< substring(12,8,@FIELD))

Notare che lespressione per convertire valori TIMESTAMP qui esemplificata


appropriate per il formato timestamp DB2 YYYY-MM-DDHH.MM.SS.XXXXXX. Per formati diversi sar necessario adattare
lespressione.
Quando si scrivono valori di tipo DATE, TIME e DATETIME su DB2 in ambiente
iSeries, impostare i formati data e ora di Clementine in modo corrispondente a
quelli usati da DB2, come spiegato sopra. Poi, prima di esportare i dati su
database, usare nodi Riempimento per convertire i campi Clementine di tipo
DATE/TIME e DATETIME in valori di tipo stringa. necessario usare un nodo
riempimento diverso per convertire campi di ciascun tipo, usando queste
espressioni:
DATEs:
to_string(@FIELD)
TIMEs:
to_string(@FIELD)
DATETIMEs*:
to_string(datetime_date(@FIELD))
>< '-'
>< to_string(datetime_time(@FIELD))
>< '.000000'

* Notare che lespressione per convertire valori DATETIME qui esemplificata


appropriate per il formato timestamp DB2 YYYY-MM-DDHH.MM.SS.XXXXXX. Per formati diversi sar necessario adattare
lespressione.

Nel nodo di esportazione su database, sar ncessario modificare lo schema del


database per dire a DB2 di creare esplicitamente colonne del tipo appropriato
(DATE, TIME o TIMESTAMP). Se non si specificano i tipi appropriate, i valori
verranno salvati in campi di tipo VARCHAR.

Grafici a dispersione sovrapposti Le funzioni di sovrapposizione in 3D sono


ora specificate come funzioni di Y anzich di Z. Caricando un grafico a
dispersione creato prima di Clementine 11.0 che contiene una funzione di
sovrapposizione descritta come funzione di Z, il tipo di funzione di
sovrapposizione viene reimpostato automaticamente a Nessuno e la linea che
contiene il testo della funzione viene eliminata. Sar quindi necessario
rispecificare lespressione desiderata come funzione di Y. Inoltre, una funzione
di livellamento in un grafico 3D, dora in poi sar funzione di Y, non di Z.

PMML Nei modelli di regressione logistica esportati in formato PMML da


Clementine, i nomi dei campi sono anonimizzati in VAR00001, VAR00002 ecc.
e di conseguenza se si importa un file PMML, il modello non potr essere
utilizzato per lo scoring se non si rinominano i campi con un nodo Filtro per
ristabilire la corrispondenza con i campi anonimizzati. Questo problema non si
presenta importando modelli di regressione logistica in formato PMML creati
con SPSS.
I modelli di analisi discriminante possono essere esportati in formato PMML, ma
non possono essere reimportati in Clementine. Se si cerca di importare questi
modelli, un messaggio di errore informer lutente che il file XML di un tipo
non corretto.

Gestione delle licenze in Terminal Server Se si esegue Clementine in un


ambiente thin-client con terminal services il Sentinel License Manager non
individuer la chiusura di una sessione client di Clementine fino al
raggiungimento del tempo di timeout (che per default impostato a 5 minuti). Di
conseguenza, la licenza impegnata dalla sessione potrebbe essere liberata dal
License Manager solo dopo qualche minuto dalla chiusura di Clementine.
Questo inconveniente non si presenta nelle installazioni di rete standard (thickclient).

Cache in-database con DB2 Quando si crea una cache su un nodo di uno
stream che legge i dati da un database DB2, potrebbe verificarsi il seguente
errore:
S1000-4294967010 [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]
A default table space could not be found with a pagesize of at least 4096 that authorization ID TEST is
authorized to use.

Per configurare DB2 in modo da operare correttamente con la funzionalit di


cache in-database di Clementine, chiedere allamministratore del database di

creare un tablespace user temporary e di dare accesso a questo tablespace


agli utenti interessati. Si raccomanda di impostare un pagesize di 32768 in
questo tablespace, in modo da aumentare il numero di campi che possono
essere inseriti nella cache.

Output SPSS Quando si crea output in lingue diverse dallinglese,


consigliabile specificare la lingua nella sintassi.

Collazione di stringhe In questa versione lordinamento e il confronto fra


stringhe us ail servizio di collazione ICU 3.2 del locale di sistema. La collazione
giapponese non distingue fra Katakana a larghezza intera o dimezzata.

Scoring di modelli C&RT/Chaid/Quest costruiti su dati che contengono


doppie virgolette Se si costruisce un modello ad albero C&RT, Quest o
Chaid su dati in cui alcune stringhe contengono la doppia virgoletta ("), usando
il modello per lo scoring potrebbe verificarsi questo errore:
Error Initializing Smartscore: (3) (code: (In valid split value!))

Per aggirare il problema, eliminare le virgolette dai dati prima di costruire i


modelli C&RT, Quest o Chaid. Questo problema non interessa i modelli ad
albero C5.0.

Informazioni legali
Acme 1.0
Copyright 2000 by Jef Poskanzer <jef@mail.acme.com>.

All rights reserved.

Redistribution and use in source and binary forms, with or without


modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
Apache Ant 1.6.2
Apache Axis 1.1

Apache Axis 1.3


Apache Axis 1.4
Apache Commons IO Library 1.1
Apache Commons Lang 2.1
Apache Xalan-C++ 1.9
Apache Xalan-Java 2.3
Apache Xalan-Java 2.6.0
Apache Xerces 2.5.0
Apache Xerces 2.6.2
Apache Xerces-J 1.4.4
Apache Xerces2-J 2.0.0.01
Apache XercesC 2.6.0
Crimson 1.1
JSTL 1.0.5
Log4j 1.2.8
ORO 2.0.8
RegExp 1.3
Struts 1.1
Velocity 1.4
XMLTASK 1.11
Portions of the Software are licensed under the Apache License, Version 2.0 (the
""License""); you may not use applicable files except in compliance with the
License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Jgoodies Looks 1.3.1
1. Conditions:
Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
Neither the name of the <ORGANIZATION> nor the names of its contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.
2. Disclaimer:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS""
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
DataDirect JDBC Client 3.3
Portions of this software are copyrighted by DataDirect Technologies, 1991-2003
Visual Age C/C++ Runtime Lib 6
This software contains VisualAge C++ Professional for AIX, Version 6.0 Runtime
Modules
(c) Copyright IBM Corporation 1991-2002
All Rights Reserved.

Novocode EPL 10.0


Portions of the software are licensed under Eclipse Public License v. 1.0. and
you may obtain a copy of the source code for such licensed code at the following
link: http://www.novocode.com/
WSDL4J 1.4
Portions of this software are 3rd party code, WSDL4J 1.4 that licensed under
Common Public License 1.0 and the source code for this 3rd party code is
available : http://sourceforge.net/projects/wsdl4j
WSDL4J 1.5
Portions of this software are 3rd party code, WSDL4J 1.4 that licensed under
Common Public License 1.0 and the source code for this 3rd party code is
available : http://sourceforge.net/projects/wsdl4j
ICU 3.2.1
The ICU project is licensed under the X License (see also the
x.org original), which is compatible with GPL but
non-copyleft.
The license allows ICU to be incorporated into a wide variety
of software projects using the GPL license. The X license is
compatible with the GPL, while also allowing ICU to be
incorporated into non-open source products. .

License
ICU License - ICU 1.8.1 and later COPYRIGHT AND PERMISSION
NOTICE Copyright (c) 1995-2003 International Business Machines
Corporation and others All rights reserved. Permission is
hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the
""Software""), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify,
merge, publish, distribute, and/or sell copies of the
Software, and to permit persons to whom the Software is
furnished to do so, provided that the above copyright
notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and
this permission notice appear in supporting documentation. THE
SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT
SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Except as contained in this notice, the name of a copyright
holder shall not be used in advertising or otherwise to
promote the sale, use or other dealings in this Software
without prior written authorization of the copyright holder.
--------------------------------------------------------------

All trademarks and registered trademarks mentioned herein are


the property of their respective owners.
ICU4J 2.8
ICU License - ICU 1.8.1 and later COPYRIGHT AND PERMISSION NOTICE Copyright (c)
1995-2003 International Business Machines Corporation and others All rights
reserved. Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the ""Software""),
to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
provided that the above copyright notice(s) and this permission notice appear in
all copies of the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation. THE SOFTWARE IS PROVIDED
""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE. Except as contained in this notice, the name of a
copyright holder shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written authorization
of the copyright holder.
Apriori 4.29
Copyright 1996-2007 Christian Borgelt
http://fuzzy.cs.unimagdeburg.de/~borgelt/doc/apriori/apriori.html
Boost 1.30.1
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the ""Software"") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Castor Exolab 0.9.5.3

Copyright 1999-2004 (C) Intalio Inc., and others. All Rights


Reserved. Redistribution and use of this software and
associated documentation (""Software""), with or without
modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must
retain copyright statements and notices. Redistributions must
also contain a copy of this document.
2. Redistributions in
binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the
documentation and/or other materials provided with the
distribution.
3. The name ""ExoLab"" must not be used to endorse
or promote products derived from this Software without prior
written permission of Intalio Inc. For written permission,
please contact info@exolab.org.
4. Products derived from this Software may not be called ""Castor"" nor may
""Castor"" appear in their names without prior written permission
of Intalio Inc. Exolab, Castor and Intalio are trademarks of
Intalio Inc.
5. Due credit should be given to the ExoLab Project
(http://www.exolab.org/).
THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
Castor Exolab 1.0.3
Copyright 1999-2004 (C) Intalio Inc., and others. All Rights
Reserved. Redistribution and use of this software and
associated documentation (""Software""), with or without
modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must
retain copyright statements and notices. Redistributions must
also contain a copy of this document.
2. Redistributions in
binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the

documentation and/or other materials provided with the


distribution.
3. The name ""ExoLab"" must not be used to endorse
or promote products derived from this Software without prior
written permission of Intalio Inc. For written permission,
please contact info@exolab.org.
4. Products derived from this Software may not be called ""Castor"" nor may
""Castor"" appear in their names without prior written permission
of Intalio Inc. Exolab, Castor and Intalio are trademarks of
Intalio Inc.
5. Due credit should be given to the ExoLab Project
(http://www.exolab.org/).
THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
J2SE Runtime IBM AIX 1.4
CONTAINS IBM(R) 32-bit Runtime Environment for AIX(TM), Java(TM) 2
Technology Edition, Version 1.4 Modules
(c) Copyright IBM Corporation 1999, 2002
All Rights Reserved
JACOB 1.9
* Copyright (c) 1999-2004 Sourceforge JACOB Project.
* All rights reserved. Originator: Dan Adler (http://danadler.com).
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
*
notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
*
notice, this list of conditions and the following disclaimer in
*
the documentation and/or other materials provided with the
*
distribution.
* 3. Redistributions in any form must be accompanied by information on
*
how to obtain complete source code for the JACOB software.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,

*
*
*
*
*
*
*

INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES


(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

Java Service Wrapper 3.0.0


Copyright (c) 1999, 2004 Tanuki Software
Permission is hereby granted, free of charge, to any person
obtaining a copy of the Java Service Wrapper and associated
documentation files (the ""Software""), to adeal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sub-license,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
Portions of the Software have been derived from source code
developed by Silver Egg Technology under the following license:
Copyright (c) 2001 Silver Egg Technology
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the ""Software""), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sub-license, and/or
sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
JDBM 1.0
JDBM LICENSE v1.00
*
* Redistribution and use of this software and associated documentation
* (""Software""), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright

*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*

statements and notices. Redistributions must also contain a


copy of this document.
2. Redistributions in binary form must reproduce the
above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other
materials provided with the distribution.
3. The name ""JDBM"" must not be used to endorse or promote
products derived from this Software without prior written
permission of Cees de Groot. For written permission,
please contact cg@cdegroot.com.
4. Products derived from this Software may not be called ""JDBM""
nor may ""JDBM"" appear in their names without prior written
permission of Cees de Groot.
5. Due credit should be given to the JDBM Project
(http://jdbm.sourceforge.net/).
THIS SOFTWARE IS PROVIDED BY THE JDBM PROJECT AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
CEES DE GROOT OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright 2000 (C) Cees de Groot. All Rights Reserved.
Contributions are Copyright (C) 2000 by their associated contributors.

JDOM 1.0
Copyright (C) 2000-2003 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions, and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions, and the disclaimer that follows
these conditions in the documentation and/or other materials
provided with the distribution.
3. The name ""JDOM"" must not be used to endorse or promote products
derived from this software without prior written permission. For
written permission, please contact <license AT jdom DOT org>.
4. Products derived from this software may not be called ""JDOM"", nor

may ""JDOM"" appear in their name, without prior written permission


from the JDOM Project Management <pm AT jdom DOT org>.
In addition, we request (but do not require) that you include in the
end-user documentation provided with the redistribution and/or in the
software itself an acknowledgement equivalent to the following:
""This product includes software developed by the
JDOM Project (http://www.jdom.org/).""
Alternatively, the acknowledgment may be graphical using the logos
available at http://www.jdom.org/images/logos.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
This software consists of voluntary contributions made by many
individuals on behalf of the JDOM Project and was originally
created by Jason Hunter <jhunter AT jdom DOT org> and
Brett McLaughlin <brett AT jdom DOT org>. For more information on
the JDOM Project, please see <http://www.jdom.org/>.
SiteMesh 2.0.1
The OpenSymphony Software License, Version 1.1
*
* (this license is derived and fully compatible with the Apache Software
* License - see http://www.apache.org/LICENSE.txt)
*
* Copyright (c) 2001-2004 The OpenSymphony Group. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* ""This product includes software developed by the
* OpenSymphony Group (http://www.opensymphony.com/).""
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*

*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*

4. The names ""OpenSymphony"" and ""The OpenSymphony Group""


must not be used to endorse or promote products derived from this
software without prior written permission. For written
permission, please contact license@opensymphony.com .
5. Products derived from this software may not be called ""OpenSymphony""
or ""SiteMesh"", nor may ""OpenSymphony"" or ""SiteMesh"" appear in their
name, without prior written permission of the OpenSymphony Group.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE

Potrebbero piacerti anche