Rinat Matityahu

Greenhorn
+ Follow
since Jul 05, 2006
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 Rinat Matityahu

Hi, any chance someone have seen such error message before and can help?
E:\>"E:\Program Files\WebSphere\AppServer\bin\wsadmin" -f
..\Websphere-scripts\imsInstall.jacl was_im.ear
WASX7209I: Connected to process "server1" on node appp018c using SOAP connector;
The type of process is: UnManagedProcess
imsInstall: Deploying and Installing IMS
WASX7017E: Exception received while running file "..\Websphere-scripts\imsInstal
l.jacl"; exception information: com.ibm.websphere.management.application.client.
AppDeploymentException: AppDeploymentException: []
com.ibm.etools.archive.exception.NoModuleFileException: A file does not exist fo
r module element having uri: identityminder_ejb_jar
com.ibm.etools.archive.exception.NoModuleFileException: com.ibm.etools.archive.e
xception.NoModuleFileException: A file does not exist for module element having
uri: identityminder_ejb_jar


All files seems to be in place, still getting this error

TIA,
Rinat
17 years ago
Hi.
I am really new to WebSphere and Java, and much better with networking So don't think I can really help you with the log but can sure try with the networking:

If you are using a router at home (I assume it is not dial up?) just configure it to use NAT (Network Address Translation) and configure your machine for a permanent IP (i.e 192.168.1.10)

Which
Open command prompt and run "hostname" (or right click "my computer" and select properties, then "computer name") and check for the name (even better if you have "Full Computer Name" configured.

Then edit your host file (no need to remove loopback line):
my.ip.add.ress COMPUTER_NAME

Good luck!
17 years ago
If this indeed has to do with name resolving, try defining a fixed IP for you machine and add it to your hosts file with the fully qualified domain name?
17 years ago
Would not think it is possible to use 404 within application itself - if it's down, you'll never get there.

I am myself looking for hints on how to configure customize 404 pages on WebSphere (If possible, per app)

Cheers
17 years ago