Ver 6 Batch eWay SFTP License Error

When we start a repository based project deployed on Glassfish (on Solaris) we are getting the following message:
[#|2008-08-15T15:45:03.761-0600|SEVERE|sun-appserver9.1|STC.eWay.batch.sftp.ra.com.stc.connector.batchadapter.eway.sftp.SFTPEwayConnection%7c_ThreadID=77;_ThreadName=p: thread-pool-1; w: 123;_RequestID=be98e2fb-8a8e-4b85-ab49-a9ae30d3b39d;|BATCH-MSG-M0567: Batch SFTP eWay connection initialization error, message=[Your license has expired! visit http://3sp.com to purchase a license [Unknown cause]]., Error message:Your license has expired! visit http://3sp.com to purchase a license [Unknown cause]|#]
This was imported from 5.1.2 repository to 6 repository. It appears this occurs when the jcd is initiated. This is a pretty simple project (scheduler-queue-jcd-queue-batch ftp).
This does not seem to happen on our WinXP systems used for development.
Any ideas where to start here? Is this the real error? I cannot find anything online.

hi TAJ0808,
there is a fix for it go and ask support we already have it installed.
regards chris

Similar Messages

  • WL 5.1.0 startWebLogic.cmd License Error (works via wlserver.exe)

    I have spent several hours trying to figure out how to start Web Logic 5.1.0
    from the command line or via the startWebLogic.cmd script. The sever starts
    up fine when running bin\wlserver.exe via the start menu or from the command
    line, but my startWebLogic.cmd script comes up with the following errors
    everytime:
    C:\weblogic>startWebLogic.cmd
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : C:/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    No License found for WebLogic
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDB
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3
    Here is a version of the startWebLogic.cmd file I was using:
    @echo off
    @rem http://www.weblogic.com/docs51/install/index.html
    SETLOCAL
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set
    JAVA_CLASSPATH=.\myserver\serverclasses;.\weblogic510spboot.jar;.\classes\bo
    ot;.\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=.\myserver\serverclasses;.\lib\weblogic510sp.jar;.\licens
    e;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
    %JAVA_HOME%\bin\java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==.\weblogic.policy
    weblogic.Server
    ENDLOCAL
    Here is the output from bin\wlconfig.exe:
    C:\weblogic>bin\wlconfig.exe
    WebLogic startup settings are presently:
    CLASSPATH Prefix C:\weblogic\myserver\serverclasses
    CLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\to
    ols.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.ja
    r;C:
    \weblogic\license;C:\weblogic\classes\boot;C:\weblogic\classes;C:\weblogic\l
    ib\w
    eblogicaux.jar;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    JAVA_HOME C:\weblogic\jre1_2
    WEBLOGIC_LICENSEDIR C:\weblogic\license
    WEBLOGIC_HOME C:\weblogic
    system properties:
    java.security.manager
    java.security.policy==C:\weblogic\weblogic.policy
    weblogic.system.home=C:\weblogic
    java.compiler=symcjit
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;
    C:\weblogic\myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\jre\li
    b\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar;C:\weblogic\classes\boot;C:\web
    logi
    c\eval\cloudscape\lib\cloudscape.jar
    Type "wlconfig -help" for program usage.
    I also tried a startWebLogic.cmd file version with absolute paths, but I got
    the same license error. I really can't figure out what I'm doing wrong
    here. What is different between the wlserver.exe executable and the
    startWebLogic.cmd files I'm running?
    @rem http://www.weblogic.com/docs51/install/index.html
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set PATH=%JAVA_HOME%\bin;%PATH%
    set
    JAVA_CLASSPATH=C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\too
    ls.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar
    ;C:\weblogic\license;C:\weblogic\classes\boot;C:\weblogic\lib\weblogicaux.ja
    r;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=C:\weblogic\license;C:\weblogic\classes;C:\weblogic\myser
    ver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==C:\weblogic\weblogic.polic
    y -Dweblogic.system.home=C:\weblogic -Djava.compiler=symcjit weblogic.Server

    Thanks for your help Raj. I found out it was a PeopleSoft problem. They
    make us run one of their Java class files to startup the server from the
    command line instead of weblogic.Server. Once I changed it from
    weblogic.Server to PSweblogic, it started correctly.
    Cameron
    "Raj Alagumalai" <[email protected]> wrote in message
    news:[email protected]..
    Cameron,
    Are you running setEnv.cmd before running startweblogic.cmd ?
    The SetEnv.cmd script sets the WL_HOME variable. Make sure you have this
    variable set.
    Alternatively, try adding the absolute path for the license folder (inyour
    case C:\weblogic\license ) in the weblogic.class.path entry in the
    startweblogic.cmd file.
    The server will look for the WebLogicLicense.xml in this folder at startup
    time.
    The reason why the server starts from the start menu is the fact that this
    entry is part of the weblogic.class.path
    From your posting
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;C:\weblogic
    \myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    Thanks
    Raj Alagumalai

  • Batch Eway concurrent handles??

    Hi,
    I have a batch eway deployed on a Sun application server, just picking up on a schedule.
    It runs great the first time the schedule runs, and then everytime after that complains about not having enough concurrent handles.
    Is there anything in the setup of the batch eway that i have missed, that might be causing this.
    Currently i am using automatic connection, calling a get() to retrieve the files in a loop, calling the reset() method on the client every iteration.
    The error passed through is:
    javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: No more concurrent access handles avaiable.com.stc.connector.appconn.common.ApplicationConnectionException: Failed to create an ApplicationConnection; Exception : javax.resource.spi.ResourceAllocationException: Error in allocating a connection. Cause: No more concurrent access handles avaiable.     at com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory.getConnection(STCApplicationConnectionFactory.java:130)     at com.stc.eways.batchext.FtpETD.createTarget4Proxy(FtpETD.java:518)
    And apologies for the ugly stack trace...
    weemort

    In recent JCAPS releases the Batch inbound requires a real regular expression as in http://en.wikipedia.org/wiki/Regular_expression
    Therefore you should try input.*.txt (note the dot before the star).

  • App-V 5 Adobe Creative Cloud (CC) Enterprise Licensing Error 213:19

    Hello, I've posted this on Adobe forums but also posting here to see if anyone else has experienced/overcome this issue.
    I'm attempting to create an App-V 5 sequence for Adobe Creative Cloud Enterprise software, but I appear to be getting licensing errors when launching the App-V sequence.
    From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that the base packages can be created with serial numbers and can be included within build images etc as opposed
    to creating a trial package and then using a serialization file at install/launch time.
    To start with I've created a package using the Adobe Creative Cloud Packager tool (CCP) for just the Illustrator CC application which includes the serial number. I've  then sequenced this package using App-V 5 SP1.
    When I run this app-v sequence on a test machine , Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is 
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
    I've tested out modifying permissions on the following folders within the app-v package under root but this has no effect.
    C:\Program Files\Common Files\Adobe\Adobe PCD\
    C:\ProgramData\Adobe\SLStore
    I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch (startprocess event in userconfig file) with no success.
    Anyone tried this or have any ideas?

    Hello, thanks for the reply.
    I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
    I'm not getting any errors being reported in the App-V eventlogs.
    I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
    <UserScripts>
          <StartProcess  RunInVirtualEnvironment="true">
            <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
            <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="true"/>
     <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
          </StartProcess>
        </UserScripts>
    Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
    therefore allowing packages to be created using serial numbers and to be included within build images.
    As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
    Any other ideas appreciated.

  • Licensing Error 6 After Clean Installing Mac OS 10.8.

    I think it might have something to do with the fact that I forgot to back up the Photoshop Elements Library and Application Support files...I can't find any of the stuff they reference in the Licensing Error 6 Troubleshooting guide.
    Is there way I can reinstall the application without having to buy it again? Do I need to give Adobe some information or something?
    Thanks in advance for the help.

    Okay, that never works. PSE isn't a tidy package like most mac apps. The installer strews stuff all over your hard drive like buckshot, most of it in places outside where apple says programs should install things. You will need to download and run this:
    http://www.adobe.com/support/contact/cscleanertool.html
    Then manually delete all the bits you can find. Don't just check applications, but also hard drive>library>application support, and your username>library>preferences. (Let me know if you don't know how to find these.)
    You will need to do a complete install. If you are talking about PSE 10 (which version is this, by the way?), you can download the trial and enter your serial number into that.

  • Getting a License Error while installing UFT 12.01 trial version

    Hi,
           I am trying to install UFT 12.01 trial version but its throwing a License error.  I am clicking on "Install License" and selecting "Seat License"  and clicking on "Next"  It says "License Type set successfully".
    But next time when i click on UFT icon on the desktop (after restarting my machine) it throws same License Error.
    Please find the attached screenshots. Please help me to get UFT installed properly.
    Thanks in advance.
    Asha

    Asha,
    You may want to try reposting your question on the forums specifically for the UFT product. Here's the link.
    http://h30499.www3.hp.com/t5/Functional-Testing-QTP/ct-p/sws-Fun_Test

  • Licensing Errors after recovering from Time Machine to an external Hard Drive

    My internal HD failed and I'm temporarily using an external drive as my primary HD. I loaded all my data from my time machine backup onto the external drive temporarily until my new mac arrives (next week). Now, I'm getting licensing error code 150:30 when I try to open Photoshop. It says rebooting can fix it. It has not fixed the issue. Any recommendations? I need to work on some files now and am stuck.
    Thanks!

    Yes. This is very common. Photoshop must never be migrated or transferred, because the license is tied to the Mac and moving it breaks the license.
    The cure is simple. Reinstall using your discs and don't forget to apply the updates. You will be starting at 11.0.0.
    Gene

  • I've just installed Mountain Lion 10.8.5, but now the CS programs are giving me a licensing error.

    I've just installed Mountain Lion 10.8.5, but now the CS4 and CS5 programs are giving me a licensing error. I've restarted. Uninstalled, reinstalled. And still, they don't work. I need to stay at 10.8.5 and not go to Maverick, per a client's needs at this time. Help!

    I've also tried this...that I found in another discussion...also did not work.
    Solution 1: Delete the FlexNet Publisher preferences folder
    -  Quit all Adobe applications.
    -  On your startup disk, locate and delete the following folder:
    [hard drive]/Library/Preferences/FlexNet Publisher/ 

  • SFTP receiver error: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE

    Hi,
    When we try to send file over seeburger SFTP (receiver) we are getting the error as below.
    Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: >> Description: SFTP transaction error occured.>> Details: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true, >> Description: SFTP transaction error occured.>> Details: putFile: Could not connect to remote host; Reason: Unable to open Sftp client. SshReasonCode: CHANNEL_FAILURE>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMMUNICATION_ERROR>>Retryable: true>>Fatal: true
    But we are able to connect through filezilla . we are able to create and delete file using the same username and password which is being used in SFTP adapter.
    we have imported the both dsa and rsa keys in SFTP partner folder in NWA. Even though we are getting same error.
    Thanks,
    Vinayak

    Hi Ram,
    we checked with network team and port 22 is open and they are able to ping to the target system.
    we checked the seeburger logs and we see EOF received from remote site error:
    Caused by: com.maverick.ssh.SshException: EOF received from remote side [Unknown cause]
    #at com.maverick.ssh2.TransportProtocol.b(Unknown Source)
    #at com.maverick.ssh2.TransportProtocol.i(Unknown Source)
    #at com.maverick.ssh2.TransportProtocol.nextMessage(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter.d(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter.access$000(Unknown Source)
    #at com.maverick.ssh.message.SshMessageRouter$_b.run(Unknown Source) 
    Thanks,
    Vinayak.

  • Generic oracle eway code generation error in Java caps 5.1.3

    Hi,
    I'm using an oracle eway for adding records to a table. I have a prepared statement in the otd. When I try to build the project I'm getting the following error. Could any one let me know how this problem can be fixed?
    com.stc.codegen.framework.model.CodeGenException: Generic Oracle eway code generation error(ERROR_CODEGEN_GENERIC_CODELET_GENERAL)
         at com.stc.oracle.codegen.OracleEWayCodeletFactory$OracleEWayCodelet.generateFiles(OracleEWayCodeletFactory.java:1860)
         at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.processCodelets(CodeGenFrameworkImpl.java:640)
         at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.process(CodeGenFrameworkImpl.java:1544)
         at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:405)
         at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVisitorImpl.java:308)
         at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.traverseDeployment(DeploymentVisitorImpl.java:268)
         at com.stc.codegen.driver.module.DeploymentBuildAction.loadCodeGen(DeploymentBuildAction.java:923)
         at com.stc.codegen.driver.module.DeploymentBuildAction.access$1000(DeploymentBuildAction.java:174)
         at com.stc.codegen.driver.module.DeploymentBuildAction$1.run(DeploymentBuildAction.java:599)
         at org.openide.util.Task.run(Task.java:136)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
    Caused by: com.stc.codegen.framework.model.CodeGenException: Exception when generating OTD code ...Exception: javaClass: Oracle_std_otdOTD: Exception when invoke DB Codegen Task...Exception: Invalid parameter type: Class : [Std_insert_PreapredStat] Object: [Param1] Param Type : [DECIMAL].(ERROR_CODEGEN_DB)(ERROR_CREATE_OTD)
         at com.stc.oracle.codegen.OracleEWayCodeletFactory$OracleEWayCodelet.generateOtdJarFile(OracleEWayCodeletFactory.java:2045)
         at com.stc.oracle.codegen.OracleEWayCodeletFactory$OracleEWayCodelet.generateFiles(OracleEWayCodeletFactory.java:1756)
         ... 10 more
    Regards,
    Abdul

    hi...
    i too getting same problem..how did u reslove this...
    please help me out...
    thanks in advance
    KK

  • Weblogic Commerce Server3.5 license Error

    I have installed Weblogic Commerce Server3.5 on my Server today. I got the same
    error message when i try to start the server.
    Aug 21, 2003 10:19:22 AM CDT> <Error> <COMMERCE_SERVER_FRAMEWORK> <W646> <Admin>
    <main> <> <> <000000> <LOG_FATAL: WebLogic Personalization Server: Core Server:
    3.5 license error.>
    I have got a temp license. i copied and pasted in the group of the license.bea
    file. Is that the way i do?
    Plz let me know what is the solution for this error.
    I have installed Weblogic server6.1 with SP5 along with this server
    Thanks,
    Eshwer

    Hello Muffy,
    It looks like you do not have WLS 5.1 service pack 6 installed correctly. I
    say this because I do not see the sp6 message at the top of your log and I saw
    this message in your log:
    org.xml.sax.SAXParseException: Element "weblogic-enterprise-bean" allows no
    further input; "transaction-isolation" is not allowed
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

  • Photoshop CS4 Licensing error

    I'm using my Photoshop CS4 for a long time now but on Tuesday it suddenly crashed saying some Licensing error occured and I have to restart my computer to solve the problem. The restart didn't help. I've read, that there is a License Repair Tool, so firstly I've downloaded that one, trying to repair the product. Nothing has changed. The next step was to reinstall the whole product. I also had some difficulties to remove it, because the uninstaller didn't want to start. After removing it with the Creative Suite cleaning tool and removing the nessecary files the reinstalled progmam showed the same message. Also tried to remove the latest Windows updates installed that day without success. Is there any solution for my problem? I have a CS5 upgrade also installed and it's working, but I prefer the CS4 for some reasons.

    I've cleand out, but it just showed me another error message (I think the error 6: configuration error) with both the CS4 and the CS5. So I removed all of them, deleted all Adobe files related to CS4 or CS5 and installed them again. The message is the same (Error 150:30), when I start the CS4, but the CS5 works fine. (I've tried it on another computer and it's working there) How can I make sure the service is running correctly or where can I start it manually?

  • Dreamweaver CS4 keeps showing a licensing error 150:30. Any ideas?

    I am running Dreamweaver CS4 on a MacBook Pro. After a Mac OSX update earlier today Dreamweaver keeps showing a licensing error 150:30 and the only solution on line is not suitable for OS 10.9.5. Any ideas?

    The terminal app option worked but after a restart I got the error message again. It worked a second time but then another restart brought me back to the beginnin. Have repaired permissions and tried the other potential solutions. I only use DW CS4 once in a while but I'd love a permanent solution.

  • CS4 Licensing Error 150:30

    After re-installing OS X my CS4 applications are not working.
    I keep getting message  "Licensing Error 150:30"

    The Licensing repair tool does work. OSX 10.7 and above:
    Download and open LicenseRecovery111.dmg on your Desktop
    Open Terminal and type sudo and leave a space. <do not press "Enter" yet>.
    Open the License Folder on the opened LicenseRecovery111.dmg and drag
    "LicenseRecover.py" file into the Terminal Window.
    The sudo command and path to the .py file should look like the screenshot below.
    Press Enter to begin
    Type in your password, but know that you will not see dots or asterisks as you type.
    Press Enter again, let the script run and finish. You should be able to run Photoshop now.
    (If this answer solves it, mark it as "correct" or get back to me if it doesn't.)

  • Ver 11.1.4 and error missing MSVCR80.dll. It said to reload and I did ... twice. Now I can not open itunes at all.

    Did an update to ver 11.1.4 and error message "missing MSVCR80.dll" appeared. It said to reload again and I did ... twice. Now I can not open itunes at all.  Any suggestions?

    You supply little pertinent about the MBP and the iPhone.
    First... on the MBP... Click on the Apple icon.. Top left in Finder...
     > About this Mac > Version...what does it say?
    Which iPhone and what is its' iOS Version.

Maybe you are looking for

  • Battery Life on iPhone 5 with IOS 7.0.2

    Hi all, What's the average battery life on iPhone after the upgrade to IOS 7.0.2? I tried to put my phone (with 100% full battery) on Airplane Mode before I went to bed (around 11pm). When I checked my phone at 6.30am in the morning, it's only 1% bat

  • How can I get PowerPC support apps on my macbook?

    I just switched to Mac OS X Lion yesterday and I feel like I just wasted a ton of money on something that now doesn't support all my school cd's and apps. How can I get software back on my computer to help get rid of the "Can't Open Because this isn'

  • App Server Slow Down

    Hi All, I had posted my query earlier, no one seem 2 hv replied. hopefully someone will this time. Oracle 9iAS admin console takes a long time to load, around 15 mins, and also as much for other tasks as deploying applications etc. Development is jus

  • Unable to find published output for this request

    Hi All: I have created a XML report (Data Template and the RTF) in EBS and the program runs fine. Then I changed/modified the Data Template and updated the xml file. When I try to run the report after the change the report completes normal but have n

  • How do I Uninstall OS X Mavericks & reinstall Snow leopard?

    I want to uninstall OS X Mavericks & reinstall Snow Leopard. Mavericks has disabled iPhotos & some other software I use daily so I want to get rid of this new OS. Anyone know where to start? I can't seem to find my way around this new OS. Thanks.