[b]problem in starting j2EE RI server[/b]

I am getting this error when i try to start j2EE server. it is a J2EE RI installed with sunONE studio 4 update 1 edition.
Can someone tell me what is the problem ?
C:\Program Files\s1studio\ee\j2sdkee1.3.1\bin>j2ee -verbose
No local string for j2ee.listenPort
J2EE server listen port: 1050
No local string for j2ee.naming
Naming service started: 1050
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for idle_resource_threshold_error
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
No local string for binding.datasource
java.lang.ClassNotFoundException: com.pointbase.xa.xaDataSource
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at com.sun.enterprise.repository.JdbcXAResource.createDataSource(JdbcXAResource.java:65)
at com.sun.enterprise.resource.ResourceInstaller.installJdbcXADataSources(ResourceInstaller.java:458)
at com.sun.enterprise.resource.ResourceInstaller.installJdbcDataSources(ResourceInstaller.java:349)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:264)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
No local string for poolmgr.datasourceerror
Error in creating data source object
No local string for jms.start
Starting JMS service...
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for jms.start.failed
Couldn't start JMS service...
javax.jms.JMSException: Can't start JMSService
at com.sun.jms.service.JMSManagerImpl.startJMSService(JMSManagerImpl.java:86)
at com.sun.enterprise.jms.JmsUtil.startJmsService(JmsUtil.java:169)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:268)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
javax.jms.JMSException: Can't start JMSService
at com.sun.jms.service.JMSManagerImpl.startJMSService(JMSManagerImpl.java:86)
at com.sun.enterprise.jms.JmsUtil.startJmsService(JmsUtil.java:169)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:268)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
java.lang.RuntimeException: Can't start JMSService
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
J2EE server reported the following error: Can't start JMSService
Error executing J2EE server ...
java.lang.NoClassDefFoundError: com/pointbase/jdbc/jdbcDataSource
at com.sun.jms.service.JMSServiceImpl.stop(JMSServiceImpl.java:1329)
at com.sun.jms.service.JMSServiceImpl.stop(JMSServiceImpl.java:1308)
at com.sun.jms.service.JMSServiceImpl$1.run(JMSServiceImpl.java:102)

