Using PuTTY to start OC4J -- X connection "gotcha"

Hi,
I came across this last night to my own surprise.
I use PuTTY to ssh into servers here, and to do the OBIEE installation in graphical mode I also installed Cygwin X window manager on my MS Windows laptop. I then went into PuTTY settings and enabled X11 packet forwarding to get the gui from linux appear in my Microsoft Windows. Once I installed OBIEE, I kept the PuTTY settings unchanged.
On the linux server, I issued the following command to start OC4J:
nohup ./oc4j -start > nohup_oc4j_start.out &
What I discovered was that as soon as I stopped Cygwin on my Windows laptop the OC4J process on the linux server died with the following message at the end of the log file:
"X connection to localhost:10.0 broken (explicit kill or server shutdown)."
I then tried to use PuTTY alone to ssh into the linux server and start OC4J without Cygwin running on my laptop, but the result was the same.
The solution was to disable X11 forwarding in PuTTY temporarily then ssh into the server and start OC4J. Then I could turn off my laptop and go home without affecting OC4J on the server.
Thought this info might be useful to someone.
-sb

Thanks sb.
I also noticed the same reaction when trying to start and OMB shell through Putty.
When executing $OWB_HOME/owb/bin/unix/OMBPlus.sh I got the "X connection to localhost broken" message.
I then did and "su - oracle" and tried the same thing and it worked. I initially thought it was user rights issue. Then I came across this thread and I setup another connection in Putty but with no "X11 forwarding" and all worked like magic.
Sometimes one finds the answers in the most unlikely places.

