JDeveloper3.0 and JavaWebServer2.0

I'm running Sun's brand new Java Web Server 2.0 (demo version), which is newer than the one available when Oracle released JDeveloper 3.0. I do this because version 1.1.3 is no longer available for download at Sun (or javasoft). Trying to run the ACME Video Store sample, WEB application, but I'm having a problem... It may have to do with the versions I'm running, or something else... Let me try the following two questions:
Question1: Anybody out there been running the ACME Video Store sample, WEB application, successfully with JDeveloper 3.0 and Java Web Server 2.0?
Question 2: According to JDeveloper 3.0 help on "Deploying the Servlet", the file <jdeveloper>\lib\jsdk.jar, among others, should be copied to "acmedir". However, that file - jsdk.jar - is nowhere to be found under any of my Oracle directories. Is this file important/where to get?
null

Here is the complete list of files I have in my application path directory (besides my own EJB jars, etc...). I don't have servlet.jar anywhere in my JWS 2.0 path (at least that I'm aware of and was responsible for setting up...)
aurora_client.jar
classes111.zip
javax_ejb.zip
jdev-rt.zip
jndi.jar
vbj30ssl.jar
vbjapp.jar
vbjorb.jar
vbjtools.jar
Also, here is the complete contents of the batch file I use to start JWS 2.0 to enable it for my environment. All of the files above are located in the e:\cst\application dir that is mentioned in the first line below. (Again minus my app's jars)
set cstdir=e:\cst\application
set JDK_HOME=
set JAVA_HOME=
set classpath=
set path=
set classpath=%CSTDIR%\aurora_client.jar;%CSTDIR%\javax_ejb.zip;%CSTDIR%\jndi.jar;%CSTDIR%\vbjorb.jar;%CSTDIR%\vbjapp.jar;%CSTDIR%\vbjtools.jar;%CSTDIR%\vbj30ssl.jar;%CSTDIR%\classes11 1.zip;%CSTDIR%\jdev-rt.zip
e:\javawebserver2.0\bin\httpd -verbose
My first guess would be that you've mispelled one of the references in your batch file or something similar. Better double check your way through the whole setup process again as it's not exactly superbly well documented. :-\ It does work, though.
Hope this helps,
Will
PS: Let me know if it works for you...
null

Similar Messages

  • Remote Debug in oas 4.0.8.2 using JDeveloper3.1

    Now I can do remote debug using JDeveloper3.1 in Tomcat or WebLogic!
    But I can not do remote debug in Oralce Application Server 4.0.8.2.
    Who knows how to remote debug in OAS, mainly for how to configure OAS to support remote debug, please tell me as quickly as possible!
    I appreciate ... very much!!!!!!
    We are using JDeveloper3.1 and OAS for our business application. So we must know how to remote debug in OAS with JDeveloper3.1.

    In the JAva Environment settings for your OAS Application you should add the remote debugging name-value pairs using
    X_OPTION
    X_OPTION
    runjdwp:transport=dt_socket,server=y,suspend=n,address=4000
    X_OPTION debug
    X_OPTION noagent
    JAVA_COMPILER NONE
    INITIAL_HEAP 32m
    MAX_HEAP 32m
    After adding the configuration start the OAS and try to connect to remote OAS VM for JDeveloper
    raghu

  • Exception in thread "main" java.lang.NoClassDefFoundError: oracle/xml/parser/v2/

    Hi!
    Kindly assist on the following error.
    I'm doing the sample acmevideo on Cashier Application deploying as a Java Application from JDeveloper3.0 and Oracle8i 8.1.5. And I had this error after executing the following command;
    Path=e:\javaWebServer2.0\jre\bin;%Path%
    jre -cp "e:\cashier\acme.jar" acmevideo.swing.CashierApp
    ERROR MESSAGE ARE FOLLOWS:
    E:\cashier>jre -cp "e:\cashier\acme.jar" acmevideo.swing.CashierAppException in thread "main" java.lang.NoClassDefFoundError:
    oracle/xml/parser/v2/DOMParser
    at
    at oracle.jbo.server.SessionImpl.init(SessionImpl.java:82)
    at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:81)
    at oracle.dacf.dataset.SessionInfo._createAppModule(SessionInfo.java:1776)
    at oracle.dacf.dataset.SessionInfo.connect(SessionInfo.java:1370)
    at oracle.dacf.dataset.SessionInfo.open(Compiled Code)
    at oracle.dacf.dataset.SessionInfo.publishSession(SessionInfo.java:952)
    at oracle.dacf.dataset.SessionInfo.publishSession(SessionInfo.java:934)
    at acmevideo.infoswing.ViewRentalsForm.<init>(ViewRentalsForm.java:189)
    at acmevideo.swing.CashierApp.<init>(CashierApp.java:45)
    at acmevideo.swing.CashierApp.main(CashierApp.java:141)

    Make sure the classpath for the application includes all necessary dependency archives.
    The error in question is referring to the XMLParverv2.jar. This needs to be in the application's classpath when you launch it.
    The jar is available from JDEV_HOME\lib.
    Laura

  • Java.sql.SQLException in the Buss. Comp. Proj. WIZARD...why?

    hi,
    I'm getting a java.sql.SQLException in the Bussiness Component Project Wizard. I made the connection using "Oracle JDBC Thin" and the connection works fine, then I click next to give the package name and when I click next again, I get the java.sql.SQLException runtime error and I don't see the user scott for which I created and tested the connection in the schema combo box of the next page in the "Buss Comp. Proj. WIZARD" wizard nor do I see any tables.
    I also tried it with jdk1.3 support and it didn't work. jdk1.3 was installed succefully in jdeveloper because you can see in the about dialog box.
    can someone please shed some light here. Whats weirder is that I'm following the same exampe in chapter 1 of the JDeveloper3 Handbook and thats about 40 dolloars down the drain.
    My OS is Windows2000 server, I'm using JDeveloper 3.2
    thanks.
    ayman.

    Yes, well it says something exremly scary. :)
    It give the following :
    java.lang.NullPointerException
         void oracle.jbo.dt.ui.pkg.PKTableOptionPanel.populateUserCombo()
         void oracle.jbo.dt.ui.pkg.PKTableOptionPanel.enter()
         void oracle.jbo.dt.ui.pkg.PKEntityPanel.enter(oracle.jbo.dt.objects.JboNamedObject)
         void oracle.jbo.dt.ui.main.dlg.DtuWizard.newPageSelected(oracle.jbo.dt.ui.main.dlg.DtuWizardPanel)
         void oracle.jbo.dt.ui.pkg.PKWizard.newPageSelected(oracle.jbo.dt.ui.main.dlg.DtuWizardPanel)
         void oracle.jbo.dt.ui.main.dlg.DtuWizard.stateChanged(javax.swing.event.ChangeEvent)
         void javax.swing.JTabbedPane.fireStateChanged()
         void javax.swing.JTabbedPane$ModelListener.stateChanged(javax.swing.event.ChangeEvent)
         void javax.swing.DefaultSingleSelectionModel.fireStateChanged()
         void javax.swing.DefaultSingleSelectionModel.setSelectedIndex(int)
         void javax.swing.JTabbedPane.setSelectedIndex(int)
         void javax.swing.plaf.basic.BasicTabbedPaneUI$MouseHandler.mousePressed(java.awt.event.MouseEvent)
         void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
         void java.awt.Component.processEvent(java.awt.AWTEvent)
         void java.awt.Container.processEvent(java.awt.AWTEvent)
         void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
         void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
         boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
         boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
         boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
         void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
         void java.awt.EventDispatchThread.run()

  • ResultSet Problem

    Hi,
    I have a JServlet ... Here I am connecting to Oracle Database and want to know the total no. of records in the result set ...
    I am running with JDeveloper3.0 and JDK1.2.
    I am using rs.getFetchSize() to get that ...
    But when I run the Servlet it's throwing me an error i.e java.lang.AbstractMethodError
    Please suggest me how to resolve this ..
    Thanks in advance ...
    Sarada

    ScrollableRowsetAccess myRS = (ScrollableRowsetAccess) OpenDBConnections.CRRData.getRowsetAccess();
    statusLine_tf.setText( myRS.getRowCount()+" RMAs found.
    Does that help for your case?
    Good Luck

  • Entity Beans in Oracle 8.1.6

    Does the Oracle 8.1.6 version support the Entity Beans?
    I have tried to create an EntityBean thru JDeveloper3.1 and it posts a message that they are not supported.
    Any info?
    Thanks in advance
    [email protected]

    Version 8.1.7 will support them.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ramana:
    Does the Oracle 8.1.6 version support the Entity Beans?
    I have tried to create an EntityBean thru JDeveloper3.1 and it posts a message that they are not supported.
    Any info?
    Thanks in advance
    [email protected] <HR></BLOCKQUOTE>
    null

  • Deploy BC4J to 8i

    Hi!!
    Hope to get help here.I developed BC4J appln in Jdeveloper3.1 and wld like to deploy it as Oracle 8i EJB session Bean .When I tried Deployment an error occured as follows-
    'Generating EJBHome and EJBObject on the server...
    An exception occurred during code generation: Class not found: restaurant.common.ejb.RestaurantModuleHome.class
    *** Errors occurred while deploying the EJB to JServer ***
    *** Deployment completed ***'
    - Now shd I try the complete deployment again (will it overwrite previous stuff?) or is there some other way?
    Thanx,
    Swati
    null

    Andy,
    Please see the following topic in the online help for instructions:
    User Guides
    Developing Applications
    Developing Web Applications
    Using JavaServer Pages
    Deploying A JSP Application

  • National Language Support

    Hi all,
    I use JDeveloper3.2 and Oracle 8.1.7 with
    ZHS16CGB character set.Hit errors while compile the application,it said 'This version of JDK does not support GBK character set',what does it mean?
    Any boday have experience for multibytes characters processing with JDeveloper32?
    Any comments are highly appreciated.
    caoyi

    In this version input in English only, though display handles a number of languages. See:
    http://m10lmac.blogspot.com/2007/06/iphone-language-capabilities-seem.html
    For a workaround to input some other languages:
    http://pointatme.com/keyboards/keyboard.html

  • Error: (0) initialization error

    I'm trying to work through an example in the JDeveloper3 book and get the following error message after pointing and clicking my way through a BC Data Form Wizard and trying to run what it created:
    Error: (0) initialization error: class Error const *: file java\lang\Object.class not found.
    Any pointers?
    null

    I found that I had a non-Oracle supplied JDK version selected in the Target JDK Version field of the Project Properties dialog box.
    So, the question now is, if I install a new Java SDK from Sun, how do I upgrade JDeveloper to use this new version?

  • Classpath for servlets

    Hello,
    We develop and tested assign_extend.jsp using JDeveloper3.0 and now I want to run this .jsp file using Apache WebServer.
    I copied the .jsp file in DOCUMENT_ROOT and .class file into DOC_ROOT/servlets directory (as configured in zone.properties). When we try to execute assign_extend.jsp, we are getting following error. I am also providing sample code.
    Can you please tell me how should I set my classpath so that the class file will gets included? I tried to set wrapper.classpath in jserv.properties but it gave same result. We also unsuccessfully tried to explicitly use <% import %/> tags to include the class file.
    Any help will be appreciated!
    Thanks,
    Shree
    Sample code :
    <HTML>
    <HEAD>
    <jsp:useBean id="extendRegion" class="ak_class" >
    <jsp:setProperty name="extendRegion" property="RegionCode" value="PA_ORM_EXTEN
    D" />
    </jsp:useBean>
    <% extendRegion.doAKQuery(); %>
    <TITLE><%= extendRegion.getRegionName() %></TITLE>
    Actual Error
    oracle.jsp.parse.JspParseException: Line #5,
    Error: Unable to find class for bean 'extendRegion' defined by tag with class: ak_class
    at java.lang.Throwable.(Compiled Code)
    at java.lang.Exception.(Compiled Code)
    at oracle.jsp.parse.JspParseException.(Compiled Code)
    at oracle.jsp.parse.OpenJspTagHandler.defineBeans(Compiled Code)
    at oracle.jsp.parse.OpenJspTagHandler.parseBody(Compiled Code)
    at oracle.jsp.parse.JspParseTag.parse(Compiled Code)
    at oracle.jsp.parse.OpenJspTagHandler.parse(Compiled Code)
    at oracle.jsp.parse.JspParseTag.parseNextTag(Compiled Code)
    at oracle.jsp.parse.JspParseTagFile.parse(Compiled Code)
    at oracle.jsp.parse.OracleJsp2Java.transform(Compiled Code)
    at oracle.jsp.app.JspAppLoader.translatePage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.reloadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.loadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.getPage(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)

    Please refer to the posting in "ojsp, apache, jserv, and beans".
    null

  • Oracle Team?? EJBean Problem on Oracle JVM

    Hi,
    I am using Jdeveloper3.1 and Oracle8.1.6 for my application. I could deploy and run the EJB on Oracle JVM without any problems. But when I am trying to connect to the Database it is giving me the null value instead of 'Y' or 'N'. The same EJbean I used as the USEBEAN in JSP and it is giving me correct results. I tried to debug and I found it is not getting the connection.I am giving the example I tried.
    1. EJB
    package EJBSample;
    import java.rmi.RemoteException;
    import javax.ejb.*;
    import java.sql.*;
    public class ValidateBean implements SessionBean {
    String UId;
    String PWd;
    Connection conn;
    Statement st;
    public ValidateBean() {
    public void setUId(String UId) throws RemoteException {
    this.UId=UId;
    public void setPWd(String PWd) throws RemoteException {
    this.PWd=PWd;
    public String getUId() throws RemoteException {
    return UId;
    public String getPWd() throws RemoteException {
    return PWd;
    public String validate() throws RemoteException {
    String flg = null,login = null,pass = null;
    try{
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); flg = "Before Conn..."; conn = DriverManager.getConnection("jdbc:oracle:thin:@pcgamingit4:1521:Everest","scott","tiger"); flg = "After Conn..."; st = conn.createStatement(); String str = "select * from CRM_WRK_LCTN where LOGINID='"+UId+"'"; ResultSet rs = st.executeQuery(str);
    while(rs.next()){
    login = (String) rs.getString("LOGINID");
    if(login.equals(UId)){
    pass = (String) rs.getString("PASSWORD");
    break;
    if( (UId.equals(login)) && (PWd.equals(pass)))
    flg="Y";
    else
    flg="N";
    st.close();
    conn.close();
    }catch(Exception e){ }
    return flg;
    public void ejbCreate() throws RemoteException, CreateException {
    public void ejbActivate() throws RemoteException {
    public void ejbPassivate() throws RemoteException {
    public void ejbRemove() throws RemoteException {
    public void setSessionContext(SessionContext ctx) throws RemoteException {
    2. Client:
    package EJBClient;
    import java.sql.*;
    import java.util.*;
    import javax.naming.*;
    import oracle.aurora.jndi.sess_iiop.*;
    public class ValidateClient {
    public static void main(String[] args) {
    String ejbUrl = "sess_iiop://localhost:2481:Everest/test/Validate";
    String username = "scott";
    String password = "tiger";
    // Setup the environment
    Hashtable environment = new Hashtable();
    // Tell JNDI to speak sess_iiop
    environment.put(javax.naming.Context.URL_PKG_PREFIXES, "oracle.aurora.jndi");
    // Tell sess_iiop who the user is
    environment.put(Context.SECURITY_PRINCIPAL, username);
    // Tell sess_iiop what the password is
    environment.put(Context.SECURITY_CREDENTIALS, password);
    // Tell sess_iiop to use credential authentication
    environment.put(Context.SECURITY_AUTHENTICATION, ServiceCtx.NON_SSL_LOGIN);
    // Lookup the URL
    EJBSample.ValidateHome homeInterface = null;
    try {
    System.out.println("Creating an initial context");
    Context ic = new InitialContext(environment);
    System.out.println("Looking for the EJB published as 'test/Validate'");
    homeInterface = (EJBSample.ValidateHome) ic.lookup(ejbUrl);
    catch (ActivationException e) {
    System.out.println("Unable to activate : " + e.getMessage());
    e.printStackTrace();
    System.exit(1);
    catch (CommunicationException e) {
    System.out.println("Unable to connect: " + ejbUrl);
    e.printStackTrace();
    System.exit(1);
    catch (NamingException e) {
    System.out.println("Exception occurred!");
    System.out.println("Cause: This may be an unknown URL, or some" +
    " classes required by the EJB are missing from your classpath.");
    System.out.println("Suggestion: Check the components of the URL," +
    " and make sure your project includes a library containing the" +
    " EJB .jar files generated by the deployment utility.");
    e.printStackTrace();
    System.exit(1);
    // That's it!
    try {
    System.out.println("Creating a new EJB instance");
    EJBSample.Validate remoteInterface = homeInterface.create();
    remoteInterface.setUId("mallik");
    remoteInterface.setPWd("malli");
    System.out.println("Calling EJBSample.Validate methods...\n");
    // Method calls go here!
    String str = remoteInterface.validate();
    // e.g.
    // System.out.println(remoteInterface.foo());
    System.out.println("...done!");
    System.out.println(str);
    catch (Exception e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    3. Result:
    EJBClient.ValidateClient
    Creating an initial context
    Looking for the EJB published as 'test/Validate'
    Creating a new EJB instance
    Calling EJBSample.Validate methods...
    ...done!
    Before Conn...
    Can you please tell me the problem. I have wasted 2 days on this.
    Mallik.
    null

    You're running this EJB in iAS, right?
    You have to grant JAVAUSERPRIV to the user running your EJBs so that it is allowed to open a JDBC Thin socket out of the JVM to the backend database.
    null

  • Why cannot I set Cookie on OAS?

    I'm using Jdeveloper3.0 and OAS4.0.8,and I make a Servlet to set cookie.The program runs perfectly in Jdeveloper,but failed on OAS.The codes are as below:
    Servlet1:
    Cookie cook=new Cookie("TestCookie","test");
    response.addCookie(cook);
    response.setContentType("text/html");
    Servlet2:
    Cookie[] cooks=request.getCookies();
    And cooks get null.However,if I use request.getHeader("Cookie"),I can get a String which contains "TestCookie=test".
    Would someone please help me?Thanks a lot.

    Sill question, but have you made sure that the path structure you are using matches the package structure for your application?
    Copying HelloWorld.class into "Folder" should not work unless the base directory is also set to "Folder". (I say this because you've indicated that the two HelloWorlds" are the same). Remember that the full name of your initial class is <package>.<className>. If this doesn't match your initclass setting then the VM will be unable to load your class.
    In general there is no particular reason why your initial class has to be at the root of the DMCC, although it is possible that the devive you are using to play out your AIT has some additional restrictions about what can be done.
    Roger

  • Doesn`t OAS4.0.8.1 support EJB??

    Hi,everybody
    Have anyone can help me? I deploy the EJB
    (SimpleEJB) to OAS4081 that use JDeveloper3.1
    and create a client program(SimpleEJBClient)
    . The error message(show below) always appear
    in the message windows while I run the client
    program. I have no any idea.Please help me.
    James

    Sorry,
    The error message is :
    java.lang.NoSuchMethodError
    SimpleEJB.HelloEJB SimpleEJB._stub_HelloEJBHome.create()
    void SimpleEJB.SimpleEJBClient.main(java.lang.String[])
    Exception in thread main
    null

  • OCI 8 Error: java.lang.UnsatisfiedLinkError : do_open

    Hi Folks,
    I am using Jdeveloper3.2 and have jdk1.3 running with it, and I have OCI8 driver being used database connectivity from java to oracle. I have all the path setting checked and everything seems to be fine. I have oracle 8i, But I get the error as follows....
    java.lang.UnsatisfiedLinkError: do_open
    at oracle.jdbc.oci8.OCIDBAccess.do_open(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:310)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    Any help on this problem is highly appreciated.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Kesav ():
    Hi Folks,
    I am using Jdeveloper3.2 and have jdk1.3 running with it, and I have OCI8 driver being used database connectivity from java to oracle. I have all the path setting checked and everything seems to be fine. I have oracle 8i, But I get the error as follows....
    java.lang.UnsatisfiedLinkError: do_open
    at oracle.jdbc.oci8.OCIDBAccess.do_open(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:310)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    Any help on this problem is highly appreciated.
    Thanks In Advance<HR></BLOCKQUOTE>
    Maybe you can check the version of your jdk and jdbc.
    I met the same problem in my project.If you use jdbc for jdk1.1.*,you have to download and set jdk1.1.* to be your default compiler.And you'd better download new jdbc package from technet.oracle.com,the unzip it ,set classpath to classes111.zip ,and set path to the directory of jdk1.1.*.
    I used jdk1.3 first,so it didn't work.
    null

  • Fail to Deploy EJB to JServer in JDeveloper3.0

    I had a trouble to deploy the EJBHotel example.
    My env is Oracle8i in NT with JDeveloper3.0.
    All IIOP & JDBC connection is fine. The user
    had JAVAUSERPRIV and even JAVASYSPRIV.
    The test under Published JServer Objects
    has Public Read, Write and Execute Permission.
    However I got the following message when I
    deploy from JDeveloper (both JDK1.2 and JDK1.1).
    Can someone give me direction to figure out
    what privilege it needed?
    Thank you very much.
    *** Executing deployment profile D:\Download\OneEJBHotelSample\oneEJBHotel\HotelSystem1.prf ***
    *** Generating archive file D:\Download\OneEJBHotelSample\oneEJBHotel\HotelSystem.jar ***
    Compiling the project...done
    Validating the profile...done
    Initializing deployment...done
    Scanning project files...done
    Generating classpath dependencies...done
    Generating archive entries table...done
    *** Archive generation completed ***
    *** Deploying the EJB to JServer ***
    EJB deployment argument list:
    "C:\Program Files\Oracle\JDeveloper 3.0\java\bin\javaw"
    "-DPATH=C:\Program Files\Oracle\JDeveloper 3.0\bin;C:\Program Files\Oracle\JDeveloper 3.0\java\bin"
    -classpath
    "C:\Program Files\Oracle\JDeveloper 3.0\java\lib\classes.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\jdeveloper.zip;D:\Download\Program Files\Oracle\JDeveloper 2.0\myclasses;C:\Program Files\Oracle\JDeveloper 3.0\java1.2\jre\lib\rt.jar;C:\Program Files\Oracle\JDeveloper 3.0\lib\jdev-rt.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\jbcl2.0.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\jgl3.1.0.jar;C:\Program Files\Oracle\JDeveloper 3.0\sqlj\lib\runtime.zip;C:\Program Files\Oracle\JDeveloper 3.0\jdbc\lib\oracle8.1.5\classes111.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\connectionmanager.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\dacf.zip;C:\Program Files\Oracle\JDeveloper 3.0\infobus\lib\infobus.jar;C:\Program Files\Oracle\JDeveloper 3.0\lib\LW_pfjbean.jar;C:\Program Files\Oracle\JDeveloper 3.0\lib\jbodatum.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\jbomt.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\jboremote.zip;C:\Program Files\Oracle\JDeveloper 3.0\lib\jndi.jar;C:\Program Files\Oracle\JDeveloper 3.0\lib\xmlparserv2.jar;C:\Program Files\Oracle\JDeveloper 3.0\lib\javax_ejb.zip;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\aurora_client.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbjorb.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbjapp.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbjtools.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbj30ssl.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\aurora_client.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbjorb.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbjapp.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbjtools.jar;C:\Program Files\Oracle\JDeveloper 3.0\aurora\lib\vbj30ssl.jar;C:\Program Files\Oracle\JDeveloper 3.0\jdbc\lib\oracle8.1.5\classes111.zip"
    oracle.aurora.ejb.deployment.GenerateEjb
    -u
    travel
    -p
    travel
    -s
    sess_iiop://localhost:2481:gspc
    -republish
    -keep
    -temp
    TEMP
    -descriptor
    "D:\Download\OneEJBHotelSample\oneEJBHotel\HotelSystem.dd"
    -generated
    "D:\Download\OneEJBHotelSample\oneEJBHotel\HotelSystemGen.jar"
    "D:\Download\OneEJBHotelSample\oneEJBHotel\HotelSystem.jar"
    AppAccelerator(tm) 1.1.8 for Java (JDK 1.1), x86 version.
    Copyright (c) 1997-1998 Borland International. All Rights Reserved.
    Copyright (c) 1997-1999 Oracle Corporation. All Rights Reserved.
    java.lang.UnsatisfiedLinkError: doPrivileged
    at org.omg.CORBA.ORB.getSystemProperty(Compiled Code)
    at
    at oracle.aurora.jndi.orb_dep.IRFinder.initialReferences(Compiled Code)
    at oracle.aurora.jndi.sess_iiop.SessionCtx.initialContext(Compiled Code)
    at oracle.aurora.jndi.sess_iiop.SessionCtx.<init>(Compiled Code)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.createSession(Compiled Code)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.login(Compiled Code)
    at oracle.aurora.server.tools.sess_iiop.ToolI mpl.initializeSession(Compiled Code)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.parseStdArgs(Compiled Code)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(Compiled Code)
    at oracle.aurora.ejb.deployment.GenerateEjb.main(Compiled Code)
    *** Errors occurred while deploying the EJB to JServer ***
    *** Deployment completed ***
    null

    I use jbuilder+seblogic 8.1 sp2 to deploy EJB, but
    some errors appear in console as follow:
    Usage: java weblogic.Deployer [options] [actions]
    [File(s)]
    where options include:
    -adminurl <<protocol>://<server>:<port>>
    rt>> Administration server URL:
    default iiop://localhost:7001
    iiop://localhost:7001
    -username <username> user name
    name
    -password <password> password for the user
    user
    -userconfigfile <userconfigfile> The user config
    nfig file contains the
    user security credentials; it
    curity credentials; it is administered
    by the weblogic.Admin tool
    he weblogic.Admin tool
    -userkeyfile <keyConfigFile> The users key file;
    ile; it is administered
    by the weblogic.Admin tool.
    e weblogic.Admin tool.
    -examples Displays example usage of this
    this tool.
    -name <application name> Defaults to the basename
    name of the deployment
    file or directory.
    file or directory.
    -targets <<target(s)>> A comma separated list of
    t of targets for the
    current operation. If not
    rent operation. If not specified, all
    configured targets are used.
    ured targets are used. For a new
    application, the default target
    on, the default target is the
    administration server.
    administration server.
    -deploy Make an application available
    able for service.
    -redeploy Replace a running application
    tion partially or
    entirely.
    entirely.
    entirely.
    -undeploy Take an application out of
    t of service.
    Unrecognized option or flag, -sourcerootforupload
    pls tell me the reason,and how to solve this
    problem,thanksThe message indicates that you haven't passed the correct arguments on command line. Look at this message "Unrecognized option or flag, -sourcerootforupload" in particular.
    I suppose you need to tinker around with JBuilder. Try searching for this problem on Weblogic forum. Someone might have faced this already.

Maybe you are looking for

  • RH7 - Viewing WebHelp in IE9 creates two vertical scroll bars

    An extra frameset appears to be in the main htm page (attached) that is generated by RoboHelp.  Here's the frameset: <frameset cols="100%,*" frameborder=no border=0>   <frame src="whnjs.htm">   <frame src="whskin_blank.htm" noresize> </frameset> When

  • Issue with Attribute - BUK

    Hi , Company code attribute is not picking when i tried to raise the shopping cart, saying that no values found. I have already assigned the Company code attribute(BUK) in the Org structure. Also i have assigned the Location in the extended attribute

  • Displaying Multiple Row Header for Matrix...

    Hi        Can you please tell me, whether we can display Multiple row headers for the Matrix object same as that in the Posting Period SAP Form... Please check the Link: http://img198.imageshack.us/img198/3491/postingperiodform.jpg.. Thanking you in

  • Legacy Serial Number MIA - SOL?

    I've been a PageMaker user since 1.0a (uh, that'd be 1987). Subsequent versions of PM came with a "lite" version of PhotoShop. PMx had PS2.0 LE. PM6 had PS 3.04 LE. PM6.5 had PS 5.0 LE. They were all I needed since I also had Corel Paint and Draw thr

  • Battery won't charge at all

    I downloaded Coconut Battery and it shows that my battery is 31 months old and has 609 cycles on it. That is a lot, I know and it is probably time for a new battery, this point I won't argue. However, it shows the current battery capacity is 2857 mAh