- This topic has 18 replies, 8 voices, and was last updated 15 years, 4 months ago by support-joy.
-
AuthorPosts
-
Klaus VillacaMemberHi guys,
I’m newbie on the Weblogic (Wls), I already did the instalation, and did run the configuration wizard, and did setting the domain as mydomain. And I didnt have setted the other options.
When I do the deploy goes all ok, however when I’d go to the web browser to run my app, I got de 404
My app is into the C:\Dev\tools\bea\user_projects\domains\basedomain\autodeploy where the folder with name is manager and I’m using the follow URL : http://localhost:7001/manager/index.do
I would like to know if I did something wrong , the problem is in the my URL, if should be in some sort of config that are missing or any other thing.
My config on the myeclipse is :
BEA home directory : C:\Dev\tools\bea
Weblogic instalation directory : C:\Dev\tools\bea\wlserver_10.0
Admin user : klaus
admin password : klaus123
Execution domain root : C:\Dev\tools\bea\user_projects\domains
Execution server name : AdminServer
Security policy file : C:\Dev\tools\bea\wlserver_10.0\server\lib\weblogic.policy
Jaas login configuration file :MyEclipse is version 5.5 and I’m using the J2EE 5.0 and SE 6.0
Resuming all, I’d need know how put to run one app and as will be the url!!!
Thank you
Riyad KallaMemberHave you logged into the WebLogic administration console and seen if the application is infact being installed by the app server? Do you see it running from the admin console?
Klaus VillacaMemberI did it, however I jut can get this error :Deployer:149189]Attempt to operate ‘activate’ on null BasicDeploymentMBean for deployment _appsdir_manager_dir. Operation can not be performed until server is restarted.
Riyad KallaMemberIf you cannot login to the admin console there may be a problem with the server install… do you see any message from the console about the app being deployed? or anything along those lines?
Klaus VillacaMemberNo nothing! And today on afternoom I`d have asked for help for one guy that work with the Weblogic on my company, and he did check everything and he didnt know answer to me what is the problem!
I dont might see any error or message, the MyEclipse do the deploy and looks that are all right. And then I did go check on the folders and there are all there.
But when I do open the web browser and put the follow URL : http://localhost:7001/manager/index.do I do have receved the 404 error. I did de deploy on the C:\development\tools\bea\user_projects\domains\autodeploy and then into the autodeploy there are the manager folder.
And when I try do the deploy via console, it show to me that the application was already deployed!
And when I did the start from the MyEclipse or from command line or either from the icon of the start menu of the Windows in all of the choices there arent any message that head for one error. I`d have to confess that all of that is very strange for me!
Riyad KallaMemberIt sounds like something is screwey with WebLogic… or you might be selecting the wrong URL to access your application from… can you try accessing any of the other applications that are deployed on that instance of WebLogic and see if they work?
It sounds like MyEclipse is deploying the project correctly (because you said using the console shows that it’s already deployed) but you may be using the wrong URL… I don’t know what the right one would be though because that depends on how your app is setup.
Klaus VillacaMemberHi, sorry about took too much time to answer it.
I did the re installation for 3 times, and in all of then the problem persist. And I do have ask for one person that work on the support team with weblogic and he already didn’t say why its happens. Nowadays I’m got lost, and I don’t have any clue about what I have to do.
The company where I’m working is huge, and we got a lot of teams that work with weblogic, and nobody could tell me what is the problem.
The deployment looks good to me, because when I go to check into the autodeploy folder, the files are there, however, the web server never found my system. I did already try a lot of combinations of URL, escaping from logic, and nothing, only the famous 404!
Riyad KallaMemberkvillaca,
The real way to trouble shoot this is to try and deploy some application to WebLogic manually… something totally simple, and see if WebLogic even loads it. At that point will you know if it’s WebLogic’s problem or MyEclipses.
Klaus VillacaMemberI’ll do that on this afternoon, and working or not I’ll let you know, thank you.
Ryan RenMemberkvillaca :
I got the same issue like you, and I found the reason. It’s SE 6.0! It is not compatible with Weblogic10.0, only SE5.0 could be used to host WLS.
Wish you have found it. lol
Klaus VillacaMemberNo, I gave up of BEA Weblogic 10 to the JBOSS. But I’m really glad to know that. It’s never had passed by my mind. How they can release one version that should be Java compatible that actually do not 100%.
I`ve to say thank you! 😀
Riyad KallaMemberryanren,
We weren’t aware of this problem either, thanks for letting us know!
TimSimeonovMemberI am experiencing exactly the same problem as well. [Deployer:149189]Attempt to operate ‘deploy’ on null BasicDeploymentMBean
I tryied to undeploy from the console. I tried to clean up the config.xml files manually. I tried everything. It is frustrating…
SimonMemberi had a similar problem and found that myeclipse was deploying to c:\autodeploy, but the weblogic sever that myeclipse started up was looking in c:\program files\eclipse\autodeploy
i still havent worked out how to get the ide to either deploy to , and look in, the same place
SimonMembermy mistake – i hadnt configured the connector correctly – i needed to tell it that c:\program files\eclipse was my domain https://www.genuitec.com/forums/topic/weblogic-9-what-does-a-configured-connector-look-like/
-
AuthorPosts