[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: please tell me how to xmlBlaster installation
Hi MIYAZAKI tomokazu,
I haven't seen that problem. I run xmlBlaster already on a Windows NT 4.0
machine. Your Installation seems to be ok, may be you have some problem with
the winsock.dll. Do you have installed the tcp/ip-stack on your NT machine?
If not install it (Control Panel | Network | Protocol -> Add). If the stack
is already installed remove it and reinstall it.
Hopefully I could help you.
Have fun with the xmlBlaster
Peter
> -----Ursprüngliche Nachricht-----
> Von: MIYAZAKI tomokazu [SMTP:miyazaki.tomokazu at lab.ntt.co.jp]
> Gesendet am: Montag, 15. Mai 2000 07:01
> An: xmlblaster-devel at server.xmlBlaster.org
> Betreff: 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 ]
> --------------------------------------------------------------------------
>
>
>