Jun 22, 2009 4:55:21 PM de.mendelson.comm.as2.send.DirPollManager$DirPollThread processFile
SEVERE: Error processing the file "170U7227.tb" for the relationship "ACS-local/SafewayQA": "exception saving message state.".
Apparently I'm doing something wrong but I don't know what.
neilparks1,
I think its a rights problem, could you please check the directory the state file sould be written to?
To get more information about this issue: Are there any expections in the console? If not, are you working on windows? If yes, could you please modify the .lax file to redirect the stdout and stderr to console? To do this please set the properties "lax.stderr.redirect" to "console" and "lax.stdout.redirect" to "console" in the file as2.lax and restart the as2 server.
Regards
Heller
I am using Linux. I do not know where a state file would be written to, and I don't know where to find a .lax file or where to edit the properties.
The program is installed in the directory /mendelson , which is owned by root:
[root@sparky /]# vdir -d mendelson
drwxr-xr-x 15 root root 1024 Jun 23 09:29 mendelson
neilparks1,
do you start the program as root? Else it may not write into any subdirectory?
Regards
Heller
Yes, I am logged on as a root user when I start the program.
Since I went back to the original configuration, this particular problem has gone away. All the proper directories under "messages" are now being created and written to.
Now the only problem I have is the http server as we have discussed in another thread.