Similar Messages

  • How to use SQL filtercondition 'Start with' and 'connect by' in ADF's LOV?

    Hello every!
    I can not use 'Start with' and 'connect by' with parameter in creating ADF's LOV?
    How could I do with it?
    Alex

    assuming you are using adf 11g,
    You need to use View Criteria with the View Object attribute that has a LOV model.
    Follow this, to get some idea http://andrejusb.blogspot.com/2008/12/cascading-lovs-in-oracle-adf-11g-update.html
    hope this helps,

  • Using START WITH and CONNECT BY PRIOR in a report

    Hi - I am using Oracle 9i and reports 10g. Does anyone know of a reason why running my sql in TOAD will produce the correct results, but the report is dropping records? I am using start with and connect by prior to build a hierarchy of linked records. The report is dropping the "child records" and only returning records from the route level.
    Thanks you for your help.

    Hi user574499
    Could u pls share us ur Query...?
    Regards,
    Abdetu...

  • If you're trying use your hotspot and connected to wifi on your iphone, does the wifi stop working and start using your data instead of staying connected to the wifi?

    If you're trying use your hotspot and connected to wifi on your iphone, does the wifi stop working and start using your data instead of staying connected to the wifi?

    Spencer Simmonds wrote:
    Thanks for the quick response. What you have said makes sense but there is no rhyme or reason to he data used. I reset my cellular data counter to zero so both sent and received read zero. I was connected to wifi and let the phone to go into sleep mode. I waited about ten minutes and sent myself the same email four times, each with a 750 kb attachment. It was sent to my .me address so it was push mail on my phone. Sure enough I checked a minute later while bringing the phone out of sleep mode and checked the data. It showed just 10kb sent but 1mb received which just doesn't tally with the 4 x 750kb mails received. It just isn't making sense.
    He knows what you asked and has already answered it!
    I thought I had read where the iOS4 (or maybe just the iPhone 4) was supposed to be able to keep wifi connections alive while inactive. If the phone is sitting there on a charger with a wifi connection available, why use the 3G?

  • Windows 8 using Putty with a serial connection

    I am trying to connect to the network console ports using the serial functionality in Putty. I have configured Putty to use the COM1 port when using the serial connection. But each time I try using this serial connection, I receive an error saying "unable
    to open connection to COM1...Unable to open serial port."
    It worked just fine when using Putty and the serial port over the COM1 in Windows 7, but I no longer have that functionality in Windows 8. Is there a setting that needs to be changed or is Windows 8 not capable of using this feature now?

    how do I find out which program is using the port and how do I disconnect it?
    I don't know but I just found something that might help using  WMIC.
    portconnector
    Data presented corresponds to this
    https://msdn.microsoft.com/en-us/library/aa394358%28v=vs.85%29.aspx
    Unfortunately it appears that the Status field is not being used correctly.  Also, I don't know how accurate this will be because it is showing me I have a PS2Mouse on my Surface!   ; }
    Hmm... more usefully I think in the sidebar I noticed  Win32_SerialPort which led me to
    Path CIM_SerialController
    (e.g. in WMIC) which is showing me more believable information about some COM ports that are being implemented using Bluetooth.  
    Thanks for making me find this!   ; )
    So, for example, presumably you may be able to get some information about your  COM2  by entering
    wmic.exe  Path  CIM_SerialController  where (DeviceID="COM2")  Get  /Format:list
    Here's one where I don't even need a where clause.  (I did a  Get-WMIObject -List *serial*  to find this.)
    wmic.exe Path Win32_POTSModemToSerialPort Get /format:list
    As for getting a Reset done it appears that this may not be implemented by WMI.
    FYI

  • Started OC4J using "start_oc4j.bat"- Resource  /em not found on this server

    I have installed JDeveloper on Windows XP SP2.
    I also have Oracle 10g Express Edition (XE) database installed on my machine.
    I tried to start OC4J applications server by clicking the "start_oc4j.bat" found in <jdeveloper_home>--><jdev/bin>
    However it started with a waring message.
    Starting OC4J with command: "..\..\jdk\bin\java.exe" -XX:MaxPermSize=512m -jar o
    c4j.jar
    Oct 6, 2008 2:57:54 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    08/10/06 14:58:01 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotati
    ons.async.AsyncWebService cannot be found in the given classpath.
    08/10/06 14:58:01 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotati
    ons.async.AsyncWebService cannot be found in the given classpath.
    08/10/06 14:58:03 Don't know how to map non-serializable type: interface javax.m
    anagement.j2ee.statistics.Stats to Open MBean Type.
    08/10/06 14:58:04 WARNING: J2EE JNDI-00002
    08/10/06 14:58:04 WARNING: No javax.jms.ConnectionFactory found at null
    08/10/06 14:58:07 Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    When I try to invoke the homepage by "http://127.0.0.1:8888/em", I get the message "Resource /em not found on this server"
    I also do not find links in the JDeveloper in the "Tools-->Preferences--> Embedded OC4J Server Preferences.
    I do not have any proxies.
    Can anyone help in regards to this issue? I would greatly appreciate it

    Max,
    Thanks for ur intrest in replying to me.
    I am a newbie in this regards.
    I was reading some articles posted in ORACLE
    http://www.oracle.com/technology/obe/obe1013jdev/10131/deployment/deployment.htm
    It mentions that "Standalone OC4J that comes with JDeveloper also includes ENTERPRISE MANAGER"
    But u are mentioning that, the Jdeveloper doesnt include the Enterprise Manager.
    Kindly help me out.
    Thanks,
    Sai Krishna.

  • Error message when starting OC4J after deploying

    Hi, I hope someone can help me. I've been developing a J2EE project in JBuilder9 and OC4J 9.0.3. The problem occurs when starting OC4J after the application has been deployed. I'm using two MDBs and two Session Beans, one Stateless and the other one stateful. I'm using two topics with OJMS. I can access these topics from a standalone application, but when I try to lookup JNDI names from inside EJBs, I get a NamingException (name not found) Please I need some help
    OC4J error:
    D:\oc4j\j2ee\home>java -jar oc4j.jar
    Node started with id=678845146
    Error deploying file:/D:/oc4j/j2ee/home/applications/LogicaNegocio/LogicaNegocio
    .jar homes: Topic has empty subscription name
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Error when executing standalone application client using EJBs:
    javax.naming.NameNotFoundException: No resource named 'TopicConnecionFactories/TablaTopics' found in resource provider 'BeanProcesamientoMensajes'
    This error doesn't appear when looking up that topic with a standalone application w/o using EJBs
    Thanks in advance.

    make sure the datasource.xml in the config directory is right
    for example
         <data-source
              class="com.evermind.sql.OrionCMTDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="TopicConnecionFactories/TablaTopics"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="xx"
              password="xx"
              url="jdbc:oracle:thin:@172.16.113.2:1521:orcl"
              inactivity-timeout="90"
         />

  • Non Fatal error while starting oc4j

    We are using oc4j 1.0.2.2.1 and jdk version 1.2.2_007
    While starting oc4j, we get the following error
    A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in :
    'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
    Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
    Warning: Error reading transaction-log file (/D:/j2ee/home/persistence/transaction.state) for recovery: premature end of file
    Forced or abrubt (crash etc) server shutdown detected, starting recovery process...
    Recovery completed, 0 connections committed and 0 rolled back...
    Oracle9iAS (1.0.2.2.1) Containers for J2EE initialized
    How do we overcome this error.
    this dosent affect any other operations of the server. Moreover this error does not happen when we use
    jdk 1.3.X versions
    Regards
    Hari

    Hari -- This is a known JVM bug and it is harmless. You may either ignore it or move to the 1.3 JVM.
    Thanks -- Jeff

  • Exception while starting OC4J 10g

    When ever I start OC4J, I get the following exception thrown. Althopugh my container starts. Also when I try to connect using admin_client.jar for deploying any CMP EJB, it fails to connect.
    I am using JDK 1.4.2 even when I invoke with JDev 10g java executable I get the same error.
    Can some one please help me. I am desperately looking to get started with 10g
    D:\App Servers\oc4j\j2ee\home>D:\JavaTools\JDev10g\jdk\bin\java -jar oc4j.jar
    03/11/19 18:42:13 Auto-deploying ../../home/applications/admin_ejb.jar (New serv
    er version detected)... MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:3: p
    ackage oracle.dms.instrument does not exist
    import oracle.dms.instrument.*;
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:7: package javax.ejb does no
    t exist
    import javax.ejb.*;
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:10: cannot access javax.ejb.
    EJBHome
    file javax\ejb\EJBHome.class not found
    public class MBeanServerEjbHome_StatefulSessionHomeWrapper1 extends com.evermind
    .server.ejb.RemoteStatefulSessionEJBHome implements oracle.oc4j.admin.jmx.ejb.MB
    eanServerEjbHome
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:22: package javax.ejb does n
    ot exist
    public oracle.oc4j.admin.jmx.ejb.MBeanServerEjbRemote create(oracle.oc4j.admin.j
    mx.shared.Domain argument0) throws javax.ejb.CreateException, java.rmi.RemoteExc
    eption
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:150: cannot resolve symbol
    symbol : class SessionBean
    location: class MBeanServerEjbHome_StatefulSessionHomeWrapper1
    public SessionBean createInstance()
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:155: cannot resolve symbol
    symbol : class NounIntf
    location: class MBeanServerEjbHome_StatefulSessionHomeWrapper1
    protected static NounIntf create___124_noun = null;
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:156: cannot resolve symbol
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbHome_StatefulSessionHomeWrapper1
    protected static PhaseEventIntf create___124_wrapperPE = null;
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:157: cannot resolve symbol
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbHome_StatefulSessionHomeWrapper1
    protected static PhaseEventIntf create___124_clientPE = null;
    ^
    MBeanServerEjbHome_StatefulSessionHomeWrapper1.java:158: cannot resolve symbol
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbHome_StatefulSessionHomeWrapper1
    protected static PhaseEventIntf create___124__PostCreatePE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3: package oracle.dms.inst
    rument does not exist
    import oracle.dms.instrument.*;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:5: package javax.ejb does
    not exist
    import javax.ejb.*;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:11: cannot access javax.ej
    b.EJBObject
    file javax\ejb\EJBObject.class not found
    public class MBeanServerEjbRemote_StatefulSessionBeanWrapper0 extends com.evermi
    nd.server.ejb.RemoteStatefulSessionEJBObject implements oracle.oc4j.admin.jmx.ej
    b.MBeanServerEjbRemote
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:35: package javax.ejb does
    not exist
    public javax.ejb.SessionBean getObject()
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:47: package javax.manageme
    nt does not exist
    public java.lang.Object invoke(javax.management.ObjectName argument0, java.lang.
    String argument1, java.io.Serializable[] argument2, java.lang.String[] argument3
    ) throws javax.management.InstanceNotFoundException, javax.management.MBeanExcep
    tion, javax.management.ReflectionException, oracle.oc4j.admin.jmx.shared.excepti
    ons.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:47: package javax.manageme
    nt does not exist
    public java.lang.Object invoke(javax.management.ObjectName argument0, java.lang.
    String argument1, java.io.Serializable[] argument2, java.lang.String[] argument3
    ) throws javax.management.InstanceNotFoundException, javax.management.MBeanExcep
    tion, javax.management.ReflectionException, oracle.oc4j.admin.jmx.shared.excepti
    ons.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:47: package javax.manageme
    nt does not exist
    public java.lang.Object invoke(javax.management.ObjectName argument0, java.lang.
    String argument1, java.io.Serializable[] argument2, java.lang.String[] argument3
    ) throws javax.management.InstanceNotFoundException, javax.management.MBeanExcep
    tion, javax.management.ReflectionException, oracle.oc4j.admin.jmx.shared.excepti
    ons.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:47: package javax.manageme
    nt does not exist
    public java.lang.Object invoke(javax.management.ObjectName argument0, java.lang.
    String argument1, java.io.Serializable[] argument2, java.lang.String[] argument3
    ) throws javax.management.InstanceNotFoundException, javax.management.MBeanExcep
    tion, javax.management.ReflectionException, oracle.oc4j.admin.jmx.shared.excepti
    ons.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:500: package javax.managem
    ent does not exist
    public javax.management.AttributeList getAttributes(javax.management.ObjectName
    argument0, java.lang.String[] argument1) throws javax.management.InstanceNotFoun
    dException, javax.management.ReflectionException, oracle.oc4j.admin.jmx.shared.e
    xceptions.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:663: package javax.managem
    ent does not exist
    public void unregisterMBean(javax.management.ObjectName argument0) throws javax.
    management.InstanceNotFoundException, javax.management.MBeanRegistrationExceptio
    n, oracle.oc4j.admin.jmx.shared.exceptions.InternalException, java.rmi.RemoteExc
    eption
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:959: package javax.managem
    ent does not exist
    public void setAttribute(javax.management.ObjectName argument0, javax.management
    .Attribute argument1) throws javax.management.InstanceNotFoundException, javax.m
    anagement.AttributeNotFoundException, javax.management.InvalidAttributeValueExce
    ption, javax.management.MBeanException, javax.management.ReflectionException, or
    acle.oc4j.admin.jmx.shared.exceptions.InternalException, java.rmi.RemoteExceptio
    n
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:959: package javax.managem
    ent does not exist
    public void setAttribute(javax.management.ObjectName argument0, javax.management
    .Attribute argument1) throws javax.management.InstanceNotFoundException, javax.m
    anagement.AttributeNotFoundException, javax.management.InvalidAttributeValueExce
    ption, javax.management.MBeanException, javax.management.ReflectionException, or
    acle.oc4j.admin.jmx.shared.exceptions.InternalException, java.rmi.RemoteExceptio
    n
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:959: package javax.managem
    ent does not exist
    public void setAttribute(javax.management.ObjectName argument0, javax.management
    .Attribute argument1) throws javax.management.InstanceNotFoundException, javax.m
    anagement.AttributeNotFoundException, javax.management.InvalidAttributeValueExce
    ption, javax.management.MBeanException, javax.management.ReflectionException, or
    acle.oc4j.admin.jmx.shared.exceptions.InternalException, java.rmi.RemoteExceptio
    n
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:1323: package javax.manage
    ment does not exist
    public java.util.Set queryNames(javax.management.ObjectName argument0, javax.man
    agement.QueryExp argument1) throws oracle.oc4j.admin.jmx.shared.exceptions.Inter
    nalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:1597: package javax.manage
    ment does not exist
    public javax.management.ObjectInstance getObjectInstance(javax.management.Object
    Name argument0) throws javax.management.InstanceNotFoundException, oracle.oc4j.a
    dmin.jmx.shared.exceptions.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:2336: package javax.manage
    ment does not exist
    public void addNotificationListener(javax.management.ObjectName argument0, oracl
    e.oc4j.admin.jmx.shared.RemoteListenerId argument1, javax.management.Notificatio
    nFilter argument2, java.lang.Object argument3) throws javax.management.InstanceN
    otFoundException, oracle.oc4j.admin.jmx.shared.exceptions.InternalException, jav
    a.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:2636: package javax.manage
    ment does not exist
    public void removeNotificationListener(javax.management.ObjectName argument0, ja
    vax.management.ObjectName argument1) throws javax.management.InstanceNotFoundExc
    eption, javax.management.ListenerNotFoundException, oracle.oc4j.admin.jmx.shared
    .exceptions.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3268: package javax.manage
    ment does not exist
    public javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName argum
    ent0) throws javax.management.InstanceNotFoundException, javax.management.Intros
    pectionException, javax.management.ReflectionException, oracle.oc4j.admin.jmx.sh
    ared.exceptions.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3268: package javax.manage
    ment does not exist
    public javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName argum
    ent0) throws javax.management.InstanceNotFoundException, javax.management.Intros
    pectionException, javax.management.ReflectionException, oracle.oc4j.admin.jmx.sh
    ared.exceptions.InternalException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3756: cannot resolve symbo
    l
    symbol : class SessionBean
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    public SessionBean passivate() throws Exception
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3780: cannot resolve symbo
    l
    symbol : class EJBException
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    public void activate() throws EJBException, java.rmi.RemoteException
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3801: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf invoke___100_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3802: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf invoke___100_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3803: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf invoke___100_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3804: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getDefaultDomain___101_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3805: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getDefaultDomain___101_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3806: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getDefaultDomain___101_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3807: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf isRegistered___102_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3808: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf isRegistered___102_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3809: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf isRegistered___102_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3810: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getAttributes___103_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3811: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getAttributes___103_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3812: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getAttributes___103_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3813: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf unregisterMBean___104_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3814: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf unregisterMBean___104_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3815: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf unregisterMBean___104_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3816: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getEvents___105_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3817: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getEvents___105_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3818: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getEvents___105_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3819: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf setAttribute___106_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3820: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf setAttribute___106_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3821: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf setAttribute___106_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3822: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getAttribute___107_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3823: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getAttribute___107_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3824: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getAttribute___107_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3825: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf queryNames___108_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3826: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf queryNames___108_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3827: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf queryNames___108_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3828: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf test___109_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3829: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf test___109_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3830: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf test___109_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3831: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getObjectInstance___110_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3832: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getObjectInstance___110_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3833: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getObjectInstance___110_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3834: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf queryMBeans___111_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3835: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf queryMBeans___111_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3836: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf queryMBeans___111_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3837: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getMBeanCount___112_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3838: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getMBeanCount___112_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3839: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getMBeanCount___112_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3840: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf setAttributes___113_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3841: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf setAttributes___113_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3842: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf setAttributes___113_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3843: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getDomains___114_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3844: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getDomains___114_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3845: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getDomains___114_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3846: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf addNotificationListener___115_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3847: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf addNotificationListener___115_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3848: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf addNotificationListener___115_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3849: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf addNotificationListener___116_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3850: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf addNotificationListener___116_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3851: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf addNotificationListener___116_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3852: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf removeNotificationListener___117_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3853: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___117_wrapperPE = nul
    l;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3854: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___117_clientPE = null
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3855: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf removeNotificationListener___118_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3856: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___118_wrapperPE = nul
    l;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3857: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___118_clientPE = null
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3858: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf removeNotificationListener___119_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3859: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___119_wrapperPE = nul
    l;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3860: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___119_clientPE = null
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3861: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf removeNotificationListener___120_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3862: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___120_wrapperPE = nul
    l;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3863: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf removeNotificationListener___120_clientPE = null
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3864: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf getMBeanInfo___121_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3865: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getMBeanInfo___121_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3866: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf getMBeanInfo___121_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3867: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf isInstanceOf___122_noun = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3868: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf isInstanceOf___122_wrapperPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3869: cannot resolve symbo
    l
    symbol : class PhaseEventIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static PhaseEventIntf isInstanceOf___122_clientPE = null;
    ^
    MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:3870: cannot resolve symbo
    l
    symbol : class NounIntf
    location: class MBeanServerEjbRemote_StatefulSessionBeanWrapper0
    protected static NounIntf ping___123_noun = null;
    ^
    An exception has occurred in the compiler (1.4.1_02). Please file a bug at the J
    ava Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi) after chec
    king the Bug Parade for duplicates. Include your program and the following diagn
    ostic in your report. Thank you.
    java.lang.NullPointerException
    at com.sun.tools.javac.v8.comp.Check$Validator.visitSelect(Check.java:44
    3)
    at com.sun.tools.javac.v8.tree.Tree$Select.accept(Tree.java:1091)
    at com.sun.tools.javac.v8.comp.Check.validate(Check.java:415)
    at com.sun.tools.javac.v8.comp.Check.validate(Check.java:426)
    at com.sun.tools.javac.v8.comp.Attr.attribClassBody(Attr.java:1383)
    at com.sun.tools.javac.v8.comp.Attr.attribClass(Attr.java:1366)
    at com.sun.tools.javac.v8.comp.Attr.attribClass(Attr.java:1342)
    at com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:358)
    at com.sun.tools.javac.v8.Main.compile(Main.java:520)
    at com.sun.tools.javac.Main.compile(Main.java:36)
    at com.sun.tools.javac.Main.main(Main.java:27)
    Error compiling D:\App Servers\oc4j\j2ee\home\applications/admin_ejb.jar: Syntax
    error in source
    Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview initialized

    Got the issue resolved after lot of pain
    The problem is with config/application.xml file shipped with OC4J
    It doesn't have an entry to point to the required lib directories
    Adding the below two entries resolved the issue
    <library path="../lib" />
    <library path="../../../lib" />
    Hope you don't forget to include it in next revison

  • Error starting OC4J

    Hi, I'm getting the following error when I try to start OC4J. Can anyone tell me what the problem might be?
    2006-08-01 15:08:53.444 WARNING J2EE DS0083 Exception occurred getting the statistics from the Impli
    cit Connection Cache named 'Example Connection Pool_default'. Exception: 'java.lang.NoSuchMethodErro
    r: oracle.jdbc.pool.OracleConnectionCacheManager.getStatistics(Ljava/lang/String;)Ljava/util/Map;'

    Wendy,
    Judging from the error message, my guess is you are using OC4J 10.1.3
    (Sorry, couldn't find that detail in your post.)
    This means you are probably using "ojdbc14.jar" JDBC driver.
    Looking at the javadoc for class "OracleConnectionCacheManager", there definitely is no method "getStatistics()".
    Perhaps post the entire error message and stack trace you are getting, as well as the section of your code that is causing the error.
    Also, the following details may also help:
    * OC4J version you are using
    * JDK version you are using
    * Oracle database version you are using
    * platform you are on
    Good Luck,
    Avi.

  • Starting oc4j in the background

    Hello All,
    Our server is on a Solaris box. I had to shutdown the oc4j server once.
    Now when I start the server, it is locked to my session..meaning when I exit my session (I'm using putty), oc4j shuts down too.
    How do I work around this?
    Thanks!!

    You can nohup it.
    ie.
    nohup startBI.sh &

  • Deployment Issues using Java Web Start

    I am attempting to deploy a Java application that works in JDeveloper. The app has a Database connection to a MSSQL 2000 Server which is loaded into the active Project Libraries as Other JBDC. When I deploy the app using Java Web Start I receive the following error: com.microsoft.jdbc.sqlserver.SqlServerDriver.
    How to I need to configure my deployment so the JDBC works properly? Thanks in advance

    I got it to work with the following settings:
    1. edit ur ctbuild.xml file to have these settings:
    <include name="BC4J/lib/msbase.jar"/>
    <include name="BC4J/lib/mssqlserver.jar"/>
    <include name="BC4J/lib/msutil.jar"/>
    Then have the same jar files in localmt.jsp as
    <jar href="adfjars/BC4J/lib/msbase.jar" />
    <jar href="adfjars/BC4J/lib/mssqlserver.jar" />
    <jar href="adfjars/BC4J/lib/msutil.jar" />
    2. edit data-sources.xml file, if ur using external oc4j as
    <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="sqlserverDBDS"
    location="jdbc/SQLServerCoreDS"
    xa-location="jdbc/xa/SQLServerXADS"
    ejb-location="jdbc/SQLServerDS"
    connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
    username="scott"
    password="PwdForScott"
    url="xxxx"
    inactivity-timeout="30"
    />
    Thnks,
    Sainath

  • Access using Putty

                       Hi,
    I am having issues connecting to my cisco 2960 switch through putty. When I try to connect I get access denied. This is not a new switch and I have asked the networking group if any changes have been made.

    You tell us that this is not a new switch. But you do not tell us whether access using putty used to work or not. That would be a good place to start.
    You also have not told us whether you are attempting to connect using Telnet, SSHv1, SSHv2, or some combination. That would also be helpful information.
    When you attempt to connect do you get any prompt? Or is it just immediately a message about access denied?
    Can you give us the specific message that you get when you attempt to connect? That might provide some insight into the issue.
    HTH
    Rick

  • Error message when starting OC4J in JDeveloper 10.1.3.1

    Hello,
    I am new to Java Server Pages and OC4J. When I try to run a simple JSP page in JDeveloper 10.1.3.1, I get the following error message (edited):
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    ...\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
    [waiting for the server to complete its initialization...]
    Error parsing internal-settings.xml: server-extension-provider class 'oracle.j2ee.ws.server.mgmt.runtime.InterceptorContainerExtension' not found
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.j2ee.ws.server.codegen.ServerArtifactGenerator
         Depending class: com.evermind.server.ejb.compilation.Compilation
         Loader: oc4j:10.1.3
         Code-Source: ./j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar
    Diese Load wurde um system.root:0.0.0 mit der Methode Class.forName() eingeleitet.
    Die fehlende Klasse ist in keiner Code-Source oder keinem Loader in dem System verfügbar.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2068) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1679) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1635) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1620) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap:1.5.0_06]
         at java.lang.Class.forName0 (Native method) [unknown, by unknown]
         at java.lang.Class.forName (Class.java:242) [jre bootstrap, by jre.bootstrap:1.5.0_06]
         at com.evermind.server.ejb.compilation.Compilation.generateWebServiceRefs (Compilation.java:1541) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ejb.compilation.Compilation.compile (Compilation.java:189) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ejb.compilation.Compilation.doGenerateCode (Compilation.java:264) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ejb.EJBContainer.postInit (EJBContainer.java:898) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationStateRunning.initializeApplication (ApplicationStateRunning.java:217) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.Application.setConfig (Application.java:413) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.Application.setConfig (Application.java:314) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.initializeSystemApplication (ApplicationServer.java:1557) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.initializeAutoDeployedApplications (ApplicationServer.java:1544) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.java:974) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerLauncher.java:131) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap:1.5.0_06]
    Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Any idea, what's wrong with my configuration?
    Thanks,
    Wolfgang

    Tested JSP page in JDeveloper 10.1.3.1; JSP page does not generate an error.
    Reinstall JDeveloper.

  • Error while trying to start oc4j 11g in standalone mode

    I get this error while trying to start oc4j 11g (that comes with JDeveloper 11g Technical Preview 2 ) in standone mode. Any ideas ?
    Sep 17, 2007 6:29:21 PM com.sun.faces.spi.InjectionProviderFactory createInstance
    INFO: jsf.core.injection.provider_generic_web_configured
    Sep 17, 2007 6:29:23 PM org.apache.myfaces.trinidad.component.UIXComponentBase _createType
    SEVERE: Could not load type properties
    java.lang.NullPointerException
    at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1491)
    at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1681)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1642)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1627)
    at org.apache.myfaces.trinidad.component.UIXComponentBase._createType(UIXComponentBase.java:1393)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.<clinit>(UIXComponentBase.java:96)
    at oracle.adfinternal.view.faces.renderkit.rich.DialogRenderer.<init>(DialogRenderer.java:34)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1024)
    at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1096)
    at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:505)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:398)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1285)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:856)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:473)
    at com.evermind.server.Application.getHttpApplication(Application.java:753)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2039)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1958)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:289)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2747)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1255)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:129)
    at java.lang.Thread.run(Thread.java:595)
    07/09/17 18:29:26 Oracle Containers for J2EE 10g (11.1.1.0.0) initialized
    Thanks
    Ramesh

    Using the OTN2 tech preview build 4684 now available on OTN, I used the JDEVHOME/jdev/bin/start_oc4j script to startup the embedded server in standalone mode and cannot reproduce these errors.
    Can you try with build 4684 from OTN and see if the same issue still reproduces?
    If so, does it occur even before ever deploying any applications of your own to the instance?

Maybe you are looking for