- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: WSIT/ACMS Important and Urgent problem.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 06:51 PM
06-25-2007 06:51 PM
Now I'm probing this environment with a J2EE object. This object call to generated WSIT objects. In execution obtain this message:
com.hp.wsi.WsiServerException: %NONAME-W-NOMSG, Message number 00000000
But, in JSP execution it's Ok, application runs fine, and return correct data.
Someone could help me???
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 07:42 PM
06-25-2007 07:42 PM
Re: WSIT/ACMS Important and Urgent problem.
normal UNIX exit status of zero, which DCL
will interpret as a warning, but which some
other UNIX-like program will interpret as
success. There is a _POSIX_EXIT macro which
affects (at compile time) what exit() will
do (at run time), and some or all of this
stuff may have been built to accomodate the
normal UNIX behavior.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 08:25 PM
06-25-2007 08:25 PM
Re: WSIT/ACMS Important and Urgent problem.
com.hp.wsi.WsiServerException: %NONAME-W-NOMSG, Message number 00000000
at com.hp.wsi.WsiJNIShell.n_invoke(Native Method)
at com.hp.wsi.WsiJNIShell.invoke(Unknown Source)
at TWE_A_PORTAL_CLIENTE.TWE_A_PORTAL_CLIENTEImpl.TWE_T_CONSULTA_CLIENTE_NIF(TWE_A_PORTAL_CLIENTEImpl.java)
at pruebas.ConsultaClienteNIF.callTWE_T_CONSULTA_CLIENTE_NIF(ConsultaClienteNIF.java)
at pruebas.ConsultaClienteNIF.main(ConsultaClienteNIF.java)
com.hp.wsi.WsiServerException: %NONAME-W-NOMSG, Message number 00000000
at com.hp.wsi.WsiJNIShell.n_invoke(Native Method)
at com.hp.wsi.WsiJNIShell.invoke(Unknown Source)
at TWE_A_PORTAL_CLIENTE.TWE_A_PORTAL_CLIENTEImpl.TWE_T_CONSULTA_CLIENTE_NIF(TWE_A_PORTAL_CLIENTEImpl.java)
at pruebas.ConsultaClienteNIF.callTWE_T_CONSULTA_CLIENTE_NIF(ConsultaClienteNIF.java)
at pruebas.ConsultaClienteNIF.main(ConsultaClienteNIF.java)
HISMAQ_$mc acmsatr
ATR> list /SINCE=10:!5
ACMS Log Report 26-JUN-2007 10:23:04.76
Type : ALL
Since : 26-JUN-2007 10:00:00.00
Before : *
Appl : *
Task : *
ID : *
User : *
Sub : *
Term : *
File : SYS$SYSROOT:[SYSERR]AUDIT.LOG;
************************************************************
End Report 26-JUN-2007 10:23:04.76
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 01:57 AM
06-26-2007 01:57 AM
SolutionDo you know if your client is correctly calling the ACMS SignIn() method call before attempting to call any of the task methods?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 02:59 AM
06-26-2007 02:59 AM
Re: WSIT/ACMS Important and Urgent problem.
Pojo run in out-of-proces fine.
A lot of thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 03:28 AM
06-26-2007 03:28 AM
Re: WSIT/ACMS Important and Urgent problem.
I am glad that I was able to help. Of course, it would have been easier to track down if the error message was accurate. I will put it on the WSIT team's list of problems to look at.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 05:23 AM
06-26-2007 05:23 AM
Re: WSIT/ACMS Important and Urgent problem.
Execution mode is out-of-process.