Date Created: Fri 09-Sep-2011

Related Document Categories:


    Error:

    WASX7017E: Exception received while running file "C:/temp/wasmain.py"; exception informatio
    n: com.ibm.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 483, in ?
    File "<string>", line 425, in printStats
    TypeError: not all arguments converted

    Cause:

    Too may parameters being passed when less are required

    myOutput= '%s%s%s' % (myOutput, 'somevalue',output, valueSeparator)

    Solution:

    myOutput= '%s%s%s' % (myOutput,output, valueSeparator)

Middleware Mentor - Steven Charles Robinson

About Me

Steve Robinson has been working in IT for over 15 years and has provided solutions for many large-enterprise corporate companies across the world. Steve specialises in Java and Middleware consulting. Steve comes from both an administration and development background.

Before moving to JEE, Steve was an accomplished developer and consultant for both IBM Lotus Notes and Microsoft .NET Technologies.

Follow Steve as @stevencrobinson on twitter.

Read my books?

IBM WebSphere Application Server 8.0 Administration Guide

IBM WebSphere Application Server 8.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Categories

Oracle WebLogic Categories

JBoss Categories

Other Categories