Depending on your OS, there are two possibilities:
PointBase:
the .lck file was not being deleted due to a permission error, and that led to a string of events that would cause the check point error. (e.g. a rollback would be attempted on every access to the db)
Adding "FilePermission delete" to the servlet block of the lib/security/server.policy file fixed the problem.
or
After installing the Sun ONE Studio 4 update 1 software, I'm receiving errors trying to use the J2EE RI server, the PointBase database, and/or the internal UDDI Registry. How do I fix this?
Applicable to release S1S4u1 EEfJ. Also applicable to releases: S1S7 EEfS (Solaris environment only)
If you are in a Solaris(TM) environment and plan to use the PointBase Server 4.2 Restricted Edition database, the J2EE(TM) Reference Implementation 1.3.1 server, the internal Java(TM) Web Services Developer Pack's (JWSDP) Tomcat 4.1 server, or the internal UDDI registry server packaged with the Sun(TM) ONE Studio, Enterprise Edition for Java(TM) software (IDE), be aware that you must have write access to the IDE directories used by these components. To ensure a writeable IDE installation, install a personal copy of the Sun ONE Studio, Enterprise Edition for Java software in your home directory and run the product from this location.
Please note that the default Solaris installation procedure causes the <s1studio-install-dir> tree to be owned by the root user. Therefore, a non-root user running the IDE will be denied write access resulting in errors when attempting to run any of these packaged servers.
To install a personal copy of the Sun ONE Studio 4, Enterprise Edition for Java, please use the following instructions.
If you have the Sun ONE Studio 4 update 1 CD, do the following:
1.Be sure you are logged on as 'yourself', not a root user.
2.Insert the CD. NOTE: If the Auto run feature is enabled, an installer wizard appears and asks for the root password. Close this wizard. Do not install this product as root user.
3.From the directory where you want the IDE installed, type /cdrom/s1studio/image/ffj_installers_ee/ffj_ee_solsparc_en.bin
4.Follow the install panels, using the Sun ONE Studio 4, Enterprise Edition for Java Getting Started Guide (found at http://forte.sun.com/ffj/documentation/s1s41/getstartedee41.pdf )for any additional information.
If you have downloaded Sun ONE Studio 7, Enterprise Edition for Solaris from the web site, do the following:
1. Go to this web site http://www.sun.com/software/sundev/jde/buy/index.html and read the section called "Before you Download" for additional pre-install information.
2. Scroll to the area entitled Enterprise Edition for Java and click on the Try & Buy Download link. This takes you to the Download Center Login page.
3. Enter your username and password to login, (you may need to register). Accept the license agreement. You will be presented with the download page.
4. Be sure you are logged on as 'yourself', not a root user.
5. Find the correct file for the Solaris platform, ffj_ee_solsparc_en.bin, (151.54MB), and click the link to begin the product download, saving the file into a download directory of your choice.
6. Once the download is complete, set the DISPLAY environment variable to display to your local system, for example: % setenv DISPLAY your-local-system:0.0
7. Set the execute permission on the ffj_ee_solsparc_en.bin file by typing: % chmod a+x ffj_ee_solsparc_en.bin
8. Execute the installer as a non-root user by typing (from the download directory): % ffj_ee_solsparc_en.bin
9. See the Sun ONE Studio 4, Enterprise Edition for Java Getting Started Guide (found at http://forte.sun.com/ffj/documentation/s1s41/getstartedee41.pdf ) for additional installation and configuration information.

Similar Messages

  • Problem in starting J2EE engine in Developer Workplace SR2 Preview

    Hi.
    Happy New Year all.
    I installed SAPNW2004s Developer Workplace SR2 Preview.
    Installation is successful and J2EE engine starts properly.
    I am getting problem in starting the J2EE server when I restart the system.
    Following is the trace i got.
    Any help in this regard would be great.
    Regards,
    Jani.
    Starting WebService thread
    SapSSLInit failed => https support disabled
    Webservice thread started, listening on port 50013
    Webservice named pipe thread started, listening on port
    .\pipe\sapcontrol_00
    SIRI\janaki is stopping R/3 System at 2007/01/01 13:36:22
    (3336) Parent Shutdown at 2007/01/01 13:36:22
    (3336) Cannot terminate child processes.
    SIRI\janaki is starting R/3 System at 2007/01/01 13:36:22
    SAP-R/3-Startup Program
    Starting at 2007/01/01 13:36:22
    Startup Profile: "E:\usr\sap\J2E\SYS\profile\START_JC00_siri"
    Starting Programs
    (4032) Execute: E:\usr\sap\J2E\SYS\exe\uc\NTI386\sapcpe.EXE pf=E:\usr\sap\J2E\SYS\profile\J2E_JC00_siri list:E:\usr\sap\J2E\SYS\exe\uc\NTI386/j2eeinst.lst
    (4044) Execute: E:\usr\sap\J2E\SYS\exe\uc\NTI386\sapcpe.EXE pf=E:\usr\sap\J2E\SYS\profile\J2E_JC00_siri list:E:\usr\sap\J2E\SYS\exe\uc\NTI386/igsexe.lst
    (4060) Execute: E:\usr\sap\J2E\SYS\exe\uc\NTI386\strdbsj2ee.cmd J2E j2ee
    (1772) CreateProcess: E:\usr\sap\J2E\JC00\exe\jcontrol.EXE pf=E:\usr\sap\J2E\SYS\profile\J2E_JC00_siri

    Hi Siddhesh.
    Also I got the following exception in jvm_bootstrap file.
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0052253].
    Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://siri/J2E [Restart required].
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:188)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occurred while performing synchronization.
    Waiting for your reply.
    Thank you in advance.
    Regards,
    Jani.

  • Problems while starting the Managed Server through Node Manager..

    When I was trying to start a Managed Server using the Nodemanager , I am getting the following error :
    NodeManager not configured to receive commands from host : emis-develop
    I have the "nodemanager.hosts" file under the directory "c:\bea\wlserver6.1\config" and even while invoking the script for the startnodemanager , I am indicating this in the script ! Any ideas for this problem ??

    The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.> You may configure custom Identity and Trust in weblogic. It is not recommended to use Demo Trsut and Demo Identity for environments higher to Dev. -
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13707/identity_trust.htm#i1202182
    Regards,
    Anuj

  • Problem in starting my weblogic server to get my obiee working

    Hello All,
    Please help me
    1. I have oracle 11g installed as sysdba
    2. I have OBIEE 11g Installed
    3.i could login to my database through sqlplus with userid sys as sysdba/password .my data base status is active
    Now problem is :
    1. i am unable to start my weblogic server (it is saying force shutting down)
    2. i am unable to get my OBIEE login home page with the given url
    3. how to get my admin server up and running
    Thanks in advance
    Aparna

    Hi,
    You need to edit boot.properties file in above locations.Use username and password which you used while installing.
    (OBIEE Installation Drive)\user_projects\domains\bifoundation_domain\servers\AdminServer\security
    and
    (OBIEE Installation Drive)\Bi\user_projects\domains\bifoundation_domain\servers\bi_server1\security
    and let me know if you still facing the same issue.
    Hope it Help's You.
    Thanks,
    Nagaraju
    Edited by: 991370 on Mar 4, 2013 5:14 AM

  • OSB: problem when starting a managed server in an OSB cluster

    Hi,
    I used the configuration wizard to setup a very simple domain, containing a cluster with a managed server. When I start the managed server from the console I get prompted for the boot user and password. I specify the values I defined during the installation (weblogic user and custom passwort). After some time the managed server exists with the following exception:
    ####<21.04.2010 19.25 Uhr CEST> <Critical> <WebLogicServer> <DEMUC10525> <ManagedServer1> <main> <<WLS Kernel>> <> <> <1271870735741> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    What is its problem and how do I fix it? I have not configured anything special in the domain - just the cluster, a single machine and the managed server and admin server targeted at this machine.
    The admin server starts without these problems. I also tried copying the boot.properties from the admin server to the managed server without any success - the same problem.
    Regards
    Dimo
    Edited by: dimo velev on 21.04.2010 11:24

    Hi Anuj,
    it turned out to be an OSB related problem - WLS forum would not have been able to help.
    The startManagedWebLogic script should be run only within an environment which has been correctly setup using the domain setDomainEnv script. This seems to add some classpaths and stuff like this which, if missing, produces the exception - it actually has absolutely nothing to do with the user and password being wrong.
    If you are using a node manager to start the managed servers then it should also be run within an evironment correctly setup with the domain's setDomainEnv script.
    Best regards
    Dimo

  • Problem in starting SAP liveCache server

    Hi,
    I am getting the following error message when i tried to start SAP liveCache server with LC10.
    "Restart of liveCache LC3 on saplc3cache terminated; reason: User LC3RFC has lock"
    Message no. LVC072
    Does anyone has idea! abt the error? why it comes and how it can be solved?
    Thanks,
    Venkat

    Hi Christiane,
    The startup procedure is not even reaching the lcinit script. There are absolutly no logs in knldiag and lcinit.log files. After little bit debugging I found the problem. But don't know how to solve it.
    The problem occured when I was doing disrptive testing for the liveCache server.
    When I kill ("KILL  -9 PID") the liveCache server processes (<b>master first and then child</b>) there are some IPC resources hanging over there. These IPC resources (shared memory segments) holds some locks and are preventing the liveCache server to startup.
    The problem is not happening when I kill child first and then master process (all the IPCs are getting removed in this case).
    I am wondering whether SAP has any tool to remove these IPC resources for liveCache server uniquely for perticular liveCache server (something similar to cleanipc for SAP systems).
    I can't write a script to remove all the IPC resources based on the user name ('sdb') which same for liveCache server and MaxDB. (Imagine a case where MaxDB(APO DB) and liveCache server are running together). Any other solutions?
    Any answers/suggestions are most welcome.
    Thanks,
    Venkat

  • Problem while starting Sample POrtal Server

    Hi,
    I have installed Web Logic Platform 8.1 from the bea site. When I try to run the
    Example portal server, it throws following error:
    <23-Jul-2003 12:52:25 o'clock BST> <Error> <JDBC> <BEA-001150> <Connection Pool
    "cgPool" deployment failed with the following error: 0:Could not create pool connection.
    The DBMS driver exception was: SQL-server rejected establishment of SQL-connection.
    Pointbase Server may not be running on localhost at port 9093..> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "p13n_dataSyncDataSource"
    deployment failed with the following error: DataSource(p13n.dataSyncDataSource)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "p13n_sequencerDataSource"
    deployment failed with the following error: DataSource(p13n.sequencerDataSource)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "p13n_trackingDataSource"
    deployment failed with the following error: DataSource(p13n.trackingDataSource)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "ebusinessPool"
    deployment failed with the following error: DataSource(weblogic.jdbc.jts.ebusinessPool)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "cgDataSource"
    deployment failed with the following error: DataSource(cgDataSource) can't be
    created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003 12:52:25
    o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "contentDataSource" deployment
    failed with the following error: DataSource(contentDataSource) can't be created
    with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003 12:52:25
    o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "commercePool" deployment
    failed with the following error: DataSource(weblogic.jdbc.jts.commercePool) can't
    be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "portalFrameworkPool"
    deployment failed with the following error: DataSource(portalFrameworkPool) can't
    be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Alert> <JMS> <BEA-040052> <JMSServer "cgJMSServer" store
    failed to open java.io.IOException: JMS JDBC store, connection pool = <cgPool>,
    prefix = <weblogic>: connection pool does not exist. java.io.IOException: JMS
    JDBC store, connection pool = <cgPool>, prefix = <weblogic>: connection pool does
    not exist at weblogic.jms.store.JDBCIOStream.throwIOException(JDBCIOStream.java:359)
    Does any body know the cause of the problem.
    Please help?
    Thanks Aydan

    If you haven't solved this yet, it looks as if your DB server is not
    running, hence any elements that rely on a db server, such as connection
    pools and elements that use those pools such as datasources are not
    going to start correctly.
    It seems that properties are not properly assigned in the
    startPointBase.cmd script on Windows NT (haven't verified behaviour on
    2000 although I know it works out of the box on Solaris). I'd suggest
    starting the pointbase server manually with the correct pointbase.ini
    file and then starting WLS/WLP afterwards.
    Aydan wrote:
    Hi,
    I have installed Web Logic Platform 8.1 from the bea site. When I try to run the
    Example portal server, it throws following error:
    <23-Jul-2003 12:52:25 o'clock BST> <Error> <JDBC> <BEA-001150> <Connection Pool
    "cgPool" deployment failed with the following error: 0:Could not create pool connection.
    The DBMS driver exception was: SQL-server rejected establishment of SQL-connection.
    Pointbase Server may not be running on localhost at port 9093..> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "p13n_dataSyncDataSource"
    deployment failed with the following error: DataSource(p13n.dataSyncDataSource)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "p13n_sequencerDataSource"
    deployment failed with the following error: DataSource(p13n.sequencerDataSource)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "p13n_trackingDataSource"
    deployment failed with the following error: DataSource(p13n.trackingDataSource)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "ebusinessPool"
    deployment failed with the following error: DataSource(weblogic.jdbc.jts.ebusinessPool)
    can't be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "cgDataSource"
    deployment failed with the following error: DataSource(cgDataSource) can't be
    created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003 12:52:25
    o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "contentDataSource" deployment
    failed with the following error: DataSource(contentDataSource) can't be created
    with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003 12:52:25
    o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "commercePool" deployment
    failed with the following error: DataSource(weblogic.jdbc.jts.commercePool) can't
    be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Error> <JDBC> <BEA-001151> <Data Source "portalFrameworkPool"
    deployment failed with the following error: DataSource(portalFrameworkPool) can't
    be created with non-existent Pool (connection or multi) (cgPool).> <23-Jul-2003
    12:52:25 o'clock BST> <Alert> <JMS> <BEA-040052> <JMSServer "cgJMSServer" store
    failed to open java.io.IOException: JMS JDBC store, connection pool = <cgPool>,
    prefix = <weblogic>: connection pool does not exist. java.io.IOException: JMS
    JDBC store, connection pool = <cgPool>, prefix = <weblogic>: connection pool does
    not exist at weblogic.jms.store.JDBCIOStream.throwIOException(JDBCIOStream.java:359)
    Does any body know the cause of the problem.
    Please help?
    Thanks Aydan

  • Problem of Starting Sun Application Server

    Hi,
    I just downloaded
    j2eesdk-1_4_02_2005Q2-windows.exe
    to my windows machine and insatlled it.
    When I started the verifying of Server by going to "Start menu, choose Programs -> Sun Microsystems -> Application Server PE-> Start Default Server", I did get the message as follows:
    "Domain domain1 is ready to receive client requests. Additional services are being started in the background.....Press any key to continue"
    But when I ran "http://localhost:8080", I got an error page with something like "can't find the web site".
    I even tried to use "http://my real IP address here:8080", and I got the same error.
    When I went to "Programs -> Sun Microsystems -> Application Server PE-> Stop Default Server", I got the message like:
    "The domain <domain1> isn't running.
    CLI157 COuld not stop the domain domain1."
    Could anyone tell me what might be the problem? Do I need to set up something somewhere else?
    Thanks a lot

    What does you server.log file say? I should be in you app server directory /domains/domain1/log. Try to clear it out and start the app server fresh.
    Mike

  • Problem  while starting j2sdkee1_3_01-win  server

    I have installed j2sdkee-1_3_01-win .
    I have set all the path and class paths which are required.
    compilation of a small servlet program was successful.But when I
    Execute the command D:\start j2ee -verbose it is giving a error like
    D:\Program is not recognised as internal or external command,operable programm or batch file

    Hi
    Go to your soa domain root folder/bin and open setSOADomainEnv.cmd file in any text editor. Search for -Xmx1024m and replace that with -Xmx512m. I would prefer copy this entire line and comment one old line and edit the new line with this new value of 512m. So that you know what you changed later on. I do something like this on my side
    REM JEGGA changed -Xmx1024m to -Xmx512m
    set DEFAULT_MEM_ARGS=-Xms512m -Xmx512m
    REM set DEFAULT_MEM_ARGS=-Xms512m -Xmx1024m
    Now you should be able to start the domain. Still 2GB is kind of low memory to start SOA Domain with AdminServer and managed server. One other option you have is while Creating SOA Domain, do NOT use all the defaults, instead check the boxes like to changed managed servers etc. And remove the soa managed server during this process and remove the cluster. Just have only one Admin Server and all the SOA Modules deployed to this AdminServer only. In this way, you will have SOA Domain with only one AdminServer and you can start this admin server alone. You can deploy any SOA Application on this domain and it should work fine.
    Refer this thread for creating single server soa domain:
    Re: Combining two WLS domains
    Thanks
    Ravi Jegga

  • Facing Problem in Starting Weblogic Managed Server

    Hi,
    While starting a managed server through Weblogic Console it is giving "nodemanager is not running" related error. I am not sure what is happening here. It was working fine earlier.
    Thanks
    Pawan

    Hi,
    Please check wheather node manager is running inside the server. Please check the nodemanager listen port in nodemanager.properties file and issue below command from your server.
    netstat -a |grep "port"
    Regards,
    Kishore

  • Problem in starting OIM managed server

    Hello,
    After configuring the Managed server in a cluster, when we try to start the server it is starting in ADMIN mode.
    The SOA Managed server was started successfully.
    23:41:38 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] - Nexaweb Server initialized successfully.
    <Sep 20, 2011 11:41:40 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Sep 20, 2011 11:41:40 PM IST> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Sep 20, 2011 11:41:40 PM IST> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of oim_cluster.>
    <Sep 20, 2011 11:42:10 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.10.243:7003 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 20, 2011 11:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000332> <Started WebLogic Managed Server "WLS_OIM1" for domain "IDM_Domain" running in Development Mode>
    <Sep 20, 2011 11:42:13 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 20, 2011 11:42:13 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in ADMIN mode>
    Please let us know how to make the server run in RUNNING mode.
    Thanks.

    Have you done any changes in Weblogic Admin Console ?
    Login into Weblogic Console and see what it shows for "Undo All Changes" and "Activate Changes" button.
    If "Activate Changes" in enabled then click on that and try to restart.

  • UCM 11g : problem in starting the UCM server

    Hi All,
    I have started the Managed service for UCm server.
    when i am hitting the url : http://<IP>:16200/cs
    it is giving me error "Server is unavailable".
    and in it's deatils following error is shown:
    javax.servlet.ServletException: Could not start up IDC server deployment. at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1245) at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542) at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455) at idcservlet.IdcFilter.initContentServer(IdcFilter.java:120) at idcservlet.IdcFilter.init(IdcFilter.java:112) at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98) at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1867) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409) at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184) at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361) at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51) at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200) at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30) at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240) at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169) at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123) at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180) at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96) at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) Caused by: java.io.IOException: UCM Server failed to initialize inside its servlet environment. at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:138) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87) at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305) at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278) at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1234) ... 41 more Caused by: intradoc.common.ServiceException: !csProviderUnableToStartSystem,SystemServerSocket at intradoc.server.IdcSystemLoader.prepareStartMonitorProviders(IdcSystemLoader.java:2553) at intradoc.server.IdcManagerBase.startProviders(IdcManagerBase.java:103) at intradoc.server.IdcManagerBase.serviceStart(IdcManagerBase.java:368) at intradoc.server.IdcServerManager.serviceStart(IdcServerManager.java:229) at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:620) at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:451) at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102) ... 49 more Caused by: intradoc.data.DataException: !csCouldNotListenOnPort,4444 at intradoc.provider.SocketIncomingProvider.startProvider(SocketIncomingProvider.java:254) at intradoc.provider.Provider.startProvider(Provider.java:86) at intradoc.provider.Provider.startProvider(Provider.java:79) at intradoc.server.IdcSystemLoader.prepareStartMonitorProviders(IdcSystemLoader.java:2523) ... 55 more Caused by: java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365) at java.net.ServerSocket.bind(ServerSocket.java:319) at intradoc.provider.SocketIncomingProvider.createServerSocket(SocketIncomingProvider.java:541) at intradoc.provider.SocketIncomingProvider.startProvider(SocketIncomingProvider.java:233) ... 58 more
    To restart the UCM server, the containing managed server process needs to be restarted.
    Please do let me know what could be the possible cause for this error and how to get over it.
    Thanks ,
    Nupur

    Yeah that's what i was also wondering , how it is giving error saying Address is already in use.
    because on that system there is only one IDC server is working & it's port is also not assigned to any other instance and only one domain is working.
    but when i disabled customized components it stopped giving that error.
    or reason for that error may be due to improper shut down of UCM server???
    Regards,
    Nupur

  • Problem in starting the web-server after configuring .so on AIX

    I am trying to configure a .so file in iplanet fasttrack web server 4.1 on AIX 4.3. I have build the .so file on IBM AIX 4.3. But while starting the web-server it failed to start.It fails when I include the following in obj.conf "Init fn="test-init" config="ConfigFile". While starting web-server I got the following :
    server terminated (signal 11): watchdog is restarting it
    failure: server initialization failed
    Any pointers on this would be helpful.

    I got similar errors in the past when the web server process was running in the background. Sometimes shutting down WAS does not work.
    Before you start WAS ensure that no java process is running or better try rebooting.

  • Problem whle starting the SOA server.

    Hi,
    I have Installed Oracle SOA suite in a server. I have created a domain and with in that domain, there is Admin server, Soa server and BAM server. They were working fine. But when I tried to re-start them recently , the Admin server was showing the warning
    <Mar 3, 2010 10:42:58 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": ORA-28001: the password has expired>
    but still I am able to access teh web logic console of the admin server.
    When I try to start the SOA server it gives the message
    Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired
    The same is the case with the BAM server also . The console of BAM server is showing the message
    Internal Exception: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired.
    I have used SYSTEM user credentials while installaing the SOA-SUITE. I have changed and re-set the password for that user. But That did not help.
    can any one please let me know how this issue can be resolved. Please contact me if any more info is needed.
    Thanks in advance for your time,
    Raj Kumar

    Hi Raj,
    Have you created any connection pool with name "mds-SpacesDS"?
    ORA-28001: the password has expiredAbove error shows that account of username, used in the DataSource of connection pool "mds-SpacesDS", has expired and password should be changed. After changing the pasword of DB user, mention the same in your Data-Source as well. Update the DBAdapter to refresh the connection pool.
    Regards,
    Anuj

  • Problem in starting J2EE server

    when i type j2ee at the command promt to start the j2ee server,i get an "Exception in thread Main" and the server does not start.When i checked the System.err file, it had:
    java.lang.NoSuchMethodError
         at com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImpl.java:1256)
         at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(ShutdownUtilDelegate.java:223)
         at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(ShutdownUtilDelegate.java:178)
         at javax.rmi.CORBA.Util.writeAny(Util.java:80)
    Can anyone tell me where the problem is and how to solve it.I have already set the environment varaible J2EE_HOME to my j2sdkee path...

    Make sure you have J2SDK1.4 installed

