Re: JMS sample error

2000-08-08 Thread August Linnman



Hello everyone again.
 
The problem disappeared after having done a "java -jar 
autoupdate.jar". Maybe a bug that was corrected. :-) 
 
/August
 
- Original Message - 

  From: 
  August 
  Linnman 
  To: Orion-Interest 
  Sent: Tuesday, August 08, 2000 5:38 
  PM
  Subject: JMS sample error
  
  Hello everyone. 
   
  When trying to run the coffemaker sample I get the error 
  below. I think I follow the instructions carefully. This error resembles many 
  other similar cases related to class loading problems. I use JDK 1.3. 
  
   
  Anyone having a clue?
   
  /August Linnman, Dewire Innovation AB, 
  Stockholm.
   
  ===
   
  D:\orion\demo\jms>java -jar coffeemaker.jar
  
  .. After appr 5 seconds this happens
  java.lang.ClassNotFoundException: 
  com/evermind/server/administration/ResourceFinder    
  at 
  com.evermind.server.rmi.a8.invokeMethod(JAX)    
  at 
  com.evermind.server.rmi.a_.invoke(JAX)    
  at 
  com.evermind.server.rmi.a0.invoke(JAX)    
  at __Proxy0.getLocation(Unknown 
  Source)    at 
  com.evermind.server.administration.LazyResourceFinder.getLocation(JAX)    
  at 
  com.evermind.server.Application.akc(JAX)    
  at 
  com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext(JAX)    
  at javax.naming.spi.NamingManager.getInitialContext(Unknown 
  Source)    at 
  javax.naming.InitialContext.getDefaultInitCtx(Unknown 
  Source)    at 
  javax.naming.InitialContext.init(Unknown 
  Source)    at 
  javax.naming.InitialContext.(Unknown 
  Source)    at 
  CoffeeMaker.main(CoffeeMaker.java:23)


JMS sample error

2000-08-08 Thread August Linnman



Hello everyone. 
 
When trying to run the coffemaker sample I get the error 
below. I think I follow the instructions carefully. This error resembles many 
other similar cases related to class loading problems. I use JDK 1.3. 

 
Anyone having a clue?
 
/August Linnman, Dewire Innovation AB, Stockholm.
 
===
 
D:\orion\demo\jms>java -jar coffeemaker.jar

.. After appr 5 seconds this happens
java.lang.ClassNotFoundException: 
com/evermind/server/administration/ResourceFinder    
at 
com.evermind.server.rmi.a8.invokeMethod(JAX)    
at 
com.evermind.server.rmi.a_.invoke(JAX)    
at 
com.evermind.server.rmi.a0.invoke(JAX)    
at __Proxy0.getLocation(Unknown 
Source)    at 
com.evermind.server.administration.LazyResourceFinder.getLocation(JAX)    
at 
com.evermind.server.Application.akc(JAX)    
at 
com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext(JAX)    
at javax.naming.spi.NamingManager.getInitialContext(Unknown 
Source)    at 
javax.naming.InitialContext.getDefaultInitCtx(Unknown 
Source)    at 
javax.naming.InitialContext.init(Unknown 
Source)    at 
javax.naming.InitialContext.(Unknown 
Source)    at 
CoffeeMaker.main(CoffeeMaker.java:23)