I'm evaluation cocobase for a project, and trying out the example with a genericsession bean on a OC4J container. But when I start the client I get an exception on the application server, saying "Can't find bundle for base name resources.license, locale da_DK"
Regards
Morten
C:\apps\oc4j_extended\j2ee\home>java -classpath .;C:\apps\Jindent\Jindent.JAR;C:\apps\j2sdkee1.3\lib\j2ee.jar;C:\apps\oc
4j\j2ee\home\lib\http_client.jar;C:\apps\oc4j\soap\lib\soap.jar;C:\apps\oc4j\soap\lib\wsdl.jar;C:\apps\oc4j\lib\xmlparse
rv2.jar;C:\apps\oc4j\jlib\javax-ssl-1_1.jar;C:\apps\oc4j\jlib\jssl-1_1.jar;C:\apps\oc4j\j2ee\home\ov4j.jar;C:\apps\oc4j\
j2ee\home\ejb.jar;C:\apps\jdev9irc\jdbc\lib817\classes12.zip;C:\apps\cocobase4\classes;C:\apps\cocobase4\demos -mx512M -
Dejb.assert=false -Denable.ejbql=true -jar oc4j.jar
Node started with id=252528751
Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
CBSessionBean(7780879) - load invoked; obj = null map = null
CBSessionBean(7780879) - connecting to data source...
Copyright (c) 1996-2001 THOUGHT Inc. All Rights Reserved.
CocoBase Enterprise JDBC O/R Layer Initiated.
Checking CocoBase License...
java.util.MissingResourceException: Can't find bundle for base name resources.license, locale da_DK
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
at thought.CocoBase.CocoPowder._$1069(CocoPowder.java:956)
at thought.CocoBase.CocoPowder.<clinit>(CocoPowder.java:55)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at thought.CocoBase.CocoDriver.getCocoDriver(CocoDriver.java:62)
at thought.CocoBase.CBFacadeLocal.openDataSource(CBFacadeLocal.java:470)
at thought.CocoBase.ejbs.cbsession.CBSessionBean.openDataSource(Unknown Source)
at thought.CocoBase.CBFacadeLocal.load(CBFacadeLocal.java:298)
at CBSession_StatefulSessionBeanWrapper0.load(CBSession_StatefulSessionBeanWrapper0.java:683)
at java.lang.reflect.Method.invoke(Native Method)
at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
We received an exception from the system while attempting to load the license!
The exception was java.util.MissingResourceException: Can't find bundle for base name resources.license, locale da_DK
|