Maybe you are looking for

  • How can I make my whole site in fullscreen (API) mode, not just the opening page?

    I'm building a site that consists only of static pages, no scrolling, and I want the whole site to be in fullscreen mode. I know it's not good manners on the internet to have a whole site in this mode but it's a site with art and music and I really h

  • Portal's business package activation for OAOM - EAM innovation.

    Dear experts. Iu2019m looking forward to use the Optimized Asset Operations and Maintenance. Itu2019s an EAM 2010 innovation. Iu2019ve been told that it is basically some portalu2019s business package activation and I could have the user interface si

  • Regular expressions: serious design flaw?

    I wondered why sometimes, the replaceAll() method works in my code and sometimes it throws a java.util.regex.PatternSyntaxException. I wrote a little test case to show the problem private void regularExpressionTest() {         String escapers = "\\([

  • ABAP Editor

    hello experts, i m working in ecc 6.0 i have new front end abap editor .. in that suppose i have + form xyz |   - |    some code +end form i want to collapse and decollapse that <b>+</b> sign by any short cut.. ctrl + / or something like that so can

  • I bought ilife 11 but cant update it. Is there any e-mail address which can i get help about ilife 11

    i bought ilife 11 but cant update it. Is there any e-mail address which can i get help about ilife 11? i bought it from Turkey website. apple.com.tr and i paid the price bu i cant update it and there are nothing i can do? i called the turkey's apple