I've been trying to install the JWSD in order to go thru the web services tutorial and I get the following:
1st it has on the command screen,
verifying java 1.4.x by sun searching for java 1.5.x by sun verifying java 1.5.x by sun
everything seems to go ok and then I get the message:
The following containers will be installed but not integrated into the web container: JSTL
I then get the following message:
c:\sun\jwsdp-1.6\registry\bin\install.properties exists on the system and it has been modified since installation. Do you want to remove this file?
(I've replied both no and yes)
The Result?
"An error occured and product installation failed. Look at the log file c:\Sun\jwsdp-1.6\log.txt for details.
The log has a lot of messages so I've edited out the stuff that appears to repeat. One other person on the Sun BB for webservices reported that they have the same problem and then asked if anyone else has succesfully tested JWSDP with Java 1.5
At any rate the log looks like this...
(Sep 13, 2005 10:16:42 AM), Install.product.install, com.sun.jwsdp.installer.SetProxyPanel, err, ServiceException: (error code = -100008; message = "The system cannot find the file specified. (2)"; severity = 0) STACK_TRACE: 18 ServiceException: (error code = -100008; message = "The system cannot find the file specified. (2)"; severity = 0) at com.installshield.wizard.platform.win32.Win32RegistryServiceImpl.getStringValue(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
.....................continues like this for awhile
(Sep 13, 2005 10:28:29 AM), Install.product.install, com.sun.jwsdp.installer.InstallOnAppServerAction, err, An error occurred and product installation failed. Look at the log file C:\Sun\jwsdp-1.6\log.txt for details. (Sep 13, 2005 10:28:29 AM), Install.product.install, com.sun.jwsdp.installer.InstallOnAppServerAction, err, C:\Sun\jwsdp-1.6\jwsdp-shared\bin\jwsdponsjsas.xml:1649: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:149: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:427: C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\soar not found. STACK_TRACE: 88 C:\Sun\jwsdp-1.6\jwsdp-shared\bin\jwsdponsjsas.xml:1649: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:149: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:427: C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\soar not found. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:388) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at org.apache.tools.ant.Project.executeTarget(Project.java:1214) at com.sun.jwsdp.installer.InstallOnAppServerAction.installOnDomain(InstallOnAppServerAction.java:345) at com.sun.jwsdp.installer.InstallOnAppServerAction.install(InstallOnAppServerAction.java:240) at
............................and then goes
(Sep 13, 2005 10:28:29 AM), Install.product.install, com.sun.jwsdp.installer.InstallOnAppServerAction, err, An error occurred and product installation failed. Look at the log file C:\Sun\jwsdp-1.6\log.txt for details. (Sep 13, 2005 10:28:29 AM), Install.product.install, com.sun.jwsdp.installer.InstallOnAppServerAction, err, C:\Sun\jwsdp-1.6\jwsdp-shared\bin\jwsdponsjsas.xml:1649: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:149: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:427: C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\soar not found. STACK_TRACE: 88 C:\Sun\jwsdp-1.6\jwsdp-shared\bin\jwsdponsjsas.xml:1649: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:149: The following error occurred while executing this line: C:\Sun\jwsdp-1.6\registry\bin\build-install.xml:427: C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\soar not found. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:388) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at org.apache.tools.ant.Project.executeTarget(Project.java:1214) at com.sun.jwsdp.installer.InstallOnAppServerAction.installOnDomain(InstallOnAppServerAction.java:345) at com.sun.jwsdp.installer.InstallOnAppServerAction.install(InstallOnAppServerAction.java:240) at
................which continues
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
This doesn't really answer your question, but it may be easier to install Tomcat, if you don't have it already, and then get Axis (which come swith a web app that'S ready for use by Tomcat). That may be an easier start than JWSDP.