Strange make error when script is started in PKGBUILD

Hi
I have an extremely strange error related to make when I tried to package the -git version of Open Watcom (v2 fork)
https://aur.archlinux.org/packages/open_watcom-v2-git/
When running makepkg -s, the build chokes on the following step:
building wsplice in $srcdir/watcom/bld/wmake (Makefile: posmake)
since this binary is not built, some headers are not generated and the build dies.
Doing exactly the same thing as in the PKGBUILD "build()" outside of makepkg -s
by cd-ing to $srcdir/watcom and running
source setvars.sh
./build.sh
works and stuff are building....
Anyone got an idea what could be the issue?

Trilby wrote:
Can you provide the actual error output?
Have you tried building manually as you describe after setting environment variables as specified in makepkg.conf?
There is no actual error output where it actually goes wrong. This is the issue I opened before I noticed that the error only happened when I used makepkg:
https://github.com/open-watcom/open-watcom-v2/issues/76
The relevant part of the $srcdir/watcom/bld/wmake/posmake is this:
wsplice: wsplice.o clibext.o
$(CC) -g wsplice.o clibext.o -o $@
usage.gh : ../h/usage.sp wsplice
./wsplice -kIS_RC -kENGLISH -f '{MSG_USAGE_BASE+%#%+, "%s"},' ../h/usage.sp -o "%n%n%n%n" $@
usageend.gh: usage.gh wsplice
./wsplice -f "%+" usage.gh -o "#define MSG_USAGE_LAST (MSG_USAGE_BASE+%#)%n" $@
cretype : ../c/cretype.c
$(CC) -o $@ $?
If I build with makepkg -s (invoking "source setvars.sh" and "./build.sh" inside PKGBUILD), this happens:
rm -f *.o *.gh
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../../builder/c/wsplice.c
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../../watcom/c/clibext.c
cc -o cretype ../c/cretype.c
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../c/macros.c
In file included from ../c/macros.c:49:0:
../h/mrcmsg.h:245:23: fatal error: usageend.gh: No such file or directory
#include "usageend.gh"
^
compilation terminated.
../posmake:16: recipe for target 'macros.o' failed
If I do exactly the same thing outside of makepkg (manually "source setvars.sh" and "./build.sh"), I get this:
rm -f *.o *.gh
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../../builder/c/wsplice.c
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../../watcom/c/clibext.c
cc -g wsplice.o clibext.o -o wsplice
./wsplice -kIS_RC -kENGLISH -f '{MSG_USAGE_BASE+%#%+, "%s"},' ../h/usage.sp -o "%n%n%n%n" usage.gh
./wsplice -f "%+" usage.gh -o "#define MSG_USAGE_LAST (MSG_USAGE_BASE+%#)%n" usageend.gh
./cretype > isarray.gh
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../c/macros.c
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../c/main.c
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../c/massert.c
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../c/mautodep.c
cc -g -O2 -I../h -I../../watcom/h -I../../lib_misc/h -I. -D__LINUX__ -D__UNIX__ -DUNIX -Uunix -DBOOTSTRAP -c ../c/mautoomf.c
(and so on...)
Thanks to your suggestion, I also tried the manual method above but also with "source /etc/makepkg.conf" (and checked with echo that the variables were defined)
This gives exactly the same output as my previous attempt to manually build, so this is not the issue...

