Michael Rosenthal

Greenhorn
+ Follow
since Nov 17, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Michael Rosenthal

I passed with 71% this morning. Test was as you said very difficult. I agree that hands on experience is needed as well as spending a lot of time on the InfoCenter website. I used that as my sole source of information. Thanks for your help.
One more question then as I am taking it this week. The Section 1 Topic "Understanding installation options (e.g., archive, custom, and component). I have no idea what they mean. As far as I am concerned your options are

gui install (full/custom)
install with a response file

Do you know what the archive and component installation options mean?
How was the test? Any suggestions on someone preparing to take it?
Have you considered upgrading to RAD
18 years ago
I dont understand your response? Did you add the reference in your web deployment descriptor on the reference page? If so it should work. If not tell me exactly what you added there.
18 years ago
You dont see the reference tab? What tabs do you see?
18 years ago
You need to create a resource reference. Open your deployment descriptor. Go to the references tab and add a resource reference jdbc/auto of type javax.activation.DataSource. Then the message should go away.
18 years ago
On was 6.0 running on as/400 some of my images are not displaying. Deploying the same ear file to was5.1 and everything works great. On WAS6.0 I am getting the following exception. If anyone knows how to resolve this I would appreciate it.

[3/27/06 14:29:13:334 CST] 00000024 WebContainer E SRVE0232E: Internal Server Error.
Exception Message: [java.lang.NullPointerException
at com.ibm.ws.webcontainer.srt.SRTServletResponse.setDefaultResponseEncoding(SRTServletResponse.java:637)
at com.ibm.ws.webcontainer.srt.SRTServletResponse.start(SRTServletResponse.java:518)
at com.ibm.ws.webcontainer.srt.SRTConnectionContext.start(SRTConnectionContext.java:48)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1673)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:79)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:419)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:317)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:169)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:99)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:537)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:593)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:946)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1038)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)
18 years ago
Those preparing for this it is HARD.

Things to know.

1) Know the JSR 168 Spec. This is a BIG portion of the test
2) Know RAD / Portal Wizards
3) Know Portal Remote Debugging

Good luck to all.
Does anyone have any ideas? Should I post this to a different forum?
19 years ago
I have assisted in building a website that schools around the country use to purchase books. One school in particular has a firewall and the administrator has blocked any url addresses with the word "bound" in it. Unfortunately the company I am working with has the word "bound" in their name. Therefore this school cannot see the website to purchase books online. Outside of having their administrator open the firewall just to our IP address is there any other way I could resolve this issue? Our concern with opening the IP address is that there may be other schools facing the same issue.
19 years ago
I have not yet reported these problems to either Sun or IBM. I wanted to see if anyone had run into anything similar first. Since it is not any of our custom application code it has been difficult to debug.
19 years ago
All,

I have built a website that has been implemented on AS/400 running on WebSphere 5.0. In the SystemOut.log I am continually seeing the following 2 errors. Does anyone know what these are and how I can fix them so that they stop showing up in the logs.

19 years ago