dhanu manjula

Greenhorn
+ Follow
since Aug 31, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by dhanu manjula

Hi All

I have used a stand alone WAS 7.0 server with a IBM HTTP web server on IBMi server.
And I have also installed the web server plug-in.
WAS administrative console , I can see. The webserver is up & running.
WAS is running on port 10207 and WebServer is running on port 80.

I have a servlet application installed in WAS which I can access from bellow URL

I need to redirect the above application thru web Server like this


What I did was, In the WAS administrative console,



Then I’m back to the “Enterprise Applications” section but now my application status is UNKNOWN
I can generate & propagate the plug-in but application is down and other applications are not redirecting thru webserver.
Anybody seen this before?

Thanks
Dhanu

PS:

In the Enterprise Applications > FirstSV > Deployment Descriptor
I can see all are correct

13 years ago
Hi again,

How can i know that which application brings this problem as there are more than 25 applications running in that profile..
Please let me know how we can resolve this issue.

Thanks again.
14 years ago

Paul Sturrock wrote:Sounds like WAS might be waiting for a resource. Any blocks on the database? Any synchronized code?



Thanks paul,
I haven’t found any block on database or we don’t synchronize.
And I analyzed the Systemout.log file saw this exception,



What else / where else should I monitor to make this go away?


Thanks
14 years ago

Paul Sturrock wrote:
Can you explain what you mean by "got stuck"?



Sorry Paul,
I means any of my applications did not open/responce and also I couldn't open the Administration Console
. But WRKACTJOB shows that profile is allocated only 3% of CPU which is normal..
14 years ago
Hello all,

We have a Websphere server running on i5 with more than 25 applications. Also some application use the connection pool to access the database.
last week, the application profile got stuck 3 times and today again! & we had to end the job manually and restarted.
I can’t figure out what has gone wrong.
Anyone please show me the right direction to troubleshoot this issue?

Thanks
14 years ago

Masrudyn Main wrote:I'm creating a bottom-up web service from a java class using Axis2

In the java class, I am using java.util.Date

When the WSDL is generated by Axis, the element has type="xs:date". How do I generate the element to have a type of type="xs:dateTime" instead?




use java.util.Calendar class

dhanuxp
14 years ago
Hi,
Have you found a good book? tutorial ? Please let me know.. i have same issue here

Andres Delrotti wrote:Hi,

Is this possible? if yes, where do I start?
Andres


Sorry I don't know anything about UNIX & we are on IBMi OS (AS400)
I'm doing this using IBM-HTTP server & It has a link to create WAS profile
& another way is using console

STRQSH
cd /QIBM/ProdData/WebSphere/AppServer/V61/Base/bin
manageprofiles -create -profileName WASSvr01 -templatePath default -startingPort 53001

I hope you can do this using UNIX console

Thanks
Dhanu

14 years ago

Deepak Pant wrote:I would suggest you to check following two things:

1. Check if you have proper webcontext (or request context) defined in the descriptors.

2. Open the plug-in config file (in IHS machine) and check if your web context is defined there.



Hello Deepak,
many Thanks, my DD looks like this



What did i miss??

Thanks again
dhanu
14 years ago

dhanu manjula wrote:


Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.




anyone else seen this before ???


Thanks
dhanuxp
14 years ago

Anant Rao wrote:After you deployed the servlet app, did you regenerate the plugin and transferred to IHS ?

Anant




Hello Anant Rao,

Me, again, i'm still having some trouble with a HTTP+WAS configuration, i'm not sure what is wrong, it should be working, Please help me….
It occurred following error now,


Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.



what I did here, Correct me if I'm wrong

Connected to WAS administrative console > Server > WebServer > Click HIS_MYSERVER > click Generate Plug-in button

Then restarted the Webserver

Then type following URL http://192.168.10.2:22207/PolcSearch1/index.jsp & ends up with above error.

IBM HTTP & WAS 6.0 is running on same machine & my OS version is V5R4
Any idea please...

Thanks
Dhanuxp
14 years ago
Well, now 203.Y.Y.Y is by-pass the SSL server & just NAT to 172.16.11.251
Now it returns correct message,

<wsdlsoap:address location="http://203.Y.Y.Y:1044/Service1/services/InsuranceValidation"/>

</wsdl:port>
</wsdl:service>

What is going on here ? Is this the problem of SSL configuration ?

Thanks,
Dhanu



dhanu manjula wrote:Hi,

here, WebSphere server located in DMZ & mapped two real IP’s to that server. 203.X.X.X is NAT to 172.16.11.251
203.Y.Y.Y is going through the SSL server & NAT to 172.16.11.251.

I have deployed a WebService on the server.
From 203.X.X.X side, it doesn’t seems any error & the soap address location return the 203.X.X.X

From SSL side, (203.Y.Y.Y) it returns Internal IP with soap address location.

<wsdlsoap:address location="http://172.16.11.251:1044/Service1/services/InsuranceValidation"/>

</wsdl:port>
</wsdl:service>

Anyone else seen this and better yet know how to make it go away?

Thank you
dhanuxp

15 years ago
Hi,

here, WebSphere server located in DMZ & mapped two real IP’s to that server. 203.X.X.X is NAT to 172.16.11.251
203.Y.Y.Y is going through the SSL server & NAT to 172.16.11.251.

I have deployed a WebService on the server.
From 203.X.X.X side, it doesn’t seems any error & the soap address location return the 203.X.X.X

From SSL side, (203.Y.Y.Y) it returns Internal IP with soap address location.

<wsdlsoap:address location="http://172.16.11.251:1044/Service1/services/InsuranceValidation"/>

</wsdl:port>
</wsdl:service>

Anyone else seen this and better yet know how to make it go away?

Thank you
dhanuxp
15 years ago
Hi All,

I have a Web service called Srv01 & Web Application (App01) running on WAS6.0.
I need to reject all request from other web applications & only allow to access Srv01 web service from App01.
How could I do this ?
Please give me a little idea..

Thanks
Dhanu
15 years ago
Hi All,

This is my Server configurations



If I hit for snoop servlet from following URL (with http port & application server port) it is working!!

WAS : http://192.168.10.2:10207/snoop
HTTP: http://192.168.10.2:22207/snoop

I installed a simple servlet base application on WAS. From application server end, It can access through the following URL

http://192.168.10.2:10207/PolcSearch1/index.jsp

Then it redirect to this
http://192.168.10.2:22207/PolcSearch1/PolicySearchServlet
and show me the result. Everything ok!!

But problem is, if I call that application from http server end:
http://192.168.10.2:22207/PolcSearch1/index.jsp

It shows redirect to the URL :
http://192.168.10.2:22207/PolcSearch1/PolicySearchServlet

But no any result!! And say


Any tips to help me along would be much appreciated.

dhanuxp
15 years ago