Similar Messages

  • Error when trying to start the ToolsAndFrameworks to access Endeca workbenc

    Hi All,
    I am getting the below error when trying to start the ToolsAndFrameworks.
    Starting Workbench (background process)
    The BASEDIR environment variable is not defined correctly
    This environment variable is needed to run this program
    Regards
    SK

    Hi SK,
    This occurs in those cases where the Endeca environment variables are not set properly. Make sure all the Endeca environment variables are set before starting the Tools services.
    Executing the 'mdex_setup_ini' and 'installar_sh.ini' will setup the Endeca environment variables. Below are the commands for the same.
    source /local/endeca/MDEX/6.3.0/mdex_setup_sh.ini
    source /local/endeca/PlatformServices/workspace/setup/installer_sh.ini
    HTH,
    Mahesh

  • Dns error when trying to start ssgd 4.4

    Hi,
    I get the following error when trying to start a fresh install of SSGD 4.4 on sun solaris 10 sparc machine
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    2008/05/12 18:34:43.082 (pid 27580) server/common/fatalerror #1210597482966
    Sun Secure Global Desktop Software (4.4) FATAL ERROR:
    The configured DNS name of the server (unknown) couldn't be
    resolved in DNS.
    The server can't start.
    Check your DNS configuration.
    I tried changing the servername in the httpd.conf file but still get the above errors. What could be the possibel reasons for this error.
    Thanks,

    Hi,
    I changed the peerdns name to "penguin.everett.nl"
    Cbash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#
    However, when I now start the tarantella I get the following error :
    bash-3.00# /opt/tarantella/bin/tarantella stop
    Secure Global Desktop services are not currently running.
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:62)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:82)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:386)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:401)
    at com.sco.jndi.toolkit.provider.ToolkitContext.nameNotFound(ToolkitContext.java:436)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:62)
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:39)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:83)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:68)
    at com.sco.jndi.provider.file.FileContext.child(FileContext.java:612)
    at com.sco.jndi.provider.file.FileContext.f_lookupLink(FileContext.java:889)
    ... 12 more
    java.io.IOException: Failed to load all Beans : javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at com.sco.tta.server.server.JServer.<init>(JServer.java:327)
    at TTAServer.run(TTAServer.java:391)
    at java.lang.Thread.run(Thread.java:619)
    bash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#

  • I get an error when attempting to start genius. It says "Unsuccessful Action: The action you attempted to perform did not complete successfully. Please try again later." Help!

    I get an error when attempting to start genius. It says "Unsuccessful Action: The action you attempted to perform did not complete successfully. Please try again later." Help!

    From an existing Discussion:
    Go to Safari --> Preferences
    Click Security
    Show Cookies
    Type "apple.com" in to top search field
    Select All
    Click Remove
    Click Done
    Repeat the above to confirm they are gone (mine took two attempts)
    Choose Update Genius again in iTunes.
    iTunes 9 - can't update genius https://discussions.apple.com/thread/2151150

  • Error when the engine starts

    Hi all,
    I'm getting this error when my engine starts. What can be happening? How can I avoid it?
    fuego.transaction.DatabaseException: Se ha producido un error al acceder a la base de datos.
    Detalle:Instrucción SQL: 'DELETE FROM PWKTODO WHERE WKTDKEY = ? WKTDKEY:'caducator.'
    at fuego.server.persistence.jdbc.JdbcToDoItemPersMgr.delete(JdbcToDoItemPersMgr.java:806)
    at fuego.server.persistence.Persistence.deleteToDoItem(Persistence.java:758)
    at fuego.server.execution.AbstractToDoQueue.persist(AbstractToDoQueue.java:46)
    at fuego.server.execution.EngineExecutionContext.persistToDoItems(EngineExecutionContext.java:2054)
    at fuego.server.execution.EngineExecutionContext.persist(EngineExecutionContext.java:1207)
    at fuego.transaction.TransactionAction.beforeCompletion(TransactionAction.java:132)
    at fuego.connector.ConnectorTransaction.beforeCompletion(ConnectorTransaction.java:692)
    at fuego.connector.ConnectorTransaction.commit(ConnectorTransaction.java:375)
    at fuego.transaction.TransactionAction.commit(TransactionAction.java:302)
    at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:481)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    at fuego.ejbengine.ItemExecutionBean.processMessage(ItemExecutionBean.java:207)
    at fuego.ejbengine.ItemExecutionBean.onMessage(ItemExecutionBean.java:118)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5058)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Transaction timed out after 29 seconds
    BEA1-29DC678B1DDE2A93EEAE
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1418)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1330)
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:189)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:64)
    at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:92)
    at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:482)
    at fuego.jdbc.FaultTolerantConnection.prepareStatement(FaultTolerantConnection.java:541)
    at fuego.server.persistence.jdbc.JdbcToDoItemPersMgr.delete(JdbcToDoItemPersMgr.java:763)
    at fuego.server.persistence.Persistence.deleteToDoItem(Persistence.java:758)
    at fuego.server.execution.AbstractToDoQueue.persist(AbstractToDoQueue.java:46)
    at fuego.server.execution.EngineExecutionContext.persistToDoItems(EngineExecutionContext.java:2054)
    at fuego.server.execution.EngineExecutionContext.persist(EngineExecutionContext.java:1207)
    at fuego.transaction.TransactionAction.beforeCompletion(TransactionAction.java:132)
    at fuego.connector.ConnectorTransaction.beforeCompletion(ConnectorTransaction.java:692)
    at fuego.connector.ConnectorTransaction.commit(ConnectorTransaction.java:375)
    at fuego.transaction.TransactionAction.commit(TransactionAction.java:302)
    at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:481)
    at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
    at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
    at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
    at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
    at fuego.ejbengine.ItemExecutionBean.processMessage(ItemExecutionBean.java:207)
    at fuego.ejbengine.ItemExecutionBean.onMessage(ItemExecutionBean.java:118)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5058)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1343)
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:189)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:64)
    at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:92)
    at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:482)
    at fuego.jdbc.FaultTolerantConnection.prepareStatement(FaultTolerantConnection.java:541)
    at fuego.server.persistence.jdbc.JdbcToDoItemPersMgr.delete(JdbcToDoItemPersMgr.java:763)
    ... 26 more

    The only thing I'd caution you strongly against doing is to undeploy a project that has active instances in production.
    If you do this, the instances currently running through the processes in the project will be lost and cannot be resurrected.
    If this is not in production, then undeploying the project obviously won't do you any harm.
    Probably not the cause of the problem, but the only time I've seen a similar error was when an incorrect JDBC driver was used for the Engine. If this is not a new installation and you're on the latest patchset and you haven't done anything odd with the JDBC driver, then you might want to give support a call to see if they've run into a similar issue in the past.
    Dan

  • I get an error that says that LR5 encounterd a preview cach error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    I get an error that says that LR5 encountered a preview cache error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    Go to the folder with you Lightroom Catalog (usually in Pictures) and delete the folder ending in .lrpreviews
    This contains the previews for the files Lightroom has linked to. They will need to be rebuilt which can be done while working or selecting an amount you want to rebuild and accessing the rebuild command in the Library Dropdown menu...

  • Strange SQL error when starting VCServer

    Hello,
    I just installed the Visual Composer Server on the same box as my EP6SP2.
    When I, from a client, tries to access http://server/VCServer/ the application starts up, and launches a window where I must make a new model. If i here tries to enter anything in any of the text-fields, it comes up with an errormessage:
    ERROR
    SQL Query "SELECT m.ID, m.login_name, m.kit_name, m.kit_version, r.name, owner FROM MODELS m, RULES r WHERE r.id = m.owner_id ORDER BY login_name" in invalid:
    [Microsoft][ODBC SQL Server Driver][SQL Server] Invalid columb name 'id'.
    The MSSQL database seems to be created during installation with no problems. The MSSQL 2000 is running SP3.
    Any help and directions would be appreciated.
    Jonas

    Hi All
    I used to get this error when I installed VC on Windows XP SP1 and is connected to MS SQL 2000 (SP3).
    The reason was that the MDAC components where not upto date. Hence I had to upgrade my system to SP2 level with the latest version of MDAC. After that everything worked  fine.
    I strongly recommend the usage of the following tools to figure out such problems:
    1)MICROSOFT MDAC COMPONENT CHECKER
    2)Visual Composer Analyser - This is just an executable HTML file where you may need to add a few log lines to get a better result.
    Regards
    Manu

  • [solved]make error when using svn in PKGBUILD

    Hi, all
    I want to install the development package of R software using PKGBUILD. My PKGBUILD file is like this:
    pkgname=r
    _svnmod=r
    pkgver=0.0.0
    pkgrel=1
    pkgdesc="R is a language and environment for statistical computing and graphics"
    arch=('i686' 'x86_64')
    license=('GPL')
    url=('http://www.r-project.org/')
    depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff'
    'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
    'tk' 'libxt' 'libxmu' 'pango')
    #makedepends=('subversion' 'openjdk6' 'gcc-fortran')
    makedepends=('subversion' 'jre7-openjdk')
    options=('!makeflags')
    conflicts=('r')
    provides=('r')
    source=('r::svn+https://svn.r-project.org/R/trunk/')
    md5sums=('SKIP')
    pkgver() {
    cd "$SRCDEST/$_svnmod"
    svnversion
    build() {
    cd "$srcdir/$_svnmod"
    ./configure --prefix=/usr \
    --libdir=/usr/lib \
    --datarootdir=/usr/share \
    rsharedir=/usr/share/R/ \
    rincludedir=/usr/include/R/ \
    rdocdir=/usr/share/R/docs/ \
    --enable-memory-profiling \
    --with-readline \
    --with-x \
    --with-system-zlib \
    --with-system-bzlib \
    --with-system-pcre \
    --enable-R-shlib \
    --with-lapack \
    --with-blas \
    --without-recommended-packages \
    F77=gfortran \
    LIBnn=lib
    make
    package() {
    cd "$srcdir/$_svnmod"
    make -j1 DESTDIR=${pkgdir} install
    # Fixup R wrapper scripts.
    sed -i "s|${pkgdir} ||" ${pkgdir}/usr/bin/R
    rm ${pkgdir}/usr/lib/R/bin/R
    cd ${pkgdir}/usr/lib/R/bin
    ln -s ../../../bin/R
    But i encounter a make error like this:
    ERROR: not an svn checkout
    make: *** [svnonly] ERROR 1
    Did anyone give me some advices? Thanks a lot!
    PS. I was noticed that in wiki page "VCS PKGBUILD Guidelines", "The copy in $srcdir is made using svn export which does not create working copies. Any svn related command has to be used in the local repo in $SRCDEST." So when I change the cd line in build() and package() function into
    cd "$SRCDEST/$_svnmod"
    the error message vanished. But the local repo are changed when configure and make the project.
    Last edited by januslian (2013-05-06 08:50:09)

    Scimmia wrote:This will be fixed in pacman 4.1.1. For now, just copy the ".svn" dir yourself. cp -r "$SRCDEST/$_svnmod/.svn" "$srcdir/$_svnmod"
    Great, it works. Thanks.

  • Plenty of makes errors when installing 8.1.6

    Hello everyone
    please help me. I got plenty of target make scripts not found errors when installing Oracle8i 8.1.6 on Redhat 7.0
    This is perplexing - I can even get to the stage where you guys got all those linking errors.
    Help will be most appreciated! Thanks!

    Did you set all the environment variables as instructed in the insatllation manual?

  • Error when trying to start BPEL PM server

    Hi ,
    I encountered the following error when i try to boot the BPEL PM server.
    Can somebody help me with this problem.
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\orabpel_ear\ejb_ob_engine.jar: Syntax error in source
    06/09/13 10:48:38 done.
    06/09/13 10:48:38 Error instantiating application 'orabpel' at file:/D:/OraBPELP
    M_1/integration/orabpel/system/appserver/oc4j/j2ee/home/applications/orabpel_ear
    /: Error initializing ejb-module; Exception Error in application orabpel: Error
    loading package at file:/D:/OraBPELPM_1/integration/orabpel/system/appserver/oc4
    j/j2ee/home/applications/orabpel_ear/ejb_ob_engine.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\orabpel_ear\ejb_ob_engine.jar: Syntax error in source
    06/09/13 10:48:38 Application bc4j (bc4j) initialized...
    06/09/13 10:48:38 Auto-deploying - hw_services.war (No previous deployment found
    06/09/13 10:48:38 Auto-deploying - compiling and loading...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    Error in application hw_services: Error loading package at file:/D:/OraBPELPM_1/
    integration/orabpel/system/appserver/oc4j/j2ee/home/applications/hw_services/hw_
    services.war,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    06/09/13 10:48:39 done.
    06/09/13 10:48:39 Error instantiating application 'hw_services' at file:/D:/OraB
    PELPM_1/integration/orabpel/system/appserver/oc4j/j2ee/home/applications/hw_serv
    ices.ear: Error initializing ejb-module; Exception Error in application hw_servi
    ces: Error loading package at file:/D:/OraBPELPM_1/integration/orabpel/system/ap
    pserver/oc4j/j2ee/home/applications/hw_services/hw_services.war,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\hw_services\hw_services.war: Syntax error in source
    06/09/13 10:48:39 Auto-deploying - OWFWrapperEJB.jar (No previous deployment fou
    nd)...
    06/09/13 10:48:39 Auto-deploying - compiling and loading...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    Error in application owf: Error loading package at file:/D:/OraBPELPM_1/integrat
    ion/orabpel/system/appserver/oc4j/j2ee/home/applications/owf/OWFWrapperEJB.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    06/09/13 10:48:43 done.
    06/09/13 10:48:43 Error instantiating application 'owf' at file:/D:/OraBPELPM_1/
    integration/orabpel/system/appserver/oc4j/j2ee/home/applications/owf.ear: Error
    initializing ejb-module; Exception Error in application owf: Error loading packa
    ge at file:/D:/OraBPELPM_1/integration/orabpel/system/appserver/oc4j/j2ee/home/a
    pplications/owf/OWFWrapperEJB.jar,
    Error compiling D:\OraBPELPM_1\integration\orabpel\system\appserver\oc4j\j2ee\ho
    me\applications\owf\OWFWrapperEJB.jar: Syntax error in source
    06/09/13 10:48:43 Application b2bwsilplugin (BPEL-B2B adapter WSIL plugin) initi
    alized...
    06/09/13 10:48:43 Application icwsilplugin (BPEL-IC adapter WSIL plugin) initial
    ized...
    06/09/13 10:48:43 Web-App default:defaultWebApp (0.0.0.0/0.0.0.0:9700/) started.
    06/09/13 10:48:43 Building Global TagLibrary Persistent Cache
    06/09/13 10:48:43 Looking for global resource at D:\OraBPELPM_1\integration\orab
    pel\system\appserver\oc4j\j2ee\home\config\..\jsp\lib\taglibDone getting applica
    tion current resources
    06/09/13 10:48:43 Done initializing cache
    06/09/13 10:48:43 Refreshing global cache - from existing cache ...
    06/09/13 10:48:43 Building Application TagLibrary Persistent Cache for defaultWe
    bApp
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:admin_war (0.0.0.0/0.0.0.0:9700/BPELAdmin) sta
    rted...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for admin_war
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:console_war (0.0.0.0/0.0.0.0:9700/BPELConsole)
    started...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for console_w
    ar
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 Web-App orabpel:startup_war (0.0.0.0/0.0.0.0:9700/orabpel) sta
    rted...
    06/09/13 10:48:44 Building Application TagLibrary Persistent Cache for startup_w
    ar
    06/09/13 10:48:44 Done getting application current resources
    06/09/13 10:48:44 Done initializing cache
    06/09/13 10:48:44 Refreshing application cache - from existing cache ...
    06/09/13 10:48:44 Found 0 listeners
    06/09/13 10:48:44 log4j:WARN No appenders could be found for logger (org.collaxa
    .thirdparty.apache.axis.transport.http.AxisServlet).
    06/09/13 10:48:44 log4j:WARN Please initialize the log4j system properly.
    06/09/13 10:48:47 java.lang.Exception: Failed to create "ejb/collaxa/system/Serv
    erBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/co
    llaxa/system/ServerBean not found
    at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:164)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java
    :333)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java
    :120)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.oracle.bpel.client.util.BeanRegistry.lookupServerBean(BeanRegistr
    y.java:95)
    at com.oracle.bpel.client.util.BeanRegistry.lookupServerBean(BeanRegistr
    y.java:81)
    at com.oracle.bpel.client.util.BeanCache.getServerBean(BeanCache.java:88
    at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:59)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.
    java:2354)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.
    java:4795)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpAppl
    ication.java:4889)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.
    java:1015)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:
    549)
    at com.evermind.server.Application.getHttpApplication(Application.java:8
    90)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.jav
    a:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServe
    r.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanRegistry.lookupServer
    Bean(BeanRegistry.java:109)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanRegistry.lookupServer
    Bean(BeanRegistry.java:81)
    06/09/13 10:48:47 at com.oracle.bpel.client.util.BeanCache.getServerBean(B
    eanCache.java:88)
    06/09/13 10:48:47 at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderS
    ervlet.java:59)
    06/09/13 10:48:47 at javax.servlet.GenericServlet.init(GenericServlet.java
    :258)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.loadServlet(
    HttpApplication.java:2354)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.findServlet(
    HttpApplication.java:4795)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.initPreloadS
    ervlets(HttpApplication.java:4889)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.initDynamic(
    HttpApplication.java:1015)
    06/09/13 10:48:47 at com.evermind.server.http.HttpApplication.<init>(HttpA
    pplication.java:549)
    06/09/13 10:48:47 at com.evermind.server.Application.getHttpApplication(Ap
    plication.java:890)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.getHttpApplicatio
    n(HttpServer.java:707)
    06/09/13 10:48:47 at com.evermind.server.http.HttpSite.initApplications(Ht
    tpSite.java:625)
    06/09/13 10:48:47 at com.evermind.server.http.HttpSite.setConfig(HttpSite.
    java:278)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.setSites(HttpServ
    er.java:278)
    06/09/13 10:48:47 at com.evermind.server.http.HttpServer.setConfig(HttpSer
    ver.java:179)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServer.initializeHttp(
    ApplicationServer.java:2394)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServer.setConfig(Appli
    cationServer.java:1551)
    06/09/13 10:48:47 at com.evermind.server.ApplicationServerLauncher.run(App
    licationServerLauncher.java:92)
    06/09/13 10:48:47 at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:47 Web-App orabpel:httpbinding (0.0.0.0/0.0.0.0:9700/httpbinding)
    started...
    06/09/13 10:48:47 Building Application TagLibrary Persistent Cache for httpbindi
    ng
    06/09/13 10:48:47 Done getting application current resources
    06/09/13 10:48:47 Done initializing cache
    06/09/13 10:48:47 Refreshing application cache - from existing cache ...
    06/09/13 10:48:47 Found 0 listeners
    06/09/13 10:48:47 Web-App bc4j:webapp (0.0.0.0/0.0.0.0:9700/webapp) started...
    06/09/13 10:48:47 Building Application TagLibrary Persistent Cache for webapp
    06/09/13 10:48:47 Done getting application current resources
    06/09/13 10:48:47 Done initializing cache
    06/09/13 10:48:47 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:deploy (0.0.0.0/0.0.0.0:9700/integration/s
    ervices/deploy) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for deploy
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:hw_services (0.0.0.0/0.0.0.0:9700/integrat
    ion/services) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for hw_servic
    es
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:testconnection (0.0.0.0/0.0.0.0:9700/integ
    ration/services/testconnection) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for testconne
    ction
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:48 Found 0 listeners
    06/09/13 10:48:48 Web-App hw_services:worklistxpress (0.0.0.0/0.0.0.0:9700/integ
    ration/worklistapp) started...
    06/09/13 10:48:48 Building Application TagLibrary Persistent Cache for worklistx
    press
    06/09/13 10:48:48 Done getting application current resources
    06/09/13 10:48:48 Done initializing cache
    06/09/13 10:48:48 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 Web-App owf:owf (0.0.0.0/0.0.0.0:9700/integration/owf) started
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for owf
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 NOT running under appserver environment
    06/09/13 10:48:49 javax.naming.NameNotFoundException: loc/jdbc/BPELServerDataSou
    rce not found
    06/09/13 10:48:49 at com.evermind.server.rmi.RMIContext.lookup(RMIContext.
    java:164)
    06/09/13 10:48:49 at com.evermind.server.ApplicationContext.lookup(Applica
    tionContext.java:333)
    06/09/13 10:48:49 at com.evermind.server.ApplicationContext.lookup(Applica
    tionContext.java:120)
    06/09/13 10:48:49 at javax.naming.InitialContext.lookup(InitialContext.jav
    a:347)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.AppWrapper.getDataSource(A
    ppWrapper.java:53)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.BridgeDBWrapper.<init>(Bri
    dgeDBWrapper.java:77)
    06/09/13 10:48:49 at oracle.tip.pc.services.owf.callback.OWFMonitorServlet
    .init(OWFMonitorServlet.java:45)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.loadServlet(
    HttpApplication.java:2354)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.findServlet(
    HttpApplication.java:4795)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.initPreloadS
    ervlets(HttpApplication.java:4889)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.initDynamic(
    HttpApplication.java:1015)
    06/09/13 10:48:49 at com.evermind.server.http.HttpApplication.<init>(HttpA
    pplication.java:549)
    06/09/13 10:48:49 at com.evermind.server.Application.getHttpApplication(Ap
    plication.java:890)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.getHttpApplicatio
    n(HttpServer.java:707)
    06/09/13 10:48:49 at com.evermind.server.http.HttpSite.initApplications(Ht
    tpSite.java:625)
    06/09/13 10:48:49 at com.evermind.server.http.HttpSite.setConfig(HttpSite.
    java:278)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.setSites(HttpServ
    er.java:278)
    06/09/13 10:48:49 at com.evermind.server.http.HttpServer.setConfig(HttpSer
    ver.java:179)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServer.initializeHttp(
    ApplicationServer.java:2394)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServer.setConfig(Appli
    cationServer.java:1551)
    06/09/13 10:48:49 at com.evermind.server.ApplicationServerLauncher.run(App
    licationServerLauncher.java:92)
    06/09/13 10:48:49 at java.lang.Thread.run(Thread.java:534)
    06/09/13 10:48:49 Web-App b2bwsilplugin:b2bwsilplugin (0.0.0.0/0.0.0.0:9700/B2BW
    SIL) started...
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for b2bwsilpl
    ugin
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 B2B not installed
    06/09/13 10:48:49 Web-App icwsilplugin:icwsilplugin (0.0.0.0/0.0.0.0:9700/ic) st
    arted...
    06/09/13 10:48:49 Building Application TagLibrary Persistent Cache for icwsilplu
    gin
    06/09/13 10:48:49 Done getting application current resources
    06/09/13 10:48:49 Done initializing cache
    06/09/13 10:48:49 Refreshing application cache - from existing cache ...
    06/09/13 10:48:49 Found 0 listeners
    06/09/13 10:48:49 Interconnect not installed
    06/09/13 10:48:49 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized

    Hi guys:
    I got exactly the same error. I recently installed BPEL Process Manager for Developers 10g Release 2 (10.1.2) in windows XP.
    The default setting for BPEL VM memory is Xms512m -Xmx512m -Xmn300m. I tried to set maximum size to 1024 but I had this error.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    if any body can suggest a solution will be great .
    Thanks.
    Message was edited by:
    user533906
    Message was edited by:
    user533906

  • M Having this error when ever i start any program in windows 7 professional 64bit. please help me

    i scanned my for viruses but no viruses has been found .. i have also scanned my system for malware too and found some threads but now they all are removed .. but m still getting this error ''The Parameter Is Incorrect'' when ever i start any program a runtime
    error occured.. 

    Hi,
    Could you let us know the exact and complete error message?
    The easier way is to use
    system restore to roll back to the previous point without any problem for test.
    Karen Hu
    TechNet Community Support

  • Object refrenence error when add-on start in client machine

    Hi all,
    I m getting error in add-on when i m start to add-on client machine its through error  object reference error. msgbox continuously
    Thanks & Regards
    B.Lakshmi narayanan

    Hi
    Check this
    Error: Object reference not set to an instance of an object
    "Object Reference Not Set To An Instance Of An Object"   
    Object reference not set to an instance of an object.
    Thansk
    Mohammad Imran

  • Error when trying to start Apache Chemistry Workbench (./workbench.sh)

    Hi colleagues,
    when trying to start the Apache Chemistry Workbench with ./workbench.sh (as described in Unit 4 of Week 3 of the SAP HANA course), i'am getting the following error:
    Can someone please help me?
    Thanks and regards
    Thorsten

    Hi Dieter,
    yes, that solved the problem. I'am using MKS Toolkit under Windows, so that i can use the bash in the command prompt. I thought wrong. ;-) With the batch file it works fine.
    Thanks
    Thorsten

  • Auroraservice error when trying to start http Server (9iAS)

    Hi
    my problem is that when trying to start oracle http server I get the error message:
    syntax error on line 14 of mod__ose.conf
    AuroraService-directive already in effect for this sever
    what does it mean and what can I do?
    thanks in advance

    Thanks, I now see the ASP.NET 20 version.  I am now getting the following error.
    Server Error in '/OSoft' Application.
    Object reference not set to an instance of an object.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [NullReferenceException: Object reference not set to an instance of an object.]
       System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264
       System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877
       OSoft.Services.Platform.Logging.Logger.logError(Object source, String user, String err) +0
       OSoft.Consumers.ZFP.WebBase.PageBase.logException(Exception ex) +312
       OSoft.Consumers.ZFP.WebBase.PageBase.WriteException(Exception ex) +24
       OSoft.Consumers.ZFP.WebBase.PageBase.page_load(Object sender, EventArgs e) +2313
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Page.ProcessRequestMain() +750
    Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

  • Strange JCO error when running Web Dynpro App

    I am developing a new WebDynpro application to be deployed on our SAP
    Portal interfacing with a SAP R/3 backend. The application uses
    multiple JCo destinations (two for each model) all of which were
    configured according the SAP guides (userid/password for metadata and
    ticket for model data). The tests work fine for all connections.
    However, we get HTTP 500 errors when executing the application. The
    main message is : "com.sap.mw.jco.JCO$Exception: (101)
    RFC_ERROR_PROGRAM: 'password' missing".
    I have not been able to find anything to help and SAP themselves have yet to provide us an explanation.
    - I was able to run the application fine in dev and it worked with this error occasionally appeared but now it always appears.
    - Our portal is 2004s SP 10
    - All of the JCOs are configured properly as per SAP instructions
         - modeldata use SSO with user configured in R/3
         - metadata use userid/password
    - Another prototype Web Dynpro application has the same error.
    - All of the Web Dynpro models are Adaptave RFC.
    Any ideas would be greatly appreciated.

    Here is the full exception I am getting.
    com.sap.tc.webdynpro.services.exceptions.TypeNotFoundException: type com.pwc.servicecenter.sapwai.wdmodel.types.Klassenart could not be loaded: com.sap.dictionary.runtime.DdException: failed to create provider: 'password' missing
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:250)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:213)
         at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:318)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:687)
         at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
         at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:429)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:932)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:176)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:116)
         at com.pwc.servicecenter.sapwai.wdcomponents.Z_CLASS_COPY_MAIN.wdDoInit(Z_CLASS_COPY_MAIN.java:97)
         at com.pwc.servicecenter.sapwai.wdcomponents.wdp.InternalZ_CLASS_COPY_MAIN.wdDoInit(InternalZ_CLASS_COPY_MAIN.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:429)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:700)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:772)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1248)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:353)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:551)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:190)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:429)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:700)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.dictionary.runtime.DdException: failed to create provider: 'password' missing
         at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:254)
         at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:146)
         at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:97)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:79)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:48)
         at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
         at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
         ... 63 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:229)
         ... 70 more
    Caused by: com.sap.mw.jco.JCO$Exception: (101) RFC_ERROR_PROGRAM: 'password' missing
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1015)
         at com.sap.mw.jco.JCO$Client.connect(JCO.java:3238)
         at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:91)
         at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:123)
         ... 75 more

Maybe you are looking for

  • Can't install bdbxml on Fedora? and have it work?

    Hi, This is following on from this: Error trying to import python dbxml package And there is a similar thread here: Linking Problem System: fedora15 x86_64 Initially I had everything working and it was going great. The python bindings even looked to

  • How do you find out which files are not authorized?

    All of a sudden, out of the blue, I start getting this message : Some of the Audible files in the iTunes library were not copied to the iPod "iPod" because you are not authorized to play them on this computer. Well first of all - all of the music I'v

  • Elgato EyeTV Hybrid tips & tricks

    I didnt know where else to put this so im posting this here. I'm looking for any tips & tricks or whatever you want to call it with the Elgato EyeTV Hybrid for Mac. Reason this being is because im using an Xbox 360 with this and i feel my experience

  • Re: Two years of intermittent broadband faults

    I have had a year with a shocking broadband service. I think I must have spent over 30 hours on hold to BT call centres. I have also had an engineer that didn't turn up. BT didn't have the good manners to call and tell me this, I had to call them to

  • Multiple transformation

    Hello, I want to do multiple transformation. i have many xsl files and one xml file. i want to generate single html with diffrent xsl. My question is "is there any case where we can give multiple xsl as a source?" I hope all can understand my problem