- This topic has 15 replies, 2 voices, and was last updated 10 years, 5 months ago by support-swapna.
-
AuthorPosts
-
raichuParticipantHi,
We are using my eclipse 2014 with was 8004.
We are unable to deploy the application. In deployment log we only get
“MyEclipse: deployment START exploded project: applicationname server: websphere8Server#profileName time: Tue Jul 22 12:24:37 IST 2014”
Where we can see more logs for this?
support-swapnaModeratorraichu,
Sorry that you are seeing this issue.
As per your recent communication with us you could successfully set up MyEclipse Blue 2014 with WAS 8.0.0.4.
1. Did you give MyEclipse Blue 2015 a try as suggested by Piotr? If yes, let us know how it went.
2. Can you please let us know if this issue is only with a particular project? If yes please share the project details and its structure.
3. Can you please check if this project deploys fine outside of MyEclipse Blue on WAS 8.0.0.4 without any issues?
4. Please share the contents of the .log file which is located at <workspace dir>/.metadata/.log to help us investigate further. If possible, please also share all the .* files (.project,.settings,.classpath etc) of the project to help us replicate the issue at our end.
raichuParticipantHi Swapna,
Please find my answers inline1. Can you please make sure you have the latest version in the WAS 8.x stream? — No currently we cannot upgrade our was to latest FixPack nor MEB.
Can you try running MyEclipse Blue as an administrator (right click > run as administrator) and see if that resolves the problem? — We always run in admin mode & have admin rights2. Is the server working fine outside of MyEclipse Blue 2014 ? Please recheck. — Server is running fine; only issue with deployment.
3. What kind of application is it? Please share details about the project. — Its jsf based web application
4. If possible, please share the screenshot of the server connector and the contents of the .log file which is located at <workspace dir>/.metadata/.log to help us investigate further. [/url] attached
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorraichu,
Thank you for the details and the log file. The log file does not have any errors related to deployment.
Can you please send us the WAS server log along with the deployment log to help us investigate further? Please try deploying the project again before sending the deployment log.
Also can you please check if this project deploys fine outside of MyEclipse Blue on WAS 8.0.0.4 without any issues?
raichuParticipant@support-swapna wrote:
raichu,
Thank you for the details and the log file. The log file does not have any errors related to deployment.
Can you please send us the WAS server log along with the deployment log to help us investigate further? Please try deploying the project again before sending the deployment log.
Also can you please check if this project deploys fine outside of MyEclipse Blue on WAS 8.0.0.4 without any issues?
Swapna,
As I replied the earlier we are getting
————————————————————————————————————————-
MyEclipse: deployment START exploded project: ProjectName server: SerevrProfileLocation time: Tue Jul 22 15:12:48 IST 2014
————————————————————————————————————————-this only in deployment log. Not a sibgle line more than this.
Apart from server logs doesn’t contains any issue.Thats why I wanted to know the log location when application is tried to deployed from MEB.
support-swapnaModeratorraichu,
The Websphere Application Server logs are SystemOut.log and SystemErr.log files. By default these files are located at <was_root>\profiles\<profile_name>\logs\<server_name> directory. Ex : C:\Program Files\IBM\WebSphere7\AppServer\profiles\AppSrv01\logs\server1
Please send us those two files to help us investigate further. Also does the project show up in the Servers view after you try the deployment?
raichuParticipant@support-swapna wrote:
raichu,
The Websphere Application Server logs are SystemOut.log and SystemErr.log files. By default these files are located at <was_root>\profiles\<profile_name>\logs\<server_name> directory. Ex : C:\Program Files\IBM\WebSphere7\AppServer\profiles\AppSrv01\logs\server1
Please send us those two files to help us investigate further.
Swapna,
Thanks for telling the server logs location.
Sorry i cant share the logs but there is no log after the line is server is started.
support-swapnaModeratorraichu,
Does the project show up in the Servers view after you try the deployment?
raichuParticipant@support-swapna wrote:
raichu,
Does the project show up in the Servers view after you try the deployment?
Yes it is getting added. But when we click browse to deployment location there is no folder.
support-swapnaModeratorraichu,
This issue is something we have not encountered before and we have too little information.
Can you please check if the project deploys fine outside of MyEclipse to rule out issues specific to the project and send us all the .* files of the project to help us replicate the issue at our end ?
Unless we can replicate the issue at our end, its hard to point out what the issue is given that there is nothing logged in the server logs and the MyEclipse log.
Please check the server logs and deployment log when you deploy the project through Websphere admin console.
Let us know how it works for you.
raichuParticipantSwapna,
The project is getting deployed from Admin console. The problem i think is when we initiate deployment from server view. Whatever process occurs after adding the projects for deployment is not happening & there are no logs for that.Sorry again i cant share any project specific files.
support-swapnaModeratorraichu,
Can you please check if the issue is only with this particular project? Please try deploying a simple project and see if it gets deployed to make sure the WAS is configured correctly.
Also please send us the full deployment.log even though you see a line for this particular project deployment.
raichuParticipantHi Swapna,
Thanks for the replies. No other projects were getting deployed. As informed earlier i was able to deploy from admin console.
Deployment.txt is attached.Attachments:
You must be logged in to view attached files.
support-swapnaModeratorraichu,
Thank you for the deployment.log. Looks like the deployment did not start and there is a possibility that the error is outputted to the console.
Please start MyEclipse with “-console” argument. This should open an additional window with OSGi console containing console output as well. Please try the deployment and send us entire contents of the console window to help us investigate further.
raichuParticipantFailed to create JVM.
Increased the heaps; no help.
Now myeclipse is also not starting -
AuthorPosts