- This topic has 3 replies, 2 voices, and was last updated 13 years, 7 months ago by support-joy.
-
AuthorPosts
-
joyceewyParticipantI’ve been using MyEclipseBlue and it’s been working fine with my J2EE application deployed on a local WebSphere 6 server. Something changed with the corporate network settings last night, and now I can’t bring up the main web page for my app. It seems like it’s trying to go through a proxy server, but I’m just trying to run it locally for testing. I’ve been playing around with the MyEclipse=>Preferences=>General=>Network Connections, but nothing seems to work. Can someone please give me specific directions to disable the local server from trying to use a proxy? Or if I could make my app connect through the 8080 http port, but it doesn’t seem to want to do that, either. I’m currently going through the 9080 http port. When I try to select 8080, the server says it’s started but my app won’t let me start it (Open in Browser does not appear).
I just got a little more information on what was changed. My IP address was changed, along with the DNS server and WINS server. Is the IP configured in the software somewhere? Also, I’ve tried every setting in the Network Connections, and nothing seems to disable the proxy. It still keeps going out looking for one. Please help!
Thanks!
support-joyMemberjoyceewy,
Can you answer below queries for me?
1. Can you copy and paste your installation details? Open MyEclipse Blue IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
2. Can you clear your .log file located at [your workspace dir]/.metadata/.log, replicate the steps and copy and paste the same here. Here is the FAQ on how to attach files – https://www.genuitec.com/forums/topic/troubleshooting-how-to-upload-attachments-on-forum/&highlight=
3. Can you attach a screenshot of window > preferences > general > network connections
4. Also attach screenshot of Window > Preferences > MyEclipse > Servers > WebSphere Blue Connectors > WebSphere 6
5. Open Window > Preferences > General > Network Connections and click on [Restore Defaults] , [Apply] and [OK]
6. Perform -clean. Refer – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
7. Restart MyEclipse IDE, restart your system.Let me know how this works for you.
joyceewyParticipantWe were able to find a workable solution. Instead of the automatically-generated URL that includes my computer name, we can use http://localhost:9080/appName and it connects just fine. We think what was happening was that when we tried to open a Browser to the local app, the company proxy server was blocking access to the local machine (since it isn’t on the list of accessable machines/servers).
Thanks for the suggestions. The “-clean” argument will come in handy in the future, I’m betting!
support-joyMemberjoyceewy,
Good to hear you are all set.
Best.
-
AuthorPosts