[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
please tell me how to xmlBlaster installation
How do you do?
My name is Tomokazu MIYAZAKI.
I try to install xmlBlaster on Microsoft WindowsNT4.0 machine.
But I couldn't.
Please tell me how to install and boot xmlBlaster.
now I ...
1. Download xmlBlaster from
http://www.xmlBlaster.org/xmlBlaster-0.75-src.zip
and extract it.
2. Download JDK1.2.2 from
http://java.sun.com/products/jdk/1.2/ja/index.html
and extract it.
3. Download JacORB1.1 from
http://www.inf.fu-berlin.de/~brose/jacorb/
and extract.
<My Machine>
c:\+
+\xmlBlaster
+\jdk1.2.2
+\JacORB1_1
+\Winnt------+
+ +\Profiles-----+
+ +\Administrator
+\Program Files
+
.....
5. Set environment variable.
set JDK_HOME=C:\jdk1.2.2
set JAVA_HOME=C:\jdk1.2.2
set XMLBLASTER_HOME=C:\xmlBlaster
set JacORB_HOME=%XMLBLASTER_HOME%
set JacORB_LIB=%JacORB_HOME%\lib
set Path=%JDK_HOME%\bin;%JacORB_HOME%\bin;%PATH%
set CLASSPATH=%XMLBLASTER_HOME%\classes;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\src\java;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\demo;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\lib\omquery.jar;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\lib\xtdash.jar;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\lib\xml.jar;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\lib\servlet-2.0.jar;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\lib\test.jar;%CLASSPATH%
set CLASSPATH=%JacORB_LIB%\jacorb.jar;%CLASSPATH%
set CLASSPATH=%XMLBLASTER_HOME%\lib\xmlBlaster.jar;%classpath%
6. copy c:\xmlBlaster\xmlBlaster.properties.template
c:\Winnt\Profiles\Administrator\xmlBlaster.properteis
7. copy c:\xmlBlaster\jacorb.properties.template
c:\Winnt\Profiles\Administrator\jacorb.properties
8. Open command-prompt-window and input below.
c:\xmlBlaster> jaco org.xmlBlaster.MainGUI
And then flash a xmlBlaster?-window, after that output below message.
<message>
2000/05/15 12:09:24 INFO Property: Using file
'C:\WINNT\Profiles\Administrator\xmlBlaster.properties'
[ POA RootPOA - ready ]
############################ StackTrace ############################
java.net.SocketException: Option unsupported by protocol: create
at java.net.PlainSocketImpl.socketCreate(Native Method)
at java.net.PlainSocketImpl.create(PlainSocketImpl.java:70)
at java.net.ServerSocket.<init>(ServerSocket.java:169)
at jacorb.orb.BasicAdapter$Listener.<init>(BasicAdapter.java, Compiled
Code)
at jacorb.orb.BasicAdapter.<init>(BasicAdapter.java:87)
at jacorb.orb.ORB.getRootPOA(ORB.java:1062)
at jacorb.orb.ORB.resolve_initial_references(ORB.java:1343)
at org.xmlBlaster.Main.init(Main.java:96)
at org.xmlBlaster.Main.<init>(Main.java:83)
at org.xmlBlaster.Main.main(Main.java:385)
####################################################################
[ Listener: Couldn't initialize ]
--------------------------------------------------------------------------