Problem in using J2EE server (deploy tool)

Hi All
I am in the starting phase of learning J2EE technology. I am facing some problem .
1. When I start the deployment tool by command "deploytool" , the console appears but it does not have menu "server".
2. I am not able to specify JNDI names as after selecting the application name, the Inspactor window does not have tabs "JNDI names"
Please help me out to solve these issues.
Thanks in advance
anu

After you create ?.ear.xml as previously mentioned, you can include it in your enterprise archive as follows:
cd app\build
mkdir META-INF
copy ?.ear.xml META-INF\sun-j2ee-ri.xml
jar -uf ?.ear META-INF\sun-j2ee-ri.xml
Then you should be able to deploy your application and run your client successfully.
You also might want to check out:
http://groups.msn.com/J2EETools/createdescriptors14.msnw
for the specific steps on how to create the ?.ear.xml that includes JNDI names.

Similar Messages

  • Problem to use J2EE Packages in Forte 3.0 CE IDE

    I've got problems in using J2EE Packages in Forte for Java CE 3.0.
    I can't use these Packages with the Forte IDE!
    Example: import javax.jms.*;
    The Error: Can't find javax.jms.* Package
    What can I do to use the J2EE Package in the J2EE.jar?

    I post it so often, with a little bit different titles, cause the chance anybody helps looks better. Many People gave me so much help - but in so many different ways. So I changed the title of my Problem!
    I thank you for your support and help
    Bye

  • Problem in starting J2EE server, Syntax error in DOS

    OS: Windows98
    j2sdkee1.3
    jsdk1.3
    Hi, guys:
    I try to run the example of J2ee Tutorial sample code but I find that that the setenv.bat in j2sdkee1.3\bin has sytax error in MS DOS in the following lines
    set JAAS_OPTIONS=XXX=YYY
    set SSL_OPTIONS=XXX=YYY
    set LISTEN_OPTIONS=XXX=YYY
    I don't understand why they have such a problem. Didn't they even try to run J2ee server on Windows ? Can't believe such irresponsible development is from SUN.
    Can anyone help ? Thanks

    Hi, Guys:
    I found the answer base on my research and other's topic answers, especially thank Laughton Jackson.
    #1) Change setenv.bat
    ***********OLD*****************
    set JAAS_OPTIONS=-Djava.security.auth.policy=%J2EE_HOME%\lib\security\jaas.policy
    set SSL_OPTIONS=-Djavax.net.ssl.trustStore=%J2EE_HOME%\lib\security\cacerts.jks
    set LISTEN_OPTIONS=-Dcom.sun.CORBA.connection.ORBListenSocket=SSL:0,SSL_MUTUALAUTH:0,PERSISTENT_SSL:1060
    set JAVACMD=%JAVA_HOME%\bin\java -Xmx128m %SSL_OPTIONS% %JAAS_OPTIONS%
    change the above to
    **************NEW*****************
    set JAAS_OPTIONS=-Djava.security.auth.policy
    set JAAS_OPTIONS1=%J2EE_HOME%\lib\security\jaas.policy
    set SSL_OPTIONS=-Djavax.net.ssl.trustStore
    set SSL_OPTIONS1=%J2EE_HOME%\lib\security\cacerts.jks
    set LISTEN_OPTIONS=-Dcom.sun.CORBA.connection.ORBListenSocket
    set LISTEN_OPTIONS1=SSL:0,SSL_MUTUALAUTH:0,PERSISTENT_SSL:1060
    set CLASSPATH=%CLASSPATH%;%CPATH%
    set JAVACMD=%JAVA_HOME%\bin\java -Xmx128m
    Notice that we break those lines of the format
    set XX=YY=ZZ and add set CLASSPATH=%CLASSPATH%;%CPATH%. Those env variables look very confusing at first. Actually they are nothing but tools that the original person who wrote this script uses to saving his typing !
    #2 Change j2ee.bat
    ************OLD********************
    %JAVACMD% %LISTEN_OPTIONS% -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl -Djms.home=%JMS_HOME% -Dcom.sun.jms.service.jdbc.dbpath=%JMS_DB_PATH% -Djms.properties=%J2EE_HOME%\config\jms_service.properties -Djava.security.policy==%J2EE_HOME%\lib\security\server.policy -Djava.security.auth.login.config=%J2EE_HOME%\lib\security\login.config -Dcom.sun.enterprise.home=%J2EE_HOME% -classpath %CPATH% com.sun.enterprise.server.J2EEServer %*
    Change the above to
    ************NEW********************
    %JAVACMD% %SSL_OPTIONS%=%SSL_OPTIONS1% %JAAS_OPTIONS%=%JAAS_OPTIONS1% %LISTEN_OPTIONS%=%LISTEN_OPTIONS1% -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl -Djms.home=%JMS_HOME% -Dcom.sun.jms.service.jdbc.dbpath=%JMS_DB_PATH% -Djms.properties=%J2EE_HOME%\config\jms_service.properties -Djava.security.policy==%J2EE_HOME%\lib\security\server.policy -Djava.security.auth.login.config=%J2EE_HOME%\lib\security\login.config -Dcom.sun.enterprise.home=%J2EE_HOME% com.sun.enterprise.server.J2EEServer %1 %2
    Notice that we changed "com.sun.enterprise.server.J2EEServer %*" to
    "com.sun.enterprise.server.J2EEServer %1 %2"
    Good luck
    Henry

  • Problem starting the j2ee server

    I am trying to run
    j2ee -verbose
    and I am getting the following error.
    I am running it on Windows 2000
    and my environment variables are set like this
    set JAVA_HOME=C:\jdk1.3.1_04
    set J2EE_HOME=C:\j2sdkee1.3.1
    set CLASSPATH=%J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib\locale;.;
    set PATH=%J2EE_HOME%\bin;C:\jdk1.3.1_04\bin;
    Did anyone encountered the same problem. Any ideas on how to solve it.
    J2EE server listen port: 1050
    Naming service started:1050
    Binding DataSource, name = jdbc/DB2, url = jdbc:cloudscape:rmi:CloudscapeDB;cre
    te=true
    Binding DataSource, name = jdbc/EstoreDB, url = jdbc:cloudscape:rmi:CloudscapeD
    ;create=true
    Binding DataSource, name = jdbc/DB1, url = jdbc:cloudscape:rmi:CloudscapeDB;cre
    te=true
    Binding DataSource, name = jdbc/InventoryDB, url = jdbc:cloudscape:rmi:Cloudsca
    eDB;create=true
    Binding DataSource, name = jdbc/Cloudscape, url = jdbc:cloudscape:rmi:Cloudscap
    DB;create=true
    Binding DataSource, name = jdbc/XACloudscape, url = jdbc/XACloudscape__xa
    Binding DataSource, name = jdbc/XACloudscape__xa, dataSource = COM.cloudscape.c
    re.RemoteXaDataSource@7ecd78
    Starting JMS service...
    Initialization complete - waiting for client requests
    Binding: < JMS Destination : jms/Topic , javax.jms.Topic >
    Binding: < JMS Destination : jms/Queue , javax.jms.Queue >
    Binding: < JMS Cnx Factory : jms/QueueConnectionFactory , Queue , No properties
    >
    Binding: < JMS Cnx Factory : QueueConnectionFactory , Queue , No properties >
    Binding: < JMS Cnx Factory : TopicConnectionFactory , Topic , No properties >
    Binding: < JMS Cnx Factory : jms/TopicConnectionFactory , Topic , No properties
    >
    Starting web service at port: 8000
    Starting secure web service at port: 7000
    J2EE SDK/1.3.1
    LifecycleException: null.open: java.net.BindException: Address in use: JVM_Bin
    d
    at org.apache.catalina.connector.http.HttpConnector.initialize(HttpConne
    ctor.java:1116)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:962)
    at com.sun.web.server.WebService.start(WebService.java:217)
    at com.sun.web.server.WebServer.start(WebServer.java:189)
    at com.sun.enterprise.server.J2EEServer.startWebService(J2EEServer.java:
    796)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:297)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: null.open
    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: null.open
    Error executing J2EE server ...

    Same problem here. Looked at the following file and made change: http.port=8001.
    C:\j2sdkee1.3.1\config\web.properties
    J2EE Server now starts. Thanks to sangineni.

  • Problem with starting J2EE server via MMC

    I'm getting J2EE server not started (jcontrol stopped immediatelly when it starts) with the following issues in the log/trace:
    [Thr 2372] Wed Apr 12 15:53:12 2006
    [Thr 2372] *** ERROR => invalid return code of process [bootstrap_ID8265050] (exitcode=-2) [jstartxx.c   1433]
    [Thr 2372] JControlExecuteBootstrap: error executing bootstrap node [bootstrap_ID8265050] (rc=-2)
    [Thr 2372] JControlCloseProgram: started (exitcode = -2)
    [Thr 2372] JControlCloseProgram: good bye... (exitcode=-2)
    and above
    [Thr 2372] Wed Apr 12 15:53:11 2006
    [Thr 2372] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID8265050]
    [Thr 2372] INFO: Invalid property value [JLaunchParameters/]
    [Thr 2372] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_11
    Pleae help.
    Thanks a lot

    Hi
    Thank you very much for your reply!
    But,
    I started SAPDB:J2E service, but I have the same outcome:
    [Thr 3964] Tue Apr 18 13:45:53 2006
    [Thr 3964] *** ERROR => invalid return code of process [bootstrap_ID8265050] (exitcode=-2) [jstartxx.c   1433]
    [Thr 3964] JControlExecuteBootstrap: error executing bootstrap node [bootstrap_ID8265050] (rc=-2)
    [Thr 3964] JControlCloseProgram: started (exitcode = -2)
    [Thr 3964] JControlCloseProgram: good bye... (exitcode=-2)
    I tried to start: SAPDB:  J2E (omststknl.exe)/SAPDB:  J2E (quick)+slow + SAPDB:  .M750018/SAPDB:  .M750018 (omststknl.exe)/SAPDB:  .M750018 (quick)+slow, but they coudn't be started - is this my problem?
    ==> log
    [Thr 3964] Tue Apr 18 13:45:52 2006
    [Thr 3964] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID8265050]
    [Thr 3964] INFO: Invalid property value [JLaunchParameters/]
    [Thr 3964] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_11
    JStartupIReadSection: read node properties [bootstrap_ID8265050]
    -> node name       : server0 bootstrap
    -> node type       : bootstrap
    -> java path       : C:\j2sdk1.4.2_11
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : 1.4.2_11-b06
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 1024M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster
    -> class path      : .\bootstrap\launcher.jar
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID008265050
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_FY06P1J
    -> arg[02] = -DSAPINFO=J2E_00_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap_ID8265050
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3892
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC00\work\jvm_bootstrap_ID8265050.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC00\work\std_bootstrap_ID8265050.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC00\work\dev_bootstrap_ID8265050
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_FY06P1J
    -> lib path = PATH=C:\j2sdk1.4.2_11\jre\bin\server;C:\j2sdk1.4.2_11\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;c:\program files\winzip;c:\data\notes;c:\program files\notes;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_11\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;c:\program files\winzip;c:\data\notes;c:\program files\notes;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adaptec Shared\System;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 3964] Tue Apr 18 13:45:53 2006
    [Thr 3964] *** ERROR => invalid return code of process [bootstrap_ID8265050] (exitcode=-2) [jstartxx.c   1433]
    [Thr 3964] JControlExecuteBootstrap: error executing bootstrap node [bootstrap_ID8265050] (rc=-2)
    [Thr 3964] JControlCloseProgram: started (exitcode = -2)
    [Thr 3964] JControlCloseProgram: good bye... (exitcode=-2)
    Please help

  • JNDI name tab not present in J2EE RI ,Deploy tool

    I have dowlaoded the J2EE server RI.i have created new applications using the deploytool, but was unable to find the JNDI name Tab as per the tutorials.
    Can any one help me in figuring out the problem.Let me know what might be wrong with the "deploytool".
    Thanks in advance
    Ravi

    Someone finally found this one (Farhan I think) - I hope you can find this link: its in this forum - just a few weeks old do a search on jndi on this forum if you don't find it.
    http://forum.java.sun.com/thread.jsp?forum=136&thread=321971&start=15&range=15&hilite=false&q=

  • Unable to create a clustered VM using Remote Server Administration Tools - Failover Cluster Manager

    Hi
    I am using two Hyper-V Server 2012 R2 and a single WS2012 Datacenter Edition with GUI Interface for management purpose.
    I have installed Failover Clustering feature on these two Hyper-V servers and remote server administration tools for Failover Clustering on WS2012 DC Edition with GUI.
    I have created cluster using powershell cmdlets on Hyper-V server because I was unable to create a cluster using RSAT-Failover Clustering (May be some privileges issues).
    The problem is " I am still not able to create a Hyper-VM using Failover Cluster Manager on WS2012 DC Edition server". It gives me an error "Invalid operation"
    Any Help regarding this issue will be very appreciated.
    Thanks in Advance.....
    Abhinav | MCTS-Server Virtualization

    Thanks Tim for your response but atleast I should be able to create and configure VMs for high availability. 
    I think this is not the issue which I am facing. It gives me an error "invalid class". There is something missing.
    Please check and let me know if it can be solved. Any help will be really appreciated.
    Thanks in advance.
    Abhinav | MCTS-Server Virtualization

  • 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

  • Problem while Starting J2EE Server

    When I am starting the J2ee Server , I am getting this error
    D:\>j2ee -verbose
    J2EE server listen port: 1050
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/IdentityHashtable
    at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.<clinit>(Util.java:87)
    at com.sun.corba.ee.internal.POA.POAImpl.activate(POAImpl.java:935)
    at com.sun.corba.ee.internal.POA.POAImpl.activate_object(POAImpl.java:895)
    at com.sun.corba.ee.internal.CosNaming.TransientNameService.initialize(TransientNameService.java:117)
    at com.sun.corba.ee.internal.CosNaming.TransientNameService.<init>(TransientNameService.java:70)
    at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMgr.java:103)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:226)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    D:\>
    D:\>set path
    Path=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;d:\clearcase\bin;D:\ANT\apache-ant-1.6.5\bin;D:\ANT\apache-ant-1.6.5\lib;D:\jdk1.5.0_06\bin;D:\gt4\bin;D:\Sun\jwsdp-2.0\apache-ant\bin;D:\j2sdkee1.3.1\bin;D:\Sun\jwsdp-2.0\jwsdp-shared\Bin
    D:\>set java_home
    JAVA_HOME=D:\jdk1.5.0_06
    D:\>set j2ee_home
    J2EE_HOME=D:\j2sdkee1.3.1
    D:\>set ant_home
    ANT_HOME=D:\ANT\apache-ant-1.6.5

    You might have to use older version of JDK supported for J2EE 1.3.
    According to the page http://java.sun.com/j2ee/sdk_1.3/ JavaE 1.4 or later releases of 1.3 will work.
    If you must use Java SE 5.0, try moving to a newer version of SDK, J2EE 1.4 or Java EE 5 available from http://java.sun.com/javaee

  • Problem installing the J2EE server on a 6.40 WebAS System

    On an AIX server I've installed Oracle 9.2, WebAS Central ABAP instance and
    now I'm trying to install the J2EE server.  When it gets to phase
    "Deployment of JDDI" I get the following error.  Does anyone have any
    ideas on how to resolve this.  Thanks!
    Apr 4, 2005 2:17:21 PM   Info:                    Starting deployment                                                                     
    Apr 4, 2005 2:17:21 PM   Info: Loading selected archives...            
    Apr 4, 2005 2:17:21 PM   Info: Loading archive '/dvd/igs/J2EE1/J2EE-ENG/JDD/SYNCLOG.SDA'                              
    Apr 4, 2005 2:17:21 PM   Info: Selected archives successfully loaded.  
    Apr 4, 2005 2:17:21 PM   Info: Error handling strategy: OnErrorStop    
    Apr 4, 2005 2:17:21 PM   Info: Update strategy: UpdateLowerVersions    
    Apr 4, 2005 2:17:21 PM   Info: Starting to execute deployment action (deploy) for "synclog".                                                
    Apr 4, 2005 2:17:24 PM   Info: Creating connections to database "DBW". 
    Apr 4, 2005 2:17:24 PM   Info: Creating vendor connection to database. 
    Apr 4, 2005 2:17:24 PM   Error: Creation of vendor connection failed.  
    Original error message is:                                             
    java.sql.SQLException: Io exception: Invalid number format for port number                                                                 
    Stack trace of original Exception or Error is:                         
    java.sql.SQLException: Io exception: Invalid number format for port number                                                                 
            at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)                                                                   
            at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)                                                                   
            at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)                                                                   
            at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3649)
            at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:353)  
            at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:368)                                                              
            at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:549)                          
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:349)                                                                   
            at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:149)                                           
            at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:472)                                                  
            at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)                                                     
            at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMVendorConnection(DBSCConnectionManager.java:214)                
            at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMConnections(DBSCConnectionManager.java:77)                      
            at com.sap.sdm.serverext.servertype.dbsc.ConnectionManagerDecorator.createSDMConnections(ConnectionManagerDecorator.java:73)                   
            at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.connect(DatabaseTargetSystem.java:140)                              
            at com.sap.sdm.serverext.servertype.dbsc.DBSCDeploymentActionProcessor.executeAction(DBSCDeploymentActionProcessor.java:115)                
            at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:58)                  
            at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:181)                                         
            at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:51)      
            at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:84)             
            at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:61)               
            at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:78)                         
            at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:88)                                           
            at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:74)                                                     
            at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:121)                         
            at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:90)                                           
            at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:162)                                                                   
            at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:54)                                  
            at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)                                      
            at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)                                        
            at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)                                  
            at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)                                  
            at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)                                     
            at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)                                     
            at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)                                      
            at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:52)                                  
            at com.sap.sdm.control.command.Command.exec(Command.java:42)   
            at SDM.main(SDM.java:21)                                                                               
    Apr 4, 2005 2:17:24 PM   Error: Execution of deployment action for "synclog" aborted: Db connect failed.                                                     
    Apr 4, 2005 2:17:25 PM   Error: Deployment NOT successful for synclog
    Apr 4, 2005 2:17:25 PM   Error: At least one of the Deployments failed
    Apr 4, 2005 2:17:25 PM   Info: Summarizing the deployment results:  
    Apr 4, 2005 2:17:25 PM   Error: Aborted: /dvd/igs/J2EE1/J2EE-ENG/JDD/SYNCLOG.SDA                             
    Apr 4, 2005 2:17:25 PM   Error: Processing error. Return code: 4

    Also, I should mention I'm running the 64bit capable SDK for version 1.4.2 for AIX.
    Thanks again!

  • Running j2ee or deploy tool in win2000

    I cannot for the life of me get j2ee server to start or deploytool to start. I have been using forte and j2se for a while and jumped into j2ee and I am lost. Any suggestions?

    Hi,
    Sorry I never replied to you. I actually got this working a while ago. Now I am having trouble with Sun ONE and cloudscape. I am somewhat new to programming. I worked at Cisco Systems as an SE, and I worked at Juniper Networks as an SE for the past couple of years so when it comes to routers, I am fine. Servers and software I am just learning.
    Thank you
    Steve

  • Problem in opening J2EE server..

    Dear all,
    When i write the address of my J2EE server in the internet browser and try to open it. The system gives an error saying that..<b>The following error occurred:
    [code=GATEWAY_TIMEOUT] A gateway timeout occurred. The server is unreachable. Retry the request.</b>
    Can anybody suggest me the error cause and fix..
    Thanks,
    Anup

    Hi Anup,
    Are you specifying correct port?
    Port should be 5<instance num>00.
    Also check whether your server is running properly or not.
    Regards,
    Bhavik

  • Problem redeploying war files with deployment tool

    I'm going thru the j2ee tutorial(downloaded Dec 03). I can't successfully redeploy war files. After making changes to a java file and then rebuilding using asant, using the deploytool I save changes and then redeploy. I always get the old version unless I completely remove the old web module and create a new one. I've seen this problem over and over in the forum but nobody has addressed it properly. Please help.

    To be more specific, I'm working on the bookstore example in the J2ee tutorial. If I just add a single web module(banner servlet) to the existing standalone war module bookstore1, The tools->update module tools->deploy works fine. If I add the rest of the modules(bookDetailsServlet,bookStoreServlet,etc). After making changes and rebuilding the .java files if I go to tools->update module the window displays nothing under the heading "the following entries have changes".
    Under the heading "the following entries were not found on disk" is a list of all the files under the war module bookstore1.war. I'm don't understand why it is not recognizing the changes. Any help would be appreciated.

  • Problem printing using Report server

    I have sucessfully installed Developer server
    version 6.0 on NT. I am trying to output my job to the network printer using Reoprt Queue Manager. Unfortunately, I am not unable to do that. The message says " JOB SUBMITTED TO THE REPSERVER", and it just hangs there. My repserver is running on NT as a service and I can get the report to diplay on my screen.
    Does anybody have any idea why it's not printing to the printer?
    I will really appreciate your help.
    dinesh

    Hi Dinesh,
    I don't know whether this will help you but I am using all my reports converted into *.pdf format so that I can take a print out where ever I want .
    null

  • Problem with using J2EE libraries with a team enviroment

    Hi all,
    I've created two portal web projects one as a shared library to share portal resources.
    I've followed the steps to create a J2EE shared library (for portlets for example) by modifying
    META-INF/MANIFEST.MF file with the variables added to it and exporting the WAR file to be imported into the
    second project (portal project).
    I can see the portlets in the available portlots from the portal project but I can't use them as I get the following
    error:
    No such portlet with URI (Portlet Name).
    Did I miss any steps to be able to use the portlets from the shared library into the portal project.
    Any Help?
    Many Thanks in advance.
    Mohamed

    Try the WLP forum:
    WebLogic Portal
    Also I would be more specific with your question showing the contents of the shared library with concrete names / URL's you are using, etc.

Maybe you are looking for