For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 3 voices, and was last updated 12 years, 8 months ago by
support-pradeep.
-
AuthorPosts
-
ronen malkaMemberI am trying to deploy to weblogic.
I can see that the application is deployed correctly but when running the application server start up like there is no application installed.
Looking at the config.xml I cannot find the <app-deployment> tag.December 10, 2012 at 12:35 am #333172
support-swapnaModeratorronenmalka,
Sorry that you are seeing issues.
Can you please answer some more questions to help us understand the issue better?
1. Can you please share the Installation Details from MyEclipse > Installation Summary > Installation Details ?
2. Which version of Weblogic server are you working with ?
3. What kind of a project is it ? Can you check if you can create a simple web project and run on Weblogic without any issues ?
4. Clear the contents of the .log file which is located at <workspace dir>/.metadata/.log. Now try deploying the project to Weblogic, replicate the issue and copy paste the contents of the .log file here to help us investigate further.
December 10, 2012 at 1:58 am #333173
ronen malkaMember1) Attached Installation Details.
2) using MyEclipse 10.0 Build 10.0-2011028
3) Using Weblogig 11gR1
4) This enterprise project contain EJB, web webservices and some libraries projects
5) After deploy, no .log file created.Attachments:
You must be logged in to view attached files.December 11, 2012 at 3:15 am #333233
support-swapnaModeratorronenmalka,
Thank you for the details.
1. Did you try deploying a sample project to Weblogic and see if that works?
2. What exact error are you seeing when trying to access the application which is deployed in Weblogic ?
3. Can you check if you see the project under the Weblogic Admin console as deployed ?
4. Remove the project from Weblogic deployment, clear the contents of the AdminServer.log which is located at [Weblogic Installation Directory]/user_projects/domains/wl_server/servers/AdminServer/logs. Now try deploying the project again and attach the AdminServer.log file.
5. Can you check if you can deploy the project to Weblogic server outside of MyEclipse without any issues ?
6. We have released version 10.7 recently. I suggest you update to 10.7 to take advantage of the fixes and developments we made since 10.0. You can go to the MyEclipse Configuration Center > Software > Updates Available. Select ‘MyEclipse Enterprise Edition 10.7’, apply the changes and restart the IDE when it prompts to. Now switch to a new workspace and check if the issue persists.
7. If the issue still persists, can you please attach a sample project which exhibits the issue to help us replicate it at our end ?
December 16, 2012 at 7:03 am #333405
ronen malkaMemberHi,
Installed 10.7 but still not deploying correctly.
unable to create sample project.
any workaround?
December 17, 2012 at 5:26 am #333418
support-pradeepMemberronenmalka,
Can you please answer these queries to help us investigate further :
1. Did you try deploying a sample project to Weblogic and see if that works?
2. What exact error are you seeing when trying to access the application which is deployed in Weblogic ?
3. Can you check if you see the project under the Weblogic Admin console as deployed ?
4. Remove the project from Weblogic deployment, clear the contents of the AdminServer.log which is located at [Weblogic Installation Directory]/user_projects/domains/wl_server/servers/AdminServer/logs. Now try deploying the project again and attach the AdminServer.log file.
5. Can you check if you can deploy the project to Weblogic server outside of MyEclipse without any issues ?
6. If the issue still persists, can you please attach a sample project which exhibits the issue to help us replicate it at our end ?
To attach a file here please take a look at this FAQ : https://www.genuitec.com/forums/topic/troubleshooting-how-to-upload-attachments-on-forum/
-
AuthorPosts