Failed while installing Axis2 Web Services Core 1.1 [message #196633] |
Wed, 18 July 2007 06:16  |
Eclipse User |
|
|
|
Hello,
I have a problem using the Axis2 features with Eclipse 3.3.0 (Build id:
I20070625-1500) and WST 2.0.0.v200706041905
Steps to reproduce:
1. Setup Axis2 Runtime Location under Preferences/Web Services/Axis2
Preferences
2. Create a new Dynamic Web Project and set Project contents to other
than default, then click next.
3. Select the Axis2 Web Services Facet - leave other values as set,
click finish
Result: Failed while installing Axis2 Web Services Core 1.1
Stacktrace:
java.lang.NullPointerException
at
org.eclipse.jst.ws.axis2.facet.utils.ContentCopyUtils.makeFo lderPathAtLocation(ContentCopyUtils.java:185)
at
org.eclipse.jst.ws.axis2.facet.utils.ContentCopyUtils.makeFo lderPathAtLocation(ContentCopyUtils.java:230)
at
org.eclipse.jst.ws.axis2.facet.utils.ContentCopyUtils.copyDi rectoryRecursivelyIntoWorkspace(ContentCopyUtils.java:103)
at
org.eclipse.jst.ws.axis2.facet.commands.Axis2WebservicesServ erCommand.executeOverride(Axis2WebservicesServerCommand.java :84)
at
org.eclipse.jst.ws.axis2.facet.deligate.Axis2CoreFacetInstal lDelegate.execute(Axis2CoreFacetInstallDelegate.java:39)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedPr oject.callDelegate(FacetedProject.java:1201)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedPr oject.modifyInternal(FacetedProject.java:394)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedPr oject.access$2(FacetedProject.java:288)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedPr oject$1.run(FacetedProject.java:270)
at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1797)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedPr oject.modify(FacetedProject.java:280)
at
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProject Wizard.performFinish(ModifyFacetedProjectWizard.java:373)
at
org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelF acetWizard.performFinish(NewProjectDataModelFacetWizard.java :292)
at
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProject Wizard$2.run(ModifyFacetedProjectWizard.java:261)
at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1797)
at
org.eclipse.wst.common.project.facet.ui.ModifyFacetedProject Wizard$3.run(ModifyFacetedProjectWizard.java:275)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:113)
I checked this on three different eclipse installations, the result was
always the same.
Can somebody help?
Thanks,
Guido
|
|
|
|
|
|
Re: Failed while installing Axis2 Web Services Core 1.1 [message #205137 is a reply to message #205130] |
Thu, 29 November 2007 21:42   |
Eclipse User |
|
|
|
Hi everybody,
just let me point out something about the error message. It consists of
two rows:
1)
Failed while installing Axis2 Web Services Core 1.1. The Axis2 facets
cannot be installed since the Axis2 runtime location has not been set.
Please go to the Web Services preference page and set the Axis2 runtime
location under Axis2 Preferences.
2)
/home/atx85/Programmi/Java/IDE/eclipse_mant/workspace/.metad ata/.plugins/org.apache.axis2.facet/exploadedwar/WEB-INF/lib /activation.jar
(No such file or directory)
The first message is not correct: the Axis2 runtime location is properly
set, in fact the message:
Axis2 runtime loaded successfully !!!
is shown in the Preferences -> Web Services -> Axis2 Preferences ->
"Axis2 runtime" tab.
Instead, it is true that the file mentioned in the 2nd message does not
exist. Let me define
ECLIPSE_HOME=/home/atx85/Programmi/Java/IDE/eclipse_mant
The only files I have are:
-
$ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet/status.properties,
which contains only this row:
status=fail
-
$ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet/war.properties,
which contains only this row:
status=false
No other files or subdirectories can be found in
$ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet.
I hope this information can help you to solve the problem.
Thanks again for your interest,
Alessandro Tucci
Alessandro Tucci ha scritto:
> OS: Linux SuSE 10.1 (user privileges)
> JVM: sun jdk 1.5.0_12
> ECLIPSE: 3.3.1, build id M20071023-1652
> WTP version: 200709281648 (the one who is included in the latest stable
> release of TPTP)
>
> Hi everybody,
> I'm experiencing the same problem described by Mr. Wishcrop. I searched
> for a bug related to this issue, but it seems that no defect was opened
> about it. Did anybody find a solution or a workaround?
> Thanks for your interest,
>
> Alessandro Tucci
>
> Seng Phung-Lu wrote:
>> Guido,
>> This appears to be a defect. Please open a bug report with the
>> information you've provided.
>>
>> https://bugs.eclipse.org/bugs/
>>
>> Thanks,
>> Seng
|
|
|
Re: Failed while installing Axis2 Web Services Core 1.1 [message #205273 is a reply to message #205137] |
Fri, 30 November 2007 19:22   |
Eclipse User |
|
|
|
Hi,
This seems to be a problem. Please open a bug report in:
https://bugs.eclipse.org/bugs/
Since we have been running similar scenarios successfully in weekly smoke
tests, there might be something special about the configuration you are
using that cause the problem. So please be specific in describing how to
reproduce the problem including drivers used and system configuration.
Thanks!
Regards,
Kathy Chan
"Alessandro Tucci" <intucci@tin.it> wrote in message
news:fintb0$9hf$1@build.eclipse.org...
> Hi everybody,
> just let me point out something about the error message. It consists of
> two rows:
>
> 1)
> Failed while installing Axis2 Web Services Core 1.1. The Axis2 facets
> cannot be installed since the Axis2 runtime location has not been set.
> Please go to the Web Services preference page and set the Axis2 runtime
> location under Axis2 Preferences.
>
> 2)
> /home/atx85/Programmi/Java/IDE/eclipse_mant/workspace/.metad ata/.plugins/org.apache.axis2.facet/exploadedwar/WEB-INF/lib /activation.jar
> (No such file or directory)
>
>
> The first message is not correct: the Axis2 runtime location is properly
> set, in fact the message:
>
> Axis2 runtime loaded successfully !!!
>
> is shown in the Preferences -> Web Services -> Axis2 Preferences ->
> "Axis2 runtime" tab.
>
>
> Instead, it is true that the file mentioned in the 2nd message does not
> exist. Let me define
>
> ECLIPSE_HOME=/home/atx85/Programmi/Java/IDE/eclipse_mant
>
> The only files I have are:
> -
> $ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet/status.properties,
> which contains only this row:
> status=fail
>
> -
> $ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet/war.properties,
> which contains only this row:
> status=false
>
> No other files or subdirectories can be found in
> $ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet.
>
> I hope this information can help you to solve the problem.
>
> Thanks again for your interest,
>
> Alessandro Tucci
>
>
>
> Alessandro Tucci ha scritto:
>> OS: Linux SuSE 10.1 (user privileges)
>> JVM: sun jdk 1.5.0_12
>> ECLIPSE: 3.3.1, build id M20071023-1652
>> WTP version: 200709281648 (the one who is included in the latest stable
>> release of TPTP)
>>
>> Hi everybody,
>> I'm experiencing the same problem described by Mr. Wishcrop. I searched
>> for a bug related to this issue, but it seems that no defect was opened
>> about it. Did anybody find a solution or a workaround?
>> Thanks for your interest,
>>
>> Alessandro Tucci
>>
>> Seng Phung-Lu wrote:
>>> Guido,
>>> This appears to be a defect. Please open a bug report with the
>>> information you've provided.
>>>
>>> https://bugs.eclipse.org/bugs/
>>>
>>> Thanks,
>>> Seng
|
|
|
Re: Failed while installing Axis2 Web Services Core 1.1 [ERROR OF MINE] [message #205369 is a reply to message #205273] |
Tue, 04 December 2007 07:28   |
Eclipse User |
|
|
|
Hi Kathy,
there is no need to open a bug. I was working with an old version of
Axis (1.4) that I downloaded when I didn't know much about web services
yet. As I upgraded to the last version (Axis2_1.3), everything about
installing facets worked fine.
Now there are other problems about deployment I am trying to face... :)
Sorry for having disturbed you.
Alessandro Tucci
Kathy Chan wrote:
> Hi,
>
> This seems to be a problem. Please open a bug report in:
>
> https://bugs.eclipse.org/bugs/
>
> Since we have been running similar scenarios successfully in weekly smoke
> tests, there might be something special about the configuration you are
> using that cause the problem. So please be specific in describing how to
> reproduce the problem including drivers used and system configuration.
> Thanks!
>
> Regards,
> Kathy Chan
>
> "Alessandro Tucci" <intucci@tin.it> wrote in message
> news:fintb0$9hf$1@build.eclipse.org...
>> Hi everybody,
>> just let me point out something about the error message. It consists of
>> two rows:
>>
>> 1)
>> Failed while installing Axis2 Web Services Core 1.1. The Axis2 facets
>> cannot be installed since the Axis2 runtime location has not been set.
>> Please go to the Web Services preference page and set the Axis2 runtime
>> location under Axis2 Preferences.
>>
>> 2)
>> /home/atx85/Programmi/Java/IDE/eclipse_mant/workspace/.metad ata/.plugins/org.apache.axis2.facet/exploadedwar/WEB-INF/lib /activation.jar
>> (No such file or directory)
>>
>>
>> The first message is not correct: the Axis2 runtime location is properly
>> set, in fact the message:
>>
>> Axis2 runtime loaded successfully !!!
>>
>> is shown in the Preferences -> Web Services -> Axis2 Preferences ->
>> "Axis2 runtime" tab.
>>
>>
>> Instead, it is true that the file mentioned in the 2nd message does not
>> exist. Let me define
>>
>> ECLIPSE_HOME=/home/atx85/Programmi/Java/IDE/eclipse_mant
>>
>> The only files I have are:
>> -
>> $ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet/status.properties,
>> which contains only this row:
>> status=fail
>>
>> -
>> $ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet/war.properties,
>> which contains only this row:
>> status=false
>>
>> No other files or subdirectories can be found in
>> $ECLIPSE_HOME/workspace/.metadata/.plugins/org.apache.axis2. facet.
>>
>> I hope this information can help you to solve the problem.
>>
>> Thanks again for your interest,
>>
>> Alessandro Tucci
>>
>>
>>
>> Alessandro Tucci ha scritto:
>>> OS: Linux SuSE 10.1 (user privileges)
>>> JVM: sun jdk 1.5.0_12
>>> ECLIPSE: 3.3.1, build id M20071023-1652
>>> WTP version: 200709281648 (the one who is included in the latest stable
>>> release of TPTP)
>>>
>>> Hi everybody,
>>> I'm experiencing the same problem described by Mr. Wishcrop. I searched
>>> for a bug related to this issue, but it seems that no defect was opened
>>> about it. Did anybody find a solution or a workaround?
>>> Thanks for your interest,
>>>
>>> Alessandro Tucci
>>>
>>> Seng Phung-Lu wrote:
>>>> Guido,
>>>> This appears to be a defect. Please open a bug report with the
>>>> information you've provided.
>>>>
>>>> https://bugs.eclipse.org/bugs/
>>>>
>>>> Thanks,
>>>> Seng
>
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07527 seconds