Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] error!!!

Hi Henry,
 
I believe the correct place to post usage questions like this is in the BIRT newsgroup.  In case you don't know about it, information on how to access it is here:
 
http://www.eclipse.org/birt/phoenix/community.php
 
Regards,
 
Susan
----- Original Message ----
From: Henry Lu <zhlu@xxxxxxxxx>
To: birt-dev@xxxxxxxxxxx
Sent: Friday, February 16, 2007 5:54:51 AM
Subject: [birt-dev] error!!!

I tried to run the Simple Execute </index.php/Simple_Execute> - Simple
RunAndRender Task Example: ExecuteReport.java (I changed name to T.java)

with my bat file:

echo off
echo
"=========================================================================="
echo on

set JAVA_HOME=c:\apps\java\jdk1.5.0
set path=%JAVA_HOME%\bin;c:\ant\bin

set CLASSPATH=.\
set CLASSPATH=%CLASSPATH%;.\lib\chartengineapi.jar
set CLASSPATH=%CLASSPATH%;.\lib\com.ibm.icu_3.4.5.jar
set CLASSPATH=%CLASSPATH%;.\lib\commons-cli-1.0.jar
set CLASSPATH=%CLASSPATH%;.\lib\commons-codec-1.3.jar
set CLASSPATH=%CLASSPATH%;.\lib\coreapi.jar
set CLASSPATH=%CLASSPATH%;.\lib\dataadapterapi.jar
set CLASSPATH=%CLASSPATH%;.\lib\dteapi.jar
set CLASSPATH=%CLASSPATH%;.\lib\engineapi.jar
set CLASSPATH=%CLASSPATH%;.\lib\flute.jar
set CLASSPATH=%CLASSPATH%;.\lib\itext-1.3.jar
set CLASSPATH=%CLASSPATH%;.\lib\js.jar
set CLASSPATH=%CLASSPATH%;.\lib\modelapi.jar
set
CLASSPATH=%CLASSPATH%;.\lib\org.eclipse.emf.common_2.2.1.v200609210005.jar
set
CLASSPATH=%CLASSPATH%;.\lib\org.eclipse.emf.ecore.xmi_2.2.1.v200609210005.jar
set
CLASSPATH=%CLASSPATH%;.\lib\org.eclipse.emf.ecore_2.2.1.v200609210005.jar
set CLASSPATH=%CLASSPATH%;.\lib\sac.jar
set CLASSPATH=%CLASSPATH%;.\lib\scriptapi.jar

rem ---------------------------------------------------------------------
rem the following two lib are required under Windows XP
rem ---------------------------------------------------------------------
set BIRT_HOME=c:\java_dev\birt\lib
rem ---------------------------------------------------------------------
rem ---------------------------------------------------------------------

javac *.java

java T

And I got the following error:

org.eclipse.birt.core.exception.BirtException: $NO-RB$ Cant startup the
OSGI fra
mework
        at
org.eclipse.birt.core.framework.Platform.startup(Platform.java:89)
        at T.go(T.java:55)
        at T.main(T.java:138)
Caused by: org.eclipse.birt.core.exception.BirtException: $NO-RB$ Could
not find
the Framework - [Ljava.lang.Object;@1270b73
        at
org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILaunche
r.java:95)
        at
org.eclipse.birt.core.framework.Platform.startup(Platform.java:77)
        ... 2 more
java.lang.NullPointerException
        at T.go(T.java:75)
        at T.main(T.java:138)

Any help?

-Henry





_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-dev


Back to the top