[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xmlBlaster



Hi,
           I'm running the server by the following command
     
           java org.xmlBlaster.Main 

          
           I got the following message which has some errors

___________________________________________________________________________________________________________________
Property: filenName=xmlBlaster.properties, scanSystemProperties=true, args=[0],replaceVariables=true
Property: Loading xmlBlaster.properties from directory C:\
Property: Loaded file xmlBlaster.properties
Property: Replacing 'Persistence.Path=${user.home}${file.separator}tmp' to 'C:\Documents and Settings\ecwlogon\tmp'
Aug 3, 2001 3:21:14 PM INFO  Log: XmlBlaster logging subsystem configured
Aug 3, 2001 3:21:14 PM INFO  Log: XmlBlaster logging switched
Aug 3, 2001 3:21:15 PM INFO  RequestBroker: Loaded persistence driver org.xmlBlaster.engine.persistence.filestore.FileDriver
Aug 3, 2001 3:21:15 PM INFO  FileDriver: Successfully got 0 stored message-oids
from C:\Documents and Settings\ecwlogon\tmp
Aug 3, 2001 3:21:15 PM INFO  Main: Found 'IOR' driver 'org.xmlBlaster.protocol.corba.CorbaDriver'
[ POA RootPOA - ready ]
[ POA xmlBlaster-POA - ready ]
Aug 3, 2001 3:21:16 PM INFO  CorbaDriver: Published AuthServer IOR on 192.168.0.25:7609
Aug 3, 2001 3:21:16 PM WARN  CorbaDriver.NoNameService: java.lang.NullPointerException
Aug 3, 2001 3:21:16 PM INFO  CorbaDriver: You don't need the naming service, i'll switch to builtin http IOR download
Aug 3, 2001 3:21:16 PM INFO  Main: Found 'RMI' driver 'org.xmlBlaster.protocol.rmi.RmiDriver'
Aug 3, 2001 3:21:16 PM INFO  XmlBlasterSecurityManager: Using security policy file:/C:/xmlblaster/lib/xmlBlaster.jar!/xmlBlaster.policy, found it in your CLASSPATH.
Aug 3, 2001 3:21:16 PM INFO  RmiDriver: Started RMI registry on port 1099
Aug 3, 2001 3:21:16 PM INFO  RmiDriver: Bound authentication RMI server to registry with name 'rmi://ECW007:1099/I_AuthServer'
Aug 3, 2001 3:21:16 PM INFO  RmiDriver: Bound xmlBlaster RMI server to registry
with name 'rmi://ECW007:1099/I_XmlBlaster'
Aug 3, 2001 3:21:16 PM INFO  RmiDriver: Started successfully RMI driver.
Aug 3, 2001 3:21:16 PM INFO  Main: Found 'XML-RPC' driver 'org.xmlBlaster.protocol.xmlrpc.XmlRpcDriver'
Aug 3, 2001 3:21:17 PM INFO  XmlRpcDriver: Started successfully XML-RPC driver,access url=http://ECW007:8080/
Aug 3, 2001 3:21:17 PM INFO  Main: Found 'JDBC' driver 'org.xmlBlaster.protocol.jdbc.JdbcDriver'
Aug 3, 2001 3:21:17 PM INFO  JdbcDriver: Jdbc driver 'sun.jdbc.odbc.JdbcOdbcDriver' loaded.
Exception found location=Main.java:204
Aug 3, 2001 3:21:17 PM ERROR Main.java:204-Main: java.lang.NoSuchMethodError
java.lang.NoSuchMethodError
        at org.xmlBlaster.util.SaxHandlerBase.parse(SaxHandlerBase.java:88)
        at org.xmlBlaster.util.SaxHandlerBase.init(SaxHandlerBase.java:70)
        at org.xmlBlaster.authentication.ClientQoS.<init>(ClientQoS.java:49)
        at org.xmlBlaster.authentication.Authenticate.login(Authenticate.java:109)
        at org.xmlBlaster.protocol.jdbc.JdbcDriver.login(JdbcDriver.java:152)
        at org.xmlBlaster.protocol.jdbc.JdbcDriver.init(JdbcDriver.java:99)
        at org.xmlBlaster.Main.loadDriver(Main.java:246)
        at org.xmlBlaster.Main.loadDrivers(Main.java:198)
        at org.xmlBlaster.Main.init(Main.java:122)
        at org.xmlBlaster.Main.<init>(Main.java:100)
        at org.xmlBlaster.Main.main(Main.java:462)
Aug 3, 2001 3:21:17 PM INFO  Main: Total memory allocated = 2.31 MBytes. Free me
mory available = 976.912 KBytes.
Aug 3, 2001 3:21:17 PM INFO  Main: ###########################################
Aug 3, 2001 3:21:17 PM INFO  Main: # xmlBlaster 0.79+ is ready for requests  #
Aug 3, 2001 3:21:17 PM INFO  Main: # press <?> and <enter> for options       #
Aug 3, 2001 3:21:17 PM INFO  Main: ###########################################

_____________________________________________________________________________________________________

after that I run the client


using the following


               java javaclient.chat.SimpleChat
  
 I got the following errors..

_______________________________________________________________________________________________________
Aug 3, 2001 3:16:57 PM INFO  XmlBlasterConnection: Using 'client.protocol=IOR' to access xmlBlaster
Aug 3, 2001 3:16:57 PM INFO  CorbaCallbackServer-Mike's TestClient: Success, created CORBA callback server for Mike's TestClient
Aug 3, 2001 3:16:57 PM INFO  CorbaConnection-Mike's TestClient: Accessing xmlBlaster AuthServer IOR using builtin http connection, host 192.168.0.25 and port 7609
[ New connection to 192.168.0.25:2757 ]
org.omg.CORBA.UNKNOWN:   minor code: 0  completed: No
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at jacorb.orb.SystemExceptionHelper.read(SystemExceptionHelper.java:135)

        at jacorb.orb.giop.ReplyInputStream.result(ReplyInputStream.java:171)
        at jacorb.orb.Delegate.invoke(Delegate.java:749)
        at org.omg.CORBA.portable.ObjectImpl._invoke(Unknown Source)
        at org.xmlBlaster.protocol.corba.authenticateIdl._AuthServerStub.login(_AuthServerStub.java:81)
        at org.xmlBlaster.client.protocol.corba.CorbaConnection.loginRaw(CorbaConnection.java:437)
        at org.xmlBlaster.client.protocol.corba.CorbaConnection.login(CorbaConnection.java:421)
        at org.xmlBlaster.client.protocol.XmlBlasterConnection.login(XmlBlasterConnection.java:347)
        at javaclients.chat.SimpleChat.initBlaster(SimpleChat.java:178)
        at javaclients.chat.SimpleChat.actionPerformed(SimpleChat.java:120)
        at java.awt.Button.processActionEvent(Unknown Source)
        at java.awt.Button.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

______________________________________________________________________________________________________

Can u Please go through these and make me correct if i'm doing anything wrong

Thanks in advance
Murali