Workshop problem in building relationship

Hi there,
It seems that workshop (comes with WebLogic 8.1) has problem building
relationship. It keeps saying that it cannot retrieve column info. from my
data source, when in fact creating entity beans from the exact data
source/table works fine.
Am I miss anything?
Thanks.
Yan

"Byron Foster" <[email protected]> wrote in message
news:[email protected]...
>
Thanks for the assist, your option B was the problem. It appears thatwhen using
the "create entity bean from database table" feature the data-source-nameproperty
is set by workshop to the JNDI data source name, and NOT the NAME. Whenusing
the 'Add Relation' feature the wizard uses this name, which of coursewon't work!
But, it has to be the JNDI name because in weblogic-cmp-rdbms-jar.xml
<weblogic-rdbms-jar>.<weblogic-rdbms-bean>.<data-source-name> has to be JNDI
name. EJBGen puts the name here...
So, I still think it is a bug:( A work-around is to name the NAME and JNDI
Name the same?
>
Now, I'm getting some error about can't find table!!! I guess it doesn'treally
matter since I can just use the "have workshop generate foreign keys"option,
since we don't use the appserver to create the tables. The "query table"option
is just a little more convenient.
Again, thanks for the help!
Michael Kovacs <[email protected]> wrote:
Hi Byron,
The error you're seeing is because the relation wizard
is unable to find your datasource on the server. It does
this by looking up the datasource mbeans on the server.
A couple of things:
A) Make sure that your datasource is created on the server.
There's a couple of different ways you can accomplish this:
1) Use workshop's datasource viewer under Tools->WebLogic
Server->Datasource Viewer...
and make sure you see your datasource.
2) Use the console or weblogic.Admin to make sure that your datasource
exists. In the console you'd look under Servcies->JDBC->Datasources.
With weblogic.Admin the MBean type that you would look for, and that
Workshop looks for, using the command line tool is: JDBCTxDataSource
So a sample command to get these MBean types would be:
java weblogic.Admin -url t3://localhost:7001 -username weblogic
-password weblogic get -type JDBCTxDataSource -pretty
(making sure of course that you have weblogic.jar on your classpath)
If you don't see the JDBCTxDataSource MBean that corresponds to your
datasource then workshop isn't going to find your datasource.
B) Make sure that the datasource NAME that you specify for
your entity beans match what the NAME of the datasource
is on the server. Not the JNDI name but the name of the datasource.
hope this helps,
-Michael
Byron Foster wrote:
I'm using workshop 8.1 SP2, and Adding relationships does NOT workwith the
same symptoms as described below.
Connection Info using DBVisualizer:
Oracle
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Oracle JDBC driver
9.2.0.3.0
Using the same driver through DBVisualizer I'm ablie to browse thecolumn information,
so
that would lead me to believe it is not a driver issue.
"keith shacks" <[email protected]> wrote:
Carl
I have recently used relationships in workshop 8.1 sp2 and it seems
to
work fine.
- Keith
"Carl" <[email protected]> wrote:
Well, I upgraded to SP2. I tried to use the relationships again.
This
time around, they still don't work. I get a message "Unable to
retrieve
column information. Datasource xxx not found.":( Does anybody elsehave
luck creating relationships in Workshop SP2? I will be more than
happy
to
provide an example that illustrates this problem.
"Carl" <[email protected]> wrote in message
news:[email protected]...
>>>>>
I believe you have encountered a bug in workshop. So, I do myrelationships
manually. May be it will be fixed in sp2?
"Yan Zhou" <[email protected]_NoSpam> wrote in message
news:[email protected]...
Hi there,
It seems that workshop (comes with WebLogic 8.1) has problem
building
relationship. It keeps saying that it cannot retrieve column info.from
my
data source, when in fact creating entity beans from the exact data
source/table works fine.
Am I miss anything?
Thanks.
Yan

