cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro deploy error

TMNielsen
Contributor
0 Kudos

Hello all

I have created my first webdynpro application: WelcomeApplication created from a tutorial.

I read all the postings bout deploy errors, but still no solution.

I run SAP Netweaver Developer Studio version 2.0.4 on windows XP client PC.

The backend is SAP NetWeaver 04 Testdrive SR1 on Fedora core 2 linux.

The J2EE Engine view show green ligth for dispatcher, SDM and server0.

I can deploy and run all the J2EE Engine Examples from http://mylinuxhost:50000 - no problems at all.

When I do "Deploy new archive and run" every thing seems ok for about 10 or 20 sec. then the deployment is aborted.

Error log:

Apr 6, 2005 12:22:17 PM Info: Starting deployment

Apr 6, 2005 12:22:17 PM Info: Loading selected archives...

Apr 6, 2005 12:22:17 PM Info: Loading archive '/usr/sap/NW4/DVEBMGS00/SDM/program/temp/temp16495welcome.ear'

Apr 6, 2005 12:22:17 PM Info: Selected archives successfully loaded.

Apr 6, 2005 12:22:17 PM Info: Actions per selected component:

Apr 6, 2005 12:22:17 PM Info: Initial deployment: Selected development component 'welcome'/'local'/'LOKAL'/'0.2005.04.06.12.22.09' will be deployed.

Apr 6, 2005 12:22:18 PM Info: Saved current Engine state.

Apr 6, 2005 12:22:18 PM Info: Error handling strategy: OnErrorStop

Apr 6, 2005 12:22:18 PM Info: Update strategy: UpdateAllVersions

Apr 6, 2005 12:22:18 PM Info: Starting: Initial deployment: Selected development component 'welcome'/'local'/'LOKAL'/'0.2005.04.06.12.22.09' will be deployed.

Apr 6, 2005 12:22:18 PM Info: SDA to be deployed: /usr/sap/NW4/DVEBMGS00/SDM/root/origin/local/welcome/LOKAL/0.2005.04.06.12.22.09/temp16495welcome.ear

Apr 6, 2005 12:22:18 PM Info: Software type of SDA: J2EE

Apr 6, 2005 12:22:18 PM Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****

Apr 6, 2005 12:22:18 PM Info: Starting cluster instance processes.

Apr 6, 2005 12:22:18 PM Error: An error occured while starting a cluster instance!

Apr 6, 2005 12:22:18 PM Error: JStartup Framework is not able to deliver an information about the cluster control instances!

Please check the status of the J2EE Engine

Apr 6, 2005 12:22:18 PM Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****

Apr 6, 2005 12:22:18 PM Error: Aborted: development component 'welcome'/'local'/'LOKAL'/'0.2005.04.06.12.22.09':

SDM could not start the J2EE cluster on the host nw4host! The online deployment is terminated.

JStartup Framework is not able to deliver an information about the cluster control instances!

Please check the status of the J2EE Engine

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)

Apr 6, 2005 12:22:18 PM Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

Apr 6, 2005 12:22:18 PM Error: -


At least one of the Deployments failed -


Best regards

Thomas Madsen Nielsen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. Go to "C:\usr\sap\J2E\JC00\j2ee\admin" and open Go.bat

2. This will open VisualAdministrator tool .

3. Give username and password.

4. On the left hand side expand "Server" node

You will get "Deploy option .

Regards, Anilkumar

TMNielsen
Contributor
0 Kudos

Hi again Anilkumar

Thank you very much for your replys.

Your solution helps me, but because its just a work-around I will leave the posting with status not solved.

Best regards

Thomas Madsen Nielsen

0 Kudos

Hi,

I had exactely the same problem and found the solution here:

http://listserv.sap.com/pipermail/linux.general/2005-May/004673.html

After I changed the entry in /etc/hosts, everything went smooth.

Regards,

Andreas

Former Member
0 Kudos

Hi all,

I get the same error message during installation of NetWeaver 2004s (yes, I know it is a little bit off topic but the symptoms are the same).

However (unfortunately) my IP address is not static but dynamically assigned by DHCP.

Have anybody found a solution that does not involve adding a (static) IP address to the hosts file?

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

I will suggest one workaround to start with !!

Open the VisualAdmin and go to services->deploy and give the path of the .ear file in that location and deploy.

Now type the URL in the IE.

Regards, Anilkumar

TMNielsen
Contributor
0 Kudos

Hi Anilkumar

Thanks again.

what is VisualAdmin ?

Best regards

Thomas

0 Kudos

It is an adminstrator tool available in the server. Generally a go.bat file runs it in the windows servers

Former Member
0 Kudos

Hi Thomas,

The Visual Administrator is the main tool for online administration of the SAP Web AS (Java). In the Visual Administrator you can :

Perform system configuration

Create and maintain user groups

Deploy Applications

Perform large parts of the system monitoring

Register new licenses for your SAP Web AS (Java)

Check this link for working with Visual Admin :

http://help.sap.com/saphelp_nw04/helpdata/en/64/a7c93f4d903b1ce10000000a114084/frameset.htm

Hope this helps you.

Do get back for further clarifications.

Regards,

Vijith

Former Member
0 Kudos

Hi Thomas,

Please check in the Developer Studio that the host name is correct and in Windows-> Preferences -> SAP J2EE Engine its pointing to your host.

Regards

Prakash

TMNielsen
Contributor
0 Kudos

Hello Prakash

Thanks for your reply.

Yes my hostname is correct in che SAP J2EE Engine preferences.

If I change the hostname to something incorrect I can no longer se green lights for the dispatcher, SDM and server0 in the J2EE Engine view of Developer Studio.

Best regards

Thomas Madsen Nielsen

Former Member
0 Kudos

Hi Thomas,

In the error message i have obeserved that it looking for host "nw4host" .Is the hostname is correct ??

Regards, Anilkumar

TMNielsen
Contributor
0 Kudos

Hello Anilkumar

I also wonder about the "nw4host". My real hostname is "mail".

When I installed the Linux testdrive the hosts file on the linux server was update with some kind of a virtual host called nw4host.

My linux hosts file look like this:

127.0.0.1 localhost

192.168.1.3 mail mail.sapwebs.dk

195.155.155.1 nw4host

Best regards

Thomas Madsen Nielsen