Similar Messages

  • Problem in building schema when try to invoke the another BPEL service

    Hi all,
    Whenever try to Invoke a another BPEL service using the Invoke activiy and Partnerlink, we need to create a variable structure similar to the providing service.
    For this I used create Auto Varible option available in the invoke activity. But after creating the variable, I tried to expand the variable for the copy operation, the error iam getting is Problem in building schema.
    This error never happened to me before. I have no clue.
    Jdev version:10.1.3.3.0
    Soa version:10.1.3.3.0
    Please help me on this.
    Thanks.

    Hi Lokesh,
    Iam not able to understand what you are trying to say. But my Input variable and Invoke Input variable are compatible, no problem on this. I got some clue from your reply.
    Finally I got it worked by doing it in another way.
    In my Invoking BPEL Process(ie. BPEL Process is trying to invoke the another BPEL Process using Partnerlink) wsdl I imported the partnerlink BPEL schema and it get solved my problem.
    eg) <import namespace="http://xmlns.oracle.com/BpelProcessname" schemaLocation="ParnerLinkBPELSchema.xsd"/>
    This can be usefull for others and I never did this to import the schema manually before, but it works without any errors.
    Now only it causing this problem, whether it is any Jdeveloper issue.
    And i tryed this using Jdev version 10.1.3.4.0, but still the same exception.
    This workaround will usefull for others.
    Thanks for your reply.
    bye.....

  • Workshop 3.3 build 608 + tomcat not starting

    I installed a fresh version of Workshop 3.3 build 608 in the anticipation that this would finally rid the issue I faced in an earlier post (search Tomcat 5.5.20 + BEA Workshop 3.2.1 build 589 issues)
    Only this time when I try to start the tomcat server, I get the generic "Server tomcat...failed to start".
    Here is the entry from the log file in my workspace. I'm hoping someone can show me the light at the end of the tunnel here.
    !ENTRY org.eclipse.wst.server.core 4 0 2006-12-04 18:03:35.343
    !MESSAGE Server Tomcat v5.5 @ localhost failed to start.
    !SESSION 2006-12-04 18:09:48.077 -----------------------------------------------
    eclipse.buildId=M20060921-0945
    java.version=1.5.0_09
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -feature com.m7.nitrox -application org.eclipse.ui.ide.workbench
    Command-line arguments: -os win32 -ws win32 -arch x86 -data @noDefault -feature com.m7.nitrox -application org.eclipse.ui.ide.workbench
    !ENTRY org.eclipse.wst.server.core 4 0 2006-12-04 18:12:56.124
    !MESSAGE Server Tomcat v5.5 @ localhost failed to start.
    !SESSION 2006-12-04 18:14:40.874 -----------------------------------------------
    eclipse.buildId=M20060921-0945
    java.version=1.5.0_09
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -feature com.m7.nitrox -application org.eclipse.ui.ide.workbench
    Command-line arguments: -os win32 -ws win32 -arch x86 -data @noDefault -feature com.m7.nitrox -application org.eclipse.ui.ide.workbench
    !ENTRY org.eclipse.wst.server.core 4 0 2006-12-04 18:15:08.765
    !MESSAGE Server Tomcat v5.5 @ localhost failed to start.

    Do you any web project configured for Tomcat server? If not, please add a web project to the server and then try to start.
    - In Server view, > Add and Remove Project, add a web project
    - Start the server

  • A problem about build project fail...

    Hi all, I'm fairly new to iPhone programing and now get a problem about build project fail. ><
    I've downloaded a couple of sample codes from Apple web site and build them, but there are some errors messages as below...
    Could some body help me to handle this problem?? I'll be very appreciated~
    ================================ Error msg of "MoveME" sample ============================
    Building target “MoveMe” of project “MoveMe” with configuration “Debug” — (21 errors, 1 warning)
    Checking Dependencies
    warning: couldn't add 'com.apple.XcodeGenerated' tag to '/Volumes/MoveMe/build/MoveMe.build': Error Domain=NSPOSIXErrorDomain Code=2 UserInfo=0x33ba1f0 "Operation could not be completed. No such file or directory"
    error: unable to create '/Volumes/MoveMe/build' (Read-only file system)
    error: unable to create '/Volumes/MoveMe/build' (Read-only file system)
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    warning: couldn't add 'com.apple.XcodeGenerated' tag to '/Volumes/MoveMe/build/MoveMe.build': Error Domain=NSPOSIXErrorDomain Code=2 UserInfo=0x33ba1f0 "Operation could not be completed. No such file or directory"
    error: unable to create '/Volumes/MoveMe/build' (Read-only file system)
    error: unable to create '/Volumes/MoveMe/build' (Read-only file system)
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    Unable to create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    cd /Volumes/MoveMe
    <com.apple.tools.info-plist-utility> Info.plist -genpkginfo /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/PkgInfo -expandbuildsettings -o /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/Info.plist
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    error: The file “PkgInfo” does not exist.
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    error: The file “PkgInfo” does not exist.
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Volumes/MoveMe/Default.png /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    pbxcp: error: open(): /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/Default.png [/SourceCache/pbxtools/pbx_tools-1059/pbxcp/fileutils.m:392]: No such file or directory
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Volumes/MoveMe/Placard.png /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    pbxcp: error: open(): /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/Placard.png [/SourceCache/pbxtools/pbx_tools-1059/pbxcp/fileutils.m:392]: No such file or directory
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Volumes/MoveMe/DisplayStrings.strings /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    pbxcp: error: open(): /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/DisplayStrings.strings [/SourceCache/pbxtools/pbx_tools-1059/pbxcp/fileutils.m:392]: No such file or directory
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/MainWindow.nib /Volumes/MoveMe/MainWindow.xib
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    /* com.apple.ibtool.errors */
    Internal Error:
    Description: Compilation failed. Unable to write to path: /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/MainWindow.nib
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /Volumes/MoveMe/Icon.png /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    pbxcp: error: open(): /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/Icon.png [/SourceCache/pbxtools/pbx_tools-1059/pbxcp/fileutils.m:392]: No such file or directory
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    mkdir /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/MoveMeView.nib /Volumes/MoveMe/MoveMeView.xib
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    /* com.apple.ibtool.errors */
    Internal Error:
    Description: Compilation failed. Unable to write to path: /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app/MoveMeView.nib
    error: couldn't create directory /Volumes/MoveMe/build/Debug-iphonesimulator/MoveMe.app: Read-only file system
    mkdir /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386 (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -D_IPHONE_OS_VERSION_MINREQUIRED=20000 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0 .sdk -fvisibility=hidden -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-ge nerated-files.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- own-target-headers.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- all-target-headers.hmap -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-pr oject-headers.hmap -F/Volumes/MoveMe/build/Debug-iphonesimulator -I/Volumes/MoveMe/build/Debug-iphonesimulator/include -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Derived Sources -include /var/folders/bW/bWmyU-LjHBKBRZqhplPNE++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/MoveMePrefix-chaljwmdesvmdlfdlkpiazlaoxmy/MoveMePrefix.pch -c /Volumes/MoveMe/main.m -o /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/main.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    {standard input}:unknown:FATAL:can't create output file: /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/main.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    mkdir /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386 (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -D_IPHONE_OS_VERSION_MINREQUIRED=20000 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0 .sdk -fvisibility=hidden -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-ge nerated-files.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- own-target-headers.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- all-target-headers.hmap -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-pr oject-headers.hmap -F/Volumes/MoveMe/build/Debug-iphonesimulator -I/Volumes/MoveMe/build/Debug-iphonesimulator/include -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Derived Sources -include /var/folders/bW/bWmyU-LjHBKBRZqhplPNE++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/MoveMePrefix-chaljwmdesvmdlfdlkpiazlaoxmy/MoveMePrefix.pch -c /Volumes/MoveMe/Classes/MoveMeAppDelegate.m -o /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/MoveMeAppDelegate.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    {standard input}:unknown:FATAL:can't create output file: /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/MoveMeAppDelegate.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    mkdir /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386 (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -D_IPHONE_OS_VERSION_MINREQUIRED=20000 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0 .sdk -fvisibility=hidden -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-ge nerated-files.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- own-target-headers.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- all-target-headers.hmap -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-pr oject-headers.hmap -F/Volumes/MoveMe/build/Debug-iphonesimulator -I/Volumes/MoveMe/build/Debug-iphonesimulator/include -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Derived Sources -include /var/folders/bW/bWmyU-LjHBKBRZqhplPNE++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/MoveMePrefix-chaljwmdesvmdlfdlkpiazlaoxmy/MoveMePrefix.pch -c /Volumes/MoveMe/Classes/PlacardView.m -o /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/PlacardView.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    {standard input}:unknown:FATAL:can't create output file: /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/PlacardView.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    mkdir /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386 (error: Read-only file system)
    cd /Volumes/MoveMe
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -D_IPHONE_OS_VERSION_MINREQUIRED=20000 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0 .sdk -fvisibility=hidden -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-ge nerated-files.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- own-target-headers.hmap -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe- all-target-headers.hmap -iquote /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/MoveMe-pr oject-headers.hmap -F/Volumes/MoveMe/build/Debug-iphonesimulator -I/Volumes/MoveMe/build/Debug-iphonesimulator/include -I/Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Derived Sources -include /var/folders/bW/bWmyU-LjHBKBRZqhplPNE++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/MoveMePrefix-chaljwmdesvmdlfdlkpiazlaoxmy/MoveMePrefix.pch -c /Volumes/MoveMe/Classes/MoveMeView.m -o /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/MoveMeView.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    {standard input}:unknown:FATAL:can't create output file: /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386/MoveMeView.o
    error: couldn't create directory /Volumes/MoveMe/build/MoveMe.build/Debug-iphonesimulator/MoveMe.build/Objects-n ormal/i386: Read-only file system
    Build failed (21 errors, 1 warning)

    Ya, something like that...
    I'm even new to Mac, thanks for your answer ^^"

  • [vmware] Problem to build vmnet module with 2.6.22 kernel

    Hi,
    I follow the wiki
    And I have a problem to build vmnet module.
    Do you wish to configure another host-only network? (yes/no) [no]
    Extracting the sources of the vmnet module.
    Building the vmnet module.
    Building for VMware Server 1.0.0.
    Using 2.6.x kernel build system.
    make: entrant dans le répertoire « /tmp/vmware-config0/vmnet-only »
    make -C /lib/modules/2.6.22-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: entrant dans le répertoire « /usr/src/linux-2.6.22-ARCH »
      CC [M]  /tmp/vmware-config0/vmnet-only/driver.o
      CC [M]  /tmp/vmware-config0/vmnet-only/hub.o
      CC [M]  /tmp/vmware-config0/vmnet-only/userif.o
      CC [M]  /tmp/vmware-config0/vmnet-only/netif.o
      CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o
      CC [M]  /tmp/vmware-config0/vmnet-only/filter.o
      CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o
      CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o
      CC [M]  /tmp/vmware-config0/vmnet-only/smac_linux.x386.o
      LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o
      Building modules, stage 2.
      MODPOST 1 modules
      CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o
      LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko
    make[1]: quittant le répertoire « /usr/src/linux-2.6.22-ARCH »
    cp -f vmnet.ko ./../vmnet.o
    make: quittant le répertoire « /tmp/vmware-config0/vmnet-only »
    Unable to make a vmnet module that can be loaded in the running kernel:
    insmod: error inserting '/tmp/vmware-config0/vmnet.o': -1 File exists
    There is probably a slight difference in the kernel configuration between the
    set of C header files you specified and your running kernel.  You may want to
    rebuild a kernel based on that directory, or specify another directory.
    For more information on how to troubleshoot module-related problems, please
    visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
    "http://www.vmware.com/support/reference … linux.html".
    Execution aborted.
    How to resolve this?
    Thanks for your help.
    Last edited by cassy (2007-10-16 08:55:42)

    You need to apply some patches to get it to compile with newer kernels. I'd suggest using the PKGBUILD in AUR.

  • Some problems while building tuxedo executables (OS/390 - Open MVS)

    Hi,
    I have a both strange and serious (at least it seems serious to me) problem
    with building tuxedo executables.
    I'd like to link the object files with a library I created (say libmylib.a),
    and the only place I know about to pass some info to the tux builders is the
    env var CFLAGS. In my case the CFLAGS looks as follows: "-L
    /u/myhome/myproject/lib -lmylib", but the linker protests, saying that the
    symbols from object files placed in my library can't be resolved ;(.
    On the other hand if I just take the object files out from the library and
    try to link the executable placing all of them explicitly in the command
    line everything goes smoothly.
    HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP...
    Regards
    Chris
    PS. I use Tuxedo release 6.5

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET web application development, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Build EJB in Workshop that can build in Ant outside of EAR

    In a project I work on, we have a directory structure that contains individual
    components with their own build scripts. Some of these components construct ejb
    jars as their output. We also have a separate component that uses the WLS Ant
    tasks to construct an ear, pulling in the ejb-jars and other components built
    from the other directories.
    One person attempted to use Workshop to define the EJB classes to compose the
    component. We were intending to use the WLS Ant tasks to compile those classes
    into an ejb jar. What they found (and I'm afraid I don't know the particular
    problems they had) was that the components buildable in Workshop have to be inside
    an EAR directory structure. Apparently the WLS Ant tasks can't work outside of
    that structure.
    Has anyone else noticed this? Are there strategies for dealing with this?

    Check this URL : http://edocs.bea.com/wls/docs81/webserv/anttasks.html i found
    there the way to do the ant task whit workshop.
    Viviana
    "David Karr" <[email protected]> wrote:
    >
    In a project I work on, we have a directory structure that contains individual
    components with their own build scripts. Some of these components construct
    ejb
    jars as their output. We also have a separate component that uses the
    WLS Ant
    tasks to construct an ear, pulling in the ejb-jars and other components
    built
    from the other directories.
    One person attempted to use Workshop to define the EJB classes to compose
    the
    component. We were intending to use the WLS Ant tasks to compile those
    classes
    into an ejb jar. What they found (and I'm afraid I don't know the particular
    problems they had) was that the components buildable in Workshop have
    to be inside
    an EAR directory structure. Apparently the WLS Ant tasks can't work
    outside of
    that structure.
    Has anyone else noticed this? Are there strategies for dealing with
    this?

  • Problem in build netbean projects with jaxb

    Hi, I encounter the problem which I dont' know if it is due to my pc memory insufficient or other reason.
    In my netbean projects, I add a Jaxb binding with a local xsd file, but when I try to clean and build the project, each time I have to wait for around 25 minutes, i think it is not make sense to build in such a time. As if I want to debug/run the project each time, it is impossible for me to wait like this.
    However, I have to use the xml file in that way, if I can't solve this problem, i have to write / use other method to "eat" the xml file for myself.
    Any suggestion or help is appreciated, thx.....

    Bishnu,
    Thanx for the response.
    My problem is whenever i do a little modification in the code, even if i just do some chanes & undo it then also i need to rebuild the application.
    There is a single project in my workshop which is pretty huge.As per your reply i am getting only two parts to check & uncheck i.e. If the project is "A" then i am getting A.work & project:A in the build box.
    The most important question: Do i need to shut down the server each time i make a small change?Even i have tried this by restarting the server,but every time i get the message that "the Controller.jpf could not compile."
    Any idea is most welcome.
    Samir

  • Building relationships that have no foreign key

    Hi,
    I have a situation where the database team have provided me a schema
    something like that shown below:
    PERSON
    |========================================|
    | PK | NAME | SSNUM | MGR |
    |========================================|
    | 1 | john | 123-45-6789 | 3 |
    | 2 | fred | 987-65-4321 | 3 |
    | 3 | alice | 111-22-3333 | NULL |
    | ... |
    |========================================|
    COMPANY
    |=================|
    | PK | NAME |
    |=================|
    | 1 | acme |
    | 2 | bcme |
    | 3 | ccme |
    | |
    |=================|
    ATTRIBUTE
    |========================================|
    | PK | SOURCE_ID | SOURCE_TYPE | VALUE |
    |========================================|
    | 1 | 1 | P | one |
    | 2 | 1 | C | two |
    | ... |
    |========================================|
    PERSON and COMPANY are application objects. A PERSON or a COMPANY can
    have an ATTRIBUTE tagged to it. Now, there is not a foreign key
    relationship from PERSON/COMPANY to ATTRIBUTE. The relationship can be
    derived by understanding that ATTRIBUTE.SOURCE_ID is the PK value for
    either PERSON or COMPANY, and ATTRIBUTE.SOURCE_TYPE states whether its a
    PERSON (P) or COMPANY (C).
    The database guys say this is a common approach to modelling data that
    is not a "first order" property of a class, which I guess may be up for
    debate. In any case....
    I can't model this using objects and relationships using KODO. So, my
    question is, how would you approach this?
    Thanks,
    Mike.
    PS As an aside, if there was a way in the JDO metadata to "hardcode" a
    value for one or more of the columns in a foreign key relationship, it
    would help a lot. Then I could build a navigable link from PERSON to
    ATTRIBUTE, where the SOURCE_ID data column is PERSON.PK and the
    SOURCE_TYPE is the string literal 'P'.

    That certainly is a unique problem... and certainly not a sort of model I
    would encourage...
    however, you should be able to accomplish this in Kodo with a non-direct
    relationship... i.e. Attributes has a reference-id not a reference. So
    Attribute may say look like this:
    private int referenceId = -1;
    private char type;
    public void getSource ()
    Object oid = null;
    if (referenceId < 0)
         return null;
    switch (type)
    case 'P':
         oid = new PersonId (referenceId);
         break;
    case 'C':
         oid = new CompanyId (referenceId);
         break:
    default: return null;
    return JDOHelper.getPeristenceManager (this).getObjectById (oid, true);
    public void setSource (Person p)
    PersonId pid = (PersonId) JDOHelper.getObjectId (p);
    refernceId = pid.id;
    type = 'P';
    Now this would get a little more complicated for objects which
    haven't been made persistent, but can simply be accomplished by using
    javax.jdo.InstanceCallbacks and preStore () and using a transient field
    Object source. Using non-application identity, would require casting oids to
    our ObjectIds.Id (in our JavaDoc). Actually, as I think about it, it may
    be better to do this all in a transient state:
    public Attribute
         private transient Object src;
         private int referenceId;
         private char type;
         public void setSource (Person p)
              src = p;
         public Object getSource ()
              if (src != null || JDOHelper.getPersistenceManager (this) == null)
                   return src;
              /// same as previous example
              return JDOHelper.getPersistenceManager (this).getObjectById (oid);
         public void preStore () // instancecallbacks
              PersonId id = (PersonId) JDOHelkper.getObjectId (src);
              referenceId = id.id;
              type = 'P';
    Again this isn't 100% solid code but a suggestion to get you started on
    your problem.
    While 3.0 will support more complex mappings, it won't get around the
    multiple types per field problem... but this could be solved via
    interfaces (e.g. public interface AttributeSource), though I'd have to
    defer to our 3.0 architect on that one.
    On Fri, 14 Feb 2003 16:15:04 +0200, Mike Hogan wrote:
    Hi,
    I have a situation where the database team have provided me a schema
    something like that shown below:
    PERSON
    |========================================|
    | PK | NAME | SSNUM | MGR |
    |========================================|
    | 1 | john | 123-45-6789 | 3 |
    | 2 | fred | 987-65-4321 | 3 |
    | 3 | alice | 111-22-3333 | NULL |
    | ... |
    |========================================|
    COMPANY
    |=================|
    | PK | NAME |
    |=================|
    | 1 | acme |
    | 2 | bcme |
    | 3 | ccme |
    | |
    |=================|
    ATTRIBUTE
    |========================================|
    | PK | SOURCE_ID | SOURCE_TYPE | VALUE |
    |========================================|
    | 1 | 1 | P | one |
    | 2 | 1 | C | two |
    | ... |
    |========================================|
    PERSON and COMPANY are application objects. A PERSON or a COMPANY can
    have an ATTRIBUTE tagged to it. Now, there is not a foreign key
    relationship from PERSON/COMPANY to ATTRIBUTE. The relationship can be
    derived by understanding that ATTRIBUTE.SOURCE_ID is the PK value for
    either PERSON or COMPANY, and ATTRIBUTE.SOURCE_TYPE states whether its a
    PERSON (P) or COMPANY (C).
    The database guys say this is a common approach to modelling data that
    is not a "first order" property of a class, which I guess may be up for
    debate. In any case....
    I can't model this using objects and relationships using KODO. So, my
    question is, how would you approach this?
    Thanks,
    Mike.
    PS As an aside, if there was a way in the JDO metadata to "hardcode" a
    value for one or more of the columns in a foreign key relationship, it
    would help a lot. Then I could build a navigable link from PERSON to
    ATTRIBUTE, where the SOURCE_ID data column is PERSON.PK and the
    SOURCE_TYPE is the string literal 'P'.--
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com

  • Problem with building web service control

    Hi i am using a web service control for invoking a web service. the application builds correctly from workshop and i am able to talk to web service. However, when i exported the ant build file from workshop and tried to build the application from prompt using ant, it gives me follwoing wrror -
    [wlwBuild] [Build] Errors found in D:\crmwork\weboss\esb\ESBPrj\com\covad\esb\controls\BillingServiceSBControl.jcx:
    [wlwBuild] [Build] Error at line 9 column 18:
    [wlwBuild] [Build] Description: 'com.bea.wlw.runtime.jws.compiler.ServiceCtrlChecker$JcxValidateControl' could not be created.
    [wlwBuild] [Build] Prescription: The class could not be created. Verify that it has a no-argument constructor.
    [wlwBuild] [Build] Error at line 9 column 18:
    Has anybody encountered this error? What could be the problem cause the workshop build works fine.

    I solved the problem :-)
    it happened due to JAVA_HOME env var. It has to point to jdk that comes along with wl812. mine was pointing to sun jdk 1.4.2. However, this is a bug, because, for wlwlbuild task , i was setting the proper bea java home, still it was failing due to system java_home var. And i did not face this problem with WL813. After facing lot of issues with 812, now i feel, 812 is not a stable production version.
    Anyways, now the prob;em is solved.

  • OC4J 10.1.3 production: Build problem Adventure Builder 1.0.1 using EJB 3.0

    Hi all,
    I tried to use the migration to EJB 3.0 of the Adventure Builder 1.01 from Debu Panda and had some build problems.
    Does anybody know if this demo was tested with the production version of 10.1.3?
    I used the standalone version and had to tweak a lot of entries in ant-oracle.xml.
    Is it possible that the migration was done with a preview release? Have there been so many changes? I had to include a bunch of additional JARs e.g ${J2EE_HOME}/lib/adminclient.jar, ${ORACLE_HOME}/webservices/lib/wsclient.jar. ${ORACLE_HOME}/lib/xmlparserv2.jar
    and others.
    Also I had to change some task definitions as I guess that the contents of ${ORACLE_HOME}/j2ee/utilities/ant-oracle-classes.jar must have changed...
    If I did not do something terribly wrong it would be nice if you could update the example to save other people from this nightmare of running from one build error to the next!
    Regards,
    Eric

    Hi Debu,
    thanks for your reply. I've used an previously installed ant 1.6.5 from ant.apache.org, but I don't think this should matter, or?
    As far as I could see one of the problems is related to the version of ant-oracle-classes.jar in ${ORACLE_HOME}/j2ee/utilities which the example relies on.
    In the adventure builder ant-oracle.xml you'll find task definitions like that:
    taskdef resource="oracle/ant/taskdefs/deploy/antlib.xml" uri="http://www.oracle.com/ant/taskdefs" loaderRef="oracle.tasks.loader">which does not match with what one can find in ${ORACLE_HOME}/j2ee/utilities/ant-oracle-classes.jar
    So from my point of view this has to be changed to
    <taskdef resource="oracle/antlib.xml" uri="antlib:oracle" loaderRef="oracle.tasks.loader">I also had to change some libs... That's why I thought this example was made and tested with an earlier version of oc4j 10.1.3 (maybe a preview version).
    Regards,
    Eric

  • Problem with @OneToOne relationship in EJB 3.0

    Hi,
    I'm new to EJB 3.0. If i done any stupid thing please forgive me. Here is my doubt.
    I would like to use one-to-one relationship between two entities like USER and ADDRESS.
    I just did like this (the below code)to enable the relationship between these two entities.
    @Entity
    @Table(name="internalUser")
    public class InternalUser implements Serializable{
    .........//field entries of the User
    private Address userAddress;// Field for address entity.
    .......//setters and getters
    @OneToOne(cascade={CascadeType.ALL})
    @JoinColumn(name="id",table="user_address")
    public Address getUserAddress() {
    return userAddress;
    public void setUserAddress(Address userAddress) {
    this.userAddress = userAddress;
    } and Here is the Address EntityBean
    @Table(name="user_address")
    @Entity
    public class Address implements Serializable{
    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    private Long id;
    //setters and getters..
    }Entire Ejb application is deployed success fully. But when i try to add a User entry along with address, it is not able to save the address entry, but able to save the User entry correctly. And also it is not able to build a relationship with Address table.
    Here is my code which i write to save the User
    InternalUser user=new InternalUser();
    user.setName("Bharat");
    user.setSignnum("bhak");
    user.setDescription("Patel");
    Address address= new Address();
    address.setAreaCode("500032");
    address.setState("AP");
    address.setStreet("Prashanthi Nagar");
    user.setUserAddress(address);
    remote.saveUser(user); Here remote is SessionBeanInterface
    I'm using Postgres as a database.
    Please help me in this. What necessary steps need to follow in order to use @OneToOne relationship
    Edited by: chanti12345 on Apr 29, 2009 12:09 AM
    Edited by: chanti12345 on Apr 29, 2009 12:11 AM

    hi i solved this query.
    I made few changes in Both the entity classes. Here is the code for the Entites USER and ADDRESS
    @Entity
    @Table(name="internalUser")
    public class InternalUser implements Serializable{
    .......//field entries
    private Address userAddress;//address entry
    ......//setters and getters
    @OneToOne(cascade={CascadeType.ALL})
    public Address getUserAddress() {
         return userAddress;
    public void setUserAddress(Address userAddress) {
         this.userAddress = userAddress;
    @Table(name="user_address")
    @Entity
    public class Address implements Serializable{
    ....//fields and setters and getters
    }see the difference in the code . after making this change i'm able to save the User with relation ship with Address. No changes needed in client code.
    Thanks a lot to every one.
    Edited by: chanti12345 on Apr 29, 2009 2:22 AM

  • Problem on building a web service

    I am playing with a sample provided by Oracle regarding how to develop a web service from WSDL document. When I run the ant, I am getting the following error:
    D:\work\localdev\OracleASPOC\topdown>ant
    Buildfile: build.xml
    [taskdef] Could not load definitions from resource oracle/ant/taskdefs/deploy/antlib.xml
    . It could not be found.
    [taskdef] Could not load definitions from resource oracle/antlib.xml. It could not be fo
    und.
    common:
    [echo] BuildName: topdown
    [echo] BuildHome: D:\work\localdev\OracleASPOC\topdown
    [echo] BuildFile: D:\work\localdev\OracleASPOC\topdown\build.xml
    [echo] BuildJVM: 1.4
    oracle-env-check:
    java-env-check:
    init:
    [echo] -----> Initializing project properties
    setup:
    [echo] -----> Creating the required sub-directories
    generate-interface:
    [echo] -----> Generating the service endpoint interface from the service wsdl
    BUILD FAILED
    D:\work\localdev\OracleASPOC\topdown\build.xml:156: Could not create task or type of type:
    antlib:oracle:genInterface.
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'antlib:oracle:genInterface'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.
    Total time: 0 seconds
    Any idea? BTW, I have oracle AS 10.1.3 installed.
    Thanks,
    Jason

    This issue apparently were caused by wrong ant-oracle.properties and ant-oracle.xml(coming with sample) were copied in the same directory as the build.xml in the sample. Once I copied the two files coming with my oracleAS installation, the issue was resolved.

  • Problem when building a view

    Hi,
    I am new in JDeveloper
    I build a model in JDeveloper
    but when I build the web pages
    I accidentally face the following problem
    can any one help me?
    *** Using port 7101 ***
    "H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=H:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;H:\oracle\MIDDLE~1\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;H:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;H:\oracle\MIDDLE~1\JDK160~2\lib\tools.jar;H:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;H:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;H:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.4.0.jar;H:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;H:\oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;H:\oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;H:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;H:\oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;H:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=H:\oracle\MIDDLE~1\patch_wls1034\profiles\default\native;H:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;H:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;H:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;H:\oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;H:\oracle\MIDDLE~1\JDK160~2\jre\bin;H:\oracle\MIDDLE~1\JDK160~2\bin;E:\oracle\product\10.2.0\db_1\bin;H:\oracle\app\product\11.1.0\db_1\bin;H:\WINDOWS\system32;H:\WINDOWS;H:\WINDOWS\System32\Wbem;H:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b51)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    H:\oracle\MIDDLE~1\JDK160~2\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=H:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=H:\oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=H:\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=H:\oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=H:\oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=H:\oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1 -Djrockit.optfile=H:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=H:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,H:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=H:\DOCUME~1\ADMINI~1\APPLIC~1\JDEVEL~1\SYSTEM~1.23\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=H:\oracle\MIDDLE~1\patch_wls1034\profiles\default\sysext_manifest_classpath;H:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Mar 28, 2011 5:29:05 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Mar 28, 2011 5:29:05 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Mar 28, 2011 5:29:05 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 17.0-b17 from Sun Microsystems Inc.>
    <Mar 28, 2011 5:29:06 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 >
    <Mar 28, 2011 5:29:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 28, 2011 5:29:10 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 28, 2011 5:29:10 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Mar 28, 2011 5:29:11 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00012. Log messages will continue to be logged in H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Mar 28, 2011 5:29:11 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Mar 28, 2011 5:29:21 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 28, 2011 5:29:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 28, 2011 5:29:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 28, 2011 5:29:42 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application NGEST is not versioned.>
    <Mar 28, 2011 5:29:44 PM IST> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\NGEST\ViewControllerWebApp.war. Please make sure that the annotations are valid. The error is javax.faces.webapp.FacesServlet>
    <Mar 28, 2011 5:29:44 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'NGEST' due to error weblogic.application.ModuleException: Failed to load webapp: 'ViewController'.
    weblogic.application.ModuleException: Failed to load webapp: 'ViewController'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Mar 28, 2011 5:29:50 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Mar 28, 2011 5:29:50 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00012. Log messages will continue to be logged in H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Mar 28, 2011 5:29:50 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Mar 28, 2011 5:29:50 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Mar 28, 2011 5:29:50 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Mar 28, 2011 5:29:51 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 28, 2011 5:29:51 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.1.17:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 28, 2011 5:29:51 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Mar 28, 2011 5:29:51 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Mar 28, 2011 5:29:51 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    [Running application NGEST on Server Instance IntegratedWebLogicServer...]
    IntegratedWebLogicServer startup time: 54578 ms.
    IntegratedWebLogicServer started.
    [05:29:53 PM] ---- Deployment started. ----
    [05:29:53 PM] Target platform is (Weblogic 10.3).
    [05:29:54 PM] Retrieving existing application information
    [05:29:54 PM] Running dependency analysis...
    [05:29:54 PM] Deploying 3 profiles...
    [05:30:08 PM] Wrote Web Application Module to H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\NGEST\ViewControllerWebApp.war
    [05:30:13 PM] Wrote Web Application Module to H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\NGEST\ModelWebApp.war
    [05:30:15 PM] Wrote Enterprise Application Module to H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\NGEST
    [05:30:15 PM] Redeploying Application...
    <Mar 28, 2011 5:30:16 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application NGEST is not versioned.>
    <Mar 28, 2011 5:30:19 PM IST> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application H:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\NGEST\ViewControllerWebApp.war. Please make sure that the annotations are valid. The error is oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet>
    <Mar 28, 2011 5:30:20 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1301326216265' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'ViewController''
    weblogic.application.ModuleException: Failed to load webapp: 'ViewController'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    <Mar 28, 2011 5:30:20 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'NGEST'.>
    <Mar 28, 2011 5:30:20 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'ViewController'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         Truncated. see log file for complete stacktrace
    >
    #### Cannot run application NGEST due to error deploying to IntegratedWebLogicServer.
    [05:30:20 PM] #### Deployment incomplete. ####
    [05:30:20 PM] Remote deployment failed
    [Application NGEST stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Hello,
    Just start the weblogic server and go to the console. In deployments tab force stop the application and delete that stopped application. Then run the application.

  • Problem in Assigning Relationships (Org Mgmt)

    Hi,
    The system does not show (neither through PPIS or through PPOME) organizational structure when I create A003 (Belongs to) relationship between organizational units (Object Key 'O'). The same is shown when I change relationship to A002 (Reports to).
    Moreover, system does not show (in PPOME & PPIS) positions that are assigned A003 relationship with object key 'O', but the same is shown when this relationship is changed to A002.
    Now, a position is supposed to report to a super position & for which relationship has to be A002 (Reports to). But when this is assigned, the system does not show it throguh PPOME / PPIS.
    What shall I do to fix the problem? Moreover, can anyone tell me which tables store the OM Objects (i.e. OUs, Positions, Work Centers, Jobs, Persons & Relationships)
    Rgds,
    Tapan Shah

    Hi,
    The display characteristics of PPOME is determined by evaluation path SBESX.
    Please check table T778A.
    You may change the relationships displayed using this table.
    However, this display behavior is determined due to some logic and think twice before changing the standard system.
    As of your requirement, 002 relationship can be used btw O objects instead of 003, why do you want the second?
    And the tables for OM objects are basically HRP1000 (object names, etc), HRP1001 (relationships)
    Regards,
    Dilek

Maybe you are looking for